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

    Theme Name: Rovix - 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
Topbar Info
Theme Header CSS
Theme Footer CSS
Search CSS
Offcanvas CSS
Section Heading CSS
Slider Nav & Dot CSS
Icon Box CSS
Author CSS
List CSS
Socials CSS
Counter CSS
Accordion CSS
Feature CSS
Page Header CSS
Video CSS
Sidebar CSS
Pagination CSS
Blog Standard CSS
Post Navigation CSS
Blog Details CSS
Coming Soon CSS
Error Page CSS

Hero Slider CSS
Hero CSS
We Offer CSS
About CSS
Why Choose CSS
Team CSS
Projects CSS
Pricing CSS
Testimonial CSS
Blog CSS
Marquee CSS
Contact CSS
Services CSS
Counter Section CSS
Process CSS
FAQ CSS
Progress CSS
CTA CSS
Service Details CSS
Project Details CSS
Blog Details CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --pxn-ff-body: 'Urbanist', sans-serif;
  --pxn-ff-heading: 'Urbanist', sans-serif;
  --pxn-ff-icons: 'pxn-icon';
  /**
     @Font-weight Declaration
   */
  --pxn-fw-normal: 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: #063d2f;
  --pxn-color-text-body: #7e7e7a;
  --pxn-color-text-placeholder: rgba(126, 126, 122, 0.8);
  --pxn-color-theme-primary: #fbd819;
  --pxn-color-theme-secondary: #063d2f;
  --pxn-color-theme-bg-primary: #063d2f;
  --pxn-color-theme-bg-light: #f5f5f5;
  --pxn-color-theme-bg-light-2: #f3f1eb;
  --pxn-color-grey-1: #afc2bd;
  --pxn-color-border-1: rgba(6, 61, 47, 0.15);
  --pxn-color-border-2: rgba(255, 255, 255, 0.15);
  --pxn-color-border-3: rgba(18, 18, 18, 0.3);
  --pxn-color-border-4: #181034;
}

* {
  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-bold);
  color: var(--pxn-color-heading-primary);
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 1rem;
}
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), (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), (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), (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), (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), (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);
}
a:focus, a:focus-visible, a:focus-within,
button:focus,
button:focus-visible,
button:focus-within,
.btn:focus,
.btn:focus-visible,
.btn:focus-within {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

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: inherit;
  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;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border-radius: 10px;
  -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: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), 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) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

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

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

.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 {
  will-change: background-position;
}

/**----------------------------------------
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: "\e953";
  font-family: var(--pxn-ff-icons);
  font-size: 20px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.pxn_back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pxn_back-to-top.active-progress:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pxn_back-to-top svg {
  position: relative;
  z-index: 2;
}
.pxn_back-to-top svg path {
  fill: none;
}
.pxn_back-to-top svg.progress-circle path {
  stroke: var(--pxn-color-theme-secondary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_back-to-top {
    inset-inline-end: 40px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_back-to-top {
    inset-inline-end: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .pxn_back-to-top {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

/* !END: Back to top CSS */
/**----------------------------------------
START: 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-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 14px;
  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;
  font-size: 110%;
}
.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: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-theme-secondary);
  padding: 4px 4px 4px 20px;
  background-color: var(--pxn-color-theme-primary);
  text-align: center;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
.pxn-btn-primary .btn_text {
  overflow: hidden;
}
.pxn-btn-primary .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: inherit;
  text-shadow: 0 30px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pxn-btn-primary .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  font-size: 20x;
  line-height: 1;
  overflow: hidden;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 8px;
  color: var(--pxn-color-common-white);
}
.pxn-btn-primary .btn_icon i,
.pxn-btn-primary .btn_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxn-btn-primary .btn_icon svg {
  max-width: 22px;
  height: auto;
}
.pxn-btn-primary:hover, .pxn-btn-primary:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn-btn-primary:hover .btn_text > span, .pxn-btn-primary:focus .btn_text > span {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.pxn-btn-primary:hover .btn_icon, .pxn-btn-primary:focus .btn_icon {
  color: var(--pxn-color-common-white);
}
.pxn-btn-primary:hover .btn_icon i,
.pxn-btn-primary:hover .btn_icon svg, .pxn-btn-primary:focus .btn_icon i,
.pxn-btn-primary:focus .btn_icon svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.pxn-btn-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-heading);
  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: 22px;
  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_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), (max-width: 575px) {
  .pxn_circle_btn {
    width: 145px;
    height: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (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: Topbar Info
----------------------------------------*/
.pxn_header_top {
  background-color: var(--pxn-color-theme-primary);
  padding: 10px 0;
}
.pxn_header_top_wrap {
  max-width: 1800px;
  width: 100%;
  margin: auto;
}
.pxn_header_top_left .pxn_topbar_info:not(:last-child), .pxn_header_top_right .pxn_topbar_info:not(:last-child) {
  -webkit-padding-end: 31px;
          padding-inline-end: 31px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.pxn_header_top_left .pxn_topbar_info:not(:last-child)::after, .pxn_header_top_right .pxn_topbar_info:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 1px;
  height: 100%;
  background-color: var(--pxn-color-border-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_header_top_left .pxn_topbar_info:not(:last-child), .pxn_header_top_right .pxn_topbar_info:not(:last-child) {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@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), (max-width: 575px) {
  .pxn_header_top_left, .pxn_header_top_right {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .pxn_header_top_left .pxn_topbar_info:not(:last-child), .pxn_header_top_right .pxn_topbar_info:not(:last-child) {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .pxn_header_top_left .pxn_topbar_info:not(:last-child)::after, .pxn_header_top_right .pxn_topbar_info:not(:last-child)::after {
    display: none;
  }
}
.pxn_topbar_info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--pxn-color-heading-primary);
}
.pxn_topbar_info i,
.pxn_topbar_info svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  margin-top: -1px;
}
.pxn_topbar_info svg {
  max-width: 20px;
  height: auto;
}
.pxn_topbar_info .info_text {
  position: relative;
  margin: 0;
  font-weight: var(--pxn-fw-medium);
  font-size: 14px;
  line-height: 1.5;
  color: var(--pxn-color-heading-primary);
}
.pxn_topbar_info a:not(.pxn-btn-inline) {
  line-height: 1.2;
}
.pxn_topbar_info a:not(.pxn-btn-inline)::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_topbar_info a:not(.pxn-btn-inline):hover::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.pxn_topbar_info .pxn-select {
  float: unset;
  width: auto;
  border: none;
  padding: 0 10px 0 0;
  min-height: auto;
}
.pxn_topbar_info .pxn-select::after {
  right: 0;
  border-color: var(--pxn-color-theme-secondary);
}
.pxn_topbar_info .pxn-select .list {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

/* !END: Topbar Info */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.pxn-header {
  position: relative;
  background-color: var(--pxn-color-theme-secondary);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 97;
}
.pxn-header.header-duplicate {
  position: fixed;
  background-color: var(--pxn-color-theme-secondary);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 15px 0 rgba(255, 255, 255, 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-absolute {
  position: absolute;
  background-color: rgba(6, 61, 47, 0.5);
  backdrop-filter: blur(2px);
  z-index: 98;
}
.pxn-header.sticky {
  position: fixed;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 99;
  opacity: 1;
}
.pxn_header_main {
  padding: 20px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_header_main {
    padding: 15px 0;
  }
}
.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: 150px;
  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: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  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-sbold);
  font-size: 16px;
  line-height: 1.5;
  color: var(--pxn-color-common-white);
  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: 18px;
  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-theme-primary);
}
.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: 220px;
  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-theme-secondary);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 15px 0 rgba(255, 255, 255, 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 27px 10px 20px;
  color: var(--pxn-color-common-white);
}
.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 {
  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-theme-primary);
}
.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;
}
.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), (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-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.5;
  color: var(--pxn-color-common-white);
}
.pxn_header_search i,
.pxn_header_search svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 128%;
}
.pxn_header_search svg {
  max-width: 16px;
  height: auto;
}
.pxn_header_search:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_header_btn {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--pxn-color-common-white);
  gap: 15px;
  font-size: 16px;
}
.pxn_header_btn .btn_icon {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.pxn_header_btn:hover {
  color: var(--pxn-color-common-white);
}
.pxn_header_contact {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pxn_header_contact .contact_icon {
  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: 44px;
  height: 44px;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
}
.pxn_header_contact .contact_icon i,
.pxn_header_contact .contact_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_header_contact .contact_icon svg {
  max-width: 16px;
  height: auto;
}
.pxn_header_contact a.contact_icon:hover i,
.pxn_header_contact a.contact_icon:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pxn_header_contact .contact_no {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
}
.pxn_header_contact a.contact_no::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_header_contact a.contact_no:hover::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.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-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
}
.pxn_offcanvas_toggle .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 35px;
  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: 35px;
  height: auto;
}
.pxn-header-2.header-absolute {
  background-color: transparent;
  backdrop-filter: blur(0);
}
.pxn-header-2.header-absolute .pxn_header_main {
  padding: 10px 0;
}
.pxn-header-2.header-absolute .pxn_header_main_wrap {
  padding: 20px 30px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(31, 80, 68, 0)), to(#063d2f));
  background-image: linear-gradient(-90deg, rgba(31, 80, 68, 0) 0%, #063d2f 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-header-2.header-absolute .pxn_header_main_wrap {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-header-2.header-absolute .pxn_header_main_wrap {
    padding: 15px 15px;
  }
}
.pxn-header-2 .pxn_header_main_inner {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-padding-start: 125px;
          padding-inline-start: 125px;
}
.pxn-header-2 .pxn_header_right {
  gap: 0;
  margin-left: auto;
}
.pxn-header-2 .pxn_header_right .pxn_header_contact:not(:last-child) {
  -webkit-padding-end: 26px;
          padding-inline-end: 26px;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.pxn-header-2 .pxn_header_right .pxn_header_contact:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: var(--pxn-color-border-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-header-2 .pxn_header_main_inner {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-header-2 .pxn_header_main_inner {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@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), (max-width: 575px) {
  .pxn-header-2 .pxn_header_main_inner {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.pxn-header-3 {
  background-color: var(--pxn-color-common-white);
}
.pxn-header-3.header-absolute {
  background-color: var(--pxn-color-common-white);
}
.pxn-header-3.header-duplicate {
  background-color: var(--pxn-color-theme-secondary);
}
.pxn-header-3.header-duplicate .pxn_header_main_inner {
  border: 1px solid var(--pxn-color-border-2);
  padding: 10px 50px;
}
.pxn-header-3.header-duplicate .pxn_main_navigation ul > li > a {
  color: var(--pxn-color-common-white);
}
.pxn-header-3.header-duplicate .pxn_main_navigation ul > li.current-menu-ancestor > a, .pxn-header-3.header-duplicate .pxn_main_navigation ul > li.current-menu-item > a, .pxn-header-3.header-duplicate .pxn_main_navigation ul > li:hover > a {
  color: var(--pxn-color-theme-primary);
}
.pxn-header-3.header-duplicate .pxn_socials_2 li > .social {
  color: var(--pxn-color-common-white);
}
.pxn-header-3.header-duplicate .pxn_socials_2 li > a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-header-3.header-duplicate .pxn_header_search {
  color: var(--pxn-color-common-white);
}
.pxn-header-3.header-duplicate .pxn_header_search:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-header-3.header-duplicate .pxn_offcanvas_toggle {
  color: var(--pxn-color-common-white);
}
.pxn-header-3.header-duplicate .pxn_offcanvas_toggle:hover {
  color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-header-3.header-duplicate .pxn_header_main_inner {
    padding: 10px 40px;
  }
}
@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), (max-width: 575px) {
  .pxn-header-3.header-duplicate .pxn_header_main_inner {
    padding: 10px 20px;
  }
}
.pxn-header-3 .pxn_header_top {
  background-color: var(--pxn-color-theme-secondary);
}
.pxn-header-3 .pxn_header_top .pxn_topbar_info {
  color: var(--pxn-color-common-white);
  text-align: center;
}
.pxn-header-3 .pxn_header_top .info_text,
.pxn-header-3 .pxn_header_top .pxn-btn-inline {
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .pxn_header_main {
  padding: 10px 0;
}
.pxn-header-3 .pxn_header_main_inner {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 10px;
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 500px;
  padding: 17px 50px;
}
.pxn-header-3 .pxn_main_navigation ul > li > a {
  color: var(--pxn-color-theme-secondary);
}
.pxn-header-3 .pxn_socials_2 li > .social {
  color: var(--pxn-color-theme-secondary);
}
.pxn-header-3 .pxn_header_search {
  color: var(--pxn-color-theme-secondary);
}
.pxn-header-3 .pxn_header_btn {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
.pxn-header-3 .pxn_header_btn .btn_icon {
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .pxn_offcanvas_toggle {
  color: var(--pxn-color-theme-secondary);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-header-3 .pxn_header_main_inner {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-header-3 .pxn_header_main_inner {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding: 10px 40px;
  }
}
@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), (max-width: 575px) {
  .pxn-header-3 .pxn_header_main_inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 10px 20px;
  }
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.pxn-footer {
  position: relative;
  background-color: var(--pxn-color-theme-secondary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.pxn-footer .footer_top {
  padding-top: 30px;
}
.pxn-footer .footer_widgets {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 50px;
}
.pxn-footer .footer_widgets_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: start;
  gap: 24px;
}
.pxn-footer .footer_widgets_wrap .footer_info_widget {
  max-width: 424px;
  width: 100%;
  margin-bottom: 40px;
}
.pxn-footer .footer_widgets_wrap .footer_contact_info {
  max-width: 262px;
  width: 100%;
}
.pxn-footer .footer_widgets_wrap .footer_widgets_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 1px 0 0 1px;
  border-radius: 10px 0 0 0;
  padding: 60px 0 70px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-footer .footer_widgets_wrap .footer_info_widget {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
    padding: 40px 25px 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 40px 25px 60px 40px;
  }
  .pxn-footer .footer_widgets_wrap .footer_info_widget {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-footer .footer_widgets_wrap .footer_info_widget {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 40px 25px 60px 40px;
  }
}
@media (max-width: 575px) {
  .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
    -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 15px 60px 30px;
  }
}
.pxn-footer .footer_bottom {
  padding: 33px 0;
  background-color: rgba(255, 255, 255, 0.05);
}
.pxn-footer-2 .footer_widgets {
  padding-top: 100px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.pxn-footer-2 .footer_widgets_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: start;
  gap: 70px;
}
.pxn-footer-2 .footer_widgets_wrap .footer_info_widget {
  max-width: 340px;
}
.pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-footer-2 .footer_widgets_wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-footer-2 .footer_widgets_wrap {
    gap: 30px;
  }
  .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer-2 .footer_widgets {
    padding-top: 80px;
  }
  .pxn-footer-2 .footer_widgets_wrap {
    gap: 30px;
  }
  .pxn-footer-2 .footer_widgets_wrap .footer_info_widget {
    max-width: 100%;
  }
  .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-footer-2 .footer_widgets {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .pxn-footer-2 .footer_widgets_wrap {
    gap: 30px;
  }
  .pxn-footer-2 .footer_widgets_wrap .footer_info_widget {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
    padding: 30px;
  }
}
.pxn-footer-2 .pxn_footer_widget.footer_info_widget {
  border: none;
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer-2 .pxn_footer_widget.footer_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .pxn-footer-2 .pxn_footer_widget.footer_gallery .footer_title {
    margin-bottom: 30px;
  }
}
.pxn-footer-3 {
  padding-bottom: 50px;
}
.pxn-footer-3 .footer_top {
  padding-top: 50px;
}
.pxn-footer-3 .pxn_gallery {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pxn-footer-3 .footer_widgets {
  padding-top: 60px;
  border: none;
}
.pxn-footer-3 .footer_widgets_wrap .footer_widgets_inner {
  border-color: var(--pxn-color-border-2);
}
.pxn-footer-3 .footer_bottom {
  padding: 0;
  background-color: transparent;
}
.pxn-footer-3 .footer_bottom_inner {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--pxn-color-border-2);
  border-radius: 10px;
  padding: 30px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-footer-3 {
    padding-bottom: 30px;
  }
}
.pxn_footer_widget .wp-block-heading,
.pxn_footer_widget .wp-block-search__label,
.pxn_footer_widget .wp-block-categories__label,
.pxn_footer_widget .wp-block-archives__label,
.pxn_footer_widget .footer_title {
  color: var(--pxn-color-common-white);
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .pxn_footer_widget .wp-block-heading,
  .pxn_footer_widget .wp-block-search__label,
  .pxn_footer_widget .wp-block-categories__label,
  .pxn_footer_widget .wp-block-archives__label,
  .pxn_footer_widget .footer_title {
    font-size: 22px;
  }
}
.pxn_footer_widget.footer_info_widget {
  border: 1px solid var(--pxn-color-border-2);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px 30px 45px 30px;
  border-radius: 10px;
}
.pxn_footer_widget.footer_info_widget .footer_logo {
  margin-bottom: 30px;
}
.pxn_footer_widget.footer_info_widget .footer_logo .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 150px;
  width: 100%;
}
.pxn_footer_widget.footer_info_widget .footer_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  color: #ebebeb;
}
.pxn_footer_widget.footer_info_widget .footer_desc p:last-child {
  margin: 0;
}
.pxn_footer_widget.footer_info_widget .pxn_footer_subscription {
  margin-top: 10px;
}
.pxn_footer_widget.footer_info_widget .footer_socials {
  margin-top: 40px;
}
.pxn_footer_widget.widget-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxn_footer_widget.widget-nav-menu ul > li {
  position: relative;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.3;
  color: var(--pxn-color-grey-1);
  padding-left: 23px;
}
.pxn_footer_widget.widget-nav-menu ul > li:before {
  content: "\e92f";
  font-family: var(--pxn-ff-icons);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
}
.pxn_footer_widget.widget-nav-menu ul > li:not(:first-child) {
  margin-top: 17px;
}
.pxn_footer_widget.widget-nav-menu ul > li > ul {
  margin-top: 17px;
}
.pxn_footer_widget.widget-nav-menu ul > li > a {
  color: inherit;
}
.pxn_footer_widget.widget-nav-menu ul > li > a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_footer_widget.footer_contact_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pxn_footer_widget.footer_contact_info ul > li:not(:last-child) {
  margin-bottom: 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: 16px;
  line-height: 1.3;
  color: var(--pxn-color-grey-1);
  margin-bottom: 5px;
}
.pxn_footer_widget.footer_contact_info ul > li .text {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.6;
  color: var(--pxn-color-common-white);
}
.pxn_footer_widget.footer_contact_info ul > li .text p:last-child {
  margin: 0;
}
.pxn_footer_widget.footer_contact_info ul > li a.text {
  color: inherit;
}
.pxn_footer_widget.footer_contact_info ul > li a.text:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_footer_widget.footer_gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.pxn_footer_widget.footer_gallery .footer_title {
  margin-bottom: 0;
}
.pxn_footer_widget.footer_gallery .gallery_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.pxn_footer_widget.footer_gallery .gallery_wrap > .gallery_item {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
}
.pxn_footer_widget.footer_gallery .gallery_wrap > .gallery_item > img {
  width: 100%;
  aspect-ratio: 140/90;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_footer_widget.footer_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .pxn_footer_widget.footer_gallery .footer_title {
    margin-bottom: 30px;
  }
  .pxn_footer_widget.footer_gallery .gallery_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pxn_footer_widget .wp-block-tag-cloud a,
.pxn_footer_widget .tagcloud a {
  font-size: 16px !important;
}
.pxn_footer_marquee .pxn_marquee_scroll {
  gap: 50px;
}
.pxn_footer_marquee .footer_marquee_text {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 200px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.08);
}
.pxn_footer_marquee .footer_marquee_text a {
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}
.pxn_footer_marquee .footer_marquee_text a:hover {
  color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_footer_marquee .footer_marquee_text {
    font-size: 145px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_footer_marquee .footer_marquee_text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_footer_marquee .footer_marquee_text {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_footer_marquee .footer_marquee_text {
    font-size: 80px;
  }
}
.pxn_footer_subscription {
  position: relative;
}
.pxn_footer_subscription input[type=email] {
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 14px 0;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  color: var(--pxn-color-common-white);
}
.pxn_footer_subscription input[type=email]::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.3;
}
.pxn_footer_subscription input[type=email]::-moz-placeholder {
  color: currentColor;
  opacity: 0.3;
}
.pxn_footer_subscription input[type=email]:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.3;
}
.pxn_footer_subscription input[type=email]::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.3;
}
.pxn_footer_subscription input[type=email]::placeholder {
  color: currentColor;
  opacity: 0.3;
}
.pxn_footer_subscription button[type=submit],
.pxn_footer_subscription input[type=submit] {
  position: absolute;
  inset-inline-end: 0;
  top: 17px;
  background-color: transparent;
  padding: 0;
  border: none;
  color: var(--pxn-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 25px;
  line-height: 1;
}
.pxn_footer_subscription button[type=submit] i,
.pxn_footer_subscription button[type=submit] svg,
.pxn_footer_subscription input[type=submit] i,
.pxn_footer_subscription input[type=submit] svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_footer_subscription button[type=submit]:hover,
.pxn_footer_subscription input[type=submit]:hover {
  color: var(--pxn-color-common-white);
}
.pxn_copyright_text {
  display: inline-block;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
}
.pxn_copyright_text p:last-child {
  margin: 0;
}
.pxn_copyright_text a {
  font-weight: var(--pxn-fw-sbold);
}
.pxn_copyright_text a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_footer_bottom_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pxn_footer_bottom_menu > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.3;
}
.pxn_footer_bottom_menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: inherit;
  color: var(--pxn-color-common-white);
}
.pxn_footer_bottom_menu > li > a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_footer_bottom_menu > li:not(:last-child) > a::after {
  content: "/";
  color: var(--pxn-color-common-white);
}
.pxn_gallery {
  width: 100%;
}
.pxn_gallery .gallery_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.pxn_gallery .gallery_wrap > .gallery_item {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
}
.pxn_gallery .gallery_wrap > .gallery_item > img {
  width: 100%;
  aspect-ratio: 350/230;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_gallery .gallery_wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_gallery .gallery_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* !END: Theme Footer CSS */
/* START: Search CSS */
.pxn_search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--pxn-color-theme-secondary);
  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: 9999;
}
.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: 99;
}
.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-common-white);
  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-theme-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-common-white);
  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-common-white);
  border: 1px solid var(--pxn-color-border-2);
  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-common-white);
  opacity: 0.5;
}
.pxn_search_popup .search_form .search_box input[type=search]::-moz-placeholder {
  color: var(--pxn-color-common-white);
  opacity: 0.5;
}
.pxn_search_popup .search_form .search_box input[type=search]:-ms-input-placeholder {
  color: var(--pxn-color-common-white);
  opacity: 0.5;
}
.pxn_search_popup .search_form .search_box input[type=search]::-ms-input-placeholder {
  color: var(--pxn-color-common-white);
  opacity: 0.5;
}
.pxn_search_popup .search_form .search_box input[type=search]::placeholder {
  color: var(--pxn-color-common-white);
  opacity: 0.5;
}
.pxn_search_popup .search_form .search_box input[type=search]:focus {
  border-color: var(--pxn-color-theme-primary);
}
.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-common-white);
  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-2);
          border-inline-start: 1px solid var(--pxn-color-border-2);
}
.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: Search 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_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-sbold);
  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;
}
.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_desc {
  margin-top: 40px;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
}
.pxn_offcanvas .offcanvas_search {
  margin-top: 40px;
}
.pxn_offcanvas .offcanvas_search .search_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 14px;
}
.pxn_offcanvas .offcanvas_search form {
  position: relative;
  z-index: 1;
}
.pxn_offcanvas .offcanvas_search form input[type=search] {
  -webkit-padding-end: 37px;
          padding-inline-end: 37px;
}
.pxn_offcanvas .offcanvas_search form input[type=submit],
.pxn_offcanvas .offcanvas_search form button[type=submit] {
  position: absolute;
  inset-inline-end: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 25px;
  line-height: 1;
  top: 16px;
}
.pxn_offcanvas .offcanvas_contact {
  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 (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_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_contact .contact_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 14px;
}
.pxn_contact .contact_info {
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pxn_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_contact a.contact_info:hover, .pxn_contact a.contact_info:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn_contact a.contact_info:hover::before, .pxn_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.mean-container .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  padding: 0;
}
.pxn_offcanvas_menu.mean-container .mean-bar a.meanmenu-reveal {
  display: none;
}
.pxn_offcanvas_menu.mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pxn_offcanvas_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}
.pxn_offcanvas_menu .mean-nav > ul {
  display: block !important;
}
.pxn_offcanvas_menu .mean-nav > ul > li:first-child > a {
  border-top: none;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li {
  position: relative;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li:not(:last-child) {
  margin-bottom: 17px;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li > a:not(.mean-expand) {
  color: var(--pxn-color-heading-primary);
  width: 100%;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  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 .mean-nav ul:not(.sub-menu) > li > a:not(.mean-expand):hover, .pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li > a:not(.mean-expand):focus {
  color: inherit;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li.dropdown-opened > a {
  color: var(--pxn-color-heading-primary);
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand {
  padding: 0;
  width: 100%;
  height: 29px;
  text-align: right;
  line-height: 29px;
  margin-top: 0;
  font-size: inherit !important;
  color: var(--pxn-color-heading-primary);
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand:hover, .pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand:focus {
  color: var(--pxn-color-heading-primary);
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand.mean-clicked {
  color: var(--pxn-color-heading-primary);
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li {
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li > a:not(.mean-expand) {
  width: 100%;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  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 .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand {
  width: calc(100% - 15px);
  padding: 0;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand:hover, .pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand:focus {
  color: inherit;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand.mean-clicked {
  color: var(--pxn-color-heading-primary);
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li.dropdown-opened > a {
  color: var(--pxn-color-heading-primary);
}

/* !END: Offcanvas CSS */
/**----------------------------------------
START: Section Heading CSS
----------------------------------------*/
.sec_sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: var(--pxn-color-theme-primary);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-theme-secondary);
  padding: 9px 20px;
}

.sec_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}
@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 (max-width: 575px) {
  .sec_title {
    font-size: 32px;
  }
}

.sec_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
}
.sec_desc p:last-child {
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec_desc {
    font-size: 16px;
  }
}

.section_heading .sec_sub {
  margin-bottom: 15px;
}
.section_heading .sec_desc {
  margin-top: 20px;
}

/* !END: Section Heading CSS */
/**----------------------------------------
START: Slider Nav & Dot CSS
----------------------------------------*/
.pxn_slider-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  bottom: 0;
  gap: 5px;
}
.pxn_slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  -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::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(6, 61, 47, 0.2);
}
.pxn_slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_slider-pagination .swiper-pagination-bullet-active::after {
  width: 11px;
  height: 11px;
  background-color: var(--pxn-color-theme-secondary);
}
.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: 24px;
  background-color: transparent;
  border: 1px solid 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 (max-width: 575px) {
  .pxn_slider-nav {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

/* !END: Slider Nav & Dot 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: 20px;
}
.pxn_icon_box .icon {
  width: 78px;
  height: 78px;
  border: 1px solid var(--pxn-color-border-1);
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  font-size: 45px;
  color: var(--pxn-color-theme-secondary);
  line-height: 1;
}
.pxn_icon_box .icon i,
.pxn_icon_box .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_icon_box .icon svg {
  max-width: 45px;
  height: auto;
}
.pxn_icon_box .title {
  width: calc(100% - 98px);
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
}
@media (max-width: 575px) {
  .pxn_icon_box .title {
    font-size: 22px;
  }
}
.pxn_icon_box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.pxn_icon_box_2 .box_icon {
  font-size: 26px;
  color: var(--pxn-color-theme-primary);
}
.pxn_icon_box_2 .box_icon i,
.pxn_icon_box_2 .box_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_icon_box_2 .box_icon svg {
  max-width: 26px;
  height: auto;
}
.pxn_icon_box_2 .box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_icon_box_2 .box_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.pxn_icon_box_2 .box_desc {
  color: var(--pxn-color-text-body);
  margin-top: 5px;
}
.pxn_icon_box_2 .box_desc p:last-child {
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_icon_box_2 .box_title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .pxn_icon_box_2 {
    gap: 15px;
  }
  .pxn_icon_box_2 .box_title {
    font-size: 20px;
  }
}

/* !END: Icon Box CSS */
/**----------------------------------------
START: Author CSS
----------------------------------------*/
.pxn_author_signature {
  max-width: 155px;
  width: 100%;
}
.pxn_author_signature img {
  max-width: 120px;
  width: 100%;
}
.pxn_author_signature .designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-text-body);
  margin-top: 5px;
}
.pxn_author_signature_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.pxn_author_signature_2 img {
  max-width: 110px;
  width: 100%;
}
.pxn_author_signature_2 .designation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-text-body);
}

/* !END: Author CSS */
/**----------------------------------------
START: List CSS
----------------------------------------*/
.pxn_list {
  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;
  gap: 10px;
}
.pxn_list li {
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.pxn_list li i,
.pxn_list li svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: inherit;
  margin-top: 4px;
}

/* !END: List CSS */
/**----------------------------------------
START: Socials CSS
----------------------------------------*/
.pxn_socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 {
  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;
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  background-color: transparent;
}
.pxn_socials > li > .icon i,
.pxn_socials > li > .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_socials > li > .icon svg {
  max-width: 18px;
  height: auto;
}
.pxn_socials > li > a:hover {
  border-color: var(--pxn-color-theme-secondary);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pxn_socials_2 {
  list-style: none;
  padding: 0;
  margin: 0;
  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: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
.pxn_socials_2 li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_socials_2 li > .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 16px;
  color: var(--pxn-color-common-white);
}
.pxn_socials_2 li > a:hover {
  color: var(--pxn-color-theme-primary);
}
.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: 8px;
  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: 35px;
  height: 35px;
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 50%;
  font-size: 16px;
  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-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-primary);
  border-color: var(--pxn-color-theme-secondary);
}
.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: 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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 255px;
  height: 255px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 50%;
}
.pxn_counter .small {
  width: 65px;
  height: 65px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 50%;
  position: absolute;
  inset-inline-end: calc(100% - 20px);
  top: 0;
}
.pxn_counter .small::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 33px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 100%;
  height: 13px;
  background-color: var(--pxn-color-theme-bg-light);
}
.pxn_counter .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-black);
  font-family: var(--pxn-ff-heading);
  font-size: 110px;
  line-height: 0.8;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-color: var(--pxn-color-theme-secondary);
  background-image: url(../images/about/h2-counter-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.pxn_counter .pxn_counter-suffix {
  font-size: 50px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.pxn_counter .title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  margin-top: 15px;
}
@media (max-width: 575px) {
  .pxn_counter {
    width: 250px;
    height: 250px;
  }
  .pxn_counter .count {
    font-size: 90px;
  }
  .pxn_counter .pxn_counter-suffix {
    font-size: 40px;
  }
  .pxn_counter .title {
    font-size: 18px;
  }
}
.pxn_counter_2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  border: 1px solid var(--pxn-color-border-2);
  border-radius: 10px;
  padding: 17px 30px;
  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: 24px;
}
.pxn_counter_2 .title {
  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-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
}
.pxn_counter_2 .title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}
.pxn_counter_2 .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-bold);
  font-size: 65px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_counter_2 .count {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .pxn_counter_2 {
    padding: 20px 20px;
  }
  .pxn_counter_2 .count {
    font-size: 30px;
  }
}
.pxn_counter_3 .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--pxn-color-common-white);
}
.pxn_counter_3 .title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 18px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_counter_3 .count {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_counter_3 .count {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_counter_3 .count {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .pxn_counter_3 .count {
    font-size: 45px;
  }
  .pxn_counter_3 .title {
    font-size: 16px;
  }
}
.pxn_counter_4 .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 135px;
  line-height: 0.8;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  color: var(--pxn-color-heading-primary);
}
.pxn_counter_4 .pxn_counter-suffix {
  font-size: 50px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.pxn_counter_4 .title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 40px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  margin-top: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_counter_4 .count {
    font-size: 120px;
  }
  .pxn_counter_4 .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .pxn_counter_4 .count {
    font-size: 90px;
  }
  .pxn_counter_4 .pxn_counter-suffix {
    font-size: 40px;
  }
  .pxn_counter_4 .title {
    font-size: 25px;
  }
}

/* !END: Counter 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: 20px;
}
.pxn_accordion_item {
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  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-bg-light);
}
.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-bold);
  font-size: 24px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  z-index: 1;
  padding-block: 25px;
  -webkit-padding-start: 90px;
          padding-inline-start: 90px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.pxn_accordion_item .accordion_question::after {
  content: "\e935";
  font-family: var(--pxn-ff-icons);
  position: absolute;
  top: 25px;
  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: "\e949";
}
.pxn_accordion_item .accordion_no {
  font-weight: var(--pxn-fw-medium);
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #d7d7d7;
  position: absolute;
  inset-inline-start: 20px;
  top: 17px;
  z-index: 1;
}
.pxn_accordion_item .accordion_answer {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
  padding: 0 50px 25px 90px;
}
.pxn_accordion_item_2 {
  position: relative;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_accordion_item_2:has(+ .pxn_accordion_item_2 .accordion_question:not(.collapsed))::after {
  background-color: transparent;
}
.pxn_accordion_item_2:has(.accordion_question:not(.collapsed)) {
  background-color: var(--pxn-color-theme-bg-light);
}
.pxn_accordion_item_2:has(.accordion_question:not(.collapsed))::after {
  background-color: transparent;
}
.pxn_accordion_item_2:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 50px);
  height: 1px;
  background-color: var(--pxn-color-border-1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_accordion_item_2 .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-bold);
  font-size: 24px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  z-index: 1;
  padding-block: 25px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.pxn_accordion_item_2 .accordion_question::after {
  content: "\e953";
  font-family: var(--pxn-ff-icons);
  position: absolute;
  top: 25px;
  inset-inline-end: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_accordion_item_2 .accordion_question:not(.collapsed)::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxn_accordion_item_2 .accordion_answer {
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  color: var(--pxn-color-text-body);
  padding: 0 50px 25px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_accordion_item .accordion_question {
    font-size: 22px;
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pxn_accordion_item .accordion_no {
    font-size: 40px;
  }
  .pxn_accordion_item .accordion_answer {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
  .pxn_accordion_item_2 .accordion_question {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .pxn_accordion_item .accordion_question {
    font-size: 20px;
    -webkit-padding-start: 70px;
            padding-inline-start: 70px;
    padding-block: 20px;
  }
  .pxn_accordion_item .accordion_question::after {
    top: 20px;
  }
  .pxn_accordion_item .accordion_no {
    font-size: 35px;
  }
  .pxn_accordion_item .accordion_answer {
    -webkit-padding-start: 70px;
            padding-inline-start: 70px;
  }
  .pxn_accordion_item_2 .accordion_question {
    font-size: 20px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    padding-block: 20px;
  }
  .pxn_accordion_item_2 .accordion_question::after {
    top: 20px;
  }
}
.pxn_accordion_2 {
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_accordion_2 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .pxn_accordion_2 {
    padding: 15px;
  }
}

/* !END: Accordion CSS */
/**----------------------------------------
START: Feature CSS
----------------------------------------*/
.pxn-h3-feature-section {
  position: relative;
  z-index: 2;
}
.pxn-h3-feature-section.about-page {
  padding-top: 60px;
}
.pxn-h3_feature_wrap {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_feature_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_feature_wrap {
    grid-template-columns: 1fr;
  }
}
.pxn_feature_box {
  background-color: var(--pxn-color-common-white);
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  padding: 35px 30px;
}
.pxn_feature_box .feature_box_header {
  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: 24px;
  margin-bottom: 30px;
}
.pxn_feature_box .feature_icon {
  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: 80px;
  height: 80px;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxn_feature_box .feature_icon i,
.pxn_feature_box .feature_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_feature_box .feature_icon svg {
  max-width: 40px;
  height: auto;
}
.pxn_feature_box .feature_no {
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(6, 61, 47, 0.1);
}
.pxn_feature_box .feature_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.pxn_feature_box .feature_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_feature_box .feature_title a:hover {
  background-size: 100% 2px;
}
.pxn_feature_box .feature_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin-top: 20px;
}
.pxn_feature_box .feature_btn {
  margin-top: 30px;
}
.pxn_feature_box:hover .feature_icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media (max-width: 575px) {
  .pxn_feature_box {
    padding: 30px 20px;
  }
  .pxn_feature_box .feature_title {
    font-size: 22px;
  }
}

/* !END: Feature CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.absolute-header .pxn-page-header {
  padding-top: 300px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .absolute-header .pxn-page-header {
    padding-top: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .absolute-header .pxn-page-header {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolute-header .pxn-page-header {
    padding-top: 240px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .absolute-header .pxn-page-header {
    padding-top: 220px;
  }
}

.pxn-page-header {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 200px;
  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-color: rgba(6, 61, 47, 0.8);
  z-index: -1;
  pointer-events: none;
}
.pxn-page-header .left_shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  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: 180px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-page-header {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pxn-page-header .left_shape {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-page-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pxn-page-header .left_shape {
    max-width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-page-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pxn-page-header .left_shape {
    max-width: 250px;
  }
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pxn_page_header_content .page_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 90px;
  line-height: 1.1;
  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 (max-width: 575px) {
  .pxn_page_header_content .page_title {
    font-size: 45px;
  }
}
.pxn_breadcrumb {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  padding: 16px 30px;
  margin-top: 20px;
}
.pxn_breadcrumb a {
  color: inherit;
}
.pxn_breadcrumb a:hover {
  color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_breadcrumb {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pxn_breadcrumb {
    font-size: 16px;
    margin-top: 15px;
  }
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.pxn_video {
  position: relative;
  width: 100%;
  z-index: 1;
}
.pxn_video img {
  width: 100%;
  border-radius: 10px;
}
.pxn_video_play {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  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;
  aspect-ratio: 1/1;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  color: var(--pxn-color-theme-primary);
}
.pxn_video_play::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: 90%;
  height: 90%;
  border-radius: 50%;
  z-index: -1;
  color: var(--pxn-color-theme-secondary);
  -webkit-animation: pulse 2s ease infinite;
          animation: pulse 2s ease infinite;
}
.pxn_video_play i,
.pxn_video_play svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_video_play svg {
  max-width: 25px;
  height: auto;
}
.pxn_video_play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 575px) {
  .pxn_video_play {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  .pxn_video_play svg {
    max-width: 20px;
  }
}

/* !END: Video 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;
  width: 100%;
  padding: 40px 35px;
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.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-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 30px;
}
.pxn_sidebar_widget.pxn_sidebar_cta {
  border: none;
}
.pxn_sidebar_widget.widget_search .widget_search_box {
  position: relative;
  z-index: 1;
}
.pxn_sidebar_widget.widget_search input[type=search] {
  padding: 15px 53px 15px 20px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 5px;
}
.pxn_sidebar_widget.widget_search input[type=search]:focus {
  border-color: var(--pxn-color-theme-primary);
}
.pxn_sidebar_widget.widget_search input[type=submit],
.pxn_sidebar_widget.widget_search button[type=submit] {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  z-index: 2;
  width: 45px;
  height: calc(100% - 16px);
  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;
  color: var(--pxn-color-theme-secondary);
  font-size: 20px;
  line-height: 1;
}
.pxn_sidebar_widget.widget_search input[type=submit]:hover,
.pxn_sidebar_widget.widget_search button[type=submit]:hover {
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-theme-primary);
}
.pxn_sidebar_widget .wp-block-tag-cloud a,
.pxn_sidebar_widget .tagcloud a {
  font-size: 16px !important;
}
@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: 35px 25px;
  }
}
@media (max-width: 575px) {
  .pxn_sidebar_widget {
    padding: 30px 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;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_sidebar {
    border-top: 1px solid var(--pxn-color-border-1);
    padding-top: 51px;
    margin-top: 50px;
  }
}
.pxn_services_list {
  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: 15px;
}
.pxn_services_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pxn_services_list > li > .service {
  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: var(--pxn-color-theme-bg-light);
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 5px;
  padding: 6px 6px 6px 20px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
}
.pxn_services_list > li > .service .service_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_services_list > li > .service .service_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: 45px;
  height: 45px;
  font-size: 22px;
  background-color: var(--pxn-color-common-white);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pxn_services_list > li > .service .service_icon span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
.pxn_services_list > li > .service .service_icon span i,
.pxn_services_list > li > .service .service_icon span svg {
  position: relative;
  top: 0;
  color: var(--pxn-color-theme-secondary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pxn_services_list > li > .service .service_icon span i:last-child,
.pxn_services_list > li > .service .service_icon span svg:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.pxn_services_list > li > a.active, .pxn_services_list > li > a:hover {
  background-color: var(--pxn-color-theme-secondary);
  border-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
}
.pxn_services_list > li > a.active .service_icon, .pxn_services_list > li > a:hover .service_icon {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_services_list > li > a.active .service_icon span i:first-child,
.pxn_services_list > li > a.active .service_icon span svg:first-child, .pxn_services_list > li > a:hover .service_icon span i:first-child,
.pxn_services_list > li > a:hover .service_icon span svg:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.pxn_services_list > li > a.active .service_icon span i:last-child,
.pxn_services_list > li > a.active .service_icon span svg:last-child, .pxn_services_list > li > a:hover .service_icon span i:last-child,
.pxn_services_list > li > a:hover .service_icon span svg:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pxn_get_quote select,
.pxn_get_quote .nice-select,
.pxn_get_quote input[type=search],
.pxn_get_quote input[type=tel],
.pxn_get_quote input[type=text],
.pxn_get_quote input[type=email],
.pxn_get_quote input[type=url],
.pxn_get_quote input[type=password],
.pxn_get_quote input[type=number],
.pxn_get_quote input[type=date],
.pxn_get_quote input[type=datetime-local],
.pxn_get_quote input[type=month],
.pxn_get_quote input[type=week],
.pxn_get_quote input[type=time],
.pxn_get_quote textarea {
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 5px;
  margin-bottom: 15px;
}
.pxn_get_quote select:focus,
.pxn_get_quote .nice-select:focus,
.pxn_get_quote input[type=search]:focus,
.pxn_get_quote input[type=tel]:focus,
.pxn_get_quote input[type=text]:focus,
.pxn_get_quote input[type=email]:focus,
.pxn_get_quote input[type=url]:focus,
.pxn_get_quote input[type=password]:focus,
.pxn_get_quote input[type=number]:focus,
.pxn_get_quote input[type=date]:focus,
.pxn_get_quote input[type=datetime-local]:focus,
.pxn_get_quote input[type=month]:focus,
.pxn_get_quote input[type=week]:focus,
.pxn_get_quote input[type=time]:focus,
.pxn_get_quote textarea:focus {
  border-color: var(--pxn-color-theme-primary);
}
.pxn_get_quote button[type=submit],
.pxn_get_quote input[type=submit] {
  border-radius: 5px;
}
.pxn_get_quote button[type=submit] .btn_icon,
.pxn_get_quote input[type=submit] .btn_icon {
  border-radius: 5px;
}
.pxn_project_info_list {
  padding: 0;
  margin: 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: 15px;
}
.pxn_project_info_list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--pxn-color-border-1);
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 5px;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  color: var(--pxn-color-text-body);
  padding: 15px 20px;
}
.pxn_project_info_list > li .label {
  position: relative;
  font-weight: var(--pxn-fw-sbold);
  min-width: 100px;
}
.pxn_project_info_list > li .label::after {
  content: ":";
  position: absolute;
  inset-inline-end: 0;
}
.pxn_project_info_list > li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.pxn_project_info_list > li .value.social_share a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  font-weight: inherit;
}
.pxn_project_info_list > li .value.social_share a:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_sidebar_cta {
  min-height: 400px;
  background-color: var(--pxn-color-theme-bg-primary);
  background-position: center;
  background-size: cover;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.pxn_sidebar_cta::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 61, 47, 0.8);
  z-index: -1;
}
.pxn_sidebar_cta .sidebar_title {
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn_sidebar_cta .cta_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 28px;
  color: #d0cece;
  margin: 0;
}
.pxn_sidebar_cta .cta_desc p:last-child {
  margin: 0;
}
.pxn_sidebar_cta .cta_btn {
  margin-top: auto;
}
.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;
  -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 .date {
  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;
  color: var(--pxn-color-text-body);
  margin-bottom: 10px;
}
.pxn_recent_posts .post_content .date i,
.pxn_recent_posts .post_content .date 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 .date svg {
  height: auto;
}
.pxn_recent_posts .post_content .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 .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 .title a:hover {
  background-size: 100% 2px;
}
@media (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: 15px;
}
.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: 15px;
}
.pxn_category_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.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: var(--pxn-color-theme-bg-light);
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
}
.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-theme-secondary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_category_widget li > a:hover {
  background-color: var(--pxn-color-theme-secondary);
  border-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
}
.pxn_category_widget li > a:hover .count {
  color: var(--pxn-color-theme-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 solid 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-secondary);
  border-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Pagination CSS
----------------------------------------*/
.pxn_pagination {
  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;
  gap: 15px;
}
.pxn_pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  border: 1px solid var(--pxn-color-border-1);
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-theme-secondary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_pagination .page-numbers.current {
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
}
.pxn_pagination a.page-numbers:hover {
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
}

/* !END: Pagination CSS */
/**----------------------------------------
START: Blog Standard 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 (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: 10px;
  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-sbold);
  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: var(--pxn-color-theme-primary);
}
.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 {
  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-bold);
  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;
}
.pxn_post_content .post_excerpt {
  font-weight: var(--pxn-fw-medium);
  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 (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;
  }
}

/* !END: Blog Standard CSS */
/**----------------------------------------
START: Post Navigation CSS
----------------------------------------*/
.pxn_post_navigation {
  width: 100%;
  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;
  background-color: var(--pxn-color-theme-bg-light);
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  padding: 10px;
}
.pxn_post_navigation .navigation {
  padding: 10px;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  min-width: 240px;
}
.pxn_post_navigation .navigation.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pxn_post_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_icon i,
.pxn_post_navigation .navigation_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_post_navigation .navigation_icon svg {
  max-width: 20px;
  height: auto;
}
.pxn_post_navigation .navigation:hover .navigation_icon {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_post_navigation .navigation {
    min-width: 200px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pxn_post_navigation {
    gap: 10px;
  }
  .pxn_post_navigation .navigation {
    min-width: 150px;
    gap: 15px;
    font-size: 16px;
  }
  .pxn_post_navigation .navigation_icon {
    width: 60px;
    height: 40px;
  }
}

/* !END: Post Navigation CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.pxn_comments_wrap .comment_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 32px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_comments_wrap .comment_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_comments_wrap .comment_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_comments_wrap .comment_title {
    font-size: 24px;
  }
}
.pxn_latest_comments > ul,
.pxn_latest_comments ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pxn_latest_comments > ul .pxn_comment:not(:last-child),
.pxn_latest_comments ul.children .pxn_comment:not(:last-child) {
  margin-bottom: 20px;
}
.pxn_latest_comments ul.children {
  -webkit-padding-start: 75px;
          padding-inline-start: 75px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_latest_comments ul.children {
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_latest_comments ul.children {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
}
@media (max-width: 575px) {
  .pxn_latest_comments ul.children {
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
  }
}
.pxn_comment .comment_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  padding: 25px 30px;
}
.pxn_comment .comment_avatar {
  width: 100px;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.pxn_comment .comment_avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_comment .comment_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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_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;
}
.pxn_comment .comment_header .comment-reply-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
}
.pxn_comment .comment_header .comment-reply-link i,
.pxn_comment .comment_header .comment-reply-link svg {
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
.pxn_comment .comment_author {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_comment .comment_author .author_name {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  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 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
}
.pxn_comment .comment_author .author_name a:hover {
  background-size: 100% 2px;
}
.pxn_comment .comment_author .date {
  display: block;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
}
.pxn_comment .comment_text {
  color: var(--pxn-color-text-body);
}
.pxn_comment .comment_text p:last-child {
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_comment .comment_inner {
    padding: 25px 20px;
    gap: 20px;
  }
  .pxn_comment .comment_author .author_name {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .pxn_comment .comment_inner {
    padding: 25px 15px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn_comment .comment_author .author_name {
    font-size: 20px;
  }
}
.comment-respond .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 32px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-respond .comment-reply-title,
  .wp-block-post-comments-form .comment-reply-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-respond .comment-reply-title,
  .wp-block-post-comments-form .comment-reply-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .comment-respond .comment-reply-title,
  .wp-block-post-comments-form .comment-reply-title {
    font-size: 24px;
  }
}
.comment-respond .row,
.wp-block-post-comments-form .row {
  --bs-gutter-x: 24px;
}
.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 {
  background-color: var(--pxn-color-theme-bg-light);
  padding: 15px 20px;
  border-color: var(--pxn-color-border-1);
  margin-bottom: 24px;
}
.comment-respond input[type=search]:focus,
.comment-respond input[type=tel]:focus,
.comment-respond input[type=text]:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=url]:focus,
.comment-respond input[type=number]:focus,
.comment-respond textarea:focus,
.wp-block-post-comments-form input[type=search]:focus,
.wp-block-post-comments-form input[type=tel]:focus,
.wp-block-post-comments-form input[type=text]:focus,
.wp-block-post-comments-form input[type=email]:focus,
.wp-block-post-comments-form input[type=url]:focus,
.wp-block-post-comments-form input[type=number]:focus,
.wp-block-post-comments-form textarea:focus {
  border-color: var(--pxn-color-theme-primary);
}
.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;
}
.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: 6px;
  margin-right: 10px;
}
.comment-respond .form-submit,
.wp-block-post-comments-form .form-submit {
  margin-top: 30px;
  margin-bottom: 0;
}

/* !END: Blog Details 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), (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-bold);
  font-size: 90px;
  line-height: 1.2;
  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 (max-width: 575px) {
  .pxn_coming_soon_content .title {
    font-size: 38px;
  }
}
.pxn_coming_soon_content .desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: #b7b6b6;
  margin-top: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (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-heading);
  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-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: #b7b6b6;
  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 (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_subscribe {
  margin-top: 56px;
}
.pxn_subscribe .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_subscribe form {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pxn_subscribe form input[type=email] {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--pxn-color-border-2);
  border-radius: 0;
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--pxn-color-common-white);
}
.pxn_subscribe form input[type=email]::-webkit-input-placeholder {
  color: rgb(169, 173, 177);
}
.pxn_subscribe form input[type=email]::-moz-placeholder {
  color: rgb(169, 173, 177);
}
.pxn_subscribe form input[type=email]:-ms-input-placeholder {
  color: rgb(169, 173, 177);
}
.pxn_subscribe form input[type=email]::-ms-input-placeholder {
  color: rgb(169, 173, 177);
}
.pxn_subscribe form input[type=email]::placeholder {
  color: rgb(169, 173, 177);
}
.pxn_subscribe form input[type=email]:focus, .pxn_subscribe form input[type=email]:focus-visible {
  border-color: var(--pxn-color-theme-primary);
}
.pxn_subscribe form input[type=submit],
.pxn_subscribe form button[type=submit] {
  font-size: 24px;
  line-height: 1;
  background-color: transparent;
  border: none;
  color: var(--pxn-color-theme-primary);
  position: absolute;
  right: 0;
  top: 11px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.pxn_subscribe form input[type=submit]:hover,
.pxn_subscribe form button[type=submit]:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  color: var(--pxn-color-common-white);
}
.pxn_subscribe form .wpcf7-response-output {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_subscribe {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_subscribe {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .pxn_subscribe {
    margin-top: 40px;
  }
}

/**----------------------------------------
START: Error Page CSS
----------------------------------------*/
.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-bold);
  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_desc p:last-child {
  margin: 0;
}
.pxn_error_content_wrap .error_btn {
  margin-top: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn_error_content_wrap .error_title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_error_content_wrap .error_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_error_content_wrap .error_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_error_content_wrap .error_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_error_content_wrap .error_title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .pxn_error_content_wrap .error_title {
    font-size: 40px;
  }
}

/* !END: Error Page CSS */
/**----------------------------------------
START: Hero Slider CSS
----------------------------------------*/
.pxn-h1-hero-slider .pxn_slider-pagination {
  padding: 0 15px;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 25px;
}
.pxn-h1-hero-slider .pxn_slider-pagination .swiper-pagination-bullet::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.pxn-h1-hero-slider .pxn_slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--pxn-color-common-white);
}
.pxn-h1-hero-slider .pxn_slider-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--pxn-color-theme-secondary);
}
.pxn-h1-hero-slider .pxn_slider-nav {
  position: absolute;
  inset-inline-start: 30px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.pxn-h1-hero-slider .pxn_slider-nav span i,
.pxn-h1-hero-slider .pxn_slider-nav span svg {
  color: var(--pxn-color-common-white);
}
.pxn-h1-hero-slider .pxn_slider-nav span i:last-child,
.pxn-h1-hero-slider .pxn_slider-nav span svg:last-child {
  color: var(--pxn-color-theme-secondary);
}
.pxn-h1-hero-slider .pxn_slider-nav:hover {
  background-color: var(--pxn-color-common-white);
  border-color: var(--pxn-color-common-white);
}
.pxn-h1-hero-slider .pxn_slider-nav.pxn_slider-next {
  inset-inline-start: auto;
  inset-inline-end: 30px;
}
.pxn-h1-hero-slider .swiper-slide .pxn_hero_content .hero_sub,
.pxn-h1-hero-slider .swiper-slide .pxn_hero_content .hero_title,
.pxn-h1-hero-slider .swiper-slide .pxn_hero_content .hero_btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.pxn-h1-hero-slider .swiper-slide .pxn_achievement_content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.pxn-h1-hero-slider .swiper-slide .slider_shape_1,
.pxn-h1-hero-slider .swiper-slide .slider_shape_2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_sub,
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_title,
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_sub {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_title {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_btn {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_achievement_content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .slider_shape_1,
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .slider_shape_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .slider_shape_2 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1-hero-slider .pxn_slider-nav {
    inset-inline-start: 15px;
  }
  .pxn-h1-hero-slider .pxn_slider-nav.pxn_slider-next {
    inset-inline-end: 15px;
  }
}
.pxn_slider_item {
  min-height: 100dvh;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.pxn_slider_item .slider_shape_1 {
  position: absolute;
  inset-inline-start: 24%;
  top: 0;
  height: 100%;
  z-index: -1;
}
.pxn_slider_item .slider_shape_1 img {
  height: 100%;
  width: auto;
}
.pxn_slider_item .slider_shape_2 {
  position: absolute;
  max-width: 225px;
  width: 100%;
  inset-inline-start: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn_slider_item .slider_shape_2 {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_slider_item .slider_shape_2 {
    max-width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_slider_item .slider_shape_2 {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_slider_item .slider_shape_1,
  .pxn_slider_item .slider_shape_2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_slider_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;
    gap: 50px;
    align-items: start;
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .pxn_slider_item {
    min-height: auto;
    padding-top: 140px;
  }
}
.pxn_slider_bg_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pxn-color-bg-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.pxn_slider_bg_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(18.27%, rgba(6, 61, 47, 0.99)), color-stop(78.85%, rgba(6, 61, 47, 0)));
  background-image: linear-gradient(90deg, rgba(6, 61, 47, 0.99) 18.27%, rgba(6, 61, 47, 0) 78.85%);
}
.pxn_hero_content {
  position: relative;
  max-width: 680px;
  width: 100%;
  padding-top: 100px;
  z-index: 1;
}
.pxn_hero_content .hero_sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--pxn-color-border-2);
  border-radius: 5px;
  background-color: rgba(6, 61, 47, 0.5);
  backdrop-filter: blur(8px);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
  padding: 9px 20px;
  margin-bottom: 20px;
}
.pxn_hero_content .hero_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 90px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn_hero_content .hero_btn {
  margin-top: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_hero_content .hero_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_hero_content {
    max-width: 560px;
  }
  .pxn_hero_content .hero_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_hero_content {
    max-width: 470px;
  }
  .pxn_hero_content .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_hero_content {
    max-width: 100%;
    padding-top: 0;
  }
  .pxn_hero_content .hero_title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .pxn_hero_content .hero_title {
    font-size: 45px;
  }
}
.pxn_achievement_wrap {
  padding: 0 15px;
  max-width: 1830px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: end;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_achievement_wrap {
    position: static;
    inset-inline-start: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: auto;
  }
}
.pxn_achievement_content {
  position: relative;
  max-width: 410px;
  width: 100%;
  min-height: 330px;
  background-color: rgba(6, 61, 47, 0.6);
  border: 1px solid var(--pxn-color-theme-primary);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 30px;
  -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;
  padding: 40px;
  backdrop-filter: blur(2px);
  z-index: 2;
}
.pxn_achievement_content .icon {
  font-size: 100px;
  line-height: 1;
  color: var(--pxn-color-theme-primary);
}
.pxn_achievement_content .icon i,
.pxn_achievement_content .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_achievement_content .icon svg {
  max-width: 100px;
  height: auto;
}
.pxn_achievement_content .desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn_achievement_content {
    max-width: 390px;
    min-height: 280px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_achievement_content {
    max-width: 350px;
    min-height: 250px;
    padding: 30px;
    gap: 20px;
  }
  .pxn_achievement_content .icon {
    font-size: 80px;
  }
  .pxn_achievement_content .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_achievement_content {
    max-width: 330px;
    min-height: 200px;
    padding: 20px;
    gap: 20px;
  }
  .pxn_achievement_content .icon {
    font-size: 60px;
  }
  .pxn_achievement_content .desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .pxn_achievement_content {
    max-width: 270px;
    min-height: 16px;
    padding: 15px;
    gap: 15px;
  }
  .pxn_achievement_content .icon {
    font-size: 40px;
  }
  .pxn_achievement_content .desc {
    font-size: 15px;
  }
}

/* !END: Hero Slider CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.pxn_user_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pxn_user_list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 60px;
  background-color: var(--pxn-color-common-white);
  border-radius: 50%;
  padding: 2px;
}
.pxn_user_list li:not(:first-child) {
  -webkit-margin-start: -20px;
          margin-inline-start: -20px;
}
.pxn_user_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.pxn_chart_wrap {
  position: relative;
  aspect-ratio: 1/1;
}
.pxn_chart_wrap canvas {
  width: 100% !important;
  height: 100% !important;
}
.pxn_chart_wrap .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-bold);
  font-style: Bold;
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pxn-h2-hero-section {
  position: relative;
  background-color: var(--pxn-color-theme-secondary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.pxn-h2-hero-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  top: 28%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-hero-section .left_shape {
    top: 35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2-hero-section .left_shape {
    display: none;
  }
}
.pxn-h2_hero_wrapper {
  position: relative;
  min-height: 100dvh;
  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: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2_hero_wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_hero_wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_hero_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .pxn-h2_hero_wrapper {
    min-height: auto;
  }
}
.pxn-h2_hero_wrapper .hero_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 150px;
  padding-bottom: 50px;
  max-width: 780px;
  width: 100%;
}
.pxn-h2_hero_wrapper .hero_content .hero_title {
  color: var(--pxn-color-common-white);
  font-weight: var(--pxn-fw-sbold);
  font-size: 100px;
  line-height: 1.2;
  margin: 0;
}
.pxn-h2_hero_wrapper .hero_content .hero_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 20px;
  color: var(--pxn-color-common-white);
  margin-top: 20px;
}
.pxn-h2_hero_wrapper .hero_content .hero_desc p:last-child {
  margin: 0;
}
.pxn-h2_hero_wrapper .hero_content .hero_btn {
  margin-top: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h2_hero_wrapper .hero_content {
    max-width: 700px;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2_hero_wrapper .hero_content {
    max-width: 620px;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_hero_wrapper .hero_content {
    max-width: 550px;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_title {
    font-size: 70px;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_hero_wrapper .hero_content {
    max-width: 100%;
    padding-bottom: 0;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_title {
    font-size: 60px;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_hero_wrapper .hero_content {
    max-width: 100%;
    padding-bottom: 0;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_title {
    font-size: 55px;
  }
  .pxn-h2_hero_wrapper .hero_content .hero_desc {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pxn-h2_hero_wrapper .hero_content .hero_title {
    font-size: 45px;
  }
}
.pxn-h2_hero_wrapper .hero_img {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 595px;
  width: 100%;
  -webkit-margin-end: -100px;
          margin-inline-end: -100px;
}
.pxn-h2_hero_wrapper .hero_img .pxn_circle_btn {
  position: absolute;
  inset-inline-start: 0;
  top: 35%;
  z-index: 2;
}
.pxn-h2_hero_wrapper .hero_img .growth_chart {
  position: absolute;
  inset-inline-end: -20%;
  bottom: 25%;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h2_hero_wrapper .hero_img {
    max-width: 520px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .pxn-h2_hero_wrapper .hero_img .growth_chart {
    max-width: 220px;
    inset-inline-end: -6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2_hero_wrapper .hero_img {
    max-width: 480px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .pxn-h2_hero_wrapper .hero_img .growth_chart {
    max-width: 175px;
    inset-inline-end: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_hero_wrapper .hero_img {
    max-width: 410px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .pxn-h2_hero_wrapper .hero_img .growth_chart {
    max-width: 150px;
    inset-inline-end: -2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_hero_wrapper .hero_img {
    max-width: 100%;
    text-align: center;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .pxn-h2_hero_wrapper .hero_img .growth_chart {
    max-width: 150px;
    inset-inline-end: -2%;
  }
}
@media (max-width: 575px) {
  .pxn-h2_hero_wrapper .hero_img .pxn_circle_btn {
    width: 100px;
    height: 100px;
  }
  .pxn-h2_hero_wrapper .hero_img .growth_chart {
    max-width: 110px;
    inset-inline-end: -2%;
  }
}
.pxn-h3-hero-section {
  padding-top: 142px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-hero-section {
    padding-top: 127px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3-hero-section {
    padding-top: 115px;
  }
}
@media (max-width: 575px) {
  .pxn-h3-hero-section {
    padding-top: 116px;
  }
}
.pxn-h3_hero_wrap {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.pxn-h3_hero_wrap .hero_content,
.pxn-h3_hero_wrap .hero_img {
  background-color: var(--pxn-color-theme-bg-primary);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_hero_wrap {
    grid-template-columns: 1fr;
  }
}
.pxn-h3_hero_wrap .hero_content {
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.pxn-h3_hero_wrap .hero_content .hero_sub {
  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-sbold);
  font-size: 20px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
  margin-bottom: 15px;
}
.pxn-h3_hero_wrap .hero_content .hero_sub::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 55px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--pxn-color-theme-primary);
}
.pxn-h3_hero_wrap .hero_content .hero_title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 100px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn-h3_hero_wrap .hero_content .hero_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 20px;
  color: #b7b6b6;
  margin-top: 10px;
}
.pxn-h3_hero_wrap .hero_content .hero_action {
  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;
  margin-top: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h3_hero_wrap .hero_content {
    padding: 50px 20px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_title {
    font-size: 84px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_hero_wrap .hero_content {
    padding: 50px 20px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_hero_wrap .hero_content {
    padding: 30px 20px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_title {
    font-size: 65px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_hero_wrap .hero_content {
    padding: 50px 30px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_title {
    font-size: 60px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_hero_wrap .hero_content {
    padding: 50px 20px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_title {
    font-size: 55px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_desc {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pxn-h3_hero_wrap .hero_content .hero_title {
    font-size: 45px;
  }
  .pxn-h3_hero_wrap .hero_content .hero_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.pxn-h3_hero_wrap .hero_img {
  position: relative;
  z-index: 1;
  min-height: 650px;
}
.pxn-h3_hero_wrap .hero_img > img:not(.shape) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h3_hero_wrap .hero_img::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(6, 61, 47, 0)), to(rgba(6, 61, 47, 0.8)));
  background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 40%, rgba(6, 61, 47, 0.8) 100%);
  pointer-events: none;
}
.pxn-h3_hero_wrap .hero_img .shape {
  position: absolute;
  inset-inline-end: -1px;
  top: -1px;
  pointer-events: none;
}
.pxn-h3_hero_wrap .hero_img .hero_highlight {
  position: absolute;
  inset-inline-start: 20px;
  bottom: 20px;
  z-index: 2;
  background-color: rgba(20, 20, 20, 0.3);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  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;
  padding: 30px 40px;
}
.pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
  max-width: 220px;
  width: 100%;
}
.pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
  max-width: 230px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h3_hero_wrap .hero_img .shape {
    max-width: 280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_hero_wrap .hero_img .shape {
    max-width: 250px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight {
    padding: 30px;
    width: calc(100% - 40px);
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_hero_wrap .hero_img {
    min-height: 580px;
  }
  .pxn-h3_hero_wrap .hero_img .shape {
    max-width: 200px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight {
    padding: 20px;
    width: calc(100% - 40px);
    gap: 24px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
    max-width: 175px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_hero_wrap .hero_img .hero_highlight {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_hero_wrap .hero_img {
    min-height: 500px;
  }
  .pxn-h3_hero_wrap .hero_img .shape {
    max-width: 180px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight {
    padding: 20px;
    width: calc(100% - 40px);
    gap: 24px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
    max-width: 175px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575px) {
  .pxn-h3_hero_wrap .hero_img {
    min-height: 550px;
  }
  .pxn-h3_hero_wrap .hero_img .shape {
    max-width: 150px;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight {
    -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_wrap .hero_img .hero_highlight .pxn_chart_wrap {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
    max-width: 100%;
  }
}

/* !END: Hero CSS */
/**----------------------------------------
START: We Offer CSS
----------------------------------------*/
.pxn-h1-we-offer-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  z-index: 1;
}
.pxn-h1-we-offer-section .bg_img {
  position: absolute;
  inset-inline-start: 0;
  bottom: 10%;
  z-index: -1;
}
.pxn-h1_we_offer_wrapper .section_heading {
  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: 60px;
}
.pxn-h1_we_offer_wrapper .section_heading .heading_text {
  max-width: 560px;
  width: 100%;
}
.pxn-h1_we_offer_wrapper .section_heading .sec_desc {
  margin-top: 0;
  max-width: 570px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_we_offer_wrapper .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_we_offer_wrapper .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h1_we_offer_wrapper .we_offer_features {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_we_offer_wrapper .section_heading {
    -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_we_offer_wrapper .section_heading .heading_text {
    max-width: 100%;
  }
  .pxn-h1_we_offer_wrapper .section_heading .sec_desc {
    max-width: 100%;
  }
  .pxn-h1_we_offer_wrapper .we_offer_features {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_we_offer_wrapper .section_heading {
    -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_we_offer_wrapper .section_heading .heading_text {
    max-width: 100%;
  }
  .pxn-h1_we_offer_wrapper .section_heading .sec_desc {
    max-width: 100%;
  }
  .pxn-h1_we_offer_wrapper .we_offer_features {
    grid-template-columns: 1fr;
  }
}
.pxn-h1_offer_box {
  position: relative;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  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;
  overflow: hidden;
}
.pxn-h1_offer_box .offer_title {
  margin: 0;
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
}
.pxn-h1_offer_box .offer_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
}
.pxn-h1_offer_box .offer_desc p:last-child {
  margin: 0;
}
.pxn-h1_offer_box .offer_no {
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(6, 61, 47, 0.1);
}
.pxn-h1_offer_box .offer_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--pxn-color-theme-primary);
  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-theme-secondary);
  font-size: 45px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxn-h1_offer_box .offer_icon i,
.pxn-h1_offer_box .offer_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h1_offer_box .offer_icon svg {
  max-width: 45px;
  height: auto;
}
.pxn-h1_offer_box .offer_content {
  padding: 35px 35px 0 35px;
}
.pxn-h1_offer_box .offer_content .offer_desc {
  margin-top: 15px;
}
.pxn-h1_offer_box .offer_content .offer_no {
  position: absolute;
  inset-inline-start: 35px;
  bottom: 30%;
}
.pxn-h1_offer_box .offer_img {
  position: relative;
}
.pxn-h1_offer_box .offer_img .offer_icon {
  position: absolute;
  inset-inline-end: 40%;
  top: 38%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}
.pxn-h1_offer_box .offer_img .mask_img {
  position: relative;
  aspect-ratio: 424/250;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pxn-h1_offer_box .offer_img .mask_img::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pxn-color-theme-secondary);
  -webkit-mask-image: url(../images/shapes/left-line.svg);
          mask-image: url(../images/shapes/left-line.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 1;
}
.pxn-h1_offer_box .offer_img .mask_img img {
  width: 100%;
  aspect-ratio: 424/238;
  -webkit-mask-image: url(../images/shapes/left-circle.svg);
          mask-image: url(../images/shapes/left-circle.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h1_offer_box.middle {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.pxn-h1_offer_box.middle .offer_content {
  padding: 30px 35px;
}
.pxn-h1_offer_box.middle .offer_content .offer_no {
  position: inherit;
  margin-top: 20px;
}
.pxn-h1_offer_box.middle .offer_img {
  position: relative;
}
.pxn-h1_offer_box.middle .offer_img .offer_icon {
  inset-inline-end: auto;
  inset-inline-start: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.pxn-h1_offer_box.middle .offer_img .mask_img {
  aspect-ratio: 424/143;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pxn-h1_offer_box.middle .offer_img .mask_img::before {
  inset-inline-end: 1px;
  -webkit-mask-image: url(../images/shapes/middle-line.svg);
          mask-image: url(../images/shapes/middle-line.svg);
  -webkit-mask-position: top center;
          mask-position: top center;
}
.pxn-h1_offer_box.middle .offer_img .mask_img img {
  aspect-ratio: 424/132;
  -webkit-mask-image: url(../images/shapes/middle-circle.svg);
          mask-image: url(../images/shapes/middle-circle.svg);
  -webkit-mask-position: top center;
          mask-position: top center;
}
.pxn-h1_offer_box.right {
  text-align: right;
}
.pxn-h1_offer_box.right .offer_content .offer_no {
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: 35px;
}
.pxn-h1_offer_box.right .offer_img {
  position: relative;
}
.pxn-h1_offer_box.right .offer_img .offer_icon {
  inset-inline-end: auto;
  inset-inline-start: 20%;
}
.pxn-h1_offer_box.right .offer_img .mask_img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.pxn-h1_offer_box.right .offer_img .mask_img::before {
  -webkit-mask-image: url(../images/shapes/right-line.svg);
          mask-image: url(../images/shapes/right-line.svg);
  -webkit-mask-position: bottom left;
          mask-position: bottom left;
}
.pxn-h1_offer_box.right .offer_img .mask_img img {
  -webkit-mask-image: url(../images/shapes/right-circle.svg);
          mask-image: url(../images/shapes/right-circle.svg);
  -webkit-mask-position: bottom left;
          mask-position: bottom left;
}
.pxn-h1_offer_box:hover .offer_icon {
  -webkit-transform: translate(50%, -50%) rotateY(360deg);
          transform: translate(50%, -50%) rotateY(360deg);
}
.pxn-h1_offer_box:hover.middle .offer_icon {
  -webkit-transform: translate(-50%, 0) rotateY(360deg);
          transform: translate(-50%, 0) rotateY(360deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .pxn-h1_offer_box .offer_content {
    padding: 35px 20px 0 20px;
  }
  .pxn-h1_offer_box.middle .offer_content {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_offer_box.right, .pxn-h1_offer_box {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pxn-h1_offer_box.right .offer_content, .pxn-h1_offer_box .offer_content {
    padding: 30px 35px;
  }
  .pxn-h1_offer_box.right .offer_content .offer_no, .pxn-h1_offer_box .offer_content .offer_no {
    position: inherit;
    margin-top: 20px;
  }
  .pxn-h1_offer_box.right .offer_img, .pxn-h1_offer_box .offer_img {
    position: relative;
  }
  .pxn-h1_offer_box.right .offer_img .offer_icon, .pxn-h1_offer_box .offer_img .offer_icon {
    inset-inline-end: auto;
    inset-inline-start: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .pxn-h1_offer_box.right .offer_img .mask_img, .pxn-h1_offer_box .offer_img .mask_img {
    aspect-ratio: 424/143;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pxn-h1_offer_box.right .offer_img .mask_img::before, .pxn-h1_offer_box .offer_img .mask_img::before {
    inset-inline-end: 1px;
    -webkit-mask-image: url(../images/shapes/middle-line.svg);
            mask-image: url(../images/shapes/middle-line.svg);
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  .pxn-h1_offer_box.right .offer_img .mask_img img, .pxn-h1_offer_box .offer_img .mask_img img {
    aspect-ratio: 424/132;
    -webkit-mask-image: url(../images/shapes/middle-circle.svg);
            mask-image: url(../images/shapes/middle-circle.svg);
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  .pxn-h1_offer_box.right:hover .offer_img .offer_icon, .pxn-h1_offer_box:hover .offer_img .offer_icon {
    -webkit-transform: translate(-50%, 0) rotateY(360deg);
            transform: translate(-50%, 0) rotateY(360deg);
  }
}
@media (max-width: 575px) {
  .pxn-h1_offer_box .offer_title {
    font-size: 22px;
  }
}

/* !END: We Offer CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.pxn-h1-about-section {
  position: relative;
  z-index: 1;
}
.pxn-h1-about-section .bg_shape {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}
.pxn-h1-about-section.about-page {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-about-section .bg_shape {
    max-width: 550px;
  }
  .pxn-h1-about-section.about-page {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-about-section .bg_shape {
    max-width: 450px;
  }
  .pxn-h1-about-section.about-page {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-about-section .bg_shape {
    max-width: 500px;
  }
  .pxn-h1-about-section.about-page {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1-about-section.about-page {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pxn-h1-about-section.about-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pxn-h1_about_wrapper {
  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: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn-h1_about_wrapper .pxn-h1_about_content {
    max-width: 100%;
  }
}
.pxn-h1_about_img {
  position: relative;
  max-width: 650px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.pxn-h1_about_img .border_line {
  content: "";
  width: 77%;
  height: auto;
  aspect-ratio: 500/620;
  border: 12px solid var(--pxn-color-theme-primary);
  border-radius: 10px;
  position: absolute;
  inset-inline-end: 40px;
  bottom: 0;
  z-index: -1;
}
.pxn-h1_about_img img:not(.circle_img) {
  max-width: 77%;
  width: 100%;
  aspect-ratio: 500/620;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-left: auto;
}
.pxn-h1_about_img .circle_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 285px;
  height: 285px;
  background-color: var(--pxn-color-common-white);
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  inset-inline-start: 0;
  bottom: 24%;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_about_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .pxn-h1_about_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  .pxn-h1_about_img .circle_img {
    width: 200px;
    height: 200px;
  }
}
.pxn-h1_about_content {
  max-width: 570px;
  width: 100%;
}
.pxn-h1_about_content .about_features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 35px;
}
.pxn-h1_about_content .about_key_feature {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pxn-h1_about_content .about_key_feature .pxn_author_signature {
  border-right: 1px solid var(--pxn-color-border-1);
  max-width: 196px;
  padding-right: 41px;
  margin-right: 40px;
}
.pxn-h1_about_content .about_btn {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_about_content {
    max-width: 530px;
  }
}
@media (max-width: 575px) {
  .pxn-h1_about_content .about_features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pxn-h1_about_content .about_key_feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .pxn-h1_about_content .about_key_feature .pxn_author_signature {
    border: none;
    padding-right: 0;
    margin: 0;
  }
}
.pxn-h1_client_wrapper {
  padding-top: 120px;
}
.pxn-h1_client_wrapper .pxn-h1_client_carousel {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_client_wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_client_wrapper {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1_client_wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .pxn-h1_client_wrapper {
    padding-top: 70px;
  }
}
.pxn-h1_client_carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pxn-h2-about-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-about-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-about-section {
    padding-top: 90px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h2-about-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .pxn-h2-about-section {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
.pxn-h2_about_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: start;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h2_about_img {
  position: relative;
  max-width: 560px;
  width: 100%;
  -webkit-margin-end: 26px;
          margin-inline-end: 26px;
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
}
.pxn-h2_about_img .bg_color {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  top: 0;
  inset-inline-start: 0;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 10px;
  z-index: -1;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.pxn-h2_about_img img:not(.circle_text) {
  border-radius: 10px;
  aspect-ratio: 560/600;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h2_about_img .pxn_circle_btn {
  position: absolute;
  top: -30px;
  inset-inline-start: -18px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 12px 10px rgba(6, 61, 47, 0.05);
          box-shadow: 0px 0px 12px 10px rgba(6, 61, 47, 0.05);
}
.pxn-h2_about_img .pxn_circle_btn .icon {
  font-size: 20px;
}
.pxn-h2_about_content {
  max-width: 575px;
  width: 100%;
}
.pxn-h2_about_content .about_key_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.pxn-h2_about_content .pxn_list i,
.pxn-h2_about_content .pxn_list svg {
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
.pxn-h2_about_content .pxn_author_signature_2 {
  margin-top: 25px;
}
.pxn-h2_about_content .about_btn {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2_about_img {
    max-width: 520px;
  }
  .pxn-h2_about_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_about_img {
    max-width: 380px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .pxn-h2_about_content {
    max-width: 535px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_about_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 70px;
  }
  .pxn-h2_about_img {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: calc(100% - 115px);
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .pxn-h2_about_content {
    max-width: 100%;
  }
  .pxn-h2_about_content .about_key_feature {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 575px) {
  .pxn-h2_about_wrap {
    gap: 75px;
  }
  .pxn-h2_about_img {
    max-width: calc(100% - 40px);
  }
  .pxn-h2_about_img .pxn_circle_btn .icon {
    font-size: 16px;
  }
  .pxn-h2_about_content .about_key_feature {
    -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: start;
  }
  .pxn-h2_about_content .about_key_feature .pxn_counter {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .pxn-h2_about_content .about_btn {
    margin-top: 30px;
  }
}
.pxn-h3-about-section {
  position: relative;
  z-index: 1;
}
.pxn-h3-about-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  z-index: -1;
  top: -25%;
  pointer-events: none;
}
.pxn-h3-about-section .right_shape {
  position: absolute;
  inset-inline-end: 2%;
  z-index: -1;
  top: 5%;
  pointer-events: none;
}
.pxn-h3-about-section .left_glow {
  position: absolute;
  inset-inline-start: 0;
  z-index: -2;
  top: 0;
  pointer-events: none;
}
.pxn-h3-about-section .right_glow {
  position: absolute;
  inset-inline-end: 0;
  z-index: -2;
  bottom: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-about-section .left_glow {
    max-width: 500px;
  }
  .pxn-h3-about-section .right_glow {
    max-width: 550px;
    bottom: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-about-section .left_glow {
    max-width: 400px;
  }
  .pxn-h3-about-section .right_glow {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3-about-section .left_shape {
    max-width: 200px;
    top: -16%;
  }
  .pxn-h3-about-section .right_shape {
    display: none;
  }
  .pxn-h3-about-section .left_glow {
    max-width: 350px;
  }
  .pxn-h3-about-section .right_glow {
    display: none;
  }
}
.pxn-h3_about_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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_about_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pxn-h3_about_img {
  max-width: 540px;
  position: relative;
}
.pxn-h3_about_img img {
  border-radius: 10px;
  aspect-ratio: 540/620;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h3_about_img .pxn_counter_4 {
  margin-top: -125px;
  padding: 0 24px;
  position: relative;
}
.pxn-h3_about_img .pxn_counter_4 .count {
  color: var(--pxn-color-common-white);
}
.pxn-h3_about_content {
  max-width: 670px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn-h3_about_content .pxn_image_quote {
  margin-top: 30px;
}
.pxn-h3_about_content .pxn_list_wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 10px;
}
.pxn-h3_about_content .pxn_list li i,
.pxn-h3_about_content .pxn_list li svg {
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
.pxn-h3_about_content .about_btn {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_about_img {
    max-width: 420px;
  }
  .pxn-h3_about_content .pxn_list_wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_about_img {
    max-width: 100%;
  }
  .pxn-h3_about_content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3_about_img {
    max-width: 100%;
  }
  .pxn-h3_about_img .pxn_counter_4 {
    margin-top: -115px;
  }
  .pxn-h3_about_content {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .pxn-h3_about_img {
    max-width: 100%;
  }
  .pxn-h3_about_img .pxn_counter_4 {
    margin-top: -90px;
  }
  .pxn-h3_about_content {
    max-width: 100%;
  }
  .pxn-h3_about_content .pxn_list_wrap {
    grid-template-columns: 1fr;
  }
}
.pxn_image_quote {
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
}
.pxn_image_quote img {
  max-width: 240px;
  width: 100%;
  aspect-ratio: 240/100;
  border-radius: 10px;
}
.pxn_image_quote .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_image_quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pxn_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;
    font-size: 18px;
    gap: 20px;
  }
  .pxn_image_quote img {
    max-width: 100%;
  }
}
.pxn_client_logo {
  text-align: center;
}
.pxn_client_logo_inner {
  display: inline-block;
}
.pxn_client_logo.style-2 .pxn_client_logo_inner {
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 5px;
  padding: 10px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pxn_divider {
  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;
  text-align: center;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  color: var(--pxn-color-heading-primary);
}
.pxn_divider::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--pxn-color-border-1);
  z-index: -1;
}
.pxn_divider > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px;
  background-color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_divider {
    font-size: 22px;
  }
  .pxn_divider > span {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_divider {
    font-size: 20px;
  }
  .pxn_divider > span {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .pxn_divider {
    font-size: 18px;
  }
  .pxn_divider > span {
    padding: 0 15px;
  }
}

/* !END: About CSS */
/**----------------------------------------
START: Why Choose CSS
----------------------------------------*/
.pxn-h1-why-choose-section {
  padding-top: 120px;
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-why-choose-section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-why-choose-section {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1-why-choose-section {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .pxn-h1-why-choose-section {
    padding-top: 70px;
  }
}
.pxn-h1_why_choose_wrapper .section_heading {
  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: 20px;
}
.pxn-h1_why_choose_wrapper .section_heading .sec_title {
  color: var(--pxn-color-common-white);
}
.pxn-h1_why_choose_wrapper .section_heading .sec_desc {
  color: #b7b6b6;
}
.pxn-h1_why_choose_wrapper .section_heading .heading_text {
  max-width: 555px;
  width: 100%;
}
.pxn-h1_why_choose_wrapper .section_heading .sec_desc {
  margin-top: 0;
  max-width: 517px;
  width: 100%;
}
.pxn-h1_why_choose_wrapper .feature_bg_img {
  text-align: end;
  padding-right: 100px;
}
.pxn-h1_why_choose_wrapper .why_choose_features {
  position: relative;
}
.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box {
  position: absolute;
  inset-inline-start: 73px;
  top: 16%;
  z-index: 2;
}
.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box:nth-child(3) {
  inset-inline-start: auto;
  inset-inline-end: 73px;
}
.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box:nth-child(4) {
  inset-inline-start: 0;
  top: 55%;
}
.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box:nth-child(5) {
  inset-inline-start: auto;
  inset-inline-end: 0;
  top: 55%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1_why_choose_wrapper .feature_bg_img {
    padding-right: 50px;
  }
}
@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), (max-width: 575px) {
  .pxn-h1_why_choose_wrapper .section_heading {
    -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: 50px;
  }
  .pxn-h1_why_choose_wrapper .section_heading .heading_text,
  .pxn-h1_why_choose_wrapper .section_heading .sec_desc {
    max-width: 100%;
  }
  .pxn-h1_why_choose_wrapper .feature_bg_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding-right: 0;
    grid-column: span 2;
  }
  .pxn-h1_why_choose_wrapper .why_choose_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box {
    position: static;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_why_choose_wrapper .section_heading {
    margin-bottom: 40px;
  }
  .pxn-h1_why_choose_wrapper .why_choose_features {
    grid-template-columns: 1fr;
  }
  .pxn-h1_why_choose_wrapper .feature_bg_img {
    grid-column: unset;
  }
}
.pxn-h1_feature_box {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #1f5044), to(rgba(31, 80, 68, 0)));
  background-image: linear-gradient(270deg, #1f5044 30%, rgba(31, 80, 68, 0) 100%);
  backdrop-filter: blur(10px);
  padding: 30px 30px 30px 0;
  max-width: 345px;
  width: 100%;
}
.pxn-h1_feature_box .feature_box_head {
  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: 30px;
}
.pxn-h1_feature_box .feature_box_head .feature_title {
  width: calc(100% - 110px);
}
.pxn-h1_feature_box .feature_title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: var(--pxn-color-common-white);
}
.pxn-h1_feature_box .feature_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--pxn-color-theme-primary);
  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-theme-secondary);
  font-size: 40px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxn-h1_feature_box .feature_icon i,
.pxn-h1_feature_box .feature_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h1_feature_box .feature_icon svg {
  max-width: 40px;
  height: auto;
}
.pxn-h1_feature_box .feature_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: #b7b6b6;
  margin-top: 20px;
}
.pxn-h1_feature_box .feature_desc p:last-child {
  margin: 0;
}
.pxn-h1_feature_box.right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(31, 80, 68, 0)), color-stop(80%, #1f5044));
  background-image: linear-gradient(270deg, rgba(31, 80, 68, 0) 0%, #1f5044 80%);
  padding: 30px 0 30px 30px;
}
.pxn-h1_feature_box.right .feature_box_head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pxn-h1_feature_box:hover .feature_icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media (max-width: 575px) {
  .pxn-h1_feature_box .feature_title {
    font-size: 22px;
  }
}

/* !END: Why Choose CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.pxn-h1_team_wrapper .section_heading {
  max-width: 562px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_team_wrapper .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_team_wrapper .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h1_team_wrapper .team_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
}
@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-h1_team_wrapper .team_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .pxn-h1_team_wrapper .team_wrapper {
    grid-template-columns: 1fr;
  }
}
.pxn-h1_team_member .member_image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h1_team_member .member_image a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn-h1_team_member .member_image img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.pxn-h1_team_member .member_content {
  padding: 0 8px;
  position: relative;
  z-index: 2;
  margin-top: -25px;
}
.pxn-h1_team_member .member_content .designation {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pxn-color-theme-primary);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  padding: 8.5px 13px;
  margin-bottom: 20px;
}
.pxn-h1_team_member .member_content .designation::before {
  content: "";
  position: absolute;
  inset-inline-start: 4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  z-index: -1;
}
.pxn-h1_team_member .member_content .name {
  margin: 0;
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
}
.pxn-h1_team_member .member_content .name a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-h1_team_member .member_content .pxn_socials {
  margin-top: 20px;
}
.pxn-h1_team_member:hover .member_image img {
  -webkit-transform: scale(1.12) !important;
      -ms-transform: scale(1.12) !important;
          transform: scale(1.12) !important;
}
@media (max-width: 575px) {
  .pxn-h1_team_member .member_content .name {
    font-size: 22px;
  }
  .pxn-h1_team_member .member_content .pxn_socials {
    margin-top: 15px;
  }
}
.pxn-h1_team_member.style-2 {
  position: relative;
  z-index: 1;
}
.pxn-h1_team_member.style-2 .member_content {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.pxn-h1_team_member.style-2 .pxn_socials {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  inset-inline-end: 8px;
  bottom: 0;
  z-index: 2;
}
.pxn-h1_team_member.style-2 .pxn_socials .share {
  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: var(--pxn-color-common-white);
  color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn-h1_team_member.style-2 .pxn_socials .share i,
.pxn-h1_team_member.style-2 .pxn_socials .share svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h1_team_member.style-2 .pxn_socials .share svg {
  max-width: 18px;
  height: auto;
}
.pxn-h1_team_member.style-2 .pxn_socials > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul {
  padding: 0;
  margin: 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;
  gap: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li:not(:last-child) {
  -webkit-margin-after: -30px;
          margin-block-end: -30px;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon {
  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: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon i,
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon svg {
  max-width: 18px;
  height: auto;
}
.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li a:hover {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
.pxn-h1_team_member.style-2 .pxn_socials > li:hover > .share {
  background-color: var(--pxn-color-theme-primary);
}
.pxn-h1_team_member.style-2 .pxn_socials > li:hover > ul {
  gap: 8px;
}
.pxn-h1_team_member.style-2 .pxn_socials > li:hover > ul > li {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  opacity: 1;
  visibility: visible;
}
.pxn-h2-team-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  z-index: 1;
}
.pxn-h2-team-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}
.pxn-h2-team-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-team-section .right_shape {
    max-width: 410px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2-team-section .left_shape {
    display: none;
  }
  .pxn-h2-team-section .right_shape {
    max-width: 300px;
  }
}
.pxn-h2_team_wrap .section_heading {
  max-width: 562px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_team_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_team_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h2_team_wrap .team_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@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-h2_team_wrap .team_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .pxn-h2_team_wrap .team_wrapper {
    grid-template-columns: 1fr;
  }
}
.pxn-h2_team_cta {
  background-color: var(--pxn-color-common-white);
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  padding: 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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
.pxn-h2_team_cta .cta_sub {
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  color: var(--pxn-color-text-body);
  margin-bottom: 10px;
}
.pxn-h2_team_cta .cta_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.pxn-h2_team_cta .cta_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn-h2_team_cta .cta_desc p:last-child {
  margin: 0;
}
.pxn-h2_team_cta .cta_btn {
  margin-top: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_team_cta {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .pxn-h2_team_cta .cta_title {
    font-size: 22px;
  }
  .pxn-h2_team_cta .cta_desc {
    font-size: 16px;
  }
}
.pxn-h3-team-section {
  position: relative;
  padding-top: 120px;
  z-index: 2;
}
.pxn-h3-team-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  z-index: -1;
  top: -45%;
  pointer-events: none;
}
.pxn-h3-team-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  z-index: -1;
  top: 0;
  pointer-events: none;
}
.pxn-h3-team-section .left_glow {
  position: absolute;
  inset-inline-start: 0;
  z-index: -2;
  top: 0;
  pointer-events: none;
}
.pxn-h3-team-section .right_glow {
  position: absolute;
  inset-inline-end: 0;
  z-index: -2;
  bottom: 0;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-team-section .left_shape {
    top: -30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-team-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .pxn-h3-team-section .left_glow {
    max-width: 600px;
  }
  .pxn-h3-team-section .right_glow {
    max-width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-team-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .pxn-h3-team-section .left_shape {
    max-width: 220px;
    top: -30%;
  }
  .pxn-h3-team-section .right_shape {
    max-width: 80px;
  }
  .pxn-h3-team-section .left_glow {
    max-width: 400px;
    top: 30%;
  }
  .pxn-h3-team-section .right_glow {
    max-width: 500px;
    bottom: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3-team-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .pxn-h3-team-section .left_shape {
    max-width: 190px;
    top: -30%;
  }
  .pxn-h3-team-section .right_shape {
    display: none;
  }
  .pxn-h3-team-section .left_glow {
    max-width: 300px;
    top: 40%;
  }
  .pxn-h3-team-section .right_glow {
    max-width: 400px;
    bottom: 40%;
  }
}
@media (max-width: 575px) {
  .pxn-h3-team-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pxn-h3-team-section .left_shape {
    max-width: 180px;
    top: -15%;
  }
  .pxn-h3-team-section .right_shape {
    display: none;
  }
  .pxn-h3-team-section .left_glow {
    max-width: 250px;
  }
  .pxn-h3-team-section .right_glow {
    max-width: 300px;
  }
}
.pxn-h3_team_wrap .section_heading {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_team_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_team_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h3_team_wrap .team_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.pxn-h3_team_wrap .team_wrapper .pxn_team_member_2:nth-child(even) {
  margin-top: 40px;
}
@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-h3_team_wrap .team_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .pxn-h3_team_wrap .team_wrapper {
    grid-template-columns: 1fr;
  }
  .pxn-h3_team_wrap .team_wrapper .pxn_team_member_2:nth-child(even) {
    margin-top: 0;
  }
}
.pxn_team_member_2 .member_image {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.pxn_team_member_2 .member_image a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn_team_member_2 .member_image .pxn-hover-btn-item {
  width: 100%;
}
.pxn_team_member_2 .member_image img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.pxn_team_member_2 .member_image::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#063d2f), to(rgba(6, 61, 47, 0)));
  background-image: linear-gradient(270deg, #063d2f 0%, rgba(6, 61, 47, 0) 100%);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_team_member_2 .member_image .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.pxn_team_member_2 .member_image .name {
  margin: 0;
  font-weight: var(--pxn-fw-bold);
  font-size: 80px;
  line-height: 1.1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  color: var(--pxn-color-common-white);
  -webkit-animation: verticalScroll 30s linear infinite;
          animation: verticalScroll 30s linear infinite;
}
.pxn_team_member_2 .member_content {
  padding: 0 8px;
  position: relative;
  z-index: 2;
  margin-top: -25px;
}
.pxn_team_member_2 .member_content .designation {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pxn-color-theme-primary);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  padding: 8.5px 13px;
}
.pxn_team_member_2 .member_content .designation::before {
  content: "";
  position: absolute;
  inset-inline-start: 4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  z-index: -1;
}
.pxn_team_member_2 .member_content .pxn_socials {
  margin-top: 20px;
}
.pxn_team_member_2:hover .member_image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pxn_team_member_2:hover .member_image::after {
  visibility: visible;
  opacity: 1;
}
.pxn_team_member_2:hover .member_image .name_wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 575px) {
  .pxn_team_member_2 .member_image .name_wrap {
    inset-inline-start: 3px;
  }
  .pxn_team_member_2 .member_image .name {
    font-size: 65px;
  }
  .pxn_team_member_2 .member_content .pxn_socials {
    margin-top: 15px;
  }
}

/* !END: Team CSS */
/**----------------------------------------
START: Projects CSS
----------------------------------------*/
.pxn-h1-projects-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  z-index: 1;
}
.pxn-h1-projects-section .bg_right_shape,
.pxn-h1-projects-section .bg_left_shape {
  position: absolute;
  z-index: -1;
}
.pxn-h1-projects-section .bg_left_shape {
  top: 0;
  inset-inline-start: 0;
}
.pxn-h1-projects-section .bg_right_shape {
  bottom: 4%;
  inset-inline-end: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-projects-section .bg_left_shape {
    max-width: 380px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-projects-section .bg_left_shape {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1-projects-section .bg_left_shape {
    display: none;
  }
  .pxn-h1-projects-section .bg_right_shape {
    bottom: 1%;
  }
}
.pxn-h1_projects_wrapper .section_heading {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_projects_wrapper .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_projects_wrapper .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h1_projects_wrap {
  margin: -12px -12px 0 -12px;
}
.pxn-h1_projects_wrap .grid-sizer,
.pxn-h1_projects_wrap .grid-item {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_projects_wrap .grid-sizer,
  .pxn-h1_projects_wrap .grid-item {
    width: 100%;
  }
}
.pxn-h1_project_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;
  float: left;
  padding: 12px;
}
.pxn-h1_project_item_inner {
  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;
  background-color: var(--pxn-color-common-white);
  padding: 6px;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h1_project_item .project_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h1_project_item .project_img > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn-h1_project_item .project_img img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.pxn-h1_project_item .project_content {
  background-color: var(--pxn-color-theme-bg-light-2);
  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;
  padding: 30px 40px 30px 25px;
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.pxn-h1_project_item .project_content .project_cat {
  display: block;
  margin-bottom: 6px;
}
.pxn-h1_project_item .project_content .project_cat > .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  color: var(--pxn-color-text-body);
}
.pxn-h1_project_item .project_content .project_cat > a:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn-h1_project_item .project_content .project_title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.pxn-h1_project_item .project_content .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 100%;
  display: inline;
}
.pxn-h1_project_item .project_content .project_title a:hover {
  background-size: 100% 2px;
}
.pxn-h1_project_item:hover .project_img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 575px) {
  .pxn-h1_project_item .project_content {
    padding: 20px 20px 25px 20px;
    max-width: 90%;
  }
  .pxn-h1_project_item .project_content .project_title {
    font-size: 22px;
  }
}
.pxn-h2_projects_wrapper .section_heading {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_projects_wrapper .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_projects_wrapper .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h2_projects_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+1), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0) {
  max-width: 85%;
}
.pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+2), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
  max-width: 70%;
}
.pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+1), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0) {
    max-width: 90%;
  }
  .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+2), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
    max-width: 80%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_projects_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+1), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0) {
    max-width: 100%;
  }
  .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+2), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
    max-width: 100%;
  }
}
.pxn-h2_project_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-h2_project_item .project_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h2_project_item .project_img .pxn-img-reveal,
.pxn-h2_project_item .project_img .pxn-hover-btn-item {
  width: 100%;
}
.pxn-h2_project_item .project_img > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn-h2_project_item .project_img img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pxn-h2_project_item .project_content {
  background-color: var(--pxn-color-common-white);
  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;
  padding: 30px 30px 0 30px;
}
.pxn-h2_project_item .project_content .project_cat {
  display: block;
  margin-bottom: 6px;
}
.pxn-h2_project_item .project_content .project_cat > .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  color: var(--pxn-color-text-body);
}
.pxn-h2_project_item .project_content .project_cat > a:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn-h2_project_item .project_content .project_title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.pxn-h2_project_item .project_content .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 100%;
  display: inline;
}
.pxn-h2_project_item .project_content .project_title a:hover {
  background-size: 100% 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h2_project_item .project_content {
    padding: 25px 25px 0 25px;
  }
}
@media (max-width: 575px) {
  .pxn-h2_project_item .project_content {
    padding: 20px 20px 0 20px;
  }
  .pxn-h2_project_item .project_content .project_title {
    font-size: 22px;
  }
}
.pxn-h3-projects-section {
  position: relative;
  padding-top: 120px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-projects-section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-projects-section {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3-projects-section {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .pxn-h3-projects-section {
    padding-top: 70px;
  }
}
.pxn-h3_projects_wrap {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pxn-h3_projects_wrap .section_heading {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_projects_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_projects_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h3_projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_projects {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.pxn-h3_project_item {
  width: 100%;
}
.pxn-h3_project_item .project_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h3_project_item .project_img > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn-h3_project_item .project_img img {
  width: 100%;
  aspect-ratio: 585/750;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.pxn-h3_project_item .project_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54.81%, rgba(6, 61, 47, 0)), color-stop(88.94%, rgba(6, 61, 47, 0.95)));
  background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 54.81%, rgba(6, 61, 47, 0.95) 88.94%);
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn-h3_project_item .project_content {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 2;
  padding: 35px 40px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_project_item .project_content .project_cat {
  display: block;
  margin-bottom: 6px;
  color: var(--pxn-color-common-white);
}
.pxn-h3_project_item .project_content .project_cat > .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  color: var(--pxn-color-common-white);
}
.pxn-h3_project_item .project_content .project_cat > a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-h3_project_item .project_content .project_title {
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-common-white);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.pxn-h3_project_item .project_content .project_title a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-h3_project_item:hover .project_img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pxn-h3_project_item:hover .project_img::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.pxn-h3_project_item:hover .project_content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3_project_item .project_content {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .pxn-h3_project_item .project_content {
    padding: 30px 20px;
  }
  .pxn-h3_project_item .project_content .project_title {
    font-size: 22px;
  }
}
.pxn_page_projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_page_projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_page_projects {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.pxn_page_projects_wrap .pxn_pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_page_projects_wrap .pxn_pagination {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .pxn_page_projects_wrap .pxn_pagination {
    margin-top: 40px;
  }
}

/* !END: Projects CSS */
/**----------------------------------------
START: Pricing CSS
----------------------------------------*/
.pxn-h1-pricing-section {
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pxn-h1-pricing-section.services-page {
  background-color: var(--pxn-color-common-white);
  padding-bottom: 0;
}
.pxn-h1-pricing-section.services-page .pxn-h1_pricing_wrapper .section_heading .sec_title {
  color: var(--pxn-color-heading-primary);
}
.pxn-h1-pricing-section.services-page .pxn_toggle_switcher {
  background-color: var(--pxn-color-theme-bg-primary);
}
.pxn-h1-pricing-section.pricing-page {
  background-color: var(--pxn-color-common-white);
}
.pxn-h1-pricing-section.pricing-page .pxn-h1_pricing_wrapper .section_heading .sec_title {
  color: var(--pxn-color-heading-primary);
}
.pxn-h1-pricing-section.pricing-page .pxn_toggle_switcher {
  background-color: var(--pxn-color-theme-bg-primary);
}
.pxn-h1_pricing_wrapper .section_heading {
  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;
  margin-bottom: 60px;
}
.pxn-h1_pricing_wrapper .section_heading .heading_text {
  max-width: 560px;
  width: 100%;
}
.pxn-h1_pricing_wrapper .section_heading .sec_title {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_pricing_wrapper .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_pricing_wrapper .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h1_pricing_wrapper .pricing_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_pricing_wrapper .section_heading {
    -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_pricing_wrapper .section_heading .heading_text {
    max-width: 100%;
  }
  .pxn-h1_pricing_wrapper .pricing_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_pricing_wrapper .section_heading {
    -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_pricing_wrapper .section_heading .heading_text {
    max-width: 100%;
  }
  .pxn-h1_pricing_wrapper .pricing_wrapper {
    grid-template-columns: 1fr;
  }
}
.pxn_toggle_switcher {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--pxn-color-border-2);
  background-color: rgba(255, 255, 255, 0.08);
  padding: 6px;
  width: 270px;
  height: 60px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 1;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 18px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
}
.pxn_toggle_switcher .toggle-m {
  color: var(--pxn-color-theme-secondary);
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_toggle_switcher .toggle-y {
  color: var(--pxn-color-common-white);
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_toggle_switcher input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.pxn_toggle_switcher input[type=checkbox]:checked + .toggle_switch::before {
  inset-inline-start: 134px;
}
.pxn_toggle_switcher input[type=checkbox]:checked ~ .toggle-y {
  color: var(--pxn-color-theme-secondary);
}
.pxn_toggle_switcher input[type=checkbox]:checked ~ .toggle-m {
  color: var(--pxn-color-common-white);
}
.pxn_toggle_switcher .toggle_switch {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.pxn_toggle_switcher .toggle_switch::before {
  content: "";
  display: block;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50px;
  width: calc(50% - 6px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  inset-inline-start: 6px;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
.pxn_pricing_box {
  position: relative;
  background-color: #174b3e;
  -webkit-box-shadow: inset 0 0 0 1px var(--pxn-color-border-2);
          box-shadow: inset 0 0 0 1px var(--pxn-color-border-2);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.pxn_pricing_box.recommended .package_name {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
.pxn_pricing_box .pricing_shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
.pxn_pricing_box .package_name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 14px 35px;
  margin-bottom: 20px;
}
.pxn_pricing_box .package_price {
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-common-white);
}
.pxn_pricing_box .package_price .currency {
  font-size: 24px;
  text-transform: uppercase;
}
.pxn_pricing_box .package_price .price {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
.pxn_pricing_box .package_price .period {
  font-size: 16px;
  color: #b7b6b6;
}
.pxn_pricing_box .package_features {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pxn_pricing_box .package_features > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  color: var(--pxn-color-common-white);
  gap: 15px;
}
.pxn_pricing_box .package_features > li:not(:last-child) {
  border-bottom: 1px solid var(--pxn-color-border-2);
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.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;
  line-height: 1;
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
  margin-top: 4px;
}
.pxn_pricing_box .package_features > li svg {
  height: auto;
}
.pxn_pricing_box .package_btn {
  margin-top: 40px;
}
.pxn_pricing_box .package_btn .btn_icon {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.pxn_pricing_box .pricing_header {
  padding: 40px 35px 90px 35px;
  position: relative;
  z-index: 1;
}
.pxn_pricing_box .pricing_header::before, .pxn_pricing_box .pricing_header::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 101%;
  height: 101%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#085844), to(#063d2f));
  background-image: linear-gradient(180deg, #085844 0%, #063d2f 100%);
  aspect-ratio: 424/327;
  -webkit-mask-image: url(../images/shapes/pricing-header.svg);
          mask-image: url(../images/shapes/pricing-header.svg);
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: -1;
}
.pxn_pricing_box .pricing_header::after {
  top: 3px;
  background: var(--pxn-color-theme-primary);
  z-index: -2;
}
.pxn_pricing_box .pricing_content {
  padding: 30px 35px 40px 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_pricing_box .package_name {
    padding: 14px 30px;
    font-size: 22px;
  }
  .pxn_pricing_box .package_price .price {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .pxn_pricing_box .pricing_header {
    padding: 30px 25px 70px 25px;
  }
  .pxn_pricing_box .pricing_content {
    padding: 30px 25px 40px 25px;
  }
  .pxn_pricing_box .package_name {
    font-size: 20px;
  }
}

/* !END: Pricing CSS */
/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.pxn-h1-testimonial-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  z-index: 1;
}
.pxn-h1-testimonial-section .bg_shape {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}
.pxn-h1-testimonial-section .testimonialContainer {
  margin-left: calc((100% - 1350px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1-testimonial-section .testimonialContainer {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-testimonial-section .bg_shape {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-testimonial-section .bg_shape {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-testimonial-section .bg_shape {
    max-width: 250px;
  }
}
@media sm, (max-width: 575px) {
  .pxn-h1-testimonial-section .bg_shape {
    display: none;
  }
}
.pxn-h1_testimonial_wrap .section_heading {
  max-width: 675px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.pxn-h1_testimonial_wrap .testimonial_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 75px;
}
.pxn-h1_testimonial_wrap .testimonial_content_wrapper .pxn-h1_testimonial_carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn-h1_testimonial_wrap .testimonial_img {
  max-width: 598px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_testimonial_wrap .section_heading {
    margin-bottom: 60px;
  }
  .pxn-h1_testimonial_wrap .testimonial_content_wrapper {
    gap: 30px;
  }
  .pxn-h1_testimonial_wrap .testimonial_img {
    max-width: 440px;
  }
}
@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), (max-width: 575px) {
  .pxn-h1_testimonial_wrap .testimonial_img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_testimonial_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_testimonial_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h1_testimonial_carousel .pxn_slider-pagination {
  margin-top: 50px;
}
@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), (max-width: 575px) {
  .pxn-h1_testimonial_carousel .pxn_slider-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_testimonial_carousel .pxn_slider-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.pxn-h2-testimonial-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.pxn-h2-testimonial-section .bg_shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h2-testimonial-section .bg_shape {
    max-width: 630px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-testimonial-section .bg_shape {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-testimonial-section .bg_shape {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-testimonial-section .bg_shape {
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h2-testimonial-section .bg_shape {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .pxn-h2-testimonial-section .bg_shape {
    display: none;
  }
}
.pxn-h2-testimonial-section .testimonialContainer {
  margin-left: calc((100% - 1350px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2-testimonial-section .testimonialContainer {
    margin-left: auto;
  }
}
.pxn-h2-testimonial-section .pxn_slider-pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-testimonial-section .pxn_slider-pagination {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2-testimonial-section .pxn_slider-pagination {
    margin-top: 40px;
  }
}
.pxn-h2_testimonial_wrap .section_heading {
  max-width: 675px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_testimonial_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_testimonial_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h2_testimonial_carousel .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.pxn-h3-testimonial-section {
  position: relative;
  padding-top: 120px;
  z-index: 1;
}
.pxn-h3-testimonial-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  z-index: -1;
  top: 100%;
  pointer-events: none;
}
.pxn-h3-testimonial-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  z-index: -1;
  top: -35%;
  pointer-events: none;
}
.pxn-h3-testimonial-section .left_glow {
  position: absolute;
  inset-inline-start: 0;
  z-index: -2;
  top: 10%;
  pointer-events: none;
}
.pxn-h3-testimonial-section .right_glow {
  position: absolute;
  inset-inline-end: 0;
  z-index: -2;
  bottom: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-testimonial-section {
    padding-top: 100px;
  }
  .pxn-h3-testimonial-section .left_glow {
    max-width: 500px;
    top: 50%;
  }
  .pxn-h3-testimonial-section .right_glow {
    max-width: 600px;
    bottom: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-testimonial-section {
    padding-top: 90px;
  }
  .pxn-h3-testimonial-section .right_shape {
    max-width: 250px;
    top: -20%;
  }
  .pxn-h3-testimonial-section .left_glow {
    max-width: 400px;
    top: 70%;
  }
  .pxn-h3-testimonial-section .right_glow {
    max-width: 500px;
    bottom: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3-testimonial-section {
    padding-top: 80px;
  }
  .pxn-h3-testimonial-section .right_shape {
    max-width: 200px;
    top: -20%;
  }
  .pxn-h3-testimonial-section .left_shape {
    display: none;
  }
  .pxn-h3-testimonial-section .left_glow {
    max-width: 300px;
    top: 70%;
  }
  .pxn-h3-testimonial-section .right_glow {
    max-width: 400px;
    bottom: 60%;
  }
}
@media (max-width: 575px) {
  .pxn-h3-testimonial-section {
    padding-top: 70px;
  }
  .pxn-h3-testimonial-section .right_shape {
    max-width: 190px;
    top: -20%;
  }
  .pxn-h3-testimonial-section .left_shape {
    display: none;
  }
  .pxn-h3-testimonial-section .left_glow {
    max-width: 250px;
    top: 70%;
  }
  .pxn-h3-testimonial-section .right_glow {
    max-width: 300px;
    bottom: 60%;
  }
}
.pxn-h3_testimonial_wrap .section_heading {
  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;
  margin-bottom: 60px;
}
.pxn-h3_testimonial_wrap .section_heading .heading_text {
  max-width: 545px;
  width: 100%;
}
.pxn-h3_testimonial_wrap .section_heading .client_review {
  background-color: var(--pxn-color-theme-bg-primary);
  max-width: 580px;
  width: 100%;
  border-radius: 10px;
  padding: 25px 30px;
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .google_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .google_review > img {
  width: 75px;
  height: auto;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .pxn-rating-wrapper {
  padding: 0;
  background-color: transparent;
  font-size: 17px;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .pxn-rating-wrapper .r-icon-wrapper {
  -webkit-text-stroke-color: #ffa200;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
  --r-rating-icon-color: #ffa200;
}
.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .rating-label {
  font-size: 22px;
  margin-top: 10px;
}
@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), (max-width: 575px) {
  .pxn-h3_testimonial_wrap .section_heading .heading_text {
    max-width: 515px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review {
    padding: 20px 15px;
    max-width: 415px;
    gap: 15px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review .google_review > img {
    width: 50px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review .google_review .rating-label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_testimonial_wrap .section_heading {
    margin-bottom: 50px;
  }
  .pxn-h3_testimonial_wrap .section_heading .heading_text {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_testimonial_wrap .section_heading {
    margin-bottom: 40px;
  }
  .pxn-h3_testimonial_wrap .section_heading .heading_text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .pxn-h3_testimonial_wrap .section_heading .client_review {
    gap: 10px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review .pxn_user_list li {
    width: 50px;
    height: 50px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review .google_review {
    gap: 15px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review .google_review .rating-label {
    font-size: 16px;
    margin-top: 5px;
  }
  .pxn-h3_testimonial_wrap .section_heading .client_review .google_review > img {
    width: 45px;
  }
}
.pxn-h3_testimonial_wrap .testimonial_wrap {
  position: relative;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.0784313725);
  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: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  z-index: 1;
}
.pxn-h3_testimonial_wrap .testimonial_wrap::before {
  content: "\e942";
  font-family: var(--pxn-ff-icons);
  color: rgba(6, 61, 47, 0.03);
  font-size: 610px;
  line-height: 1;
  position: absolute;
  inset-inline-end: 10%;
  top: 0;
  z-index: -1;
}
.pxn-h3_testimonial_wrap .testimonial_wrap .testimonial_img {
  max-width: 405px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h3_testimonial_wrap .testimonial_wrap .testimonial_img img {
  width: 100%;
}
.pxn-h3_testimonial_wrap .testimonial_wrap .swiper {
  max-width: 837px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_testimonial_wrap .testimonial_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn-h3_testimonial_wrap .testimonial_wrap .testimonial_img {
    max-width: 100%;
  }
}
.pxn-h3_testimonial_carousel {
  position: relative;
  z-index: 1;
}
.pxn-h3_testimonial_carousel .pxn_slider-pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
}
.pxn-rating-wrapper {
  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;
  gap: 4px;
  font-size: 20px;
  line-height: 1;
}
.pxn-rating-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 4px;
}
.pxn-rating-wrapper .r-icon {
  position: relative;
  line-height: 1;
}
.pxn-rating-wrapper .r-icon-wrapper {
  -webkit-text-stroke: 1px #fbd819;
  color: transparent;
}
.pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
  --r-rating-icon-color: #fbd819;
  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;
}
.pxn_testimonial.swiper-slide {
  max-width: 648px;
  width: 100%;
}
.pxn_testimonial_inner {
  border: 1px solid var(--pxn-color-border-1);
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  padding: 24px;
}
.pxn_testimonial .testimonial_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.pxn_testimonial .testimonial_header .pxn-rating-wrapper .rating-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  color: var(--pxn-color-text-body);
  margin-top: 3px;
}
.pxn_testimonial .testimonial_quote {
  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: 10px;
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
  font-size: 30px;
  line-height: 1;
}
.pxn_testimonial .testimonial_quote i,
.pxn_testimonial .testimonial_quote svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_testimonial .testimonial_quote svg {
  max-width: 30px;
  height: auto;
}
.pxn_testimonial .testimonial_text {
  width: 100%;
  background-color: #f3f1eb;
  padding: 25px;
  border-radius: 10px;
  font-weight: var(--pxn-fw-medium);
  font-size: 24px;
  color: #2d3836;
}
.pxn_testimonial .testimonial_text p:last-child {
  margin: 0;
}
.pxn_testimonial .testimonial_author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pxn-color-theme-secondary);
  padding: 5px 30px 5px 5px;
  border-radius: 10px;
  gap: 20px;
  margin-top: 20px;
}
.pxn_testimonial .testimonial_author .author_img {
  max-width: 80px;
  width: 100%;
  aspect-ratio: 80/75;
  border-radius: 10px;
  overflow: hidden;
}
.pxn_testimonial .testimonial_author .author_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pxn_testimonial .testimonial_author .author_info {
  width: calc(100% - 100px);
}
.pxn_testimonial .testimonial_author .designation {
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  color: #b7b6b6;
  margin-bottom: 5px;
}
.pxn_testimonial .testimonial_author .name {
  margin: 0;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_testimonial.swiper-slide {
    max-width: 520px;
  }
  .pxn_testimonial .testimonial_text {
    padding: 20px;
    font-size: 20px;
  }
  .pxn_testimonial .testimonial_author .name {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .pxn_testimonial.swiper-slide {
    max-width: 350px;
  }
  .pxn_testimonial .testimonial_text {
    padding: 15px;
    font-size: 18px;
  }
  .pxn_testimonial .testimonial_author .name {
    font-size: 20px;
  }
}
.pxn_testimonial.style-2.swiper-slide {
  max-width: 424px;
  width: 100%;
}
.pxn_testimonial.style-2.swiper-slide:nth-child(even) {
  padding-bottom: 35px;
}
.pxn_testimonial.style-2 .testimonial_quote {
  background-color: var(--pxn-color-theme-bg-light);
}
.pxn_testimonial.style-2 .testimonial_text {
  background-color: transparent;
  padding: 0;
  color: var(--pxn-color-text-body);
}
.pxn_testimonial.style-2 .testimonial_author {
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--pxn-color-border-1);
}
.pxn_testimonial.style-2 .testimonial_author .author_img {
  aspect-ratio: 80/80;
}
.pxn_testimonial.style-2 .testimonial_author .name {
  color: var(--pxn-color-heading-primary);
}
@media (max-width: 575px) {
  .pxn_testimonial.style-2.swiper-slide {
    max-width: 350px;
  }
  .pxn_testimonial.style-2.swiper-slide:nth-child(even) {
    padding-bottom: 25px;
  }
}
.pxn_testimonial.style-3.swiper-slide {
  max-width: 100%;
}
.pxn_testimonial.style-3 .pxn_testimonial_inner {
  background-color: transparent;
  border: none;
  padding: 20px;
}
.pxn_testimonial.style-3 .pxn-rating-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.pxn_testimonial.style-3 .pxn-rating-wrapper .rating-label {
  width: auto;
}
.pxn_testimonial.style-3 .testimonial_text {
  background-color: transparent;
  padding: 0;
  color: var(--pxn-color-text-body);
}
.pxn_testimonial.style-3 .testimonial_author {
  background-color: var(--pxn-color-common-white);
  border: 1px solid var(--pxn-color-border-1);
  margin-top: 70px;
}
.pxn_testimonial.style-3 .testimonial_author .author_img {
  aspect-ratio: 80/80;
}
.pxn_testimonial.style-3 .testimonial_author .name {
  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), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_testimonial.style-3 .testimonial_text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pxn_testimonial.style-3 .pxn_testimonial_inner {
    padding: 20px 15px;
  }
  .pxn_testimonial.style-3 .testimonial_text {
    font-size: 18px;
  }
  .pxn_testimonial.style-3 .testimonial_author {
    margin-top: 40px;
  }
}

/* !END: Testimonial CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.pxn-h1_blog_wrap .section_heading {
  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;
  margin-bottom: 60px;
}
.pxn-h1_blog_wrap .section_heading .heading_text {
  max-width: 523px;
  width: 100%;
}
.pxn-h1_blog_wrap .section_heading .blog_more_btn .btn_icon {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_blog_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_blog_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h1_blog_wrap .more_blog_buttons {
  margin-top: 40px;
}
.pxn-h1_blog_posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_blog_posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_blog_wrap .section_heading .heading_text {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_blog_wrap .section_heading .heading_text {
    max-width: 100%;
  }
  .pxn-h1_blog_posts {
    grid-template-columns: 1fr;
  }
}
.pxn-h2_blog_wrap .section_heading {
  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;
  margin-bottom: 60px;
}
.pxn-h2_blog_wrap .section_heading .heading_text {
  max-width: 523px;
  width: 100%;
}
.pxn-h2_blog_wrap .section_heading .blog_more_btn .btn_icon {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_blog_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_blog_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h2_blog_wrap .more_blog_buttons {
  margin-top: 40px;
}
.pxn-h2_blog_posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_blog_posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_blog_wrap .section_heading {
    -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_blog_wrap .section_heading .heading_text {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_blog_posts {
    grid-template-columns: 1fr;
  }
}
.pxn-h3-blog-section {
  position: relative;
  z-index: 1;
}
.pxn-h3-blog-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  z-index: -1;
  top: -45%;
  pointer-events: none;
}
.pxn-h3-blog-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  z-index: -1;
  bottom: 2%;
  pointer-events: none;
}
.pxn-h3-blog-section .left_glow {
  position: absolute;
  inset-inline-start: 0;
  z-index: -2;
  top: 20%;
  pointer-events: none;
}
.pxn-h3-blog-section .right_glow {
  position: absolute;
  inset-inline-end: 0;
  z-index: -2;
  bottom: 20%;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3-blog-section .left_shape {
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-blog-section .left_shape {
    max-width: 250px;
    top: -27%;
  }
  .pxn-h3-blog-section .left_glow {
    top: 40%;
  }
  .pxn-h3-blog-section .right_glow {
    max-width: 500px;
    bottom: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3-blog-section .left_shape {
    max-width: 200px;
    top: -27%;
  }
  .pxn-h3-blog-section .left_glow {
    top: 40%;
  }
  .pxn-h3-blog-section .right_glow {
    max-width: 400px;
    bottom: 55%;
  }
}
@media (max-width: 575px) {
  .pxn-h3-blog-section .left_shape {
    max-width: 190px;
    top: -25%;
  }
  .pxn-h3-blog-section .left_glow {
    max-width: 250px;
    top: 55%;
  }
  .pxn-h3-blog-section .right_glow {
    max-width: 300px;
    bottom: 65%;
  }
}
.pxn-h3_blog_wrap .section_heading {
  max-width: 523px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_blog_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_blog_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h3_blog_posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
}
@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), (max-width: 575px) {
  .pxn-h3_blog_posts {
    grid-template-columns: 1fr;
  }
}
.pxn_post_thumbnail .post_date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 2;
}
.pxn_post_thumbnail .post_date .day {
  width: 70px;
  min-height: 50px;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  font-weight: var(--pxn-fw-bold);
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-heading-primary);
  padding: 6px 3px;
  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;
}
.pxn_post_thumbnail .post_date .month_year {
  background-color: var(--pxn-color-theme-primary);
  border-radius: 5px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-theme-secondary);
  padding: 5px 3px;
}
.pxn_blog_post_inner {
  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;
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  padding: 10px;
}
.pxn_blog_post_inner .blog_meta {
  margin-bottom: 10px;
}
.pxn_blog_post_inner .blog_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn_blog_post_inner .blog_image a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn_blog_post_inner .blog_image img {
  width: 100%;
  aspect-ratio: 406/280;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.pxn_blog_post_inner .blog_content {
  padding: 0 15px 15px 15px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pxn_blog_post_inner .blog_date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -60px;
}
.pxn_blog_post_inner .blog_date .day {
  width: 70px;
  min-height: 50px;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  font-weight: var(--pxn-fw-bold);
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-heading-primary);
  padding: 6px 3px;
  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;
}
.pxn_blog_post_inner .blog_date .month_year {
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-common-white);
  padding: 5px 3px;
}
.pxn_blog_post_inner .blog_category {
  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-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  position: relative;
  margin-bottom: 15px;
}
.pxn_blog_post_inner .blog_category:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_blog_post_inner .blog_category::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50px;
}
.pxn_blog_post_inner .blog_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_blog_post_inner .blog_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_blog_post_inner .blog_title a:hover {
  background-size: 100% 2px;
}
.pxn_blog_post_inner .blog_btn {
  margin-top: 25px;
}
.pxn_blog_post_inner:hover .blog_image img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}
@media (max-width: 575px) {
  .pxn_blog_post_inner .blog_date {
    margin-top: -50px;
  }
  .pxn_blog_post_inner .blog_date .day {
    font-size: 30px;
  }
  .pxn_blog_post_inner .blog_title {
    font-size: 22px;
  }
}
.pxn_blog_post_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: var(--pxn-color-theme-bg-light);
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.pxn_blog_post_2 .blog_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pxn_blog_post_2 .blog_image a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn_blog_post_2 .blog_image img {
  width: 100%;
  aspect-ratio: 424/420;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_blog_post_2 .blog_category {
  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-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  position: relative;
  margin-bottom: 15px;
}
.pxn_blog_post_2 .blog_category:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_blog_post_2 .blog_category::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50px;
}
.pxn_blog_post_2 .blog_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_blog_post_2 .blog_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_blog_post_2 .blog_title a:hover {
  background-size: 100% 2px;
}
.pxn_blog_post_2 .blog_btn {
  margin-top: 35px;
}
.pxn_blog_post_2 .blog_date {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  padding: 10px 0 0 10px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px 0 0 0;
}
.pxn_blog_post_2 .blog_date::after, .pxn_blog_post_2 .blog_date::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -20px;
  right: 0;
  width: 10px;
  height: 20px;
  -webkit-box-shadow: 0 10px 0 0 var(--pxn-color-theme-bg-light);
          box-shadow: 0 10px 0 0 var(--pxn-color-theme-bg-light);
  border-bottom-right-radius: 10px;
  z-index: -1;
}
.pxn_blog_post_2 .blog_date::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: -10px;
}
.pxn_blog_post_2 .blog_date_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_blog_post_2 .blog_date .day {
  width: 90px;
  min-height: 50px;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  font-weight: var(--pxn-fw-bold);
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-heading-primary);
  padding: 6px 3px;
  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;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_blog_post_2 .blog_date .month_year {
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-common-white);
  padding: 5px 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_blog_post_2 .blog_content {
  position: relative;
  background-color: var(--pxn-color-common-white);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
  z-index: 1;
  padding: 30px 40px 40px 30px;
  border-radius: 10px;
  max-width: 90%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -140px;
}
@media (max-width: 575px) {
  .pxn_blog_post_2 .blog_title {
    font-size: 22px;
  }
  .pxn_blog_post_2 .blog_content {
    max-width: 95%;
    padding: 25px 35px 35px 20px;
  }
}
.pxn_blog_post_2:hover .blog_date .day {
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-theme-primary);
}
.pxn_blog_post_2:hover .blog_date .month_year {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
.pxn_blog_post_3 {
  position: relative;
  z-index: 1;
}
.pxn_blog_post_3 .blog_image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  width: 100%;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
  z-index: 1;
}
.pxn_blog_post_3 .blog_image a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn_blog_post_3 .blog_image img {
  width: 100%;
  aspect-ratio: 444/440;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.pxn_blog_post_3 .blog_date {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  padding: 10px 10px 10px 0;
  background-color: var(--pxn-color-common-white);
  border-radius: 0 0 10px 0;
  z-index: 2;
}
.pxn_blog_post_3 .blog_date::after, .pxn_blog_post_3 .blog_date::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  inset-inline-end: -20px;
  width: 20px;
  height: 10px;
  -webkit-box-shadow: 10px 0 0 0 var(--pxn-color-common-white);
          box-shadow: 10px 0 0 0 var(--pxn-color-common-white);
  border-top-right-radius: 10px;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxn_blog_post_3 .blog_date::after {
  top: auto;
  right: auto;
  bottom: -10px;
  inset-inline-start: 0;
}
.pxn_blog_post_3 .blog_date_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_blog_post_3 .blog_date .day {
  width: 90px;
  min-height: 50px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  font-weight: var(--pxn-fw-bold);
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-heading-primary);
  padding: 6px 3px;
  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;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_blog_post_3 .blog_date .month_year {
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-common-white);
  padding: 5px 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_blog_post_3 .blog_category {
  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-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  position: relative;
  margin-bottom: 15px;
}
.pxn_blog_post_3 .blog_category:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_blog_post_3 .blog_category::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50px;
}
.pxn_blog_post_3 .blog_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_blog_post_3 .blog_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_blog_post_3 .blog_title a:hover {
  background-size: 100% 2px;
}
.pxn_blog_post_3 .blog_btn {
  margin-top: 25px;
}
.pxn_blog_post_3 .blog_meta {
  margin-top: 25px;
}
.pxn_blog_post_3 .blog_content {
  background-color: var(--pxn-color-common-white);
  padding: 30px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
  border-radius: 10px;
  max-width: 58%;
  width: 100%;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 2;
}
.pxn_blog_post_3:hover .blog_image img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_blog_post_3 .blog_content {
    padding: 30px 20px;
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_blog_post_3 {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_blog_post_3 .blog_content {
    padding: 30px 20px;
    max-width: 62%;
  }
  .pxn_blog_post_3 .blog_title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .pxn_blog_post_3 .blog_image {
    max-width: 100%;
  }
  .pxn_blog_post_3 .blog_title {
    font-size: 22px;
  }
  .pxn_blog_post_3 .blog_content {
    max-width: 100%;
    position: static;
    padding: 25px 20px;
  }
}

.blog_meta {
  width: 100%;
  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;
  border: 1px solid var(--pxn-color-border-1);
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  padding: 10px 15px;
}
.blog_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-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  padding: 6px 0;
}
.blog_meta .meta a {
  color: inherit;
}
.blog_meta .meta a:hover {
  color: var(--pxn-color-theme-secondary);
}
.blog_meta .meta i,
.blog_meta .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);
  font-size: 115%;
}
.blog_meta .meta svg {
  max-width: 18px;
  height: auto;
}
.blog_meta .meta_divider {
  width: 1px;
  height: auto;
  background-color: var(--pxn-color-border-1);
}

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

/* !END: Marquee CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.pxn-h1_contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.pxn-h1_contact_wrap .pxn_contact_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pxn_contact_page_wrap .section_heading {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_contact_page_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_contact_page_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn_contact_page_form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.pxn_contact_page_form_wrap .pxn_contact_map {
  max-width: 535px;
  width: 100%;
}
.pxn_contact_page_form_wrap .pxn_contact_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_contact_page_info_wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_contact_page_form_wrap .pxn_contact_map {
    max-width: 450px;
  }
  .pxn_contact_page_info_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_contact_page_form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pxn_contact_page_form_wrap .pxn_contact_map {
    max-width: 100%;
  }
  .pxn_contact_page_info_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_contact_page_info_wrap {
    grid-template-columns: 1fr;
  }
}
.pxn_contact_form .section_heading {
  max-width: 570px;
  width: 100%;
  margin-bottom: 30px;
}
.pxn_contact_form form {
  background-color: var(--pxn-color-theme-bg-light);
  padding: 40px;
  border-radius: 10px;
}
.pxn_contact_form .form_group {
  margin-bottom: 35px;
}
.pxn_contact_form .error {
  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);
}
.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-primary);
}
.pxn_contact_form button[type=submit] .btn_icon,
.pxn_contact_form input[type=submit] .btn_icon {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.pxn_contact_img {
  max-width: 535px;
  width: 100%;
  padding-right: 15px;
  position: relative;
}
.pxn_contact_img .contact_img_bg {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: -15px;
  width: 100%;
  height: 85%;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 10px;
  z-index: -1;
}
.pxn_contact_img img:not(.img_top) {
  width: 100%;
  aspect-ratio: 520/600;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.pxn_contact_img .img_top {
  max-width: 150px;
  width: 100%;
  position: absolute;
  inset-inline-start: -80px;
  top: -95px;
}
.pxn_contact_map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.pxn_contact_map .pxn-map {
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.pxn_contact_map .pxn_map_marker {
  font-size: 40px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
}
.pxn_contact_box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pxn_contact_box .contact_icon {
  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: 44px;
  height: 44px;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
}
.pxn_contact_box .contact_icon i,
.pxn_contact_box .contact_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_contact_box .contact_icon svg {
  max-width: 16px;
  height: auto;
}
.pxn_contact_box a.contact_icon:hover i,
.pxn_contact_box a.contact_icon:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pxn_contact_box .contact_no {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
}
.pxn_contact_box a.contact_no::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_contact_box a.contact_no:hover::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.pxn_contact_info {
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 10px;
  background-color: var(--pxn-color-theme-bg-light);
  padding: 25px 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_contact_info .contact_icon {
  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: 60px;
  height: 60px;
  border: 1px solid var(--pxn-color-border-1);
  border-radius: 50%;
  background-color: var(--pxn-color-common-white);
  font-size: 25px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
}
.pxn_contact_info .contact_icon i,
.pxn_contact_info .contact_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_contact_info .contact_icon svg {
  max-width: 25px;
  height: auto;
}
.pxn_contact_info .contact_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_contact_info .contact_content .label {
  display: block;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-text-body);
  margin-bottom: 8px;
}
.pxn_contact_info .contact_content .text {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-medium);
  font-size: 22px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  position: relative;
}
.pxn_contact_info .contact_content a.text::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_contact_info .contact_content a.text:hover::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_contact_form form {
    padding: 25px;
  }
  .pxn_contact_img {
    max-width: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_contact_form .section_heading {
    max-width: 100%;
  }
  .pxn_contact_form form {
    padding: 30px 25px;
  }
  .pxn_contact_img {
    max-width: 100%;
  }
  .pxn_contact_img .img_top {
    display: none;
  }
  .pxn_contact_info {
    padding: 25px 20px;
  }
  .pxn_contact_info .contact_content .text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pxn_contact_form form {
    padding: 30px 20px;
  }
  .pxn_contact_form .form_group {
    margin-bottom: 20px;
  }
  .pxn_contact_img {
    max-width: 100%;
  }
  .pxn_contact_img .img_top {
    display: none;
  }
  .pxn_contact_info {
    padding: 20px 15px;
    gap: 15px;
  }
  .pxn_contact_info .contact_content .text {
    font-size: 18px;
  }
}

/* !END: Contact CSS */
/**----------------------------------------
START: Services CSS
----------------------------------------*/
.pxn-h2-services-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  z-index: 1;
}
.pxn-h2-services-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}
.pxn-h2-services-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h2-services-section .left_shape {
    max-width: 435px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-services-section .left_shape {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-services-section .left_shape {
    max-width: 300px;
  }
  .pxn-h2-services-section .right_shape {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2-services-section .left_shape {
    display: none;
  }
  .pxn-h2-services-section .right_shape {
    max-width: 350px;
  }
}
.pxn-h2_services_wrap .section_heading {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_services_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_services_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h2_services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.pxn-h2_services .feature {
  grid-column: span 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_services {
    grid-template-columns: 1fr;
  }
  .pxn-h2_services .feature {
    grid-column: auto;
  }
}
.pxn-h3-services-section {
  position: relative;
  z-index: 3;
}
.pxn-h3_services_section_inner {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--pxn-color-theme-secondary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h3_services_wrap .sec_title {
  color: var(--pxn-color-common-white);
}
.pxn-h3_services_wrap .section_heading {
  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;
  margin-bottom: 60px;
}
.pxn-h3_services_wrap .section_heading .heading_text {
  max-width: 560px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_services_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_services_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h3_services_wrap .services_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: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_services_wrap .section_heading {
    -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_services_wrap .section_heading .heading_text {
    max-width: 100%;
  }
}
.pxn_service_item {
  position: relative;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  padding: 35px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.pxn_service_item.feature::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(46.15%, rgba(6, 61, 47, 0.95)), color-stop(80%, rgba(6, 61, 47, 0)));
  background: linear-gradient(90deg, rgba(6, 61, 47, 0.95) 46.15%, rgba(6, 61, 47, 0) 80%);
  z-index: -1;
}
.pxn_service_item.feature .service_no {
  display: none;
}
.pxn_service_item.feature .service_content {
  max-width: 355px;
  width: 100%;
}
.pxn_service_item.feature .service_title {
  color: var(--pxn-color-common-white);
}
.pxn_service_item.feature .service_excerpt {
  color: #b7b6b6;
}
.pxn_service_item.feature .service_btn {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: var(--pxn-color-common-white);
}
.pxn_service_item.feature .service_btn .btn_icon {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_service_item .service_header {
  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: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.pxn_service_item .service_icon {
  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: 80px;
  height: 80px;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxn_service_item .service_icon i,
.pxn_service_item .service_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_service_item .service_icon svg {
  max-width: 35px;
  height: auto;
}
.pxn_service_item .service_no {
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(6, 61, 47, 0.1);
}
.pxn_service_item .service_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}
.pxn_service_item .service_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_service_item .service_title a:hover {
  background-size: 100% 2px;
}
.pxn_service_item .service_excerpt {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn_service_item .service_btn {
  margin-top: 24px;
  background-color: var(--pxn-color-theme-bg-light);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.pxn_service_item .service_btn .btn_icon {
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-theme-secondary);
}
.pxn_service_item:hover .service_icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_service_item {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .pxn_service_item {
    padding: 30px 20px;
  }
  .pxn_service_item .service_title {
    font-size: 22px;
  }
}
.pxn_service_item_2 {
  position: relative;
  border: 1px solid var(--pxn-color-border-2);
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 10px;
  padding: 25px;
  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: 30px;
  z-index: 1;
}
.pxn_service_item_2::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 150px;
  aspect-ratio: 160/237;
  -webkit-mask-image: url(../images/shapes/h3-service-line.svg);
          mask-image: url(../images/shapes/h3-service-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--pxn-color-common-white);
  z-index: -1;
}
.pxn_service_item_2 .service_icon {
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--pxn-color-theme-primary);
  font-size: 40px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxn_service_item_2 .service_icon i,
.pxn_service_item_2 .service_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_service_item_2 .service_icon svg {
  max-width: 40px;
  height: auto;
}
.pxn_service_item_2 .service_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn_service_item_2 .service_title a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_service_item_2 .service_excerpt {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: #b7b6b6;
  margin-top: 15px;
}
.pxn_service_item_2 .service_excerpt p:last-child {
  margin: 0;
}
.pxn_service_item_2 .service_tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.pxn_service_item_2 .service_tags > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--pxn-color-border-2);
  background-color: #124739;
  border-radius: 50px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  padding: 8px 19px;
}
.pxn_service_item_2 .service_btn {
  border: 1px solid var(--pxn-color-border-2);
  background-color: #124739;
  color: var(--pxn-color-common-white);
  margin-top: 30px;
}
.pxn_service_item_2 .service_btn .btn_icon {
  border: 1px solid var(--pxn-color-border-2);
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-theme-primary);
}
.pxn_service_item_2 .service_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 35px 0 35px 50px;
}
.pxn_service_item_2 .service_content .service_text {
  max-width: 310px;
  width: 100%;
}
.pxn_service_item_2 .service_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 10px;
  overflow: hidden;
  line-height: 1;
  max-width: 670px;
  width: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_service_item_2 .service_img a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn_service_item_2 .service_img img {
  width: 100%;
  aspect-ratio: 670/380;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_service_item_2:hover .service_icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_service_item_2::before {
    max-width: 100px;
  }
  .pxn_service_item_2 .service_content {
    padding: 5px 0 5px 5px;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_service_item_2::before {
    max-width: 100px;
  }
  .pxn_service_item_2 .service_content {
    padding: 0;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn_service_item_2 .service_content .service_text {
    max-width: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_service_item_2 {
    padding: 20px 20px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .pxn_service_item_2::before {
    display: none;
  }
  .pxn_service_item_2 .service_content {
    padding: 0;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn_service_item_2 .service_content .service_text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .pxn_service_item_2 {
    padding: 15px 15px 30px 15px;
  }
  .pxn_service_item_2 .service_title {
    font-size: 22px;
  }
  .pxn_service_item_2 .service_img img {
    min-height: 220px;
  }
}
.pxn_review {
  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: flex-start;
}
.pxn_review .pxn-rating-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  -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: 5px;
  padding: 9px 15px;
  border-radius: 50px;
  font-size: 17px;
}
.pxn_review .rating-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
  margin-top: 20px;
}

/* !END: Services CSS */
/**----------------------------------------
START: Counter Section CSS
----------------------------------------*/
.pxn-h2-counter-section {
  position: relative;
  min-height: 700px;
  background-color: var(--pxn-color-theme-bg-primary);
  padding: 300px 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 1;
}
.pxn-h2-counter-section .bg_img {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pxn-h2-counter-section .bg_img::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40.87%, rgba(6, 61, 47, 0)), color-stop(71.15%, rgba(12, 33, 28, 0.78)));
  background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 40.87%, rgba(12, 33, 28, 0.78) 71.15%);
}
.pxn-h2_counters_wrap {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_counters_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_counters_wrap {
    grid-template-columns: 1fr;
  }
}
.pxn-h3-counter-section {
  border-bottom: 1px solid var(--pxn-color-border-1);
  margin-bottom: 100px;
}
.pxn-h3-counter-section.about-page {
  margin-bottom: 60px;
}
.pxn-h3-counter-section .radius_line {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pxn-h3-counter-section .radius_line > svg {
  width: 100%;
  height: auto;
}
.pxn-h3-counter-section .radius_line > svg .curve-fill {
  fill: var(--pxn-color-common-white);
}
.pxn-h3-counter-section .radius_line > svg .curve-line {
  stroke: var(--pxn-color-border-1);
}
.pxn-h3_counter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.pxn-h3_counter_wrap hr {
  position: relative;
  opacity: 1;
  width: 1px;
  height: auto;
  border: none;
  margin: 0;
  background-color: transparent;
  overflow: unset;
}
.pxn-h3_counter_wrap hr::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  height: 150%;
  width: 100%;
  background-color: var(--pxn-color-border-1);
  z-index: -1;
}
.pxn-h3_counter_wrap .counter_item {
  display: inline-block;
  padding: 70px 30px;
}
.pxn-h3_counter_wrap .counter_item .count {
  font-size: 100px;
  color: var(--pxn-color-heading-primary);
}
.pxn-h3_counter_wrap .counter_item .title {
  font-size: 24px;
  color: var(--pxn-color-text-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h3_counter_wrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_counter_wrap {
    gap: 15px;
  }
  .pxn-h3_counter_wrap .counter_item {
    padding: 35px 15px;
  }
  .pxn-h3_counter_wrap .counter_item .count {
    font-size: 90px;
  }
  .pxn-h3_counter_wrap .counter_item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_counter_wrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .pxn-h3_counter_wrap .counter_item {
    padding: 35px 15px;
  }
  .pxn-h3_counter_wrap .counter_item .count {
    font-size: 75px;
  }
  .pxn-h3_counter_wrap .counter_item .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_counter_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .pxn-h3_counter_wrap hr {
    display: none;
  }
  .pxn-h3_counter_wrap .counter_item {
    padding: 35px 15px;
  }
  .pxn-h3_counter_wrap .counter_item .count {
    font-size: 75px;
  }
  .pxn-h3_counter_wrap .counter_item .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pxn-h3_counter_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-h3_counter_wrap .counter_item {
    padding: 30px 0;
    min-width: 210px;
  }
  .pxn-h3_counter_wrap .counter_item .count {
    font-size: 55px;
  }
  .pxn-h3_counter_wrap .counter_item .title {
    font-size: 18px;
  }
}

/* !END: Counter Section CSS */
/**----------------------------------------
START: Process CSS
----------------------------------------*/
.pxn-h2-process-section {
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pxn-h2_process_wrap .section_heading {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.pxn-h2_process_wrap .section_heading .sec_title {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_process_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_process_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h2_process_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
}
.pxn-h2_process_items .pxn_process_item:last-child .process_line {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_process_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_process_items {
    grid-template-columns: 1fr;
  }
}
.pxn-h3-process-section {
  position: relative;
  z-index: 1;
}
.pxn-h3-process-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  z-index: -1;
  top: -55%;
  pointer-events: none;
}
.pxn-h3-process-section .left_glow {
  position: absolute;
  inset-inline-start: 0;
  z-index: -2;
  top: 10%;
  pointer-events: none;
}
.pxn-h3-process-section .right_glow {
  position: absolute;
  inset-inline-end: 0;
  z-index: -2;
  bottom: 10%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-process-section .right_glow {
    max-width: 300px;
    bottom: 60%;
  }
  .pxn-h3-process-section .left_glow {
    max-width: 400px;
    top: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3-process-section .right_shape {
    max-width: 220px;
    top: -30%;
  }
  .pxn-h3-process-section .right_glow {
    max-width: 300px;
    bottom: 60%;
  }
  .pxn-h3-process-section .left_glow {
    max-width: 400px;
    top: 50%;
  }
}
@media (max-width: 575px) {
  .pxn-h3-process-section .right_shape {
    max-width: 190px;
    top: -26%;
  }
  .pxn-h3-process-section .right_glow {
    max-width: 250px;
    bottom: 60%;
  }
  .pxn-h3-process-section .left_glow {
    max-width: 300px;
    top: 65%;
  }
}
.pxn-h3_process_wrap .section_heading {
  max-width: 565px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_process_wrap .section_heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_process_wrap .section_heading {
    margin-bottom: 40px;
  }
}
.pxn-h3_process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  z-index: 1;
  padding-bottom: 36px;
}
.pxn-h3_process .process_wrap_line {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--pxn-color-heading-primary);
}
.pxn-h3_process .process_wrap_line .horizontal {
  display: block;
  width: 100%;
}
.pxn-h3_process .process_wrap_line .vertical {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_process {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .pxn-h3_process .process_wrap_line {
    height: 100%;
    width: auto;
  }
  .pxn-h3_process .process_wrap_line .horizontal {
    display: none;
  }
  .pxn-h3_process .process_wrap_line .vertical {
    display: block;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .pxn-h3_process {
    -webkit-padding-start: 26px;
            padding-inline-start: 26px;
  }
}
.pxn_process_item {
  position: relative;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.pxn_process_item .process_line {
  width: calc(100% - 120px);
  position: absolute;
  inset-inline-end: 0;
  line-height: 1;
  top: 11px;
}
.pxn_process_item .process_line svg {
  width: 100%;
  height: auto;
}
.pxn_process_item .process_line svg path {
  color: #878c8f;
}
.pxn_process_item .process_step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--pxn-color-border-2);
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 5px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
  padding: 8px 17px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_process_item .process_content {
  width: 100%;
  border: 1px solid var(--pxn-color-border-2);
  border-radius: 10px;
  background-color: var(--pxn-color-theme-secondary);
  padding: 28px 25px;
}
.pxn_process_item .process_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn_process_item .process_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: #b7b6b6;
  margin-top: 15px;
}
.pxn_process_item .process_img {
  width: 100%;
  border: 1px solid var(--pxn-color-border-2);
  border-radius: 10px;
  background-color: var(--pxn-color-theme-secondary);
  padding: 12px;
}
.pxn_process_item .process_img img {
  width: 100%;
  border-radius: 10px;
}
.pxn_process_item:hover .process_step {
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_process_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .pxn_process_item .process_step {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding: 10px 8px;
    margin: 0;
  }
  .pxn_process_item .process_line {
    width: auto;
    height: calc(100% - 100px);
    inset-inline-end: auto;
    inset-inline-start: 11px;
    top: auto;
    bottom: 0;
  }
  .pxn_process_item .process_line svg {
    -webkit-transform: rotate(90deg) translateY(-100%);
        -ms-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}
.pxn_process_item_2 {
  position: relative;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  padding: 40px 30px 100px 30px;
  z-index: 1;
}
.pxn_process_item_2 .process_step {
  position: absolute;
  inset-inline-end: 30px;
  bottom: -1px;
  z-index: 1;
}
.pxn_process_item_2 .process_step::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  width: 6px;
  height: 50px;
  -webkit-mask-image: url(../images/shapes/h3-process-line.svg);
          mask-image: url(../images/shapes/h3-process-line.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  background-color: var(--pxn-color-theme-secondary);
}
.pxn_process_item_2 .process_no {
  aspect-ratio: 90/110;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-mask-image: url(../images/shapes/h3-process-shape.svg);
          mask-image: url(../images/shapes/h3-process-shape.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  background-color: var(--pxn-color-common-white);
  padding: 8px;
}
.pxn_process_item_2 .process_no > span {
  background-color: var(--pxn-color-theme-bg-light);
  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: 75px;
  height: 75px;
  border-radius: 50%;
  font-family: var(--pxn-ff-heading-primary);
  font-weight: var(--pxn-fw-bold);
  font-size: 30px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_process_item_2 .process_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.pxn_process_item_2 .process_title a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_process_item_2 .process_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: #7e7e7a;
  margin-top: 15px;
}
.pxn_process_item_2 .process_desc p:last-child {
  margin: 0;
}
.pxn_process_item_2 .process_btn {
  margin-top: 30px;
}
.pxn_process_item_2:hover .process_no > span {
  background-color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_process_item_2 {
    padding: 160px 30px 40px 30px;
  }
  .pxn_process_item_2 .process_step {
    inset-inline-start: 8px;
    inset-inline-end: auto;
    bottom: auto;
    top: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pxn_process_item_2 .process_no > span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (max-width: 575px) {
  .pxn_process_item_2 {
    padding: 130px 20px 30px 20px;
  }
  .pxn_process_item_2 .process_step {
    top: 20px;
  }
  .pxn_process_item_2 .process_step::after {
    height: 40px;
    bottom: -20px;
  }
  .pxn_process_item_2 .process_no > span {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }
  .pxn_process_item_2 .process_title {
    font-size: 22px;
  }
}

/* !END: Process CSS */
/**----------------------------------------
START: FAQ CSS
----------------------------------------*/
.pxn-h2_faq_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.pxn-h2_faq_wrap .section_heading {
  margin-bottom: 40px;
}
.pxn-h2_faq_wrap .faq_content {
  max-width: 650px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_faq_wrap {
    gap: 35px;
  }
  .pxn-h2_faq_wrap .faq_content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h2_faq_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
  .pxn-h2_faq_wrap .faq_content {
    max-width: 100%;
  }
}
.pxn_faq_cta {
  position: relative;
  z-index: 1;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  overflow: hidden;
}
.pxn_faq_cta .cta_img {
  width: 100%;
}
.pxn_faq_cta .cta_img::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19.71%, rgba(6, 61, 47, 0)), to(#063d2f));
  background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 19.71%, #063d2f 100%);
  pointer-events: none;
}
.pxn_faq_cta .cta_img img {
  width: 100%;
}
.pxn_faq_cta .cta_content {
  padding: 40px 35px;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  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: start;
}
.pxn_faq_cta .cta_title {
  font-weight: var(--pxn-fw-bold);
  font-size: 24px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
  margin-bottom: 15px;
}
.pxn_faq_cta .cta_action {
  font-weight: var(--pxn-fw-sbold);
  font-size: 18px;
  line-height: 1.3;
  color: #b7b6b6;
}
.pxn_faq_cta a.cta_action:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn_faq_cta .cta_btn {
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_faq_cta .cta_content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .pxn_faq_cta .cta_content {
    padding: 30px 25px;
  }
  .pxn_faq_cta .cta_title {
    font-size: 22px;
  }
}

/* !END: FAQ CSS */
/**----------------------------------------
START: Progress CSS
----------------------------------------*/
.pxn-h3-progress-section {
  position: relative;
  z-index: 3;
}
.pxn-h3_progress_wrap {
  position: relative;
  max-width: 1800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-height: 620px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.pxn-h3_progress_wrap .bg_img {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.pxn-h3_progress_wrap .progress_content_wrap {
  position: relative;
  aspect-ratio: 1/1;
  width: 735px;
  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;
  z-index: 1;
  margin-top: -50px;
  margin-bottom: -65px;
}
.pxn-h3_progress_wrap .progress_content_wrap::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: -30%;
  width: 100%;
  height: 100%;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  z-index: -2;
}
.pxn-h3_progress_wrap .progress_content_wrap::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(10, 104, 80, 0.95) 0%, rgba(6, 61, 47, 0.95) 100%);
  backdrop-filter: blur(18px);
  border-radius: 50%;
  z-index: -1;
}
.pxn-h3_progress_wrap .progress_content_wrap .progress_content {
  max-width: 530px;
  width: 100%;
}
.pxn-h3_progress_wrap .progress_content_wrap .title {
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn-h3_progress_wrap .progress_content_wrap .desc {
  max-width: 430px;
  width: 100%;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: #b7b6b6;
  margin-top: 20px;
}
.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item {
  margin-top: 30px;
}
.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_title {
  color: var(--pxn-color-common-white);
}
.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .pxn_progress {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_percent {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_progress_wrap {
    min-height: auto;
  }
  .pxn-h3_progress_wrap .progress_content_wrap {
    width: 600px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
    max-width: 460px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_progress_wrap {
    min-height: auto;
  }
  .pxn-h3_progress_wrap .progress_content_wrap {
    width: 550px;
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
    max-width: 400px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .title {
    font-size: 40px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3_progress_wrap {
    min-height: auto;
  }
  .pxn-h3_progress_wrap .progress_content_wrap {
    width: 85%;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
    max-width: 65%;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .title {
    font-size: 35px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .pxn-h3_progress_wrap {
    min-height: auto;
  }
  .pxn-h3_progress_wrap .progress_content_wrap {
    width: 100%;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
    max-width: 70%;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .title {
    font-size: 25px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item {
    margin-top: 10px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_title {
    font-size: 14px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_percent {
    font-size: 14px;
  }
  .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_bar {
    height: 6px;
  }
}
.pxn_progress_item .progress_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 10px;
}
.pxn_progress {
  border: 1px solid var(--pxn-color-border-1);
  background-color: rgba(6, 61, 47, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 2px;
}
.pxn_progress .progress_bar {
  position: relative;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50px;
  height: 12px;
  z-index: 1;
}
.pxn_progress .progress_percent {
  position: absolute;
  inset-inline-end: 0;
  bottom: calc(100% + 10px);
  font-family: var(--pxn-ff-heading);
  font-size: 16px;
  font-weight: var(--pxn-fw-sbold);
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  z-index: 2;
}

/* !END: Progress CSS */
/**----------------------------------------
START: CTA CSS
----------------------------------------*/
.pxn-h3-cta-section {
  position: relative;
  z-index: 2;
}
.pxn-h3_cta_wrap {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_cta_wrap {
    grid-template-columns: 1fr;
  }
}
.pxn-h3_cta_wrap .cta_image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 590px;
}
.pxn-h3_cta_wrap .cta_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h3_cta_wrap .cta_image {
    min-height: 550px;
  }
}
@media (max-width: 575px) {
  .pxn-h3_cta_wrap .cta_image {
    min-height: 500px;
  }
}
.pxn-h3_cta_wrap .cta_content {
  background-color: var(--pxn-color-theme-bg-primary);
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pxn-h3_cta_wrap .cta_content .section_heading {
  max-width: 580px;
  width: 100%;
}
.pxn-h3_cta_wrap .cta_content .sec_title {
  color: var(--pxn-color-common-white);
}
.pxn-h3_cta_wrap .cta_content .sec_desc {
  color: #b7b6b6;
}
.pxn-h3_cta_wrap .cta_content .action_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: 20px;
  margin-top: 35px;
}
.pxn-h3_cta_wrap .cta_content .pxn_contact_box .contact_icon {
  background-color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_cta_wrap .cta_content {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_cta_wrap .cta_content {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h3_cta_wrap .cta_content {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .pxn-h3_cta_wrap .cta_content .action_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

/* !END: CTA CSS */
/**----------------------------------------
START: Service Details CSS
----------------------------------------*/
.pxn_service_content img {
  border-radius: 10px;
}
.pxn_service_content .icon_box_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.pxn_service_content .pxn_list {
  gap: 15px;
}
.pxn_service_content .pxn_list li {
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-text-body);
}
.pxn_service_content .pxn_list li i,
.pxn_service_content .pxn_list li svg {
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
@media (max-width: 575px) {
  .pxn_service_content .icon_box_wrap {
    grid-template-columns: 1fr;
  }
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Project Details CSS
----------------------------------------*/
.pxn_project_content img {
  border-radius: 10px;
}
.pxn_project_content .pxn_list {
  gap: 15px;
}
.pxn_project_content .pxn_list li {
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-text-body);
}
.pxn_project_content .pxn_list li i,
.pxn_project_content .pxn_list li svg {
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
.pxn_project_content .pxn_post_navigation {
  margin-top: 60px;
}

/* !END: Project Details CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.pxn_post_content .pxn_list {
  gap: 15px;
}
.pxn_post_content .pxn_list li {
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-text-body);
}
.pxn_post_content .pxn_list li i,
.pxn_post_content .pxn_list li svg {
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
.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_post_tags_share {
  border-top: 1px solid var(--pxn-color-border-1);
  border-bottom: 1px solid var(--pxn-color-border-1);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.pxn_post_tags_share .pxn_post_social_share {
  padding: 8px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (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;
  }
}
.pxn_post_tags {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_post_tags .tags_title {
  font-size: 120%;
  font-family: var(--pxn-ff-heding);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary);
  margin-right: 10px;
}
.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: 15px;
}
.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);
}
.pxn_post_social_share > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  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 {
  max-width: 18px;
  height: auto;
}

.wp-block-quote,
blockquote {
  border: 1px solid var(--pxn-color-border-1);
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  font-weight: var(--pxn-fw-medium);
  text-align: center;
  padding: 40px 30px;
}
.wp-block-quote p:last-child,
blockquote p:last-child {
  margin: 0;
}
.wp-block-quote:before,
blockquote:before {
  content: "\e94d";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--pxn-ff-icons);
  font-size: 50px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 1.3rem;
}
.wp-block-quote cite,
blockquote cite {
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-quote,
  blockquote {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .wp-block-quote,
  blockquote {
    padding: 30px 15px;
  }
  .wp-block-quote:before,
  blockquote:before {
    font-size: 45px;
  }
}

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