/* Header Default */
/* Loading */
/*--------------------------------------------------------------
POSTs
----------------------------------------------------------------
# Carousel Reset
# Grid Reset
# Grid Loadmore Style
# Grid Filter Style
# Blog
# Portfolio
# Service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TESTIMONIALS GRID
----------------------------------------------------------------
# Testimonial Grid
# Testimonial Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team Grid/Carousel
--------------------------------------------------------------*/
.gradient-box {
  width: 1200px;
  height: 345px;
  background: linear-gradient(
    0deg,
    rgba(111, 141, 163, 0.5) 3.19%,
    rgba(105, 167, 176, 0.99) 19.58%,
    rgba(101, 187, 187, 0.87) 32.61%,
    rgba(101, 187, 187, 0.89) 43.11%,
    rgba(101, 187, 187, 0.76) 56.14%,
    rgba(101, 187, 187, 0.48) 67.49%,
    rgba(101, 187, 187, 0.25) 77.15%,
    rgba(101, 187, 187, 0) 87.24%
  );
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Set Font Default */
  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none !important;
  }
}
@keyframes pxl_scale {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pxl_spin_child {
  0% {
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pxl-image-spin img {
  animation: pxl_spin 12s linear infinite;
}
@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.pxl-image-zoom {
  animation: pxl_zoom_reverse 8s linear infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.6, 0.6);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.6, 0.6);
  }
}
.pxl-image-zoom2 {
  animation: zoom-in-zoom-out 3000ms linear infinite;
}
@-ms-keyframes pxl_spin_reverse {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_reverse {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes pxl_spin_reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.pxl-image-spin-reverse img {
  animation: pxl_spin_reverse 12s linear infinite;
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.pxl-bounce-effect {
  animation: pxl_bounce 0.3s ease infinite;
  -webkit-animation: pxl_bounce 0.3s ease infinite;
}
.pxl-image-bounce {
  animation: pxl_bounce 1s ease-out infinite;
  -webkit-animation: pxl_bounce 1s ease-out infinite;
}
@keyframes pxl_zigzag {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_float_one {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}
@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.slide-up-down {
  animation: pxl_float_two 1.2s ease infinite alternate;
}
@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}
@keyframes pxl_effect1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_effect3 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(40px, 60px);
  }
  45% {
    transform: translate(80px, 90px);
  }
  65% {
    transform: translate(40px, 110px);
  }
  75% {
    transform: translate(20px, 800px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes pxl_loader_bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_loader_bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_keyword_slideIn {
  from {
    transform: translateY(65%) rotateX(-95deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes pxl_keyword_slideOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-65%) rotateX(95deg);
    opacity: 0;
  }
}
@keyframes pxl_path_animation1 {
  0% {
    d: path(
      "M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z"
    );
  }
  15% {
    d: path(
      "M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z"
    );
  }
  25% {
    d: path(
      "M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z"
    );
  }
  35% {
    d: path(
      "M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z"
    );
  }
  50% {
    d: path(
      "M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z"
    );
  }
  75% {
    d: path(
      "M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z"
    );
  }
  100% {
    d: path(
      "M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z"
    );
  }
}
@-webkit-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-moz-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-o-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.pxl-animation-round {
  animation: pxl_animation_round 4s infinite linear;
  -webkit-animation: pxl_animation_round 4s infinite linear;
}
@keyframes pxl_kenburns {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
  98.4375% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes pxl-wide-menu-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes pxl-wide-menu-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}
.pxl-ring {
  -webkit-animation: ring 0.75s ease-in-out infinite;
  animation: ring 0.75s ease-in-out infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
@-webkit-keyframes slide-in-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(20px) translateX(-20px);
    transform: translateY(20px) translateX(-20px);
  }
  50% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  75% {
    -webkit-transform: translateY(20px) translateX(-20px);
    transform: translateY(20px) translateX(-20px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes slide-in-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(20px) translateX(-20px);
    transform: translateY(20px) translateX(-20px);
    -ms-transform: translateY(20px) translateX(-20px);
  }
  50% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
  }
  75% {
    -webkit-transform: translateY(20px) translateX(-20px);
    transform: translateY(20px) translateX(-20px);
    -ms-transform: translateY(20px) translateX(-20px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes slide-in-bl {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(20px);
    transform: translateY(-20px) translateX(20px);
  }
  50% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(20px);
    transform: translateY(-20px) translateX(20px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes slide-in-bl {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(20px);
    transform: translateY(-20px) translateX(20px);
    -ms-transform: translateY(-20px) translateX(20px);
  }
  50% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(20px);
    transform: translateY(-20px) translateX(20px);
    -ms-transform: translateY(-20px) translateX(20px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
  }
}
.slide-in-tr {
  -webkit-animation: slide-in-tr 10s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
  animation: slide-in-tr 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.slide-in-bl {
  -webkit-animation: slide-in-bl 10s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
  animation: slide-in-bl 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.5s linear both;
  animation: fade-in-top 0.5s linear both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pxl-fade-in {
  -webkit-animation: fade-in 0.3s linear both;
  animation: fade-in 0.3s linear both;
}
.slide-bck-bottom {
  -webkit-animation: slide-bck-bottom 0.45s cubic-bezier(0.47, 0, 0.745, 0.715)
    both;
  animation: slide-bck-bottom 0.45s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@-webkit-keyframes slide-bck-bottom {
  0% {
    -webkit-transform: translateZ(-400px) translateY(200px);
    transform: translateZ(-400px) translateY(200px);
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
}
@keyframes slide-bck-bottom {
  0% {
    -webkit-transform: translateZ(-400px) translateY(200px);
    transform: translateZ(-400px) translateY(200px);
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
}
.slide-bck-bottom {
  -webkit-animation: slide-bck-bottom 0.45s cubic-bezier(0.47, 0, 0.745, 0.715)
    both;
  animation: slide-bck-bottom 0.45s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@-webkit-keyframes slide-in-bck-top {
  0% {
    -webkit-transform: translateZ(200px) translateY(-50px);
    transform: translateZ(200px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-top {
  0% {
    -webkit-transform: translateZ(200px) translateY(-50px);
    transform: translateZ(200px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.slide-in-bck-top {
  -webkit-animation: slide-in-bck-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bck-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes zoom-in {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}
.pxl-zoom-in {
  -webkit-animation: zoom-in 10s linear both;
  animation: zoom-in 10s linear both;
}
@keyframes zoom-out {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.pxl-zoom-out,
.pxl-slider.pxl-slider3
  .pxl-swiper-slide.swiper-slide-active
  .pxl-content--right
  .pxl-bg--img,
.pxl-slider.pxl-slider4
  .pxl-swiper-slide.swiper-slide-active
  .pxl-content--right
  .pxl-item--bg {
  -webkit-animation: pxl-zoom-out 2s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pxl-zoom-out 2s cubic-bezier(0.7, 0, 0.3, 1) both;
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in-center {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715)
    both;
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@keyframes fade-in-bottom {
  from {
    -webkit-transform: translateZ(100px) translateY(-50px);
    transform: translateZ(100px) translateY(-50px);
  }
  to {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
}
.pxl-fade-in-bottom {
  animation: fade-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes fade-in-top {
  from {
    -webkit-transform: translateZ(200px) translateY(50px);
    transform: translateZ(200px) translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.pxl-fade-in-top,
.pxl-slider.pxl-slider2 .pxl-swiper-slide.swiper-slide-active .pxl-item--title,
.pxl-slider.pxl-slider2 .pxl-swiper-slide.swiper-slide-active .pxl-item--link {
  animation: fade-in-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translateZ(100px) translateX(50px);
    transform: translateZ(100px) translateX(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.pxl-fade-in-left,
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--title,
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--quote,
.pxl-slider.pxl-slider1
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--subtitle,
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--link,
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--title,
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--quote,
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--subtitle,
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--link {
  animation: fade-in-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.scale-in-ver-bottom,
.pxl-slider.pxl-slider2 .pxl-swiper-slide.swiper-slide-active .pxl-item--box {
  -webkit-animation: scale-in-ver-bottom 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes flip-horizontal-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.pxl-flip-horizontal-top,
.pxl-slider.pxl-slider3 .pxl-swiper-slide.swiper-slide-active .pxl-item--title,
.pxl-slider.pxl-slider3
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--subtitle,
.pxl-slider.pxl-slider3 .pxl-swiper-slide.swiper-slide-active .pxl-item--btn,
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--title,
.pxl-slider.pxl-slider4
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--subtitle,
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--quote,
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--btn,
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--box {
  -webkit-animation: flip-horizontal-top 0.75s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: flip-horizontal-top 0.75s cubic-bezier(0.7, 0, 0.3, 1) both;
}
@-webkit-keyframes scale-in-center {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
@keyframes scale-in-center {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.scale-in-center {
  -webkit-animation: scale-in-center 10s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 10ss cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(0) rotateZ(180deg);
    transform: scale(0) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(0) rotateZ(180deg);
    transform: scale(0) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
.rotate-scale-down,
.pxl-service-carousel.pxl-service-carousel1
  .pxl-post--inner:hover
  .pxl-post--icon
  img,
.pxl-icon-box1.default .pxl-item--inner:hover .pxl-item--icon i,
.pxl-icon-box1.style-vertical1 .pxl-item--inner:hover .pxl-item--icon i {
  -webkit-animation: rotate-scale-down 0.45s linear both;
  animation: rotate-scale-down 0.45s linear both;
}
@keyframes loading-wave-animation {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
.pxl-loading-wave,
.pxl-loader .loading-bar {
  animation: loading-wave-animation 1s ease-in-out infinite;
  -webkit-animation: loading-wave-animation 1s ease-in-out infinite;
}
@keyframes grow-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.pxl-grow-line,
.pxl-service-carousel.pxl-service-carousel5
  .pxl-post--inner:hover
  .pxl-post--line,
.btn.pxl-btn-link.pxl-btn-underline:hover.pxl-hover-default::after,
.pxl-heading .pxl-item--title.pxl-heading-intro2 .pxl-title--highlight::after {
  animation: grow-line 1.5s ease-in-out both;
  -webkit-animation: grow-line 1.5s ease-in-out both;
}
.pxl-grow-ltr {
  animation: grow-line 1.5s ease-in-out both;
  -webkit-animation: grow-line 1.5s ease-in-out both;
}
@keyframes grow-rtl {
  from {
    width: 0;
    transform: translateX(100%);
  }
  to {
    width: 100%;
    transform: translateX(0);
  }
}
.pxl-grow-rtl {
  animation: grow-line 1.5s ease-in-out both;
  -webkit-animation: grow-line 1.5s ease-in-out both;
}
@media (min-width: 1280px) {
  .pxl-section-offset-left.pxl-container-width-container-1200 {
    padding-left: calc((100% - 1490px) / 2) !important;
  }
  .pxl-section-offset-left.pxl-container-width-container-1300 {
    padding-left: calc((100% - 1332px) / 2) !important;
  }
  .pxl-section-offset-left.pxl-container-width-container-1640 {
    padding-left: calc((100% - 1640px) / 2) !important;
  }
  .pxl-section-offset-left.pxl-container-width-container-1735 {
    padding-left: calc((100% - 1735px) / 2) !important;
  }
  .pxl-section-offset-left.pxl-container-width-container-1478 {
    padding-left: calc((100% - 1568px) / 2) !important;
  }
}
@media (min-width: 1280px) {
  .pxl-section-offset-right.pxl-container-width-container-1400 {
    padding-right: calc((100% - 1600px) / 2) !important;
  }
}
.pxl-column-offset-right.pxl-container-width-1400 {
  padding-right: calc((100% - 1540px) / 2) !important;
}
@media screen and (max-width: 1200px) {
  .pxl-mega-menu .elementor-section {
    padding: 0 !important;
    width: auto !important;
    left: 0 !important;
  }
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 1201px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-lg-66-pxl {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 1201px) {
  .pxl-grid .col-xl-66-pxl {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.pxl-carousel-inner {
  overflow: hidden;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide,
.pxl-swiper-pagination .pxl-swiper-total-slides {
  font-size: 18px;
  font-weight: 700;
  color: #cccabf;
  margin: 0 14px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide:before,
.pxl-swiper-pagination .pxl-swiper-total-slides:before {
  content: "0";
}
.pxl-swiper-pagination .pxl-swiper-current-slide {
  color: #0a1316;
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  margin: -35px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 35px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-swiper-boxshadow
    .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.pxl-swiper-slider {
  position: relative;
}
.pxl-swiper-slider.pxl-swiper-arrow-show .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-nogap .pxl-swiper-container {
  margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
  padding: 0;
}
.pxl-swiper-thumbs {
  overflow: hidden;
  padding: 0 15px;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
  padding: 0 15px;
}
.swiper-container-vertical {
  height: 300px;
}
.swiper-container-vertical .pxl-swiper-wrapper,
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-vertical .pxl-swiper-slide,
.swiper-container-vertical .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-slider-mode="fade"] .swiper-slide-active {
  z-index: 9;
}
.swiper-creative .pxl-swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
  transition-property: transform;
}
.swiper-3d .pxl-swiper-wrapper {
  transform-style: preserve-3d;
  transform: translate3d(0px, 0, 0);
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .pxl-swiper-slide {
  transform-style: preserve-3d;
}
.pxl-col-align-start > .elementor-widget-wrap {
  justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
  margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
  justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
  justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
  margin-right: 0;
}
.elementor-section .pxl-mega-menu-elementor {
  max-height: none !important;
}
.elementor-editor-active.single-pxl-template {
  background-color: #d9d9d9 !important;
}
html {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "DM Sans", sans-serif;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #20282d;
  font-synthesis: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-smooth: antialiased;
}
body.body-overflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}
a {
  -webkit-transition: all 0.25s linear 0ms;
  -khtml-transition: all 0.25s linear 0ms;
  -moz-transition: all 0.25s linear 0ms;
  -ms-transition: all 0.25s linear 0ms;
  -o-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  color: var(--link-color);
}
a:before,
a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
a,
a:hover,
a:focus,
a:before,
a:after {
  outline: none;
  text-decoration: none;
}
.ft-heading,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title,
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total,
.woocommerce #pxl-sidebar-area .widget_products ul li a,
.single-product #pxl-content-area div.product form.cart label,
.single-product > div.product form.cart label,
.single-product #pxl-content-area div.product .entry-summary .price,
.single-product > div.product .entry-summary .price,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__author,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__author,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  label,
input {
  font-family: "DM Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.pxl-heading .pxl-item--title.pxl-heading-post-title,
.pxl-heading .pxl-item--title.pxl-heading-style-6,
.pxl-counter.pxl-counter2.box-white .pxl-counter--number,
.pxl-slider.pxl-slider2 .pxl-item--title,
.h2,
.pxl-heading .pxl-item--title.pxl-heading-default,
.pxl-heading .pxl-item--title.pxl-heading-default1,
.pxl-counter.pxl-counter4 .pxl-counter--number,
.pxl-testimonial-carousel4 .pxl-item--desc,
.h3,
.pxl-heading .pxl-item--title.pxl-heading-style-3,
.pxl-counter.pxl-counter1.style-4 .pxl-counter--title,
.pxl-slider.pxl-slider1 .pxl-item--quote,
.pxl-slider1 .pxl-item--quote,
.h4,
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--title,
.pxl-links .pxl-title.style1,
.pxl-counter.pxl-counter1.style-2 .pxl-counter--title,
.h5,
.pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--date,
.pxl-nav-menu.pxl-layout-vertical.style-default .pxl-menu-primary > li > a,
.pxl-icon-box1.style-vertical1 .pxl-item--title,
.pxl-counter.pxl-counter4 .pxl-counter--title,
.h6,
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--info,
.pxl-nav-menu.style-default:not(.pxl-layout-vertical)
  .pxl-menu-primary
  > .menu-item
  > a,
.pxl-nav-menu.style1 .pxl-menu-primary > .menu-item > a,
.pxl-icon-box1.round-box-icon .pxl-item--title,
.pxl-icon-box1.round-box-icon2 .pxl-item--title,
.pxl-icon-box1.round-box-icon3 .pxl-item--title,
.pxl-p2,
.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--desc,
.btn.pxl-btn-default.pxl-btn-xl,
.pxl-icon-box1.round-box-icon5 .pxl-item--desc,
.pxl-p3,
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--date,
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--excerpt,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--excerpt,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 input,
.pxl-b1,
.pxl-b2,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--btn.pxl-btn--copy,
.btn.pxl-btn-round.pxl-btn-small,
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--btn,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--btn {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  clear: both;
}
h1,
.h1,
.pxl-heading .pxl-item--title.pxl-heading-post-title,
.pxl-heading .pxl-item--title.pxl-heading-style-6,
.pxl-counter.pxl-counter2.box-white .pxl-counter--number,
.pxl-slider.pxl-slider2 .pxl-item--title {
  font-size: 56px;
  font-weight: normal;
  line-height: 1.17857;
  letter-spacing: -0.56px;
}
h2,
.h2,
.pxl-heading .pxl-item--title.pxl-heading-default,
.pxl-heading .pxl-item--title.pxl-heading-default1,
.pxl-counter.pxl-counter4 .pxl-counter--number,
.pxl-testimonial-carousel4 .pxl-item--desc {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2381;
  letter-spacing: -0.42px;
}
h3,
.h3,
.pxl-heading .pxl-item--title.pxl-heading-style-3,
.pxl-counter.pxl-counter1.style-4 .pxl-counter--title,
.pxl-slider.pxl-slider1 .pxl-item--quote,
.pxl-slider1 .pxl-item--quote {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3125;
  letter-spacing: -0.32px;
}
h4,
.h4,
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--title,
.pxl-links .pxl-title.style1,
.pxl-counter.pxl-counter1.style-2 .pxl-counter--title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.25px;
}
h5,
.h5,
.pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--date,
.pxl-nav-menu.pxl-layout-vertical.style-default .pxl-menu-primary > li > a,
.pxl-icon-box1.style-vertical1 .pxl-item--title,
.pxl-counter.pxl-counter4 .pxl-counter--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
h6,
.h6,
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--info,
.pxl-nav-menu.style-default:not(.pxl-layout-vertical)
  .pxl-menu-primary
  > .menu-item
  > a,
.pxl-nav-menu.style1 .pxl-menu-primary > .menu-item > a,
.pxl-icon-box1.round-box-icon .pxl-item--title,
.pxl-icon-box1.round-box-icon2 .pxl-item--title,
.pxl-icon-box1.round-box-icon3 .pxl-item--title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.15px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
}
p {
  margin: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #000;
}
caption,
td {
  font-weight: normal;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
code,
kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: var(--primary-color);
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}
.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
}
.alignleft,
.alignright,
.aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote:not(.pxl-blockquote) {
  padding: 25px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #1b1b1b;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  blockquote:not(.pxl-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:not(.pxl-blockquote) cite {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 500;
  display: block;
  font-style: normal;
  margin-top: 16px;
}
blockquote:not(.pxl-blockquote) p:last-child {
  margin-bottom: 0;
}
blockquote:not(.pxl-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote cite br {
  display: none;
}
blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
@media screen and (min-width: 1461px) {
  .col-xxl-3 {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1461px) {
  body.blog #pxl-wrapper .container {
    max-width: 1490px;
    width: 100%;
  }
  body.blog #pxl-wrapper .container .col-lg-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  body.blog #pxl-wrapper .container .col-lg-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 1460px) {
  body.blog #pxl-wrapper .container {
    max-width: 100%;
    width: 100%;
  }
}
#pxl-wrapper {
  overflow: clip;
}
@media screen and (max-width: 1200px) {
  #pxl-wrapper .container {
    max-width: 100%;
  }
}
#pxl-wrapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #pxl-wrapper #pxl-sidebar-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wrapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wrapper
  .elementor-top-section:not(.elementor-section-full_width)
  .elementor-section.elementor-inner-section
  > .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1200px) {
  #pxl-wrapper
    .elementor-top-section
    > .elementor-column-gap-extended
    .elementor-inner-section
    > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-wrapper
  .elementor-top-section:not(.elementor-section-full_width)
  .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth
  > .elementor-container {
  max-width: 1170px !important;
  margin: auto;
}
#pxl-main {
  padding: 100px 0;
  min-height: calc(100vh - 606px);
}
@media screen and (max-width: 1200px) {
  #pxl-main {
    overflow-x: clip;
  }
}
.elementor-page:not(.single-post):not(.single-product) #pxl-main {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-page.single-product .woocommerce-Tabs-panel > .elementor {
  margin: 0 -15px;
}
@media screen and (min-width: 1201px) {
  body:not(.elementor-editor-active)
    .pxl-row-scroll-fixed
    > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    top: 0 !important;
  }
}
body.elementor-editor-active .pxl-row-scroll-fixed .pxl-column-sticky {
  top: 0 !important;
}
.elementor-page:not(.single-post):not(.single-product)
  #pxl-footer-elementor
  .row
  > .col-12 {
  padding: 0;
  min-height: 0px;
}
.single-post .pxl-item--excerpt > .elementor {
  margin: 0 -15px;
}
.pxl-bg-color-full {
  z-index: 1;
}
.pxl-bg-color-full .pxl-section-overlay-color {
  z-index: -1;
  content: "";
  background-color: #070f01;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-bg-color-skew {
  z-index: 1;
}
.pxl-bg-color-skew .pxl-section-overlay-color {
  z-index: -1;
  content: "";
  background-color: #080808;
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  transform: skewX(-12deg);
  max-width: 1160px;
  margin: auto;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
#pxl-page-title-elementor {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  #pxl-page-title-elementor {
    overflow: hidden;
  }
}
#pxl-page-title-default {
  height: 650px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #pxl-page-title-default {
    height: 486px;
  }
}
#pxl-page-title-default::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 25.11%
  );
}
#pxl-page-title-default::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 40, 47, 0.7);
}
#pxl-page-title-default .pxl-bg--img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg-page-title.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: auto center;
  background-attachment: scroll;
  z-index: -1;
}
#pxl-page-title-default .pxl-page-title {
  position: relative;
  z-index: 999;
  color: #fff;
  font-weight: normal;
  font-size: 80px;
  line-height: 66px;
}
@media screen and (max-width: 1200px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 72px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 56px;
  }
}
#pxl-footer-default {
  padding: 44px 0;
  background-color: #151a25;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: inherit;
  text-decoration: underline;
}
.pxl-scroll-top {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  line-height: 46px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 9999;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  box-shadow: inset 0 0 0 2px #d4d4d4;
}
@media screen and (max-width: 880px) {
  .pxl-scroll-top {
    right: 25px;
  }
}
.pxl-scroll-top:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background-color: #19272b;
  border-radius: 100%;
}
.pxl-scroll-top i {
  animation: pxl_scroll_top_effect 2s ease-in-out infinite;
  -webkit-animation: pxl_scroll_top_effect 2s ease-in-out infinite;
}
.pxl-scroll-top .pxl-scroll-progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(90deg);
}
.pxl-scroll-top .pxl-scroll-progress-circle path {
  fill: none;
  stroke: #85979b;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pxl-scroll-top.pxl-on {
  bottom: 55px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 880px) {
  .pxl-scroll-top.pxl-on {
    bottom: 25px;
  }
}
.pxl-scroll-top:hover,
.pxl-scroll-top:focus {
  color: #fff;
}
@keyframes pxl_scroll_top_effect {
  0% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(3px);
  }
}
@keyframes pxl_scroll_bottom_effect {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1024px) {
  .section-bg-bl-lg {
    background-position: left bottom !important;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-header-elementor {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#pxl-header-elementor.pxl-header-mobile-hide,
#pxl-header-elementor.pxl-header-desktop-hide {
  display: none !important;
}
#pxl-footer-elementor.pxl-footer-hide {
  display: none !important;
}
#pxl-footer-elementor .footer-elementor-inner > .container {
  max-width: 100%;
}
#pxl-footer-elementor .footer-elementor-inner > .container .col-12 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #pxl-footer-elementor {
    overflow-x: clip;
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
    overflow: hidden;
  }
}
.pxl-footer-fixed #pxl-header-elementor,
.pxl-footer-fixed #pxl-page-title-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .pxl-footer-fixed #pxl-main {
    margin-bottom: 0 !important;
  }
}
.elementor-editor-active #pxl-header-default,
.elementor-editor-active #pxl-header-elementor,
.elementor-editor-active #pxl-page-title-default,
.elementor-editor-active #pxl-footer-elementor,
.elementor-editor-active .pxl-menu-primary .sub-menu,
.elementor-editor-active .pxl-menu-primary .children,
.elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-footer #pxl-main,
.elementor-editor-active.single-header #pxl-main {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.elementor-editor-active.single-pxl-template {
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-editor-active
  .elementor-inner-section
  > .elementor-element-overlay
  > .elementor-editor-element-settings {
  margin-left: 84px;
}
.elementor-editor-active
  .elementor-inner-section
  .elementor-column
  .elementor-editor-element-settings {
  margin-left: 12px;
}
.elementor-editor-active .elementor-section-wrap.ui-sortable {
  margin-top: 30px;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--primary-color);
  width: 60px;
  height: 120px;
  opacity: 1;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-arrow:before,
body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f14d";
}
@media screen and (min-width: 1201px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  body.archive:not(.post-type-archive):not(.tax-product_cat):not(
      .tax-product_tag
    )
    .pxl-content-wrap.no-sidebar
    .pxl-content-area,
  body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-row-divider-active {
  z-index: 1;
}
.pxl-row-divider-active > .elementor-container {
  z-index: 2;
}
.pxl-row-divider-active .pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.pxl-row-divider-wave-animation-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  height: 150px;
}
.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
  bottom: -1px;
  height: 150px;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-right .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-bottom .pxl-row-angle {
  bottom: -1px;
}
.pxl-row-divider-angle-bottom-left .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
  bottom: -1px;
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-curved-top .pxl-row-angle {
  top: -1px;
}
.pxl-row-divider-curved-top .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-curved-bottom .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.pxl-row-divider-curved-bottom .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1490px;
  margin: 0 auto;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical > div {
  background-color: #303233;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
  left: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
  left: 20%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
  left: 40%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
  left: 60%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
  left: 80%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
  right: 0;
}
.pxl-row-divider-rounded-top:before,
.pxl-row-divider-rounded-top:after {
  content: "";
  position: absolute;
  height: 53px;
  background-color: #fff;
  top: -53px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-row-divider-rounded-top:before,
  .pxl-row-divider-rounded-top:after {
    top: -30px;
    height: 30px;
  }
}
.pxl-row-divider-rounded-top:before {
  left: 0;
  border-radius: 28px 53px 0 0;
}
@media screen and (max-width: 767px) {
  .pxl-row-divider-rounded-top:before {
    border-radius: 15px 30px 0 0;
  }
}
.pxl-row-divider-rounded-top:after {
  right: 0;
  border-radius: 53px 28px 0 0;
}
@media screen and (max-width: 767px) {
  .pxl-row-divider-rounded-top:after {
    border-radius: 30px 15px 0 0;
  }
}
.pxl-curved-arrow {
  position: absolute;
  height: 48px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pxl-curved-arrow.pxl-curved-arrow-top {
  top: -48px;
}
.pxl-curved-arrow.pxl-curved-arrow-bottom {
  bottom: -48px;
  transform: translate(-50%, 0) scaleY(-1);
}
.pxl-curved-arrow-inner-top,
.pxl-curved-arrow-inner-bottom {
  height: 48px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pxl-curved-arrow-inner-top {
  top: 0;
  transform: translate(-50%, 0) scaleY(-1);
}
.pxl-curved-arrow-inner-bottom {
  bottom: 0;
}
.pxl-divider-border {
  position: absolute;
  top: 62px;
  left: 70px;
  right: 70px;
  bottom: 52px;
}
@media screen and (max-width: 1200px) {
  .pxl-divider-border {
    left: 15px;
    right: 15px;
  }
}
.pxl-divider-border .pxl-divider-border-top,
.pxl-divider-border .pxl-divider-border-bottom {
  background-color: #fff;
  height: 12px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-divider-border .pxl-divider-border-top,
  .pxl-divider-border .pxl-divider-border-bottom {
    height: 8px;
  }
}
.pxl-divider-border .pxl-divider-border-top:before,
.pxl-divider-border .pxl-divider-border-bottom:before,
.pxl-divider-border .pxl-divider-border-top:after,
.pxl-divider-border .pxl-divider-border-bottom:after {
  content: "";
  height: 94px;
  background-color: #fff;
  width: 12px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pxl-divider-border .pxl-divider-border-top:before,
  .pxl-divider-border .pxl-divider-border-bottom:before,
  .pxl-divider-border .pxl-divider-border-top:after,
  .pxl-divider-border .pxl-divider-border-bottom:after {
    width: 8px;
  }
}
.pxl-divider-border .pxl-divider-border-top:before,
.pxl-divider-border .pxl-divider-border-bottom:before {
  left: 0;
}
.pxl-divider-border .pxl-divider-border-top:after,
.pxl-divider-border .pxl-divider-border-bottom:after {
  right: 0;
}
.pxl-divider-border .pxl-divider-border-top {
  top: 0;
}
.pxl-divider-border .pxl-divider-border-top:before,
.pxl-divider-border .pxl-divider-border-top:after {
  top: 0;
}
.pxl-divider-border .pxl-divider-border-bottom {
  bottom: 0;
}
.pxl-divider-border .pxl-divider-border-bottom:before,
.pxl-divider-border .pxl-divider-border-bottom:after {
  bottom: 0;
}
.pxl-row-divider-top,
.pxl-row-divider-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pxl-row-divider-top {
  top: -2px;
}
.pxl-row-divider-bottom {
  bottom: -2px;
}
.pxl-row-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@keyframes pxl_loader_digital1 {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}
@keyframes pxl_loader_digital2 {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@keyframes pxl_folding {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes pxl_loader_prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes pxl_loader_anim {
  0% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
  25% {
    box-shadow: 20px 0px, 40px 0px, 60px 10px;
  }
  50% {
    box-shadow: 20px 10px, 40px -10px, 60px 0px;
  }
  75% {
    box-shadow: 20px 0px, 40px 0px, 60px -10px;
  }
  100% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
}
@keyframes pxl_loaderFlash {
  0% {
    background-color: rgba(34, 48, 53, 0.28);
    box-shadow: 32px 0 rgba(34, 48, 53, 0.28), -32px 0 var(--primary-color);
  }
  50% {
    background-color: var(--primary-color);
    box-shadow: 32px 0 rgba(34, 48, 53, 0.28), -32px 0 rgba(34, 48, 53, 0.28);
  }
  100% {
    background-color: rgba(34, 48, 53, 0.28);
    box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(34, 48, 53, 0.28);
  }
}
@keyframes pxl_animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes pxl_loader_photography {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@-webkit-keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%,
  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%,
  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@-webkit-keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_loader_rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate3 {
  /*  Site Loader */
  /*  Mouse Move Animation */
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.pxl-cursor {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}
.pxl-cursor .pxl-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower {
  position: absolute;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  opacity: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 6px;
}
.pxl-cursor .pxl-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: var(--secondary-color);
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}
.pxl-cursor .pxl-cursor--drap:before,
.pxl-cursor .pxl-cursor--drap:after {
  content: "\f10b";
  font-family: "Caseicon";
  font-size: 10px;
  display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-cursor .pxl-cursor--drap:after {
  margin-left: 10px;
}
.pxl-cursor .pxl-cursor--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower {
  background-color: rgba(var(--primary-color-rgb), 0.25);
  -webkit-transform: scale(3);
  -khtml-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  border: none;
}
.pxl-cursor.is-active .pxl-cursor--follower:before {
  display: none;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
  transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor.is-active.has-icon-left .pxl-cursor--follower,
.pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f10e";
  font-family: "Caseicon";
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-cursor.drap-style1 .pxl-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before,
.pxl-cursor.drap-style1 .pxl-cursor--drap:after {
  font-size: 12px;
}
.elementor-editor-active.page-template-default {
  /* Cookie Policy */
}
.elementor-editor-active.page-template-default #pxl-content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
  display: none;
}
.pxl-cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
  background-color: #fff;
  -webkit-border-radius: 57px;
  -khtml-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border-radius: 57px;
  padding: 17px 58px 17px 24px;
  -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  font-size: 15px;
  color: #111013;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  /* PXL Popup */
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
  }
}
.pxl-cookie-policy a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  margin: 0 4px;
  white-space: nowrap;
}
.pxl-cookie-policy a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.pxl-cookie-policy .pxl-item--icon {
  min-width: 20px;
}
.pxl-cookie-policy .pxl-item--icon img {
  max-height: 20px;
}
.pxl-cookie-policy .pxl-item--close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 12px;
}
.pxl-cookie-policy .pxl-item--close:before,
.pxl-cookie-policy .pxl-item--close:after {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy .pxl-item--close {
    top: 10px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.pxl-cookie-policy.pxl-active {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.pxl-cookie-policy.pxl-hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
}
.pxl-popup--close.style2 {
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.pxl-popup--close.style2:before,
.pxl-popup--close.style2:after {
  background-color: #878787;
}
.pxl-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Section Overlay Image */
}
.pxl-popup .pxl-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
  border-width: 8px;
}
.pxl-popup .pxl-popup--close:before,
.pxl-popup .pxl-popup--close:after {
  background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before,
.pxl-popup .pxl-popup--close:hover:after {
  background-color: #111;
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
  opacity: 1;
  visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -khtml-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-section-overlay-image {
  /* End Section Overlay Image */
}
.pxl-section-overlay-image .pxl-overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageLeft {
  right: auto;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageRight {
  right: 0;
  left: auto;
}
.pxl-section-overlay-image .pxl-overlay--image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
  right: 140px;
  left: 46%;
}
@media screen and (max-width: 1024px) {
  .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    display: none;
  }
}
.pxl-section-effect-images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pxl-section-effect-images .pxl-item--image {
  position: absolute;
}
body.rtl {
  /* Start Page Popup */
}
body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f111";
}
body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f110";
}
body.rtl .pxl-cookie-policy {
  padding-left: 58px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-cookie-policy {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.rtl .pxl-cookie-policy .pxl-item--close {
  right: auto;
  left: 10px;
}
.pxl-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 60px 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.pxl-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-page-popup .pxl-popup--conent {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 80vh;
}
.pxl-page-popup .pxl-popup--close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.pxl-page-popup .pxl-popup--close .pxl-close {
  border-width: 0px;
}
@media screen and (max-width: 1460px) {
  .pxl-page-popup .pxl-popup--close {
    top: 20px;
    right: 20px;
  }
  .pxl-page-popup .pxl-popup--close .pxl-close {
    border-width: 3px;
  }
}
.admin-bar .pxl-page-popup {
  top: 32px;
  /* End Page Popup */
  /* Waves Animation */
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-page-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .pxl-page-popup {
    top: 0;
  }
}
.pxl-section-waves1 {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pxl-section-waves1 {
    height: 80px;
  }
}
.pxl-wave-parallax > use {
  animation: pxl-move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  fill: #ebeef6;
}
.pxl-wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.5;
}
.pxl-wave-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.4;
}
.pxl-wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.3;
}
.pxl-wave-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes pxl-move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
@media screen and (max-width: 767px) {
  /* Section Parallax */
  body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
.pxl-section-bg-parallax,
.pxl-column-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
body:not(.elementor-editor-active)
  .pxl-section-parallax-overflow
  > .elementor-background-overlay {
  z-index: 2;
}
body:not(.elementor-editor-active)
  .pxl-section-parallax-overflow
  > .elementor-background-overlay
  + .pxl-section-bg-parallax,
body:not(.elementor-editor-active)
  .pxl-section-parallax-overflow
  > .elementor-background-overlay
  .pxl-column-bg-parallax {
  z-index: 1;
}
body:not(.elementor-editor-active)
  .pxl-section-parallax-overflow.elementor-top-section
  > .elementor-container {
  z-index: 3;
}
.pxl-section-parallax-overflow,
.pxl-section-overflow-hidden {
  overflow: hidden !important;
}
.elementor-column.pxl-column-overflow-hidden-yes {
  overflow: hidden !important;
}
.pxl-zoom-point-true {
  z-index: 1;
}
.pxl-zoom-point-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pxl-zoom-point {
  width: 240px;
  height: 240px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -240px;
  margin: auto;
  left: 0;
}
.pxl-zoom-point .pxl-item--overlay {
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 240px;
  -khtml-border-radius: 240px;
  -moz-border-radius: 240px;
  -ms-border-radius: 240px;
  -o-border-radius: 240px;
  border-radius: 240px;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
@-webkit-keyframes pxl_bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes px_bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pxl-loader {
  background-color: #fbfbfb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.pxl-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.pxl-loader .pxl-loader-inner {
  flex-direction: column;
  gap: 35px;
  width: 100%;
  height: 100%;
}
.pxl-loader .loading-wave {
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}
.pxl-loader .loading-bar {
  width: 35px;
  height: 15px;
  border-radius: 5px;
}
.pxl-loader .loading-bar:nth-child(2) {
  animation-delay: 0.1s;
}
.pxl-loader .loading-bar:nth-child(3) {
  animation-delay: 0.2s;
}
.pxl-loader .loading-bar:nth-child(4) {
  animation-delay: 0.3s;
}
.elementor > .pin-spacer {
  width: 100% !important;
}
.elementor > .pin-spacer > .elementor-section {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
}
.elementor-editor-active #pxl-loadding {
  display: none !important;
}
.elementor-editor-active .pin-spacer > .elementor-element {
  position: static !important;
  height: auto !important;
  max-height: 100% !important;
}
.pxl-section-fix-bottom {
  z-index: 999;
}
.scroll-top-active > .elementor-section {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
@media screen and (max-width: 1260px) {
  .pxl-section-fix-bottom .pxl-section-overlay-color {
    left: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 1460px) {
  body:not(.elementor-editor-active) .pxl-hide-sr-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-hide-sr-md {
    display: none !important;
  }
}
.elementor-section .elementor-container {
  flex-wrap: wrap;
}
.loader-dark #pxl-loadding {
  background-color: #000;
}
.loader-dark #pxl-loadding .pxl-loader-spinner > div {
  background-color: #fff;
}
body.rtl .pxl-hidden-panel-popup {
  right: auto;
  left: 0;
}
body.rtl .pxl-hidden-panel-popup.pxl-pos-right {
  margin-right: 0;
  margin-left: -30px;
}
body.rtl .pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
body.rtl .pxl-hidden-panel-popup.active.pxl-pos-right .pxl-popup--conent {
  transform: translateX(0%);
}
body.rtl .pxl-scroll-top {
  right: auto;
  left: 40px;
}
body.rtl .pxl-page-popup .pxl-popup--close {
  right: auto;
  left: 30px;
}
.hover-imge-effect2 {
  position: relative;
  overflow: hidden;
  /*
    Bounce 
*/
}
.hover-imge-effect2 img {
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-moz-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-ms-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-o-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.bounce-top.animated {
  -webkit-animation-name: bounce-top;
  animation-name: bounce-top;
}
@-webkit-keyframes rotatex-3d {
  0%,
  100% {
    transform: rotateX(0deg) translateZ(1);
  }
  50% {
    transform: rotateX(-180deg) translateZ(0);
  }
}
@-moz-keyframes rotatex-3d {
  0%,
  100% {
    transform: rotateX(0deg) translateZ(1);
  }
  50% {
    transform: rotateX(-180deg) translateZ(0);
  }
}
@-ms-keyframes rotatex-3d {
  0%,
  100% {
    transform: rotateX(0deg) translateZ(1);
  }
  50% {
    transform: rotateX(-180deg) translateZ(0);
  }
}
@-o-keyframes rotatex-3d {
  0%,
  100% {
    transform: rotateX(0deg) translateZ(1);
  }
  50% {
    transform: rotateX(-180deg) translateZ(0);
  }
}
@keyframes rotatex-3d {
  0%,
  100% {
    transform: rotateX(0deg) translateZ(1);
  }
  50% {
    transform: rotateX(-180deg) translateZ(0);
  }
}
.rotatex-3d.animated {
  -webkit-animation-name: rotatex-3d;
  animation-name: rotatex-3d;
}
.pxl-flipbox {
  position: relative;
  perspective: 1200px;
}
.pxl-flipbox .pxl-flipbox--front,
.pxl-flipbox .pxl-flipbox--back {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-flipbox .pxl-flipbox--back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg) translateZ(1px);
  z-index: 99;
}
.pxl-flipbox .pxl-flipbox--wrap {
  position: relative;
  transition-property: box-shadow, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.pxl-flipbox:hover .pxl-flipbox--wrap {
  transform: rotateY(180deg);
  transform-origin: 50% 50%;
}
.pxl-hidden {
  display: none;
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.pxl-dflex-nw {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.pxl-flex-center,
#pxl-page-title-default,
.pxl-loader .pxl-loader-inner,
.pxl--post-footer .pxl-social-wrap .btn-social-share,
.pxl--post-footer .pxl-social-wrap .pxl-social-list,
.pxl--post-footer .pxl-social-wrap .pxl-social-list a,
.pxl-social-share .pxl-item,
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn,
.single-product
  > div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn,
.wp-block-woocommerce-cart .wp-block-button,
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--icon,
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--main .pxl-post--icon,
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--hover .pxl-post--btn,
.pxl-swiper-slider .pxl-swiper-dots-wrap.pxl-swiper-dots-default,
.pxl-contact-box.pxl-contact-box1 .pxl-item--icon,
.pxl-contact-box.pxl-contact-box2 .pxl-item--content,
.pxl-anchor-button .pxl-button,
.pxl-anchor-button .pxl-button.round-box,
.pxl-list .pxl-item--icon,
.btn,
.pxl-column-chart .pxl-item--container,
.pxl-pie-chart1 .pxl-item--holder,
.pxl-showcase1 .pxl-item--btn::after,
.pxl-showcase2 .pxl-item--btn::after,
.pxl-feature-grid .pxl-grid-inner .pxl-item,
.pxl-swiper-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow,
.pxl-portfolio-accordion .pxl-item--active .pxl-item--featured,
.pxl-portfolio-accordion .pxl-item--active .pxl-item--holder,
.pxl-icon-box1.round-box-icon5 .pxl-item--icon,
.pxl-counter.pxl-counter4 .pxl-counter--icon,
.pxl-testimonial-carousel3 .pxl-item--icon,
.pxl-team-layout1 .pxl-item--inner .pxl-item--social .pxl-social--link,
.pxl-test,
.pxl-test .pxl-button,
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-flex-middle {
  display: inline-flex;
  align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty,
.pxl-empty:empty {
  display: none !important;
}
.pxl-spill,
.pxl-gallery .pxl--item-inner.video-active:before,
.pxl-wg-categories .pxl-category--inner:before,
.pxl-wg-categories .pxl-category--inner a,
.pxl-wg-categories .pxl-category--inner .pxl-category--img,
.pxl-contact-info-widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.color-primary {
  color: var(--primary-color);
  fill: var(--primary-color);
}
.color-secondary {
  color: var(--secondary-color);
  fill: var(--secondary-color);
}
.text-gradient,
.pxl-contact-info-widget .pxl-item--icon i,
.swiper-filter-wrap .filter-item.active span,
.pxl-icon-box1.round-box-icon3 .pxl-item--title,
.pxl-icon-box1.round-box-icon3 .pxl-item--description,
.pxl-icon-box1.round-box-icon3 .pxl-item--icon i {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-vertical {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.pxl-icon-color-gradient i {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-bg {
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient,
.pxl-contact-info-widget .pxl-item--icon {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.bg-gradient-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.ft-theme-default,
.pxl-swiper-pagination .pxl-swiper-current-slide,
.pxl-swiper-pagination .pxl-swiper-total-slides,
.single-post .pxl---post .pxl-item--group .pxl-item--date,
.pxl-post--author-info .pxl-user--name,
.page-links .post-page-numbers,
.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_tag_cloud a,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_rss .rsswidget,
.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments,
.pxl-wg-categories .pxl-category--inner span,
.pxl-contact-info-widget .pxl-phone--number,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form input,
.pxl-pie-chart1 .pxl-counter--number,
.pxl-menu-hidden-sidebar .pxl-menu-hidden a,
.swiper-filter-wrap .filter-item {
  font-family: "DM Sans", sans-serif;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before,
.pxl-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before,
.pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1201px) {
  .pxl-hide-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-hide-lg2 {
    display: none !important;
  }
}
.pxl-flex-nowrap {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.pxl-flex-v,
.pxl-contact-box.pxl-contact-box1 .pxl-item--content,
.pxl-testimonial-carousel4 .pxl-item--inner {
  display: flex;
  flex-direction: column;
}
.pxl-absolute-full,
.pxl-news-carousel.pxl-news-carousel1
  .pxl-post--featured.pxl-image--overlay
  .pxl-image--link::after,
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--bg::after,
.pxl-service-carousel .pxl-post--container .pxl-item--link,
.pxl-service-carousel .pxl-item--overlay,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--container,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--featured::after,
.pxl-service-grid .pxl-item--link,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-container::after,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet::before,
.pxl-contact-box .pxl-item--link,
.btn.pxl-btn-play.pxl-btn-default:before,
.pxl-partner-carousel.pxl-partner-carousel1
  .pxl-swiper-slide
  .pxl-item--inner
  .pxl-item--link,
.pxl-play-video .pxl-item--overlay,
.pxl-text-marquee.pxl-text-marquee1 .pxl-item .pxl-item--link,
.pxl-icon .pxl-item--link,
.pxl-service-grid.pxl-service-grid-layout3 .pxl-post-inner .pxl-item--link,
.pxl-service-carousel.pxl-service-carousel2.no-border-dark .pxl-item--link,
.pxl-icon-box .pxl-item--link,
.pxl-iconbox-carousel .pxl-item--inner .pxl-item--link,
.pxl-iconbox-carousel.pxl-bg-gradient .pxl-item--inner::after,
.pxl-team-layout1 .pxl-item--link,
.pxl-slider.pxl-slider4
  .pxl-item--content
  .pxl-content--right
  .pxl-item--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pxl-two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.pxl-three-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .pxl-hiden-sm {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .pxl-hiden-xs {
    display: none;
  }
}
.pxl-p1,
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info .pxl-info--content,
.pxl-icon-box1.default .pxl-item--description,
.pxl-testimonial-carousel4 .pxl-item--position,
.pxl-slider.pxl-slider1 .pxl-item--subtitle,
.pxl-slider1 .pxl-item--subtitle,
.pxl-p4,
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--comment::after,
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-swiper-slide
  .pxl-item--position,
.pxl-links .pxl-items.style2 .pxl-item--link,
.pxl-p5,
.pxl-icon.style1 .pxl-item,
.pxl-p6,
.pxl-contact-box.pxl-contact-box1 .pxl-item--desc,
.pxl-icon-box1.round-box-icon .pxl-item--description,
.pxl-icon-box1.round-box-icon2 .pxl-item--description,
.pxl-b3,
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--number,
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-post--category
  .pxl-category--link,
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 input,
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 textarea,
.pxl-pricing.pxl-pricing1 .pxl-item--popular {
  font-family: "Heebo", sans-serif;
  margin: 0;
  clear: both;
}
.pxl-p1,
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info .pxl-info--content,
.pxl-icon-box1.default .pxl-item--description,
.pxl-testimonial-carousel4 .pxl-item--position,
.pxl-slider.pxl-slider1 .pxl-item--subtitle,
.pxl-slider1 .pxl-item--subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4545;
  letter-spacing: -0.22px;
}
.pxl-p2,
.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--desc,
.btn.pxl-btn-default.pxl-btn-xl,
.pxl-icon-box1.round-box-icon5 .pxl-item--desc {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.18px;
}
.pxl-p3,
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--date,
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--excerpt,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--excerpt,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 input {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.15px;
}
.pxl-p4,
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--comment::after,
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-swiper-slide
  .pxl-item--position,
.pxl-links .pxl-items.style2 .pxl-item--link {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.15px;
}
.pxl-p5,
.pxl-icon.style1 .pxl-item {
  font-size: 13px;
  line-height: 1;
}
.pxl-p6,
.pxl-contact-box.pxl-contact-box1 .pxl-item--desc,
.pxl-icon-box1.round-box-icon .pxl-item--description,
.pxl-icon-box1.round-box-icon2 .pxl-item--description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5833;
}
.pxl-b1 {
  font-size: 15px;
  line-height: 2;
}
.pxl-b2,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--btn.pxl-btn--copy,
.btn.pxl-btn-round.pxl-btn-small,
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--btn,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--btn {
  font-size: 14px;
  line-height: 1;
}
.pxl-b3,
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--number,
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-post--category
  .pxl-category--link,
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 input,
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 textarea,
.pxl-pricing.pxl-pricing1 .pxl-item--popular {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.44px;
}
.pxl-dark-100,
.search-no-results .search-form .searchform-wrap input,
.pxl-heading .pxl-item--title.pxl-heading-default,
.pxl-heading .pxl-item--title.pxl-heading-default1,
.pxl-heading .pxl-item--title.pxl-heading-style-1,
.pxl-swiper-slider .pxl-swiper-arrow-wrap.style-default .pxl-swiper-arrow,
.pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post--title,
.pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post--title {
  color: #223035;
}
.pxl-dark-200,
.pxl-social-share.style-round-box3 .pxl-item,
.pxl-heading .pxl-item--title.pxl-heading-style-6,
.pxl-heading .pxl-item--title.pxl-heading-intro2,
.btn.btn-link.btn-style--dark {
  color: #38464a;
}
.pxl-dark-300,
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--title,
.pxl-heading .pxl-item--title.pxl-heading-post-title,
.pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--title,
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--title,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--title {
  color: #19272b;
}
.pxl-dark-teal,
.widget_tag_cloud a,
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info .pxl-info--name,
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info .pxl-info--content,
.pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--date,
.pxl-team-layout1 .pxl-item--inner .pxl-item--title,
.pxl-team-layout1 .pxl-item--inner .pxl-item--social .pxl-social--link {
  color: #263037;
}
.pxl-dark-slate,
.pxl-icon-box1.default .pxl-item--title,
.pxl-icon-box1.default .pxl-item--description,
.pxl-team-layout1 .pxl-item--inner .pxl-item--position {
  color: #20282d;
}
.pxl-green-1,
.pxl-social-share.style-round-box4 .pxl-item:hover,
.pxl-icon-box1.default .pxl-item--icon {
  color: #547079;
}
.pxl-green-2,
.pxl-links .pxl-items.style2 .pxl-item--link,
.pxl-links .pxl-title.style2,
.pxl-counter.pxl-counter1.style-2 .pxl-counter--title,
.pxl-counter.pxl-counter1.style-5 .pxl-counter--number,
.pxl-counter.pxl-counter1.style-5 .pxl-counter--title {
  color: #85979b;
}
.pxl-blue-1 {
  color: #97bac7;
}
.pxl-light-blue-1 {
  color: #e1f2f2;
}
.pxl-gray {
  color: #d9d9d9;
}
.pxl-blue-2 {
  color: #667eab;
}
.pxl-blue-3 {
  background-color: #00255c;
}
.pxl-light-blue-2 {
  color: #d3def1;
}
.pxl-black {
  color: #000;
}
.pxl-white,
.btn.btn-link.btn-style--light,
.pxl-nav-menu.style-default:not(.pxl-layout-vertical)
  .pxl-menu-primary
  > .menu-item
  > a,
.pxl-slider.pxl-slider1 .pxl-item--title .pxl-title--highlight,
.pxl-slider.pxl-slider2 .pxl-item--title,
.pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--icon,
.pxl-slider1 .pxl-item--title .pxl-title--highlight {
  color: #fff;
}
.pxl-brown {
  color: #b29063;
}
.pxl-red {
  color: red;
}
.pxl-bg-dark-100,
.pxl-loader .loading-bar,
.pxl-heading .pxl-item--title.pxl-heading-style-1::after,
.pxl-showcase1 .pxl-item--image .cooming-soon-text,
.pxl-showcase1 .pxl-item--btn,
.pxl-showcase1 .pxl-item--title,
.pxl-showcase2 .pxl-item--btn,
.pxl-swiper-slider
  .pxl-swiper-arrow-wrap.style-default
  .pxl-swiper-arrow:hover {
  background-color: #223035;
}
.pxl-bg-dark-200,
.btn.btn-link.btn-style--dark::after {
  background-color: #38464a;
}
.pxl-bg-dark-300,
#pxl-header-elementor #pxl-header-mobile.style-dark {
  background-color: #19272b;
}
.pxl-bg-dark-teal {
  background-color: #263037;
}
.pxl-bg-dark-slate {
  background-color: #20282d;
}
.pxl-bg-green-1,
.pxl-social-share.style-round-box4 .pxl-item {
  background-color: #547079;
}
.pxl-bg-green-2,
.pxl-social-share.style-round-box2 .pxl-item {
  background-color: #85979b;
}
.pxl-bg-blue-1 {
  background-color: #97bac7;
}
.pxl-bg-blue-2 {
  background-color: #667eab;
}
.pxl-bg-blue-3 {
  background-color: #00255c;
}
.pxl-bg-light-blue-1 {
  background-color: #e1f2f2;
}
.pxl-bg-gray {
  background-color: #d9d9d9;
}
.pxl-bg-light-blue-2 {
  background-color: #d3def1;
}
.pxl-bg-black {
  background-color: #000;
}
.pxl-bg-white,
.btn.btn-link.btn-style--light::after {
  background-color: #fff;
}
.pxl-bg-brown {
  background-color: #b29063;
}
.pxl-title--highlight {
  font-family: "DM Serif Text", sans-serif;
  font-style: italic;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--plus:before,
.pxl-icon--plus:after {
  content: "";
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}
.pxl-icon--minus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before {
  content: "";
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--minus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
#pxl-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
  /* Header Elementor */
}
#pxl-header-default .row {
  align-items: center;
}
@media screen and (min-width: 1201px) {
  #pxl-header-default .row > div {
    padding: 0 15px;
  }
}
#pxl-header-default .container {
  max-width: 1775px;
}
#pxl-header-default .pxl-header-branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#pxl-header-default .pxl-header-branding a {
  display: inline-flex;
}
#pxl-header-default .pxl-header-branding img {
  height: 40px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
@media screen and (min-width: 1201px) {
  #pxl-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
  #pxl-header-elementor .col-12 {
    min-height: 0px;
  }
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
#pxl-header-elementor .pxl-header-elementor-main {
  position: relative;
  z-index: 999;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-120%);
  -khtml-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
#pxl-header-elementor.pxl-header-rmboxshadow
  .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#pxl-header-elementor.pxl-header-rmboxshadow
  .pxl-header-elementor-sticky.pxl-header-fixed
  .pxl-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container,
#pxl-header-elementor .elementor-inner-section,
#pxl-header-elementor .elementor-widget:not(.elementor-absolute),
#pxl-header-elementor .elementor-widget-wrap,
#pxl-header-elementor .elementor-column,
#pxl-header-elementor .elementor-column-wrap {
  position: static;
}
.pxl-header-mobile-elementor {
  opacity: 0;
  /* Header Menu */
}
.pxl-header-mobile-elementor.px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1201px) {
  /* Header Tablet/Mobile */
  #pxl-header-default
    .pxl-menu-primary
    > li.menu-item-has-children
    > a
    span:after {
    content: "\f150";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #pxl-header-default
    .pxl-menu-primary
    > li.menu-item-has-children:hover
    > a
    span:after {
    transform: scaleY(-1);
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary.pxl-primary-menu-not-set > li > a {
    line-height: 83px;
  }
  .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-menu-primary li {
    position: relative;
    color: #111;
  }
  .pxl-menu-primary li a {
    font-size: 15px;
    color: #111;
    position: relative;
    font-weight: 500;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
  }
  .pxl-menu-primary > li > a {
    display: inline-block;
  }
  .pxl-menu-primary .sub-menu,
  .pxl-menu-primary .children {
    pointer-events: visible;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fbfbfb;
    margin-bottom: 0;
    min-width: 225px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    border-radius: 7px;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.7);
    -khtml-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 18px 0;
  }
  .pxl-menu-primary .sub-menu.pxl-mega-menu,
  .pxl-menu-primary .children.pxl-mega-menu {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.05);
  }
  .pxl-menu-primary .sub-menu li,
  .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .pxl-menu-primary .sub-menu li a,
  .pxl-menu-primary .children li a {
    font-size: 14px;
    padding: 9px 26px;
    display: block;
  }
  .pxl-menu-primary .sub-menu li > a:hover,
  .pxl-menu-primary .children li > a:hover,
  .pxl-menu-primary .sub-menu li.current_page_item > a,
  .pxl-menu-primary .children li.current_page_item > a,
  .pxl-menu-primary .sub-menu li.current-menu-item > a,
  .pxl-menu-primary .children li.current-menu-item > a,
  .pxl-menu-primary .sub-menu li.current_page_ancestor > a,
  .pxl-menu-primary .children li.current_page_ancestor > a,
  .pxl-menu-primary .sub-menu li.current-menu-ancestor > a,
  .pxl-menu-primary .children li.current-menu-ancestor > a {
    color: #000;
  }
  .pxl-menu-primary .sub-menu li:last-child > a,
  .pxl-menu-primary .children li:last-child > a {
    border-bottom: none;
  }
  .pxl-menu-primary .sub-menu.pxl-sub-reverse,
  .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .pxl-menu-primary
    .sub-menu.pxl-sub-reverse
    li.menu-item-has-children
    > a::after,
  .pxl-menu-primary
    .children.pxl-sub-reverse
    li.menu-item-has-children
    > a::after {
    content: "\f136";
    right: auto;
    left: 0;
  }
  .pxl-menu-primary .sub-menu .sub-menu,
  .pxl-menu-primary .children .sub-menu,
  .pxl-menu-primary .sub-menu .children,
  .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse,
  .pxl-menu-primary .children .sub-menu.pxl-sub-reverse,
  .pxl-menu-primary .sub-menu .children.pxl-sub-reverse,
  .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary li:hover > .sub-menu,
  .pxl-menu-primary li:hover > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .pxl-menu-primary .sub-menu li:hover > .sub-menu {
    margin-top: -18px;
  }
  .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 20px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-header-elementor.pxl-header-mobile-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  }
  #pxl-header-default,
  #pxl-header-elementor {
    position: relative;
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main,
  #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding,
  #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img,
  #pxl-header-elementor .pxl-header-branding img {
    height: 31px;
  }
  #pxl-header-default #pxl-nav-mobile,
  #pxl-header-elementor #pxl-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item,
  #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
    margin-left: 10px;
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .pxl-header-menu-scroll {
    padding: 40px 35px;
  }
  .pxl-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .pxl-menu-toggle:before {
    content: "\f150";
    font-family: "Caseicon";
  }
  .pxl-menu-toggle.active:before {
    content: "\f13d";
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li.menu-item,
  .pxl-menu-primary li.pxl-item--link {
    position: relative;
  }
  .pxl-menu-primary li.menu-item > a,
  .pxl-menu-primary li.pxl-item--link > a {
    display: block;
    line-height: 46px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li.menu-item > a:hover,
  .pxl-menu-primary li.pxl-item--link > a:hover,
  .pxl-menu-primary li.menu-item > a.current,
  .pxl-menu-primary li.pxl-item--link > a.current,
  .pxl-menu-primary li.menu-item.current_page_item > a,
  .pxl-menu-primary li.pxl-item--link.current_page_item > a,
  .pxl-menu-primary li.menu-item.current-menu-item > a,
  .pxl-menu-primary li.pxl-item--link.current-menu-item > a,
  .pxl-menu-primary li.menu-item.current_page_ancestor > a,
  .pxl-menu-primary li.pxl-item--link.current_page_ancestor > a,
  .pxl-menu-primary li.menu-item.current-menu-ancestor > a,
  .pxl-menu-primary li.pxl-item--link.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary .sub-menu,
  .pxl-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary .sub-menu li a,
  .pxl-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
    margin-top: 20px;
    height: auto !important;
  }
  .pxl-menu-primary
    .pxl-megamenu
    .pxl-mega-menu-elementor
    .pxl-showcase-grid
    .pxl-grid-inner {
    height: auto !important;
    display: block;
  }
  .pxl-menu-primary
    .pxl-megamenu
    .pxl-mega-menu-elementor
    .pxl-showcase-grid
    .pxl-grid-inner
    .pxl-grid-item {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary
    .pxl-megamenu
    .elementor-widget-heading
    > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-logo-mobile {
    margin-bottom: 35px;
  }
  .pxl-logo-mobile img {
    height: 41px;
  }
  .pxl-logo-mobile .pxl-logo--light {
    display: none;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 44px;
    border: none;
    padding: 0 22px;
    background-color: #f8f8f8;
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 5px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 44px;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: none;
    color: #000;
    border: none;
  }
  .pxl-header-mobile-search .search-submit:hover,
  .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
    background-color: transparent;
  }
  .pxl-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #pxl-header-elementor .pxl-header-elementor-main,
  #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    position: relative;
    z-index: 999;
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-logo-mobile
    .pxl-logo--dark {
    display: none;
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-logo-mobile
    .pxl-logo--light {
    display: block;
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-nav-mobile-button
    .pxl-icon-line:after,
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-nav-mobile-button
    .pxl-icon-line:before {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
    background-color: #1b2a2f;
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-header-mobile-search
    .search-field {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.67);
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-header-mobile-search
    .search-field:focus {
    color: #fff;
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-header-mobile-search
    .search-submit {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.08);
  }
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-menu-primary
    li
    > a:hover,
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-menu-primary
    li
    > a.current,
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-menu-primary
    li.current_page_item
    > a,
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-menu-primary
    li.current-menu-item
    > a,
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-menu-primary
    li.current_page_ancestor
    > a,
  #pxl-header-elementor
    #pxl-header-mobile.style-dark
    .pxl-menu-primary
    li.current-menu-ancestor
    > a {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before,
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  #pxl-header-elementor
    #pxl-header-mobile.pxl-header-mobile-fixed
    .pxl-header-sticky {
    visibility: visible;
    opacity: 1;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running
      PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running
      PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-menu-primary
    .pxl-megamenu
    .pxl-mega-menu-elementor
    .elementor-widget-pxl_showcase {
    max-width: none;
    width: 100%;
  }
  .pxl-menu-primary
    .pxl-megamenu
    .pxl-mega-menu-elementor
    .elementor-widget-pxl_showcase
    .elementor-widget-container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /* Hidden Panel */
  .pxl-header-menu {
    width: 100%;
  }
}
.pxl-hidden-panel-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-hidden-panel-popup {
    display: none;
  }
}
.pxl-hidden-panel-popup .pxl-popup--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.76);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  cursor: pointer;
}
.pxl-hidden-panel-popup .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.pxl-hidden-panel-popup .pxl-popup--conent {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: #fff;
}
.pxl-hidden-panel-popup.pxl-pos-top .pxl-popup--conent {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 470px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  padding: 60px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pxl-hidden-panel-popup.active {
  visibility: visible;
}
.pxl-hidden-panel-popup.active .pxl-popup--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s !important;
  opacity: 1;
}
.pxl-hidden-panel-popup.active .pxl-popup--overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-search-form .pxl-searchform-divider {
  webkit-animation-name: PXLfadeInMove;
  animation-name: PXLfadeInMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.pxl-hidden-panel-popup:not(.active) .pxl-search-form .pxl-searchform-divider {
  webkit-animation-name: PXLfadeOutMove;
  animation-name: PXLfadeOutMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.pxl-anchor-divider {
  overflow: hidden;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: relative;
}
.pxl-anchor-divider .pxl-icon-line {
  height: 3px;
  position: absolute;
  right: 0;
  border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before,
.pxl-anchor-divider .pxl-icon-line:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pxl-anchor-divider .pxl-icon-line:before {
  -webkit-transform: translate3d(100%, 0, 0);
  -khtml-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
  top: 0;
  width: 22px;
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
  top: 9px;
  width: 100%;
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
  width: 16px;
  bottom: 0;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before,
.pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:before,
.pxl-menu-hidden-sidebar
  .pxl-menu-button:hover
  .pxl-icon-line.pxl-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after,
.pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line1:after,
.pxl-menu-hidden-sidebar
  .pxl-menu-button:hover
  .pxl-icon-line.pxl-icon-line1:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before,
.pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:before,
.pxl-menu-hidden-sidebar
  .pxl-menu-button:hover
  .pxl-icon-line.pxl-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after,
.pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line2:after,
.pxl-menu-hidden-sidebar
  .pxl-menu-button:hover
  .pxl-icon-line.pxl-icon-line2:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before,
.pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:before,
.pxl-menu-hidden-sidebar
  .pxl-menu-button:hover
  .pxl-icon-line.pxl-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms,
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after,
.pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line.pxl-icon-line3:after,
.pxl-menu-hidden-sidebar
  .pxl-menu-button:hover
  .pxl-icon-line.pxl-icon-line3:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms,
    opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
.admin-bar #pxl-search-popup,
.admin-bar .pxl-hidden-panel-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar
    #pxl-header-elementor
    .pxl-header-elementor-sticky.pxl-header-fixed,
  .admin-bar #pxl-search-popup,
  .admin-bar .pxl-hidden-panel-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar
    #pxl-header-elementor
    .pxl-header-elementor-sticky.pxl-header-fixed,
  .admin-bar #pxl-search-popup,
  .admin-bar .pxl-hidden-panel-popup {
    top: 0;
  }
}
.admin-bar .pxl-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-menu {
    top: 46px;
  }
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.pxl-header-sidebar--left {
  /* Header Left Sidebar */
}
.pxl-header-sidebar--left .pxl-header-elementor-sticky {
  display: none;
}
.pxl-header-sidebar--left #intro {
  background: linear-gradient(
    103deg,
    #cf3451 7.27%,
    #882230 33.88%,
    #47191d 65.54%,
    #2f0b0e 87.71%
  );
}
.pxl-header-sidebar--left .pxl-header-content .elementor-container {
  margin: 0;
}
@media screen and (min-width: 1201px) {
  .pxl-header-sidebar--left #pxl-header-elementor {
    max-width: 168px;
    width: 168px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .pxl-header-sidebar--left
    #pxl-header-elementor
    .elementor-background-overlay {
    transform: translateX(-100%);
    will-change: transform;
  }
  .pxl-header-sidebar--left .elementor-section:not(.pxl-section-width-full) {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .pxl-header-sidebar--left .pxl-section-width-full {
    padding-left: 168px !important;
  }
  .pxl-header-sidebar--left #pxl-footer-elementor,
  .pxl-header-sidebar--left #pxl-main {
    padding-left: 168px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-header-sidebar--left .pxl-bg-overlay {
    display: none;
  }
}
.px-header--left_sidebar.px-header--left_shadow {
  -webkit-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -khtml-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -moz-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -ms-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  -o-box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  box-shadow: 0px 0 18px rgba(109, 109, 109, 0.13);
  height: 100vh;
}
.px-header--left_sidebar .elementor-container {
  margin: 0;
}
@media screen and (max-width: 1260px) {
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1201px) {
  .bd-px-header--left_sidebar .pxl-content-wrap.no-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-header-elementor
    .px-header--left_sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active) #pxl-main,
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-footer-elementor,
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-page-title-elementor {
    padding-left: 300px;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-main
    .elementor
    > .elementor-section,
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-footer-elementor
    .elementor
    > .elementor-section,
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-page-title-elementor
    .elementor
    > .elementor-section {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-footer-elementor
    .container {
    max-width: 100%;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed
    #pxl-wrapper
    #pxl-main {
    margin-bottom: 0 !important;
  }
  .bd-px-header--left_sidebar:not(.elementor-editor-active).pxl-footer-fixed
    #pxl-footer-elementor {
    position: static;
  }
  .admin-bar.bd-px-header--left_sidebar:not(.elementor-editor-active)
    #pxl-header-elementor
    .px-header--left_sidebar {
    top: 32px;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.single-post .pxl---post {
  padding-right: 3px;
}
@media screen and (max-width: 1200px) {
  .single-post .pxl---post {
    padding: 0;
  }
}
.single-post .pxl---post .pxl-item--title {
  display: block;
  margin-bottom: 24px;
}
.single-post .pxl---post .pxl-item--group {
  display: flex;
  width: 100%;
  color: #20282d;
  margin-bottom: 21px;
}
.single-post .pxl---post .pxl-item--group .pxl-item--date {
  line-height: 1;
}
.single-post .pxl---post .pxl-item--group .pxl-item--meta {
  margin: 0px;
}
.single-post .pxl---post .pxl-item--group .pxl-item--meta .pxl-item--author {
  line-height: 1;
  margin: 0;
}
.single-post
  .pxl---post
  .pxl-item--group
  .pxl-item--meta
  .pxl-item--author
  span {
  color: #547079;
}
@media screen and (max-width: 360px) {
  .single-post .pxl---post .pxl-item--group .pxl-item--date,
  .single-post .pxl---post .pxl-item--group .pxl-item--author {
    font-size: 18px;
  }
}
.single-post .pxl---post .pxl-item--category {
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 14px;
}
.single-post .pxl---post .pxl-item--category a {
  color: #fff;
}
.single-post .pxl---post .pxl-item--category a:before {
  bottom: 2px;
  background-color: #fff;
}
.single-post .pxl---post .pxl-item--content {
  margin-bottom: 54px;
}
.single-post .pxl---post .pxl-item--content p {
  margin-bottom: 20px;
}
.single-post .pxl---post .pxl-item--content p:last-child {
  margin-bottom: 0;
}
.single-post .section-hidde-single-post {
  display: none;
}
.pxl--post-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding-top: 17px;
  gap: 30px;
}
.pxl--post-footer .pxl--tags {
  display: flex;
  align-items: center;
  column-gap: 38px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.pxl--post-footer .pxl--tags a {
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  color: #263037;
  font-size: 20px;
  position: relative;
  z-index: 1;
  text-decoration: underline;
  letter-spacing: -0.05px;
}
.pxl--post-footer .pxl-social-wrap {
  position: relative;
  width: 256px;
  overflow: hidden;
  display: inline-flex;
  justify-content: end;
}
.pxl--post-footer .pxl-social-wrap .btn-social-share {
  font-size: 24px;
  margin: 0;
  line-height: 2.75;
  color: #263037;
  font-weight: 400;
  gap: 14px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl--post-footer .pxl-social-wrap:hover .pxl-social-list {
  transform: translateX(0);
}
.pxl--post-footer .pxl-social-wrap:hover .btn-social-share {
  opacity: 0;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  gap: 10px;
  padding: 15px 0;
  border-radius: 32px;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #223035;
  font-size: 16px;
  color: #fff;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a:hover {
  background-color: var(--primary-color);
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a:last-child {
  margin-right: 0;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a.fb-social:hover {
  background-color: #1877f2;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a.tw-social:hover {
  background-color: #1da1f2;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a.pin-social:hover {
  background-color: #bd081c;
}
.pxl--post-footer .pxl-social-wrap .pxl-social-list a.lin-social:hover {
  background-color: #0a66c2;
}
.pxl-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-pagination-wrap .page-numbers {
  color: #303142;
  width: 41px;
  height: 41px;
  line-height: 1.5;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: none;
  font-weight: 500;
  border-radius: 41px;
}
.pxl-pagination-wrap .page-numbers i {
  font-size: 24px;
}
.pxl-pagination-wrap .page-numbers:hover,
.pxl-pagination-wrap .page-numbers.current {
  color: #fff;
  background-color: #547079;
}
.pxl-pagination-wrap .pxl-pagination-links {
  display: inline-flex;
}
.pxl-post--navigation {
  border-bottom: 1px solid #e2e2e2;
  padding: 35px 0 40px;
  margin-bottom: 45px;
}
.pxl-post--navigation .pxl--label {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.pxl-post--navigation .pxl--label i {
  font-size: 10px;
}
.pxl-post--navigation .pxl--label span {
  margin: 0 6px;
  position: relative;
}
.pxl-post--navigation .pxl--label span:before {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-post--navigation .pxl--label:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--label:hover span:before {
  width: 100%;
}
.pxl-post--navigation .pxl--img {
  width: 61px;
  min-width: 61px;
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl--img {
    width: 50px;
    min-width: 50px;
  }
}
.pxl-post--navigation .pxl--img img {
  border-radius: 10px;
}
.pxl-post--navigation .pxl-item-button {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl-item-button {
    margin: 20px 0;
  }
}
.pxl-post--navigation .pxl-item-button a {
  color: #9e9e9e;
}
.pxl-post--navigation .pxl-item-button a:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--meta {
  padding: 0 22px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.41;
  color: #222;
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl--meta {
    padding: 0 10px;
    font-size: 16px;
  }
}
.pxl-post--navigation .pxl--meta a {
  color: inherit;
}
.pxl-post--navigation .pxl--holder {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 26px;
}
.pxl-post--navigation .pxl--item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--items {
    justify-content: center;
  }
}
.pxl-post--navigation .pxl--item-prev .pxl--label span:before {
  right: 0;
  left: auto;
}
.pxl-post--navigation .pxl--item-next {
  text-align: right;
}
.pxl-post--author-info {
  padding: 59px 115px 57px 54px;
  margin-top: 76px;
  background-color: #e1f2f2;
}
.pxl-post--author-info .pxl-user--name {
  font-size: 32px;
  color: #20282d;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: -14px;
  margin-bottom: 6px;
  line-height: 1.325;
  letter-spacing: 0.4555px;
}
.pxl-post--author-info .pxl-user--name a {
  color: inherit;
}
.pxl-post--author-info .pxl-user--name a:hover {
  color: inherit;
}
.pxl-post--author-info .pxl-post--author-description {
  font-size: 18px;
  margin-top: 11px;
}
.pxl-post--author-info .pxl-post--author-image {
  width: 157px;
  min-width: 157px;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info .pxl-post--author-image {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.pxl-post--author-info .pxl-post--author-image img {
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .pxl-post--author-info {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info {
    display: block;
    padding: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .pxl-post--author-info {
    padding: 40px 20px;
  }
  .pxl-post--author-info .pxl-user--name {
    font-size: 26px;
  }
  .pxl-post--author-info .pxl-post--author-description {
    font-size: 16px;
  }
}
.pxl-post--author-info .pxl-post--author-social {
  margin-top: 19px;
}
.pxl-post--author-info .pxl-post--author-social a {
  line-height: 1;
  display: inline-flex;
  font-size: 13px;
  background-color: #223035;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  color: #e1f2f2;
  transition: background-color 0.3s linear;
}
.pxl-post--author-info .pxl-post--author-social a:hover {
  background-color: #0a66c2;
}
.pxl-custom-swiper {
  overflow: hidden;
  position: relative;
}
.pxl-post-gallery-slider .pxl-custom-swiper {
  border-radius: 8px 8px 0 0;
}
.pxl-post-gallery-slider .pxl-custom-swiper img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pxl-post-gallery-slider
  .pxl-custom-swiper
  .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 26px;
}
.pxl-post-gallery-slider
  .pxl-custom-swiper
  .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 26px;
}
.page-links {
  clear: left;
}
.page-links .post-page-numbers {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 15px 0 0;
  color: #080808;
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pxl-post-row {
  padding-top: 4px;
  margin-bottom: -56px;
}
.pxl-post-row > div {
  margin-bottom: 30px;
}
.pxl-post-row > div > p {
  margin-bottom: 0 !important;
}
.pxl-content-top {
  margin-bottom: 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pxl-content-top .pxl-page--title {
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #547079;
  background-color: #e1f2f2;
  padding: 5px 8px;
  letter-spacing: 1.4px;
}
.pxl-content-top .pxl-sub-page--title {
  color: #223035;
  max-width: 600px;
  padding: 0 15px;
  margin-top: 18px;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 1.23;
}
.pxl-404-error-page#pxl-main {
  padding: 0;
}
.pxl-404-error-page #pxl-content-main {
  position: relative;
  background-color: #223035;
  overflow: hidden;
}
.pxl-404-error-page .pxl-bg--img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.pxl-404-error-page .pxl-container {
  max-width: 772px;
  margin: 0 auto;
}
.pxl-404-error-page .pxl-error-inner {
  padding-top: 245px;
  padding-bottom: 263px;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pxl-404-error-page .pxl-error-inner .pxl-item--btn {
  margin-top: 49px;
}
@media screen and (max-width: 991px) {
  .pxl-404-error-page .pxl-error-inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-404-error-page .pxl-error-inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.pxl-404-error-page .pxl-error--404 {
  position: relative;
  font-size: 160px;
  font-weight: 500;
  line-height: 1.24085;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pxl-404-error-page .pxl-error--404 {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-404-error-page .pxl-error--404 {
    font-size: 135px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-404-error-page .pxl-error--404 {
    font-size: 120px;
  }
}
.pxl-404-error-page .pxl-error--subtitle {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  margin-top: -13px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pxl-404-error-page .pxl-error--subtitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-404-error-page .pxl-error--subtitle {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-404-error-page .pxl-error--subtitle {
    font-size: 32px;
  }
}
.pxl-404-error-page .pxl-error--message {
  position: relative;
  margin-top: 12px;
  text-align: center;
}
.pxl-404-error-page .pxl-search-submit i::after {
  color: #fff !important;
}
.pxl-404-error-page .pxl-form-group {
  width: 100%;
  margin-top: 43px;
}
@media screen and (min-width: 1201px) {
  .pxl-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .admin-bar .pxl-sidebar-sticky {
    top: 72px;
  }
}
.widget .widget-title,
.comments-title,
.comment-reply-title {
  position: relative;
}
.widget .widget-title:before,
.comments-title:before,
.comment-reply-title:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #223035;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comments-title,
.comment-reply-title {
  margin-bottom: 24px;
}
.pxl-has-sidebar.pxl-sidebar-left .pxl-sidebar-sticky {
  padding: 0 5px 0 0;
}
@media screen and (max-width: 1200px) {
  .pxl-has-sidebar.pxl-sidebar-left .pxl-sidebar-sticky {
    padding: 0;
  }
}
.pxl-has-sidebar.pxl-sidebar-right .pxl-sidebar-sticky {
  padding: 0 0 0 5px;
}
@media screen and (max-width: 1200px) {
  .pxl-has-sidebar.pxl-sidebar-right .pxl-sidebar-sticky {
    padding: 0;
  }
}
.pxl-has-sidebar .pxl-sidebar-area .widget {
  margin-bottom: 64px;
}
.pxl-has-sidebar .pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.pxl-has-sidebar
  .pxl-sidebar-area
  .widget.widget_pxl_post_gallery
  .pxl-post-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.pxl-has-sidebar
  .pxl-sidebar-area
  .widget.widget_pxl_post_gallery
  .pxl-post-gallery
  .pxl-post-image {
  max-width: 124px;
  max-height: 124px;
  overflow: hidden;
}
.pxl-has-sidebar
  .pxl-sidebar-area
  .widget.widget_pxl_post_gallery
  .pxl-post-gallery
  .pxl-post-image
  img {
  min-width: 124px;
  min-height: 124px;
  width: 100%;
  object-fit: cover;
}
.pxl-has-sidebar .pxl-sidebar-area .widget-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #223035;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .searchform-wrap .search-submit {
  position: absolute;
  height: 68px;
  width: 68px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 0;
  right: 0;
  padding: 0;
  color: #547079;
  z-index: 1;
  font-size: 20px;
  border-left: 1px solid #85979b;
  background: transparent;
}
.widget_search .searchform-wrap .search-submit:hover {
  background-color: #547079;
  color: #fff;
}
.widget_search .searchform-wrap .search-submit:before,
.widget_search .searchform-wrap .search-submit:after {
  display: none;
}
.widget_search .searchform-wrap .search-field {
  background-color: #fff;
  border-radius: 0px;
  padding-left: 25px;
  border: 1px solid #85979b;
  color: #20282d;
  height: 68px;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.widget_search .searchform-wrap .search-field:focus {
  border-color: var(--primary-color);
}
.widget_search .searchform-wrap .search-field:focus + .search-submit {
  border-color: var(--primary-color);
}
.widget_categories ul {
  margin-top: -10px;
}
.widget_product_categories ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a {
  width: 100%;
  color: #263037;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.widget_product_categories ul li a::after,
.widget_categories ul li a::after,
.widget_nav_menu ul li a::after,
.widget_pages ul li a::after,
.widget_archive ul li a::after,
.widget_meta ul li a::after,
.widget_recent_entries ul li a::after {
  position: absolute;
  font-family: "Caseicon";
  content: "\f14d";
  font-size: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.widget_product_categories ul li .pxl-count,
.widget_categories ul li .pxl-count,
.widget_nav_menu ul li .pxl-count,
.widget_pages ul li .pxl-count,
.widget_archive ul li .pxl-count,
.widget_meta ul li .pxl-count,
.widget_recent_entries ul li .pxl-count {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  color: #263037;
  background-color: #d9d9d9;
  font-size: 12px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-weight: 500;
}
.widget_product_categories ul li:first-child > a,
.widget_categories ul li:first-child > a,
.widget_nav_menu ul li:first-child > a,
.widget_pages ul li:first-child > a,
.widget_archive ul li:first-child > a,
.widget_meta ul li:first-child > a,
.widget_recent_entries ul li:first-child > a {
  border-top: none;
}
.widget_product_categories ul li.current-menu-item > a,
.widget_categories ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_pages ul li.current-menu-item > a,
.widget_archive ul li.current-menu-item > a,
.widget_meta ul li.current-menu-item > a,
.widget_recent_entries ul li.current-menu-item > a,
.widget_product_categories ul li.current-cat > a,
.widget_categories ul li.current-cat > a,
.widget_nav_menu ul li.current-cat > a,
.widget_pages ul li.current-cat > a,
.widget_archive ul li.current-cat > a,
.widget_meta ul li.current-cat > a,
.widget_recent_entries ul li.current-cat > a,
.widget_product_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat-parent > a,
.widget_nav_menu ul li.current-cat-parent > a,
.widget_pages ul li.current-cat-parent > a,
.widget_archive ul li.current-cat-parent > a,
.widget_meta ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_product_categories ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_pages ul li > a:hover,
.widget_archive ul li > a:hover,
.widget_meta ul li > a:hover,
.widget_recent_entries ul li > a:hover {
  padding-left: 15px;
  color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a .pxl-count,
.widget_categories ul li.current-menu-item > a .pxl-count,
.widget_nav_menu ul li.current-menu-item > a .pxl-count,
.widget_pages ul li.current-menu-item > a .pxl-count,
.widget_archive ul li.current-menu-item > a .pxl-count,
.widget_meta ul li.current-menu-item > a .pxl-count,
.widget_recent_entries ul li.current-menu-item > a .pxl-count,
.widget_product_categories ul li.current-cat > a .pxl-count,
.widget_categories ul li.current-cat > a .pxl-count,
.widget_nav_menu ul li.current-cat > a .pxl-count,
.widget_pages ul li.current-cat > a .pxl-count,
.widget_archive ul li.current-cat > a .pxl-count,
.widget_meta ul li.current-cat > a .pxl-count,
.widget_recent_entries ul li.current-cat > a .pxl-count,
.widget_product_categories ul li.current-cat-parent > a .pxl-count,
.widget_categories ul li.current-cat-parent > a .pxl-count,
.widget_nav_menu ul li.current-cat-parent > a .pxl-count,
.widget_pages ul li.current-cat-parent > a .pxl-count,
.widget_archive ul li.current-cat-parent > a .pxl-count,
.widget_meta ul li.current-cat-parent > a .pxl-count,
.widget_recent_entries ul li.current-cat-parent > a .pxl-count,
.widget_product_categories ul li > a:hover .pxl-count,
.widget_categories ul li > a:hover .pxl-count,
.widget_nav_menu ul li > a:hover .pxl-count,
.widget_pages ul li > a:hover .pxl-count,
.widget_archive ul li > a:hover .pxl-count,
.widget_meta ul li > a:hover .pxl-count,
.widget_recent_entries ul li > a:hover .pxl-count {
  color: #fff;
  background-color: var(--primary-color);
}
.widget_product_categories ul li > .sub-menu > li > a,
.widget_categories ul li > .sub-menu > li > a,
.widget_nav_menu ul li > .sub-menu > li > a,
.widget_pages ul li > .sub-menu > li > a,
.widget_archive ul li > .sub-menu > li > a,
.widget_meta ul li > .sub-menu > li > a,
.widget_recent_entries ul li > .sub-menu > li > a {
  padding-left: 20px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > a,
.widget_categories ul li > .sub-menu > li > .sub-menu > li > a,
.widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > a,
.widget_pages ul li > .sub-menu > li > .sub-menu > li > a,
.widget_archive ul li > .sub-menu > li > .sub-menu > li > a,
.widget_meta ul li > .sub-menu > li > .sub-menu > li > a,
.widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 30px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
.widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
.widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
.widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
.widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 40px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 50px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 60px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 70px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 80px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 90px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 100px;
}
.widget_product_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_categories
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_nav_menu
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_pages
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_archive
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_meta
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a,
.widget_recent_entries
  ul
  li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 110px;
}
.widget_product_categories ul > li:last-child,
.widget_categories ul > li:last-child,
.widget_nav_menu ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_recent_entries ul > li:last-child {
  margin-bottom: 0;
}
.widget_tag_cloud .widget-title {
  margin-bottom: 24px;
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}
.widget_tag_cloud a {
  font-size: 20px !important;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  font-weight: 500;
  text-decoration: underline;
}
.widget_tag_cloud a:hover {
  color: #111;
}
.widget_pxl_recent_posts .pxl--items {
  margin-top: 28px;
}
.widget_pxl_recent_posts .pxl-item--img {
  max-width: 144px;
  max-height: 100px;
  overflow: hidden;
}
.widget_pxl_recent_posts .pxl-item--img a {
  width: 100%;
  height: 100px;
}
.widget_pxl_recent_posts .pxl-item--title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 17px;
  color: #223035;
  line-height: 1.411;
}
.widget_pxl_recent_posts .pxl-item--date {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #85979b;
  letter-spacing: -0.2px;
  line-height: 24px;
}
.widget_pxl_recent_posts .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 29px;
}
.gallery {
  margin: -10px -5px 0 -5px !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
  gap: 19px !important;
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  padding: 0 !important;
  margin: 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
#pxl-content-main .gallery {
  margin: -5px -12px 38px -12px !important;
}
#pxl-content-main .gallery .gallery-item {
  padding: 0 12px !important;
  margin: 24px 0 0 !important;
}
.widget_media_gallery .gallery,
.elementor-widget-wp-widget-media_gallery .gallery,
.elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item,
.elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
  width: 100% !important;
}
.widget_media_gallery .gallery .gallery-item img,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item img,
.elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a,
.elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before,
.elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after,
.elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 15px;
  font-family: "Caseicon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  font-weight: 400;
}
.widget_media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:before,
.widget_media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.pxl-gallery {
  margin: -8px -15px 30px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 30px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.widget_recent_comments ul,
.widget_recent_comments ol {
  color: #223035;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4176;
}
.widget_recent_comments ul a,
.widget_recent_comments ol a {
  color: inherit;
}
.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:hover {
  color: var(--primary-color);
}
.widget_recent_comments ul li + li,
.widget_recent_comments ol li + li {
  margin-top: 18px;
}
.widget_rss .rss-widget-title {
  color: inherit;
}
.widget_rss ul,
.widget_rss ol {
  margin: 0;
  list-style: none;
}
.widget_rss .rsswidget {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #223035;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.widget_rss li + li {
  margin-top: 34px;
}
.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: var(--primary-color);
}
.widget_block ul,
.widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container > h2 {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #223035;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.widget_block .wp-block-search__label:before,
.widget_block .wp-block-group__inner-container > h2:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #223035;
  position: absolute;
  left: 0;
  bottom: 0;
}
.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments {
  color: #223035;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4176;
}
.widget_block .wp-block-latest-posts__list a,
.widget_block .wp-block-latest-comments a {
  color: inherit;
}
.widget_block .wp-block-latest-posts__list a:hover,
.widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-posts__list li + li,
.widget_block .wp-block-latest-comments li + li {
  margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
  color: #d9d9d9;
}
.widget_block .wp-block-latest-comments a {
  color: #223035;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__label {
  display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  font-family: "DM Sans";
  position: absolute;
  height: 68px;
  min-width: 68px;
  padding-inline: 12px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 0;
  right: 0;
  color: #547079;
  z-index: 1;
  font-size: 20px;
  border: 1px solid #85979b;
  background: transparent;
}
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover {
  background-color: #547079;
  color: #fff;
}
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:before,
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:after {
  display: none;
}
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  background-color: #fff;
  border-radius: 0px;
  padding-left: 25px;
  border: 1px solid #85979b;
  color: #20282d;
  height: 68px;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__input:focus {
  border-color: var(--primary-color);
}
.widget_block.widget_search
  .wp-block-search__inside-wrapper
  .wp-block-search__input:focus
  + .search-submit {
  border-color: var(--primary-color);
}
.widget_archive .nice-select ul.list {
  max-width: 320px;
}
.wp-calendar-table {
  background-color: #fff;
}
.pxl-wg-categories {
  margin: -20px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-wg-categories .pxl-category {
  padding: 0 10px;
  margin-top: 20px;
}
.pxl-wg-categories .pxl-category--inner {
  min-height: 90px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories .pxl-category--inner {
    min-height: 120px;
  }
}
.pxl-wg-categories .pxl-category--inner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 12;
}
.pxl-wg-categories .pxl-category--inner a {
  z-index: 99;
}
.pxl-wg-categories .pxl-category--inner span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 88;
}
.pxl-wg-categories .pxl-category--inner .pxl-category--img {
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.01, 1.01);
}
.pxl-wg-categories .pxl-category--inner:hover .pxl-category--img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-wg-categories.columns-2 .pxl-category {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-wg-categories.columns-2 .pxl-category {
    width: 100%;
  }
}
.pxl-contact-info-widget {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 62px 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.pxl-contact-info-widget .pxl-phone--number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .pxl-contact-info-widget .pxl-phone--number {
    font-size: 28px;
  }
}
.pxl-contact-info-widget .pxl-item--icon {
  height: 62px;
  width: 62px;
  background-color: red;
  border-radius: 62px;
  font-size: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}
.pxl-contact-info-widget .pxl-item--icon:before {
  content: "";
  background-color: #020626;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 100%;
  z-index: -1;
}
.pxl-contact-info-widget .pxl-item--icon i.active {
  animation: pxl_zigzag 0.8s ease-out infinite;
  -webkit-animation: pxl_zigzag 0.8s ease-out infinite;
}
.pxl-contact-info-widget .pxl-phone--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact-info-widget:before {
  z-index: -1;
  background-color: rgba(2, 6, 38, 0.85);
}
body.rtl .widget .widget-title {
  padding-left: 0;
  padding-right: 42px;
}
body.rtl .widget .widget-title:before {
  left: auto;
  right: 0;
}
.widget_text .wp-caption {
  margin-top: 1.5em;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder,
textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder,
textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.pxl-select-higthlight,
.nice-select {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 60px;
}
.comments-area {
  margin-top: 109px;
}
.comments-area ul {
  list-style: none;
}
.comments-area .comment-list-wrap .comment-note {
  margin: 25px 0 0 0;
  letter-spacing: -0.222px;
}
@media screen and (max-width: 360px) {
  .comments-area .comment-list-wrap .comment-note {
    font-size: 16px;
  }
}
.comments-area .comment-list-wrap .comment-list {
  margin-top: 50px;
  padding-right: 65px;
}
@media screen and (max-width: 1200px) {
  .comments-area .comment-list-wrap .comment-list {
    padding-right: 0;
  }
}
.comments-area .comment-list-wrap .comment-list .comment-inner {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-list-wrap .comment-list .comment-inner {
    display: block;
  }
}
.comments-area .comment-list-wrap .comment-list .comment-inner .comment-image {
  width: 90px;
  min-width: 90px;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-image
  img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .comments-area
    .comment-list-wrap
    .comment-list
    .comment-inner
    .comment-image {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .comments-area
    .comment-list-wrap
    .comment-list
    .comment-inner
    .comment-content {
    font-size: 16px;
    line-height: 1.625;
  }
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  a {
  word-wrap: break-word;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-holder {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  gap: 10px;
  flex-wrap: wrap;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-holder
  .comment-title {
  text-transform: capitalize;
  line-height: 1;
  margin: 0 60px 0 0;
  letter-spacing: -0.15px;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-holder
  .comment-title
  a {
  color: inherit;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-holder
  .comment-title
  a:hover {
  color: inherit;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-holder
  .comment-date {
  margin: 0;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text {
  margin: 16px 0 0 0;
  color: #263037;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  p:last-child {
  margin-bottom: 0;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ol,
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ul {
  margin-bottom: 32px;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ol
  ul,
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ul
  ul,
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ol
  ol,
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ul
  ol {
  margin-bottom: 0;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  ul
  li {
  list-style: outside;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-text
  img {
  margin: 6px 0;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-reply {
  margin-top: 10px;
}
.comments-area
  .comment-list-wrap
  .comment-list
  .comment-inner
  .comment-content
  .comment-reply
  a {
  color: #97bac7;
}
.comments-area .comment-list-wrap .comment-list li {
  margin-bottom: 62px;
}
.comments-area .comment-list-wrap .comment-list li .children {
  margin: 61px 0 0 40px;
}
.comments-area .comment-list-wrap .comment-list li .children li {
  list-style: none;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .comments-area .comment-list-wrap .comment-list li .children li {
    padding-left: 0;
  }
}
.comments-area .comment-list-wrap .comment-list #respond {
  margin-top: 28px;
  margin-bottom: 40px;
}
.comments-area .comment-list-wrap .comment-list #respond .comment-reply-title {
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comments-area .comment-respond {
  margin-top: 115px;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3125;
  padding-bottom: 10px;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
}
.comments-area .comment-respond .btn-form-submit {
  color: #fff;
  border: none;
}
.comments-area .no-comments {
  display: none;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form > .row {
  max-width: 821px;
  order: 1;
  padding: 0;
  margin: 36px 0 0 0;
}
.comment-form .field {
  border-bottom: 1px solid #223035;
  padding: 10px 0 18px 0;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.comment-form .field::placeholder {
  text-transform: uppercase;
}
.comment-form .comment-form-author {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 575px) {
  .comment-form .comment-form-author {
    padding: 0;
  }
}
.comment-form .comment-form-email {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 575px) {
  .comment-form .comment-form-email {
    padding: 0;
  }
}
.comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: 2;
  margin-top: 38px;
  padding: 0;
}
.comment-form .comment-form-comment .field {
  padding: 6px 0;
}
.comment-form .comment-form-cookies-consent {
  order: 3;
}
.comment-form .form-submit {
  order: 4;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 1.625;
  padding-left: 26px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #222;
  /* Select Style */
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 4px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: "";
  z-index: 1;
  background-color: #e9e9e9;
  border-radius: 0px;
}
.comment-form-cookies-consent label:after {
  content: "\f112";
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 8px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 5px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
  margin: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.pxl-select .pxl-select-options {
  max-height: 282px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 900;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}
.pxl-select .pxl-select-options li {
  padding: 9px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
  border-radius: 5px;
}
.pxl-select .pxl-select-options li:first-child {
  display: none;
}
.pxl-select .pxl-select-options li:hover {
  color: #0a1320;
  background-color: rgba(10, 19, 32, 0.04);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #888;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
  color: #444;
}
.comment-reply-title small a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  padding: 0 22px;
  background-color: var(--primary-color);
  display: inline-flex;
  margin: 0 12px;
  border-radius: 50px;
}
.post-password-form {
  /* Select 2 */
}
.post-password-form input[type="password"] {
  margin-top: 6px;
}
.post-password-form input[type="submit"] {
  margin-top: 10px;
}
.select2 .select2-selection--single {
  border: 1px solid #2d2d2d;
  height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  height: 60px;
  background-color: #f5f6f6;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
}
form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered {
  line-height: 60px;
  padding-left: 22px;
  font-size: 16px;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form
  .select2-container--default
  .select2-selection
  .select2-selection__placeholder {
  color: inherit;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open
  .select2-dropdown
  .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open
  .select2-results
  .select2-results__option {
  font-size: 15px;
}
.select2-container.select2-container--open
  .select2-results
  li.select2-results__option--highlighted {
  background-color: var(--primary-color);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--primary-color) !important;
}
body
  .xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body
  .xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:hover {
  background: var(--secondary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body
  .xdsoft_datetimepicker
  .xdsoft_calendar
  td.xdsoft_current.xdsoft_disabled:hover,
body
  .xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current.xdsoft_disabled:hover
  body
  .xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current
  body
  .xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current,
body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--primary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1201px) {
  body .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 36px;
  }
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
@media screen and (min-width: 1201px) {
  body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 305px;
  }
}
body
  .xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-no-results #pxl-main {
  min-height: calc(100vh - 308px);
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
  max-width: 780px;
  margin: auto;
}
.search-no-results .search-form .searchform-wrap {
  position: relative;
  margin-top: 15px;
  max-width: 500px;
}
.search-no-results .search-form .searchform-wrap input {
  padding-block: 5px 17px;
  font-size: 16px;
  border-bottom: 1px solid #223035;
}
.search-no-results .search-form .searchform-wrap .search-submit {
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
  animation: scale-text 0.3s ease-in;
}
.pxl-file-upload-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper {
    display: block;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button {
  white-space: nowrap;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #16232b;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-file-upload-wrapper .pxl-file-upload-button:hover {
  background: #222;
}
.pxl-file-upload-wrapper .pxl-file-upload-input {
  width: auto;
  font-size: 16px;
  color: #0a1320;
  background: none;
  font-weight: 500;
  padding: 0 22px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .pxl-file-upload-wrapper .pxl-file-upload-input {
    padding: 0;
  }
}
body.rtl input[type="text"],
body.rtl input[type="url"],
body.rtl input[type="password"],
body.rtl input[type="search"],
body.rtl input[type="tel"],
body.rtl input[type="number"],
body.rtl input[type="range"],
body.rtl input[type="date"],
body.rtl input[type="month"],
body.rtl input[type="week"],
body.rtl input[type="time"],
body.rtl input[type="datetime"],
body.rtl input[type="datetime-local"],
body.rtl input[type="color"],
body.rtl textarea,
body.rtl select,
body.rtl .pxl-select-higthlight,
body.rtl .nice-select,
body.rtl .wpcf7 input[type="url"],
body.rtl .wpcf7 input[type="email"],
body.rtl .wpcf7 input[type="tel"] {
  direction: rtl;
}
body.rtl .pxl-select .pxl-select-higthlight::before {
  right: auto;
  left: 8px;
}
.nice-select {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.nice-select:before {
  content: "\f150";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #2d2d2d;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select ul.list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 12px 15px;
  background-color: #fff;
  z-index: 101;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  max-width: 350px;
  max-height: 246px;
  overflow-y: auto;
}
.nice-select ul.list li {
  padding: 9px 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}
.nice-select ul.list li:hover {
  color: #101010;
  background-color: rgba(0, 0, 0, 0.04);
}
.nice-select.open:before {
  transform: translate(0, -50%) scaleY(-1);
}
.nice-select.open ul.list {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.pxl-social-share .pxl-social--inner {
  width: 100%;
}
.pxl-social-share .pxl-items {
  display: flex;
  align-items: center;
}
.pxl-social-share .pxl-item {
  border-radius: 50%;
}
.pxl-social-share .pxl-item i {
  position: relative;
  z-index: 9;
}
.pxl-social-share.pxl-layout-vertical .pxl-items {
  flex-direction: column;
  align-items: start;
}
.pxl-social-share.style-default .pxl-items {
  gap: 20px;
}
.pxl-social-share.style-default .pxl-item {
  font-size: 14px;
  -webkit-transition: all 0.25s ease 0s;
  -khtml-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.pxl-social-share.style-default .pxl-item:hover {
  color: rgba(255, 255, 255, 0.7);
  transform: scale(1.25);
}
.pxl-social-share.style-round-box1 .pxl-items {
  gap: 20px;
}
.pxl-social-share.style-round-box1 .pxl-item {
  position: relative;
  min-width: 48px;
  height: 48px;
  background-color: #111;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-social-share.style-round-box1 .pxl-item.pxl-hover-scale::after {
  background-color: #fff;
}
.pxl-social-share.style-round-box1 .pxl-item.pxl-hover-scale:hover {
  color: #111;
}
.pxl-social-share.style-round-box2 .pxl-items {
  gap: 11.5px;
}
.pxl-social-share.style-round-box2 .pxl-item {
  min-width: 22px;
  height: 22px;
  color: #19272b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-social-share.style-round-box2 .pxl-item:hover {
  background-color: #fff;
  color: #111;
}
.pxl-social-share.style-round-box2 .pxl-item.pxl-hover-scale::after {
  background-color: #fff;
}
.pxl-social-share.style-round-box3 .pxl-items {
  gap: 16px;
}
.pxl-social-share.style-round-box3 .pxl-item {
  position: relative;
  min-width: 48px;
  height: 48px;
  background-color: #e1f2f2;
  -webkit-transition: color 0.3s linear 0s;
  -khtml-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -ms-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}
.pxl-social-share.style-round-box3 .pxl-item.pxl-hover-scale::after {
  background-color: #fff;
}
.pxl-social-share.style-round-box4 .pxl-items {
  gap: 16px;
}
.pxl-social-share.style-round-box4 .pxl-item {
  position: relative;
  min-width: 48px;
  height: 48px;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-social-share.style-round-box4 .pxl-item.pxl-hover-scale::after {
  transition: 0.3s;
  background-color: #fff;
}
.pxl-social-share.style-round-box5 .pxl-items {
  gap: 17px;
}
.pxl-social-share.style-round-box5 .pxl-item {
  min-width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 16px;
}
.pxl-social-share.style-round-box5 .pxl-item.pxl-hover-scale::after,
.pxl-social-share.style-round-box5 .pxl-item.pxl-hover-scale::before {
  width: 100%;
  height: 100%;
}
.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockUI:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockUI:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.blockUI.blockOverlay,
.blockUI.blockMsg {
  display: none !important;
}
button {
  cursor: pointer;
}
.product-remove {
  position: relative;
  min-width: 50px;
}
.product-remove a.remove {
  font-size: 0px;
  width: 26px;
  height: 26px;
  background-color: var(--primary-color);
  border-radius: 100%;
  position: relative;
}
.product-remove a.remove:before,
.product-remove a.remove:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover {
  background-color: var(--primary-color);
}
.product-remove a.remove:hover:before,
.product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
  .product-remove {
    min-height: 57px;
  }
}
.woosw-item--add .add_to_cart_button.loading {
  opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
  display: none;
}
#pxl-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-cart-sidebar .pxl-item--close {
  top: 50%;
  left: auto;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#pxl-cart-sidebar .pxl-item--close:before,
#pxl-cart-sidebar .pxl-item--close:after {
  background-color: #666;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex-grow: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li:last-child {
  border: none;
  padding-bottom: 0;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  .btn {
  line-height: 50px;
  width: 100%;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  .btn:hover {
  color: #fff;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image
  a {
  display: inline-block;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image
  img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta {
  padding-right: 12px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3
  a {
  color: inherit;
  font-weight: 600;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3
  a:hover {
  color: #555;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  .quantity {
  font-size: 14px;
  border: none;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  .quantity
  .quantity-icon {
  display: none;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  width: 30px;
  height: 30px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button:before,
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button:after {
  background-color: #000;
  height: 1px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li:hover
  a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total {
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: #000;
  font-weight: 700;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total
  strong {
  font-weight: inherit;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn {
  text-align: center;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn.checkout {
  background: var(--secondary-color);
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn.checkout:hover,
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn.checkout:focus {
  background: var(--primary-color);
}
#pxl-cart-sidebar.active {
  visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar
    .widget-cart-sidebar
    .widget_shopping_cart
    .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty,
.pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
  padding: 0;
  border: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #f9f9f9;
}
.woocommerce ins {
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget {
  padding: 0;
  border: none;
  margin-bottom: 52px;
}
.woocommerce #pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce
  #pxl-sidebar-area
  .widget_price_filter
  .ui-slider
  .ui-slider-range {
  background-color: var(--primary-color);
}
.woocommerce
  #pxl-sidebar-area
  .widget_price_filter
  .ui-slider
  .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: var(--primary-color);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: -3px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}
.woocommerce
  #pxl-sidebar-area
  .widget_price_filter
  .price_slider_amount
  .button {
  line-height: 32px;
  font-size: 14px;
  margin-right: 20px;
  padding: 0 18px;
  letter-spacing: 0.5px;
  font-family: "DM Sans";
  border-radius: 100px;
  font-weight: 500;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #080808;
}
.woocommerce
  #pxl-sidebar-area
  .widget_product_search
  .woocommerce-product-search {
  display: flex;
  align-items: center;
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
  outline: none;
  min-width: 50px;
  height: 50px;
  background-color: #fff;
  margin-left: -1px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-indent: -9999px;
  position: relative;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:after {
  content: "\f109";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Flaticon";
  text-indent: 0px;
  font-weight: 400;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
  height: 50px;
  color: #223035;
  border: 1px solid #ececec;
  padding-left: 10px;
  font-size: 15px;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
  border-color: var(--primary-color);
}
.woocommerce
  #pxl-sidebar-area
  .widget_product_search
  .search-field:focus
  + button {
  border-color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_products ul li {
  position: relative;
  padding: 0 0 0 95px;
  margin-bottom: 15px;
  min-height: 80px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .product-title {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li img {
  margin: 0;
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
}
.woocommerce #pxl-sidebar-area .widget_products ul li a {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 6px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
  color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating {
  margin-bottom: 2px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating:before {
  font-size: 12px;
}
.woocommerce
  #pxl-sidebar-area
  .widget_products
  ul
  li
  .star-rating
  span::before {
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .woocommerce .coupon #coupon_code,
  .woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .woocommerce .coupon .button,
  .woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
.woocommerce textarea,
.woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select,
.woocommerce-page .nice-select {
  border: 1px solid #ececec;
  text-align: left;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  height: 50px;
}
.woocommerce .nice-select span.current,
.woocommerce-page .nice-select span.current {
  line-height: 35px;
}
.woocommerce .nice-select:after,
.woocommerce-page .nice-select:after {
  color: inherit;
}
.woocommerce form .select2-container--default .select2-selection,
.woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #ececec;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
  background-color: #fff;
}
.woocommerce
  form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered,
.woocommerce-page
  form
  .select2-container--default
  .select2-selection
  .select2-selection__rendered {
  line-height: 48px;
  padding-left: 15px;
  color: #111;
  font-size: 14px;
}
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.wc-forward,
.woocommerce-page a.wc-forward,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce .cart button.button,
.woocommerce-page .cart button.button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled],
.woocommerce button.button.alt,
.woocommerce-page button.button.alt {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
}
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce a.wc-forward:hover,
.woocommerce-page a.wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce .cart button.button:hover,
.woocommerce-page .cart button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button:disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #respond input#submit:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce-page a.button:focus,
.woocommerce a.wc-forward:focus,
.woocommerce-page a.wc-forward:focus,
.woocommerce button.button:focus,
.woocommerce-page button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page input.button:focus,
.woocommerce .cart button.button:focus,
.woocommerce-page .cart button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce-page a.button.alt:focus,
.woocommerce button.button:disabled:focus,
.woocommerce-page button.button:disabled:focus,
.woocommerce a.button:disabled:focus,
.woocommerce-page a.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce-page button.button:disabled[disabled]:focus,
.woocommerce button.button.alt:focus,
.woocommerce-page button.button.alt:focus,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce a.wc-forward:active,
.woocommerce-page a.wc-forward:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce .cart button.button:active,
.woocommerce-page .cart button.button:active,
.woocommerce a.button.alt:active,
.woocommerce-page a.button.alt:active,
.woocommerce button.button:disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce a.button:disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce-page button.button:disabled[disabled]:active,
.woocommerce button.button.alt:active,
.woocommerce-page button.button.alt:active,
.woocommerce #respond input#submit:not([disabled]):not(.disabled).active,
.woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active,
.woocommerce a.button:not([disabled]):not(.disabled).active,
.woocommerce-page a.button:not([disabled]):not(.disabled).active,
.woocommerce a.wc-forward:not([disabled]):not(.disabled).active,
.woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active,
.woocommerce button.button:not([disabled]):not(.disabled).active,
.woocommerce-page button.button:not([disabled]):not(.disabled).active,
.woocommerce input.button:not([disabled]):not(.disabled).active,
.woocommerce-page input.button:not([disabled]):not(.disabled).active,
.woocommerce .cart button.button:not([disabled]):not(.disabled).active,
.woocommerce-page .cart button.button:not([disabled]):not(.disabled).active,
.woocommerce a.button.alt:not([disabled]):not(.disabled).active,
.woocommerce-page a.button.alt:not([disabled]):not(.disabled).active,
.woocommerce button.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce a.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce
  button.button:disabled[disabled]:not([disabled]):not(.disabled).active,
.woocommerce-page
  button.button:disabled[disabled]:not([disabled]):not(.disabled).active,
.woocommerce button.button.alt:not([disabled]):not(.disabled).active,
.woocommerce-page button.button.alt:not([disabled]):not(.disabled).active,
.woocommerce #respond input#submit:not([disabled]):not(.disabled):active,
.woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active,
.woocommerce a.button:not([disabled]):not(.disabled):active,
.woocommerce-page a.button:not([disabled]):not(.disabled):active,
.woocommerce a.wc-forward:not([disabled]):not(.disabled):active,
.woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active,
.woocommerce button.button:not([disabled]):not(.disabled):active,
.woocommerce-page button.button:not([disabled]):not(.disabled):active,
.woocommerce input.button:not([disabled]):not(.disabled):active,
.woocommerce-page input.button:not([disabled]):not(.disabled):active,
.woocommerce .cart button.button:not([disabled]):not(.disabled):active,
.woocommerce-page .cart button.button:not([disabled]):not(.disabled):active,
.woocommerce a.button.alt:not([disabled]):not(.disabled):active,
.woocommerce-page a.button.alt:not([disabled]):not(.disabled):active,
.woocommerce button.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce a.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce
  button.button:disabled[disabled]:not([disabled]):not(.disabled):active,
.woocommerce-page
  button.button:disabled[disabled]:not([disabled]):not(.disabled):active,
.woocommerce button.button.alt:not([disabled]):not(.disabled):active,
.woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.woocommerce button.button:disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:focus,
.woocommerce-page button.button:disabled:focus,
.woocommerce a.button:disabled:focus,
.woocommerce-page a.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce-page button.button:disabled[disabled]:focus {
  background-color: var(--primary-color);
}
.woocommerce .comment-form,
.woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  color: inherit;
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce #pxl-wrapper .quantity,
.woocommerce-page #pxl-wrapper .quantity {
  position: relative;
  display: inline-flex;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.woocommerce #pxl-wrapper .quantity .qty,
.woocommerce-page #pxl-wrapper .quantity .qty {
  padding: 0 16px;
  border: 1px solid #e2e2e2;
  color: #767677;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  -moz-appearance: textfield;
  height: 50px;
  width: 100px;
}
.woocommerce #pxl-wrapper .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page #pxl-wrapper .quantity .qty::-webkit-outer-spin-button,
.woocommerce #pxl-wrapper .quantity .qty::-webkit-inner-spin-button,
.woocommerce-page #pxl-wrapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce #pxl-wrapper .quantity-icon,
.woocommerce-page #pxl-wrapper .quantity-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce #pxl-wrapper .quantity-icon:before,
.woocommerce-page #pxl-wrapper .quantity-icon:before,
.woocommerce #pxl-wrapper .quantity-icon:after,
.woocommerce-page #pxl-wrapper .quantity-icon:after {
  background-color: #888;
}
.woocommerce #pxl-wrapper .quantity-icon.pxl-icon--minus,
.woocommerce-page #pxl-wrapper .quantity-icon.pxl-icon--minus {
  left: 14px;
}
.woocommerce #pxl-wrapper .quantity-icon.pxl-icon--plus,
.woocommerce-page #pxl-wrapper .quantity-icon.pxl-icon--plus {
  right: 14px;
}
.woocommerce #pxl-wrapper .quantity-icon:hover:before,
.woocommerce-page #pxl-wrapper .quantity-icon:hover:before,
.woocommerce #pxl-wrapper .quantity-icon:hover:after,
.woocommerce-page #pxl-wrapper .quantity-icon:hover:after {
  background-color: #000;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 20px 15px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce-page table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
  font-weight: 500;
}
.woocommerce-page #add_payment_method table.cart img,
.woocommerce-page.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
  .woocommerce #pxl-content-area.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.widget_products .amount {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.widget_products del {
  color: #8f8f8f;
}
.widget_products del .amount {
  color: #8f8f8f;
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: "/";
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: ;
}
#shop-breadcrumb ul li a:hover {
  color: var(--primary-color);
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 16px;
  margin-left: 8px;
  color: #223543;
  font-weight: 600;
}
.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 15px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: var(--primary-color);
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating span::before {
  color: #ffc600;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 44px;
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn,
.woocommerce ul.products li.product > .woosq-btn,
.woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20% - 1px);
    width: -webkit-calc(20% - 1px);
    width: -ms-calc(20% - 1px);
    width: -o-calc(20% - 1px);
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
}
@media screen and (max-width: 880px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce
    #pxl-content-area.content-has-sidebar
    ul.products.columns-4
    li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
.woocommerce ul.products li.product .woocommerce-product-title,
.woocommerce .woocommerce-product-title {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 7px;
}
.woocommerce ul.products li.product .woocommerce-product-title a,
.woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover,
.woocommerce .woocommerce-product-title a:hover {
  color: var(--primary-color);
}
.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
  color: var(--primary-color);
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary-color);
}
.woocommerce ul.products li.product .price .amount {
  color: inherit;
}
.woocommerce ul.products li.product .price del {
  color: #8f8f8f;
  opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
  background-image: none;
  text-fill-color: #8f8f8f;
  -o-text-fill-color: #8f8f8f;
  -ms-text-fill-color: #8f8f8f;
  -moz-text-fill-color: #8f8f8f;
  -webkit-text-fill-color: #8f8f8f;
}
.woocommerce ul.products li.product .price ins {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 0 30px 30px 0px;
  flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
  margin-bottom: 30px;
  min-width: 250px;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count,
.woocommerce
  .woocommerce-topbar
  .woocommerce-topbar-ordering
  .woocommerce-ordering {
  float: none;
  margin: 0;
  font-size: 16px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .current {
  padding-left: 10px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering select,
.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight,
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  color: #666;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight {
  padding-right: 44px;
}
.woocommerce
  .woocommerce-topbar
  .woocommerce-ordering
  .pxl-select-higthlight:before {
  background-color: transparent;
  right: 10px;
}
.woocommerce .woocommerce-product-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  > div {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -khtml-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button {
  cursor: pointer;
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 38px;
  -khtml-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  padding: 0;
  font-size: 0px;
  background: var(--primary-color);
  border: none;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a:hover,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button:hover,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a:focus,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button:focus {
  background: var(--secondary-color);
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-family: Caseicon;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button
  i {
  font-size: 16px;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.add_to_cart_button:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.add_to_cart_button:before {
  content: "\f145";
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.product_type_variable:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.product_type_variable:before {
  content: "\f10e";
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.product_type_external:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.product_type_external:before {
  content: "\f10e";
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.added_to_cart:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.added_to_cart:before {
  content: "\f112";
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.woosc-btn:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.woosc-btn:before {
  content: "\f102";
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.woosw-btn:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.woosw-btn:before {
  content: "\f12f";
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.woosq-btn:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.woosq-btn:before {
  content: "\f101";
  font-size: 18px;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.added,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.added {
  display: none;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.loading,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.loading {
  opacity: 1;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.loading
  i,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.loading
  i {
  opacity: 0;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.loading:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.loading:before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.loading:after,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.loading:after {
  display: none;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.woosw-adding:before,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.woosw-adding:before {
  opacity: 0;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  a.woosw-adding:after,
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  button.woosw-adding:after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  text-align: center;
  padding: 4px 0 22px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--price {
  min-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .woocommerce-product-title {
  padding: 0px !important;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .woocommerce-product-title
  a {
  color: inherit;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .woocommerce-product-title
  a:hover {
  color: var(--primary-color);
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .woocommerce-product-attr
  img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .star-rating-wrap {
  margin-bottom: 3px;
}
.woocommerce
  .woocommerce-product-inner
  .woocommerce-product-holder
  .star-rating-wrap
  .count-rating {
  display: none;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .woocommerce-product-inner:hover {
  -webkit-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
  -khtml-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
  -moz-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
  -ms-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
  -o-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
  box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
}
.woocommerce
  .woocommerce-product-inner:hover
  .woocommerce-product-header
  .woocommerce-product-meta
  > div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.woocommerce .woocommerce-product-inner.item-layout-list {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce
  .woocommerce-product-inner.item-layout-list
  .woocommerce-product-header {
  width: 38%;
  padding: 15px;
}
@media screen and (max-width: 575px) {
  .woocommerce
    .woocommerce-product-inner.item-layout-list
    .woocommerce-product-header {
    width: 100%;
  }
}
.woocommerce
  .woocommerce-product-inner.item-layout-list
  .woocommerce-product-content {
  width: 62%;
  padding: 40px 30px;
  text-align: left;
}
.woocommerce
  .woocommerce-product-inner.item-layout-list
  .woocommerce-product-content
  .woocommerce-product-title {
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .woocommerce
    .woocommerce-product-inner.item-layout-list
    .woocommerce-product-content {
    width: 100%;
  }
}
.woocommerce
  .product-type-grouped
  .woocommerce-product-header
  .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  width: 36px;
  height: 36px;
  background-color: #efefef;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 5px 0 5px;
  color: #080808;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  display: none;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
  width: 100% !important;
}
.single-product .woocommerce-social-share {
  padding-top: 18px;
}
.single-product .woocommerce-social-share label {
  margin-right: 10px;
  font-size: 15px;
}
.single-product .woocommerce-social-share a {
  color: #000;
  font-size: 15px;
  margin-right: 6px;
}
.single-product .woocommerce-social-share a:hover {
  color: var(--primary-color);
}
.single-product .woocommerce-sg-product-price {
  padding-top: 10px;
  margin-bottom: 18px;
}
.single-product section.related {
  padding-top: 72px;
}
.single-product section.related h2 {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 12px;
}
.single-product section.related h2:before {
  content: "";
  width: 48px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 34px;
}
.single-product #pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .single-product #pxl-content-area div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-details__short-description
  p:last-child,
.single-product
  > div.product
  .woocommerce-product-details__short-description
  p:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-sg-product-feature,
.single-product > div.product .woocommerce-sg-product-feature {
  margin-bottom: 71px;
  list-style: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-sg-product-feature
  li,
.single-product > div.product .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-sg-product-feature
  li
  i,
.single-product > div.product .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 6px;
  color: var(--primary-color);
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-sg-product-feature
  li
  p:last-child,
.single-product > div.product .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-sg-product-feature
  li
  + li,
.single-product > div.product .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.single-product #pxl-content-area div.product form.cart,
.single-product > div.product form.cart {
  margin-bottom: 20px;
}
.single-product #pxl-content-area div.product form.cart::before,
.single-product > div.product form.cart::before,
.single-product #pxl-content-area div.product form.cart::after,
.single-product > div.product form.cart::after {
  display: none;
}
.single-product #pxl-content-area div.product form.cart label,
.single-product > div.product form.cart label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  color: #191919;
}
.single-product #pxl-content-area div.product form.cart .reset_variations,
.single-product > div.product form.cart .reset_variations {
  color: #000;
  font-size: 15px;
  margin-top: 6px;
}
.single-product #pxl-content-area div.product form.cart .reset_variations:hover,
.single-product > div.product form.cart .reset_variations:hover {
  color: var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart .single_variation_wrap,
.single-product > div.product form.cart .single_variation_wrap {
  width: 100%;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .variable-item:before,
.single-product > div.product form.cart .variations .variable-item:before {
  min-width: auto;
  font-size: 12px;
  border-radius: 0px;
  padding: 0 12px;
  line-height: 26px;
  box-shadow: none;
}
.single-product #pxl-content-area div.product form.cart .variations th.label,
.single-product > div.product form.cart .variations th.label {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
  padding: 5px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  th.label
  label,
.single-product > div.product form.cart .variations th.label label {
  font-weight: normal;
  color: inherit;
  font-family: inherit;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  th.label
  .woo-selected-variation-item-name,
.single-product
  > div.product
  form.cart
  .variations
  th.label
  .woo-selected-variation-item-name {
  color: #000;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  td.woo-variation-items-wrapper,
.single-product
  > div.product
  form.cart
  .variations
  td.woo-variation-items-wrapper {
  padding: 0;
  margin-bottom: 12px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .color-variable-items-wrapper
  .color-variable-item,
.single-product
  > div.product
  form.cart
  .variations
  .color-variable-items-wrapper
  .color-variable-item {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item,
.single-product
  > div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item {
  padding: 0;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  color: var(--primary-color);
  border: none;
  padding: 5px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item
  .variable-item-span,
.single-product
  > div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item
  .variable-item-span {
  font-size: 15px;
  font-weight: 500;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item.selected,
.single-product
  > div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item.selected,
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item:hover,
.single-product
  > div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item:hover {
  border: none;
  background-color: var(--primary-color);
  box-shadow: 0 0 0 1px #000;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item.selected
  .variable-item-span,
.single-product
  > div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item.selected
  .variable-item-span,
.single-product
  #pxl-content-area
  div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item:hover
  .variable-item-span,
.single-product
  > div.product
  form.cart
  .variations
  .button-variable-items-wrapper
  .button-variable-item:hover
  .variable-item-span {
  color: #fff;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item,
.single-product
  > div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #f9f9f9;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item
  .variable-item-span-button,
.single-product
  > div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item
  .variable-item-span-button {
  font-size: 15px;
  line-height: 26px;
  padding: 0 8px;
  color: #383838;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item.selected,
.single-product
  > div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item.selected,
.single-product
  #pxl-content-area
  div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item:hover,
.single-product
  > div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item:hover {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item.selected
  .variable-item-span-button,
.single-product
  > div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item.selected
  .variable-item-span-button,
.single-product
  #pxl-content-area
  div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item:hover
  .variable-item-span-button,
.single-product
  > div.product
  form.cart
  .button-variable-wrapper
  .button-variable-item:hover
  .variable-item-span-button {
  color: #fff;
}
.single-product
  #pxl-content-area
  div.product
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
.single-product
  > div.product
  form.cart.variations_form
  .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product
  #pxl-content-area
  div.product
  form.cart.variations_form
  .woocommerce-variation-price,
.single-product
  > div.product
  form.cart.variations_form
  .woocommerce-variation-price {
  margin: 0 0 24px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart.variations_form
  button.single_add_to_cart_button,
.single-product
  > div.product
  form.cart.variations_form
  button.single_add_to_cart_button {
  background-color: var(--primary-color);
  opacity: 1;
}
.single-product
  #pxl-content-area
  div.product
  form.cart.variations_form
  button.single_add_to_cart_button:hover,
.single-product
  > div.product
  form.cart.variations_form
  button.single_add_to_cart_button:hover {
  background-color: var(--secondary-color);
}
.single-product
  #pxl-content-area
  div.product
  form.cart.variations_form.cart.wvs-loaded
  > div,
.single-product > div.product form.cart.variations_form.cart.wvs-loaded > div {
  width: 100%;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form),
.single-product > div.product form.cart:not(.variations_form),
.single-product #pxl-content-area div.product form.cart:not(.grouped_form),
.single-product > div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .woocommerce-grouped-product-list
  td,
.single-product > div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
  padding-bottom: 10px;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .woocommerce-grouped-product-list
  td
  a,
.single-product > div.product form.cart .woocommerce-grouped-product-list td a {
  color: inherit;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .woocommerce-grouped-product-list-item__price,
.single-product
  > div.product
  form.cart
  .woocommerce-grouped-product-list-item__price {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .single-product
    #pxl-content-area
    div.product
    form.cart
    .woocommerce-grouped-product-list-item__price,
  .single-product
    > div.product
    form.cart
    .woocommerce-grouped-product-list-item__price {
    font-size: 14px;
  }
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .woocommerce-grouped-product-list-item__price
  ins,
.single-product
  > div.product
  form.cart
  .woocommerce-grouped-product-list-item__price
  ins {
  text-decoration: none;
}
.single-product
  #pxl-content-area
  div.product
  form.cart
  .woocommerce-grouped-product-list-item__price
  del,
.single-product
  > div.product
  form.cart
  .woocommerce-grouped-product-list-item__price
  del {
  color: #8f8f8f;
}
@media screen and (max-width: 1200px) {
  .single-product
    #pxl-content-area
    div.product
    form.cart
    .woocommerce-grouped-product-list-item__label
    label,
  .single-product
    > div.product
    form.cart
    .woocommerce-grouped-product-list-item__label
    label {
    font-size: 14px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale,
.single-product > div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-gallery-inner,
.single-product > div.product .woocommerce-gallery-inner {
  display: flex;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-gallery-inner.flex-slider-active,
  .single-product > div.product .woocommerce-gallery-inner.flex-slider-active {
    padding-left: 90px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery,
.single-product > div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 65px;
}
@media screen and (max-width: 880px) {
  .single-product #pxl-content-area div.product .woocommerce-product-gallery,
  .single-product > div.product .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image,
.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image {
  -webkit-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -khtml-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -moz-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -ms-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -o-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  padding: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-viewport,
.single-product > div.product .woocommerce-product-gallery .flex-viewport {
  -webkit-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -khtml-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -moz-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -ms-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  -o-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
  box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-viewport
  .woocommerce-product-gallery__image,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-viewport
  .woocommerce-product-gallery__image {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-control-nav,
.single-product > div.product .woocommerce-product-gallery .flex-control-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: -90px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-control-nav
  li,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-control-nav
  li {
  margin-bottom: 10px;
  width: 70px;
  float: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-control-nav
  img,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-control-nav
  img {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-control-nav
  img.flex-active,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-control-nav
  img.flex-active {
  border-color: rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1200px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-product-gallery
    .flex-control-nav,
  .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
    position: static;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-product-gallery
    .flex-control-nav
    li,
  .single-product
    > div.product
    .woocommerce-product-gallery
    .flex-control-nav
    li {
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav,
.single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  a,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #000;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  a:before,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  a:before {
  content: "\f136";
  font-family: "Caseicon";
  font-size: 12px;
  display: inline-flex;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  a:hover,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  a:hover {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.12);
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-prev,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-prev,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-next,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-prev,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-prev {
  left: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-next,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-next {
  right: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-next
  a:before,
.single-product
  > div.product
  .woocommerce-product-gallery
  .flex-direction-nav
  .flex-nav-next
  a:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a,
.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a {
  position: relative;
  display: block;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:before,
.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:before {
  content: "";
  background-color: rgba(34, 48, 53, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:after,
.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:hover:before,
.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:hover:before {
  opacity: 0.8;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:hover:after,
.single-product
  > div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a:hover:after {
  opacity: 1;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery:hover
  .flex-direction-nav
  .flex-nav-prev,
.single-product
  > div.product
  .woocommerce-product-gallery:hover
  .flex-direction-nav
  .flex-nav-prev {
  left: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-product-gallery:hover
  .flex-direction-nav
  .flex-nav-next,
.single-product
  > div.product
  .woocommerce-product-gallery:hover
  .flex-direction-nav
  .flex-nav-next {
  right: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .entry-summary,
.single-product > div.product .entry-summary {
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .single-product #pxl-content-area div.product .entry-summary,
  .single-product > div.product .entry-summary {
    padding-left: 0;
  }
}
.single-product #pxl-content-area div.product .entry-summary > .woosc-btn,
.single-product > div.product .entry-summary > .woosc-btn,
.single-product #pxl-content-area div.product .entry-summary > .woosw-btn,
.single-product > div.product .entry-summary > .woosw-btn {
  display: none !important;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-button,
.single-product > div.product .entry-summary .woocommerce-sg-product-button {
  text-align: end;
  padding-left: 110px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn,
.single-product
  > div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn {
  width: 100%;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: var(--secondary-color);
  line-height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  padding-inline: 30px;
  color: #fff;
  max-width: 575px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn:before,
.single-product
  > div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn:before {
  content: "\f12f";
  font-family: "Caseicon";
  margin: 0 8px;
  display: inline-flex;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn:hover,
.single-product
  > div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn:hover,
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn:focus,
.single-product
  > div.product
  .entry-summary
  .woocommerce-sg-product-button
  .woosw-btn:focus {
  background: var(--primary-color);
}
@media screen and (max-width: 672px) {
  .single-product
    #pxl-content-area
    div.product
    .entry-summary
    .woocommerce-sg-product-button,
  .single-product > div.product .entry-summary .woocommerce-sg-product-button {
    padding: 0;
  }
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-product-rating,
.single-product > div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-product-rating
  .star-rating,
.single-product
  > div.product
  .entry-summary
  .woocommerce-product-rating
  .star-rating {
  margin: 0;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-product-rating
  .woocommerce-review-link,
.single-product
  > div.product
  .entry-summary
  .woocommerce-product-rating
  .woocommerce-review-link {
  color: inherit;
  margin-left: 4px;
  font-size: 15px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-product-rating
  .woocommerce-review-link:hover,
.single-product
  > div.product
  .entry-summary
  .woocommerce-product-rating
  .woocommerce-review-link:hover {
  color: #333;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title,
.single-product > div.product .entry-summary .entry-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.single-product #pxl-content-area div.product .entry-summary .price,
.single-product > div.product .entry-summary .price {
  font-size: 22px;
  line-height: 1;
  color: var(--primary-color);
  font-weight: 700;
}
.single-product #pxl-content-area div.product .entry-summary .price ins,
.single-product > div.product .entry-summary .price ins {
  margin-right: 22px;
  color: var(--primary-color);
  text-decoration: none;
}
.single-product #pxl-content-area div.product .entry-summary .price del,
.single-product > div.product .entry-summary .price del {
  color: #8f8f8f;
}
.single-product #pxl-content-area div.product .entry-summary .price del .amount,
.single-product > div.product .entry-summary .price del .amount {
  color: #8f8f8f;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-excerpt,
.single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .woocommerce-sg-product-excerpt
  .woocommerce-product-details__short-description,
.single-product
  > div.product
  .entry-summary
  .woocommerce-sg-product-excerpt
  .woocommerce-product-details__short-description {
  margin-bottom: 28px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .single_add_to_cart_button,
.single-product > div.product .entry-summary .single_add_to_cart_button {
  display: inline-flex;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  float: none;
  border-radius: 100px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .single_add_to_cart_button:before,
.single-product > div.product .entry-summary .single_add_to_cart_button:before {
  content: "\f145";
  margin: 0 8px;
  font-family: "Caseicon";
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .single_add_to_cart_button.loading,
.single-product
  > div.product
  .entry-summary
  .single_add_to_cart_button.loading {
  padding-right: 42px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .single_add_to_cart_button.loading:after,
.single-product
  > div.product
  .entry-summary
  .single_add_to_cart_button.loading:after {
  top: 0;
  right: 14px;
}
.single-product
  #pxl-content-area
  div.product
  .entry-summary
  .single_add_to_cart_button.added:after,
.single-product
  > div.product
  .entry-summary
  .single_add_to_cart_button.added:after {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,
.single-product > div.product .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -20px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,
  .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border-bottom: none;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  ul.wc-tabs:before,
.single-product > div.product .woocommerce-tabs ul.wc-tabs:before,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  ul.wc-tabs:after,
.single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 8px 0 8px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li:before,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li:after,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,
  .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    ul.wc-tabs
    li
    a,
  .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 28px;
  font-size: 14px;
  line-height: 42px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  z-index: 1;
  background-color: #f4f4f4;
  text-transform: capitalize;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li.active
  > a,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  ul.wc-tabs
  li
  a:hover,
.single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  th,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  th {
  font-weight: 600 !important;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  line-height: 1.875;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p:last-child,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p:last-child {
  margin-bottom: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  > h2,
.single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel.panel,
.single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top: 32px;
  margin-bottom: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  th,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  th,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .shop_attributes
  td {
  border-left: 1px solid #dee2e6;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-noreviews,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  .woocommerce-noreviews {
  margin-bottom: 25px !important;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .tab-product-feature-list,
.single-product > div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .tab-product-feature-list
  .col-xl-4,
.single-product
  > div.product
  .woocommerce-tabs
  .tab-product-feature-list
  .col-xl-4 {
  font-weight: 600;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .tab-product-feature-list
  .line-gap,
.single-product
  > div.product
  .woocommerce-tabs
  .tab-product-feature-list
  .line-gap {
  margin: 0;
  width: 100%;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information {
  font-size: 15px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  td
  p,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  td
  p {
  padding: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating {
  margin-bottom: 15px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  label,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  label {
  margin-bottom: 6px;
  display: block;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  a,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  a {
  color: #999;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  .stars:hover
  a,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  .stars:hover
  a,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  .stars.selected
  a,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-rating
  .stars.selected
  a {
  color: #efb343;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-comment
  label,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form-comment
  label {
  margin-bottom: 8px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .woocommerce-Reviews-title,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-reply-title,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-reply-title,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .nice-select,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .nice-select {
  display: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form
  #comment,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  .comment-form
  #comment {
  height: 140px;
  min-height: 140px;
  border-bottom: 1px solid #e2e2e2;
  font-family: "DM Sans";
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-notes,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-notes {
  font-size: 15px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  #commentform,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  #commentform {
  padding-block: 30px;
  display: flex;
  align-items: center;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .form-submit
  .submit,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .form-submit
  .submit {
  padding: 0 50px;
  margin-top: 20px;
  border-radius: 100px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-form-author,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-form-author,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-form-email,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-form-email {
  width: 50%;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-form-rating,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  .comment-form-rating {
  width: 100%;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  #author,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  #author,
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  #email,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #review_form
  #email {
  padding-block: 15px 10px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #review_form
    .comment-form-author,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #review_form
    .comment-form-author,
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #review_form
    .comment-form-email,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #review_form
    .comment-form-email {
    width: 100%;
    padding: 0;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  #comments,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  #comments {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    #comments,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    #comments {
    width: 100%;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  #review_form_wrapper,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  #review_form_wrapper {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    #review_form_wrapper,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    #review_form_wrapper {
    width: 100%;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist {
  padding: 10px 0 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1200px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review {
    padding: 20px 15px 20px 20px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .star-rating-wrap,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .star-rating-wrap
  .count-rating,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .star-rating-wrap
  .count-rating {
  display: none;
}
@media screen and (max-width: 880px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .star-rating-wrap,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .comment_container,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .comment_container {
  position: relative;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  img.avatar,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    img.avatar,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .comment-text,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .comment-text
    .star-rating,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .comment-text
    .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .comment-text,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .comment-text {
    padding-left: 60px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-product
    #pxl-content-area
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta,
  .single-product
    > div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews
    #reviews
    ol.commentlist
    li.review
    .meta {
    margin-top: 10px;
  }
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__published-date,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__author,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__author {
  color: #222;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__dash,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .meta
  .woocommerce-review__dash {
  display: none;
}
.single-product
  #pxl-content-area
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .description
  p,
.single-product
  > div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--reviews
  #reviews
  ol.commentlist
  li.review
  .description
  p {
  margin: 0;
}
.single-product #pxl-content-area div.product .quantity,
.single-product > div.product .quantity {
  float: none;
  margin: 0;
}
.single-product #pxl-content-area div.product .product_meta,
.single-product > div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  font-size: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 20px 0;
}
.single-product #pxl-content-area div.product .product_meta > span,
.single-product > div.product .product_meta > span {
  margin-right: 20px;
}
.single-product #pxl-content-area div.product .product_meta > span span,
.single-product > div.product .product_meta > span span,
.single-product #pxl-content-area div.product .product_meta > span a,
.single-product > div.product .product_meta > span a {
  color: #000;
}
.single-product #pxl-content-area div.product .product_meta a,
.single-product > div.product .product_meta a {
  color: inherit;
}
.single-product #pxl-content-area div.product .product_meta a:hover,
.single-product > div.product .product_meta a:hover {
  color: var(--primary-color);
}
.single-product #pxl-content-area div.product .product_meta .tagged_as,
.single-product > div.product .product_meta .tagged_as {
  display: none;
}
.single-product .up-sells.upsells {
  margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
  font-size: 32px;
  margin-bottom: 23px;
}
.single-product .product-type-external .woocommerce-sg-product-button,
.single-product .product-type-grouped .woocommerce-sg-product-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product .product-type-grouped form.cart .button {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .single-product .product-type-grouped .quantity .qty {
    width: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #pxl-content-area div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar
    #pxl-content-area
    div.product
    .entry-summary {
    top: 150px;
  }
}
.pswp {
  z-index: 999999;
}
.pswp .pswp__caption {
  display: none;
}
.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
  font-family: "Caseicon";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f136";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f14d";
}
body.woocommerce-cart .pxl-entry-content > .woocommerce {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-cart-form {
  flex-grow: 1;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
  width: 100%;
  max-width: 370px;
  padding: 0 15px;
}
body.woocommerce-cart
  .pxl-entry-content
  > .woocommerce
  .cart-collaterals
  .cart_totals {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
    max-width: none;
  }
}
body.woocommerce-cart
  .pxl-entry-content
  > .woocommerce
  .woocommerce-notices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
body.woocommerce-cart
  .pxl-entry-content
  > .woocommerce
  .woocommerce-notices-wrapper
  .woocommerce-message,
body.woocommerce-cart
  .pxl-entry-content
  > .woocommerce
  .woocommerce-notices-wrapper
  .woocommerce-info,
body.woocommerce-cart
  .pxl-entry-content
  > .woocommerce
  .woocommerce-notices-wrapper
  .woocommerce-error {
  width: 100%;
}
body.woocommerce-cart
  .pxl-entry-content
  > .woocommerce
  .cart-empty.woocommerce-info {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .return-to-shop {
  width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  .actions
  .coupon
  .input-text {
  border: none;
  background-color: #f8f8f8;
  color: #666;
  height: 45px;
  padding: 0 20px;
  min-width: 180px;
}
body.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  .actions
  .coupon
  .input-text:focus {
  color: #222;
}
body.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  .actions
  .coupon
  .button {
  background-color: #000;
}
body.woocommerce-cart
  .woocommerce-cart-form
  .shop_table
  .actions
  .coupon
  .button:hover {
  background-color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
  float: right;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: var(--primary-color);
}
body.woocommerce-cart
  .woocommerce-cart-form
  tbody
  .product-name
  .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: #152136;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 40%;
}
@media screen and (max-width: 880px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 880px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  p {
  margin-bottom: 0;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  color: var(--primary-color);
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-button:hover {
  color: var(--secondary-color);
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
  text-align: center;
}
body.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 300px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout .input-text,
.woocommerce-checkout textarea {
  border: 1px solid #ececec;
  padding: 15px;
  color: #111;
  font-family: "DM Sans";
}
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout textarea:focus {
  border: 1px solid #223035;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 {
    padding: 0;
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-weight: bold;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  cursor: pointer;
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address:hover {
  color: var(--primary-color);
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address
  #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout
  #customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address
  .woocommerce-form__label
  span:after {
  content: "(Click open form.)";
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 3px;
}
.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
  padding: 15px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  border-right: none;
  border-top: none;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  th {
  font-weight: 700;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  th,
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  td {
  border-left: none;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  td.product-total,
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  .cart-subtotal
  td,
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  .woocommerce-checkout-review-order-table
  .order-total
  td {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout
  form.woocommerce-checkout
  #order_review
  #payment
  #place_order {
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-checkout #payment .stripe-card-group,
.woocommerce-checkout #payment .wc-stripe-elements-field,
.woocommerce-checkout #payment .wc-stripe-iban-element-field {
  width: 100%;
}
.woocommerce-checkout
  .woocommerce-order-details
  .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column__title {
  font-size: 26px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-checkout
  .woocommerce-columns--addresses.col2-set
  .woocommerce-column {
  width: 50%;
  max-width: 50%;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout
    .woocommerce-columns--addresses.col2-set
    .woocommerce-column {
    width: 100%;
    max-width: 100%;
  }
}
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(var(--primary-color-rgb), 0.1);
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: rgba(var(--primary-color-rgb), 0.1);
  top: -14px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f9f9f9;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account
    #pxl-main
    #pxl-content-area
    .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  padding: 10px 0;
  color: #222;
  position: relative;
  display: block;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--primary-color);
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:before {
  content: "\f14d";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "Caseicon";
  color: var(--primary-color);
  margin-left: -16px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  > a,
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: inherit;
  padding-left: 20px;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  > a:before,
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-account
    #pxl-main
    #pxl-content-area
    .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-content
  .col-1,
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-content
  .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-content
  .form-row
  label {
  width: 100%;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-MyAccount-content
  .form-row
  .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
  border: none;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgba(22, 35, 43, 0.1);
  max-width: 670px;
  margin: 0px auto;
  display: block;
  width: 100%;
  margin-top: 15px;
  -webkit-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -khtml-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -moz-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -ms-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  -o-box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
  box-shadow: 0 5px 30px rgba(22, 35, 43, 0.05);
}
@media screen and (max-width: 1200px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    padding: 28px 20px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 15px;
  font-weight: 500;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .required {
  color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form input {
  border-bottom: 1px solid rgba(34, 48, 53, 0.4);
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .password-input {
  display: block;
  width: 100%;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .password-input
  .show-password-input {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .password-input
  .show-password-input:after {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .password-input
  .show-password-input:hover:after {
  color: #000;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-button.button {
  margin-right: 16px;
  border-radius: 100px;
  letter-spacing: 0.5px;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-LostPassword
  a {
  font-size: 16px;
  color: inherit;
  font-weight: 500;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-LostPassword
  a:hover {
  color: var(--primary-color);
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-privacy-policy-text {
  padding-bottom: 17px;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-privacy-policy-text
  a {
  color: #111;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-privacy-policy-text
  a:hover {
  color: var(--primary-color);
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox {
  padding: 0;
  position: relative;
  margin: 4px 0 28px;
  cursor: pointer;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox
  span {
  font-size: 16px;
  color: #111;
  display: inline-flex;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox
  #rememberme {
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-form__label-for-checkbox
  #rememberme:checked
  + span:after {
  opacity: 1;
  background-color: #223035;
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-form
  .woocommerce-button.button {
  padding-left: 44px;
  padding-right: 44px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-register {
  font-size: 16px;
  line-height: 1.625;
  color: rgba(45, 45, 45, 0.8);
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-notices-wrapper
  + h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.woocommerce-account #pxl-main #pxl-content-area .col-1,
.woocommerce-account #pxl-main #pxl-content-area .col-2 {
  max-width: none;
  padding: 0;
}
.woocommerce-account #pxl-main #pxl-content-area .col-1 h2,
.woocommerce-account #pxl-main #pxl-content-area .col-2 h2 {
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .woocommerce-account #pxl-main #pxl-content-area .col-1 {
    margin-bottom: 40px;
  }
}
.woocommerce-account
  #pxl-main
  #pxl-content-area
  .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: var(--primary-color);
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: var(--primary-color);
}
body #yith-quick-view-modal .onsale {
  top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .woocommerce-product-rating {
  margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
  font-weight: 600;
  color: var(--primary-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
  color: #666;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
  color: inherit;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #232323;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item
  span {
  font-size: 14px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item.selected,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .button-variable-wrapper
  .button-variable-item:hover {
  background-color: var(--primary-color);
  color: #fff;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .color-variable-wrapper
  .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .color-variable-wrapper
  .color-variable-item
  span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  form.cart
  .color-variable-wrapper
  .color-variable-item.selected {
  opacity: 1;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .woocommerce-product-details__short-description
  p {
  margin-bottom: 24px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .sku_wrapper,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .posted_in,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .sku_wrapper
  span,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .posted_in
  span,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .tagged_as
  span,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .sku_wrapper
  a,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .posted_in
  a,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .tagged_as
  a {
  color: var(--primary-color);
  margin-left: 7px;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .sku_wrapper
  a:hover,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .posted_in
  a:hover,
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .tagged_as
  a:hover {
  color: var(--secondary-color);
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .product_meta
  .posted_in {
  display: none;
}
body
  #yith-quick-view-modal
  #yith-quick-view-content
  .entry-summary
  .quantity
  .qty {
  padding: 0 12px;
  width: 70px;
  height: 50px;
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.wishlist-title .button .fa {
  font-family: FontAwesome;
}
.hidden-title-form input + input {
  margin-top: 15px;
}
.hidden-title-form .btn {
  line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
  display: none;
}
#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: var(--secondary-color) !important;
}
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }
  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
#stripe-payment-data .form-row > label + div {
  width: 100%;
}
.woocommerce-lost-password {
  /* Product Wishlist Popup */
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  max-width: 440px;
  margin: 10px auto 0 auto;
  border-radius: 0px;
  border: 1px solid rgba(22, 35, 43, 0.08);
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
  font-size: 16px;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(45, 45, 45, 0.5);
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
  border-color: var(--primary-color);
  color: #2d2d2d;
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
  font-size: 20px;
  font-weight: 500;
  color: #0a1320;
  margin-bottom: 8px;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  padding-left: 38px;
  padding-right: 38px;
}
.woocommerce-lost-password .woocommerce-form-row label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #222;
}
.woocommerce-lost-password .pxl-entry-content > .woocommerce {
  max-width: 960px;
  margin: auto;
}
.woosw-popup {
  /* Product Wishlist Page */
}
.woosw-popup .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0 22px;
}
.woosw-popup .woosw-popup-content-bot a {
  color: #000;
  text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.woosw-list {
  max-width: 860px;
  margin: auto;
  /* Product Quick View Popup */
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
  position: absolute;
}
.woosw-list table.woosw-items {
  border-left: none;
  overflow-y: auto;
}
.woosw-list table.woosw-items .add_to_cart_button {
  min-width: 138px;
}
.woosw-list table.woosw-items td {
  border-right: none;
  background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 600;
  color: #111;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price {
  font-size: 15px;
  color: var(--primary-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
  background-color: transparent;
  color: inherit;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
  color: #888;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
  font-size: 15px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove {
  vertical-align: top;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
  text-align: right;
}
.woosw-list
  table.woosw-items
  .woosw-item
  .woosw-item--actions
  .woosw-item--add
  a.button {
  min-width: 170px;
  text-align: center;
}
.woosw-list
  table.woosw-items
  .woosw-item
  .woosw-item--actions
  .woosw-item--add
  a.button.added {
  margin: 0 10px;
}
.woosw-list
  table.woosw-items
  .woosw-item
  .woosw-item--actions
  .woosw-item--add
  a.button.added:after {
  display: none;
}
@media screen and (max-width: 479px) {
  .woosw-list table.woosw-items .woosw-item .woosw-item--image {
    display: none;
  }
}
.woosq-popup .quantity .qty {
  width: auto;
}
.woosq-popup .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary {
  padding: 0;
}
.woosq-popup div.product .entry-summary .summary-content {
  padding-left: 30px;
  padding-right: 30px;
}
.woosq-popup div.product .entry-summary .entry-title {
  font-size: 32px;
}
.woosq-popup div.product .entry-summary .product_type_external {
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
  width: 100%;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
  line-height: 50px;
  text-align: center;
}
.woosq-popup
  div.product
  .entry-summary
  .add_to_cart_button.ajax_add_to_cart.loading {
  opacity: 1;
}
.woosq-popup
  div.product
  .entry-summary
  .add_to_cart_button.ajax_add_to_cart.loading:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosq-popup
  div.product
  .entry-summary
  .add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border-radius: 0px;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > svg {
  display: none;
}
.woocommerce-notices-wrapper
  .wc-block-components-notice-banner
  .wc-block-components-notice-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper
    .wc-block-components-notice-banner
    .wc-block-components-notice-banner__content {
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
  }
}
.woocommerce-notices-wrapper
  .wc-block-components-notice-banner
  .wc-block-components-notice-banner__content
  a.button {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  background-color: transparent !important;
  line-height: normal;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper
    .wc-block-components-notice-banner
    .wc-block-components-notice-banner__content
    a.button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.woocommerce-notices-wrapper
  .wc-block-components-notice-banner
  .wc-block-components-notice-banner__content
  a.button:hover {
  text-decoration: underline;
  color: var(--primary-color) !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
  background-color: rgba(var(--primary-color-rgb), 0.1);
  border-color: var(--primary-color);
}
.wc-empty-cart-message {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-woocommerce-page .container {
  max-width: 1200px;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
  color: #fff;
  background-color: var(--secondary-color);
  width: 100%;
  border-radius: 200px;
  margin-top: 25px;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
  background-color: var(--primary-color);
}
.wp-block-woocommerce-cart .wc-block-components-product-price__value {
  border-radius: 50px;
  padding-inline: 10px;
}
@media screen and (max-width: 479px) {
  .wp-block-woocommerce-cart .wc-block-cart-items__row {
    grid-template-rows: 1fr;
  }
}
.wp-block-woocommerce-cart .wp-block-heading {
  margin-bottom: 70px;
}
.wp-block-woocommerce-cart .wp-block-heading.wc-block-cart__empty-cart__title {
  margin-bottom: 10px;
}
.wp-block-woocommerce-cart .wp-block-button a {
  color: #fff;
  background-color: var(--secondary-color);
  width: 100%;
  border-radius: 200px;
  line-height: 50px;
  font-size: 16px;
  width: fit-content;
}
.wp-block-woocommerce-cart .wp-block-button a:hover {
  background-color: var(--primary-color);
}
.wp-block-woocommerce-cart .wc-block-grid__product-title {
  font-size: 18px;
}
.wc-block-components-checkout-place-order-button {
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 200px;
  border: none;
  font-size: 15px;
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: var(--primary-color);
}
.add_to_cart_button {
  border-radius: 200px;
}
#calc_shipping_city_field,
#calc_shipping_postcode {
  border: 1px solid #e2e2e2;
  line-height: 48px;
  padding: 0;
  padding-inline: 15px;
}
#calc_shipping_postcode {
  margin-top: 12px;
}
#coupon_code {
  border-radius: 100px;
}
#pxl-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-cart-sidebar .pxl-popup--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.8);
  cursor: pointer;
}
#pxl-cart-sidebar .pxl-item--close {
  top: 50%;
  left: auto;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#pxl-cart-sidebar .pxl-item--close:before,
#pxl-cart-sidebar .pxl-item--close:after {
  background-color: #666;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex-grow: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li:last-child {
  border: none;
  padding-bottom: 0;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  .btn {
  line-height: 50px;
  width: 100%;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li.empty
  .btn:hover {
  color: #fff;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image
  a {
  display: inline-block;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-image
  img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta {
  padding-right: 12px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3
  a {
  color: inherit;
  font-weight: 600;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  h3
  a:hover {
  color: #555;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  .quantity {
  font-size: 14px;
  border: none;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  .quantity
  .quantity-icon {
  display: none;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  .cart-product-meta
  .quantity
  .woocommerce-Price-amount {
  margin: 0 4px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  width: 30px;
  height: 30px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button:before,
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  a.remove_from_cart_button:after {
  background-color: #000;
  height: 1px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_content
  ul.cart_list
  li:hover
  a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total {
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 700;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.total
  strong {
  font-weight: inherit;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn.checkout {
  background: var(--secondary-color);
}
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn.checkout:hover,
#pxl-cart-sidebar
  .pxl-widget-cart-sidebar
  .widget_shopping_cart
  .widget_shopping_cart_footer
  p.buttons
  .btn.checkout:focus {
  background: var(--primary-color);
}
#pxl-cart-sidebar.active {
  visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar
    .widget-cart-sidebar
    .widget_shopping_cart
    .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty,
.pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.add_to_cart_inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}
.add_to_cart_inline .product_type_variable {
  white-space: nowrap;
}
.pxl-news-carousel .pxl-swiper-slide {
  position: relative;
}
.pxl-news-carousel .pxl-post--bg {
  width: 100%;
}
.pxl-news-carousel .pxl-post--bg img {
  width: 100%;
}
.pxl-news-carousel.pxl-news-carousel1
  .pxl-swiper-slide
  .pxl-post--inner
  + .pxl-post--inner {
  margin-top: 42px;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-swiper-dots-wrap {
  margin-top: 61px;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--btn {
  margin: 34px 0 0 0;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--featured {
  position: relative;
}
.pxl-news-carousel.pxl-news-carousel1
  .pxl-post--featured.pxl-image--overlay
  .pxl-image--link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pxl-news-carousel.pxl-news-carousel1
  .pxl-post--featured.pxl-image--overlay
  .pxl-image--link::after {
  content: "";
  background-color: rgba(23, 16, 35, 0.24);
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--title {
  margin-top: 3px;
  color: var(--primary-color);
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--excerpt {
  margin: 26px 0 0 0;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--comment {
  position: relative;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--comment::after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  color: #fff;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--comment i {
  font-size: 36px;
}
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--btn {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical .pxl-post--inner {
  background-color: #f3fafa;
  border-radius: 15px;
  width: 100%;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--featured {
  width: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--featured
  img {
  width: 100%;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--content {
  padding: 42px 42px 57px 50px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
@media screen and (max-width: 1399px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
    .pxl-post--inner
    .pxl-post--content {
    padding: 20px;
  }
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--meta
  .pxl-post--date {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--meta
  .pxl-post--date::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #00255c;
  width: 35px;
  top: 50%;
  left: 0;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
  .pxl-post--inner
  .pxl-post--title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1460px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
    .pxl-post--inner
    .pxl-post--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
    .pxl-post--inner
    .pxl-post--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
    .pxl-post--inner
    .pxl-post--title {
    line-height: 1.2;
    font-size: 20px;
  }
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-vertical
    .pxl-post--inner
    .pxl-post--excerpt {
    font-size: 16px;
  }
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-swiper-container {
  margin: -24px;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-swiper-container
  .pxl-swiper-slide {
  padding: 24px;
}
@media screen and (max-width: 1200px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-swiper-container {
    margin: -15px;
  }
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-swiper-container
    .pxl-swiper-slide {
    padding: 15px;
  }
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal .pxl-post--inner {
  display: flex;
  background-color: #f3fafa;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--featured {
  flex: 0 1 auto;
  max-width: 388px;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--featured
  img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-post--inner
    .pxl-post--featured {
    max-width: 100%;
    height: auto;
  }
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--featured:hover
  .pxl-image--link::after {
  opacity: 0;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--title {
  color: var(--primary-color);
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--content {
  min-width: 54%;
  flex: 1;
  padding: 40px 25px 56px 50px;
}
@media screen and (max-width: 1399px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-post--inner
    .pxl-post--content {
    padding: 20px;
  }
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--date {
  position: relative;
  gap: 13px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--date::before {
  display: inline-block;
  content: "";
  height: 1px;
  background-color: #667eab;
  width: 35px;
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .pxl-post--comment {
  margin-right: 46px;
}
@media screen and (max-width: 1460px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-post--inner
    .pxl-post--comment {
    margin-right: 0;
  }
}
.pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
  .pxl-post--inner
  .btn-round {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #223035;
}
@media screen and (max-width: 1200px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-post--inner
    .pxl-post--title {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-post--inner
    .pxl-post--excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal .pxl-post--inner {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal
    .pxl-post--inner
    .pxl-post--excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-news-carousel.pxl-news-carousel1.pxl-layout-horizontal .pxl-post--inner {
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
  }
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--bg::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.9%, #14191f 100%);
}
.pxl-news-carousel.pxl-news-carousel2
  .pxl-post--container:hover
  .pxl-post--bg::after {
  opacity: 0;
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--inner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 400px;
  padding: 15px 15px 60.5px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pxl-news-carousel.pxl-news-carousel2 .pxl-post--inner {
    padding: 15px 15px 30px;
  }
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-top: 4px;
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--title.pxl-hover-line a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}
@media screen and (max-width: 991px) {
  .pxl-news-carousel.pxl-news-carousel2 .pxl-post--title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-news-carousel.pxl-news-carousel2 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--meta {
  margin-top: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76471;
  letter-spacing: -0.17px;
  text-transform: uppercase;
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--slash {
  display: inline-block;
  padding-inline: 0 6px;
}
.pxl-news-carousel.pxl-news-carousel2 .pxl-btn--wrap {
  margin-top: 17.5px;
}
.pxl-service-carousel .pxl-post--container {
  position: relative;
}
.pxl-service-carousel .pxl-post--container .pxl-post--inner {
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-swiper-container {
  margin: clamp(
    -60px,
    calc(-60px + (-15 - (-60)) * ((100vw - 1920px) / (1200 - 1920))),
    -15px
  );
}
.pxl-service-carousel.pxl-service-carousel1
  .pxl-swiper-container
  .pxl-swiper-slide {
  padding: clamp(
    15px,
    calc(15px + (60 - 15) * ((100vw - 1200px) / (1920 - 1200))),
    60px
  );
}
.pxl-service-carousel.pxl-service-carousel1
  .pxl-swiper-slide
  .pxl-post--container
  + .pxl-post--container {
  padding-top: 109px;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel1
    .pxl-swiper-slide
    .pxl-post--container
    + .pxl-post--container {
    padding-top: 75px;
  }
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--icon {
  width: fit-content;
  display: block;
  height: 70px;
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--icon img {
  filter: invert(30%) hue-rotate(170deg) brightness(35%) contrast(60%);
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--title {
  display: block;
  color: var(--primary-color);
  margin-bottom: 13px;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-post--excerpt {
  display: block;
  color: var(--primary-color);
  max-width: 339px;
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel1 .pxl-post--excerpt {
    max-width: 100%;
  }
}
.pxl-service-carousel.pxl-service-carousel1.pxl-theme-light
  .pxl-post--icon
  img {
  filter: brightness(300%) contrast(100%);
}
.pxl-service-carousel.pxl-service-carousel1.pxl-theme-light .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel1.pxl-theme-light .pxl-post--excerpt {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-slide {
  border-color: #c2cccd;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide
  + .pxl-swiper-slide {
  border-left-width: 1px;
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide:hover
  .pxl-post--featured {
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide:hover
  .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide:hover
  .pxl-post--excerpt {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide:hover
  .pxl-post--icon
  img {
  filter: brightness(8) contrast(1);
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide:hover
  .pxl-post--btn.pxl-btn--copy {
  transform: scaleY(1);
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-swiper-slide:hover
  .pxl-post--btn.pxl-btn--main {
  transform: translateY(-50%) scaleY(0);
  opacity: 0;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--container {
  max-width: 372px;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-btn--wrap {
  width: 100%;
  position: relative;
  z-index: 9;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--btn {
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--btn.pxl-btn--main {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--btn.pxl-btn--copy {
  padding: 12px 22px;
  gap: 7px;
  border-radius: 200px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  transform: scaleY(0);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--btn.pxl-btn--copy i {
  transition: inherit;
}
.pxl-service-carousel.pxl-service-carousel4
  .pxl-post--btn.pxl-btn--copy:hover
  i {
  transform: rotate(90deg);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--featured {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--featured::after {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(14, 31, 39, 0.85) 0%,
    rgba(14, 31, 39, 0.85) 10%
  );
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--featured img {
  min-height: 350px;
  max-height: 466px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--icon {
  margin-bottom: 62px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--icon img {
  max-width: 55px;
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-post--icon {
    margin-bottom: 40px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--title {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.28px;
  margin-bottom: 17px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--title a {
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-post--title {
    font-size: 25px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--excerpt {
  margin-bottom: 29px;
  -webkit-transition: opacity 0.25s linear;
  -khtml-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.pxl-service-carousel.pxl-service-carousel4.pxl-theme-light .pxl-swiper-slide {
  border-color: rgba(255, 255, 255, 0.2);
}
.pxl-service-carousel.pxl-service-carousel4.pxl-theme-light
  .pxl-post--icon
  img {
  filter: brightness(8) contrast(1);
}
.pxl-service-carousel.pxl-service-carousel4.pxl-theme-light .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel4.pxl-theme-light .pxl-post--excerpt {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel4.pxl-theme-light
  .pxl-post--btn.pxl-btn--main {
  color: #fff;
  border: 1px solid #fff;
}
.pxl-service-carousel.pxl-service-carousel5
  .pxl-post--inner:hover
  .pxl-item--overlay::after,
.pxl-service-carousel.pxl-service-carousel5
  .pxl-post--inner:hover
  .pxl-item--overlay::before {
  width: 0;
}
.pxl-service-carousel.pxl-service-carousel5
  .pxl-post--inner:hover
  .pxl-post--featured
  img {
  filter: grayscale(0);
}
.pxl-service-carousel.pxl-service-carousel5
  .pxl-post--inner:hover
  .pxl-post--btn {
  transform: rotate(180deg);
}
.pxl-service-carousel.pxl-service-carousel5
  .pxl-post--inner:hover
  .pxl-post--line {
  animation-duration: 0.5s;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--overlay::after,
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--overlay::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;
  height: 100%;
  background-color: rgba(23, 27, 49, 0.55);
  z-index: 9;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--overlay::after {
  left: auto;
  right: 0;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--featured {
  position: relative;
  margin-bottom: 21px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--featured img {
  filter: grayscale(80%);
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--number {
  color: #3338ae;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--title {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.59091;
  letter-spacing: -0.22px;
  margin-bottom: 14px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--btn {
  font-size: 12px;
  margin-bottom: 25px;
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-post--line {
  display: block;
  background-color: var(--primary-color);
  height: 1px;
}
.pxl-service-carousel.pxl-service-carousel5.pxl-theme-light .pxl-post--number,
.pxl-service-carousel.pxl-service-carousel5.pxl-theme-light .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel5.pxl-theme-light .pxl-post--btn {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel5.pxl-theme-light .pxl-post--line {
  background-color: #fff;
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--inner {
  overflow: hidden;
  border-radius: 40px;
  perspective: 2000px;
}
.pxl-service-carousel.pxl-service-carousel7
  .pxl-post--inner:hover
  .pxl-post--hover {
  transform: translateY(0);
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--main {
  position: absolute;
  inset: 0;
  transition: 0.75s;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 71px 60px 64px;
  border-radius: inherit;
}
@media screen and (max-width: 1399px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--main {
    padding: 70px 50px 50px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--main {
    padding: 50px 30px 50px;
  }
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--main .pxl-post--icon {
  background-color: #04091e;
  border-radius: 15px;
  display: inline-flex;
  height: 111px;
  width: 111px;
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel7
  .pxl-post--main
  .pxl-post--icon
  img {
  width: 65px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(320deg) brightness(101%) contrast(106%);
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--main .pxl-post--icon {
    height: 90px;
    width: 90px;
  }
  .pxl-service-carousel.pxl-service-carousel7
    .pxl-post--main
    .pxl-post--icon
    img {
    width: 55px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--main .pxl-post--icon {
    height: 75px;
    width: 75px;
  }
  .pxl-service-carousel.pxl-service-carousel7
    .pxl-post--main
    .pxl-post--icon
    img {
    width: 45px;
  }
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--hover {
  transition: 0.75s;
  transform: translateY(-100%);
  width: 100.5%;
  padding: 71px 60px 53px;
  border-radius: inherit;
  background-color: #5e29f9;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--hover {
    padding: 70px 50px 50px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--hover {
    padding: 50px 30px 50px;
  }
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--hover .pxl-post--title {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel7
  .pxl-post--hover
  .pxl-post--excerpt {
  margin-bottom: 17px;
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel7
  .pxl-post--hover
  .pxl-post-feature-list {
  margin-bottom: 39.72px;
}
.pxl-service-carousel.pxl-service-carousel7
  .pxl-post--hover
  .pxl-post--feature {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  color: #fff;
  font-family: "Inter";
  font-size: 16.469px;
  line-height: normal;
  padding-block: 11.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--hover .pxl-post--btn {
  color: #5e29f9;
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--hover .pxl-post--icon {
  position: absolute;
  top: -53px;
  right: -70px;
}
.pxl-service-carousel.pxl-service-carousel7
  .pxl-post--hover
  .pxl-post--icon
  img {
  width: 200px;
  opacity: 0.22;
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--title {
  color: #04091e;
  font-family: "DM Sans";
  font-size: 32.813px;
  font-weight: 500;
  line-height: 1.37143;
  margin-bottom: 21.72px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel7 .pxl-post--title {
    font-size: 28px;
  }
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--excerpt {
  color: #38464a;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.64706;
  margin-bottom: 39px;
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--divider {
  height: 1px;
  background-color: #ccc8c5;
  border: none;
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-group-content {
  margin-top: 50px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pxl-service-carousel.pxl-service-carousel7 .pxl-post--btn {
  display: inline-flex;
  padding: 10px 36px;
  align-items: center;
  border-radius: 200px;
  background-color: #eef;
  gap: 7px;
  color: #04091e;
}
.pxl-service-carousel.pxl-service-carousel7.pxl-theme-dark .pxl-post--main {
  background-color: #151c44;
}
.pxl-service-carousel.pxl-service-carousel7.pxl-theme-dark .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel7.pxl-theme-dark .pxl-post--excerpt {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel7.pxl-theme-dark .pxl-post--btn {
  background-color: rgba(238, 238, 255, 0.1);
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel7.pxl-theme-dark .pxl-post--divider {
  background-color: #ccc8c5;
}
.pxl-service-carousel.pxl-service-carousel7.pxl-theme-dark
  .pxl-post--hover
  .pxl-post--btn {
  background-color: #fff;
  color: #5e29f9;
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--container {
  height: 100%;
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--inner {
  cursor: pointer;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(53deg, #152a37 22%, #154845 100%);
  padding: 53.5px 14px 65px 51px;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--inner:hover
  .pxl-post--hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--inner {
    padding: 50px 15px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--inner {
    padding: 50px 15px 50px;
  }
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--icon {
  margin-bottom: 77px;
  filter: invert(81%) sepia(51%) saturate(465%) hue-rotate(20deg)
    brightness(107%) contrast(106%);
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--icon svg {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--icon {
    margin-bottom: 70px;
  }
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--icon svg {
    height: 70px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--icon {
    margin-bottom: 50px;
  }
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--icon svg {
    height: 60px;
    width: auto;
  }
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--content {
  margin-bottom: 27px;
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--title {
  color: #fff;
  font-family: "DM Sans";
  font-size: 34px;
  font-weight: 500;
  line-height: 1.35294;
  letter-spacing: -0.34px;
  margin-bottom: 16px;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--title
  .pxl-text-highlight {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--excerpt {
  color: #fff;
  font-size: 18px;
  font-family: "DM Sans";
  letter-spacing: -0.18px;
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--main .pxl-post--btn {
  color: #e5ff5e;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: thin solid #e5ff5e;
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--hover {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  inset: 0;
  background-image: url("http://gurus.local/wp-content/uploads/2025/03/bg-service-hover.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--hover
  .pxl-post--category {
  position: absolute;
  inset: 0;
  padding: 30px;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--hover
  .pxl-post--category
  a {
  display: block;
  color: #67780d;
  font-family: "DM Sans";
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2381;
  letter-spacing: 1.68px;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--hover
  .pxl-post--category
  a
  + a {
  margin-top: 5px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-carousel.pxl-service-carousel8
    .pxl-post--hover
    .pxl-post--category
    a {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel8
    .pxl-post--hover
    .pxl-post--category
    a {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel.pxl-service-carousel8
    .pxl-post--hover
    .pxl-post--category
    a {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel8
    .pxl-post--hover
    .pxl-post--category
    a {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel.pxl-service-carousel8
    .pxl-post--hover
    .pxl-post--category
    a {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel8
    .pxl-post--hover
    .pxl-post--category {
    padding: 15px;
  }
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--hover
  .pxl-post--featured {
  width: 100%;
  padding-inline: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 360px;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--hover
  .pxl-post--featured
  img {
  width: 100%;
}
.pxl-service-carousel.pxl-service-carousel8 .pxl-post--hover .pxl-post--btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #002b2b;
  font-size: 17.881px;
  height: 54px;
  padding-inline: 36px;
  border-radius: 200px;
  gap: 7px;
  background-color: #fff;
  white-space: nowrap;
}
.pxl-service-carousel.pxl-service-carousel8
  .pxl-post--hover
  .pxl-post--btn:hover {
  background-color: #e5ff5e;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel8 .pxl-post--hover .pxl-post--btn {
    font-size: 16px;
    padding-inline: 28px;
    height: 48px;
  }
}
.pxl-grid-custom .pxl-grid-inner {
  display: flex;
  flex-wrap: wrap;
}
.pxl-service-grid .pxl-item--link {
  z-index: 9;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-grid-inner {
  margin: -24px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-grid-inner {
    margin: -15px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--post,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first {
  width: 33.33333%;
  padding: 24px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--post,
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--post,
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--post,
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first {
    width: 100%;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first {
  display: flex;
  align-items: center;
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-item--first
  .pxl-item--subtitle {
  color: var(--primary-color);
  font-family: "Heebo";
  font-size: 17.376px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.085px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-item--first
  .pxl-item--subtitle
  .pxl-item--subtext {
  background: rgba(153, 21, 0, 0.1);
  padding: 7px 11px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6
    .pxl-item--first
    .pxl-item--subtitle
    .pxl-item--subtext {
    padding: 0 10px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout6
    .pxl-item--first
    .pxl-item--subtitle
    .pxl-item--subtext {
    font-size: 16px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--title {
  color: #30161e;
  margin-bottom: 52px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--title {
    font-size: 38px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-item--first .pxl-item--desc {
  color: rgba(48, 22, 30, 0.9785);
  max-width: 439px;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container {
  position: relative;
  background-color: #772632;
  padding: 80px 30px 67px;
  min-height: 506px;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container {
    padding: 60px 30px 60px;
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container {
    padding: 50px 15px 50px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container {
    padding: 50px 20px 50px;
    min-height: 360px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container::after,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 10px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container::before {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  right: auto;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--container:hover::before {
  width: 100%;
  left: auto;
  right: 0;
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-post--container:hover
  .pxl-post--btn
  i {
  transform: rotate(180deg);
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  max-width: 335px;
  margin: 0 auto;
  height: 100%;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--inner .pxl-post--btn {
  color: #fff;
  z-index: 10;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--inner .pxl-post--btn i {
  color: inherit;
  transition: inherit;
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-post--inner
  .pxl-post--btn:hover
  i {
  transform: rotate(180deg);
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--icon {
  margin-bottom: 19px;
  min-height: 58px;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--icon img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(29%) saturate(3626%)
    hue-rotate(334deg) brightness(96%) contrast(97%);
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--title {
  color: #fff;
  font-size: 31.169px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.312px;
  margin-bottom: 16px;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--title a {
  color: inherit;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-post--title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-post--title {
    font-size: 25px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--excerpt {
  color: #fff;
  font-size: 18.701px;
  line-height: 1.6;
  letter-spacing: -0.187px;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-post--excerpt {
    font-size: 16px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slider {
  height: 100%;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-container {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 506px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-container {
    min-height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-container {
    min-height: 360px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-container::after {
  content: "";
  background-color: rgba(241, 93, 64, 0.8);
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-carousel-inner {
  height: 100%;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slide {
  height: 100%;
  padding: 68px 30px 73px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slide {
    padding: 60px 30px 60px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slide {
    padding: 50px 20px 50px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-swiper-slide
  .pxl-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  max-width: 402px;
  margin: 0 auto;
  height: 100%;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slide .pxl-item--icon {
  margin-bottom: 21px;
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-swiper-slide
  .pxl-item--content {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23077;
  letter-spacing: -0.26px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout6
    .pxl-swiper-slide
    .pxl-item--content {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout6
    .pxl-swiper-slide
    .pxl-item--content {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid.pxl-service-grid-layout6
    .pxl-swiper-slide
    .pxl-item--content {
    font-size: 18px;
  }
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slide .pxl-item--client {
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout6
  .pxl-swiper-slide
  .pxl-item--position {
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-slide .pxl-content-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-grid-inner {
  margin-inline: -19px;
  margin-block: -22.5px;
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-grid-inner .pxl-grid-item {
  padding-inline: 19px;
  padding-block: 22.5px;
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--inner {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(41deg, #152a37 13.83%, #154845 69.36%);
  padding: 52px 37px 37px;
  transition: background 0.3s linear;
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--inner:hover {
  background: #e5ff5e;
}
.pxl-service-grid.pxl-service-grid-layout9
  .pxl-post--inner:hover
  .pxl-post--title {
  color: #002b2b;
}
.pxl-service-grid.pxl-service-grid-layout9
  .pxl-post--inner:hover
  .pxl-post--category
  a {
  color: #002b2b;
  border-color: #002b2b;
}
@media screen and (max-width: 991px) {
  .pxl-service-grid.pxl-service-grid-layout9 .pxl-post--inner {
    padding: 30px;
  }
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--title {
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .pxl-service-grid.pxl-service-grid-layout9 .pxl-post--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-grid.pxl-service-grid-layout9 .pxl-post--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout9 .pxl-post--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid.pxl-service-grid-layout9 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--category {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--category a {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 1.5px 28px 1.5px 28px;
  font-family: "DM Sans";
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout9 .pxl-post--category a {
    font-size: 13px;
    padding: 0px 24px;
  }
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--img {
  overflow: hidden;
  border-radius: 30px;
  margin-top: 37px;
}
.pxl-service-grid.pxl-service-grid-layout9 .pxl-post--img img {
  width: 100%;
  height: 100%;
}
.pxl-portfolio-carousel .pxl-post--featured img {
  width: 100%;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 {
    overflow: visible;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-swiper-arrow-wrap {
  width: fit-content;
  height: fit-content;
  bottom: 14px;
  left: 59.3%;
  top: auto;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-swiper-arrow-wrap {
    left: auto;
    right: 495px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-swiper-arrow-wrap {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-swiper-arrow-wrap {
    display: none;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow {
  width: 72px;
  height: 39px;
  border-radius: 200px;
  border: 1px solid #30161e;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow
  svg
  path {
  stroke: #30161e;
  fill: #30161e;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow:hover {
  background-color: rgba(153, 21, 0, 0.18);
  border-color: rgba(153, 21, 0, 0.18);
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow:hover
  svg
  path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-carousel-inner {
  overflow: visible;
  margin-inline: -510px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-swiper-container {
  margin: -20px;
  overflow: visible;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-swiper-container
  .pxl-swiper-slide {
  padding: 20px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-swiper-container
  .pxl-swiper-slide.pxl-active-hover
  .pxl-post--content {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-swiper-container {
    margin: -15px;
  }
  .pxl-portfolio-carousel.pxl-portfolio-carousel2
    .pxl-swiper-container
    .pxl-swiper-slide {
    padding: 15px;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--inner {
  position: relative;
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--inner {
    padding-bottom: 0;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--content {
  position: absolute;
  bottom: 0;
  left: 58px;
  padding: 36px 32px 44px 51px;
  border-radius: 15px;
  background: #772632;
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: all 0.75s linear;
  -khtml-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--content {
    padding: 20px;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    width: 100%;
    border-radius: 0;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--category {
  margin-bottom: 15px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-post--category
  .pxl-category--link {
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--title {
  color: #fff;
  margin-bottom: 20px;
  max-width: 309px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-item--divider {
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  border: none;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-item--divider {
    margin-bottom: 15px;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--info {
  color: #fff;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-post--info
  .pxl-text--highlight {
  color: var(--primary-color);
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2
  .pxl-post--info
  + .pxl-post--info {
  margin-top: 8px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--btn {
  position: absolute;
  width: 59px;
  height: 59px;
  background-color: var(--primary-color);
  right: 32px;
  bottom: 41px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--btn svg,
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--btn i {
  transition: inherit;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--btn:hover {
  background-color: #30161e;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--btn:hover svg {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel2 .pxl-post--btn {
    left: auto;
    right: 15px;
    bottom: 20px;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-item--link {
  position: absolute;
  inset: 0;
  z-index: 9;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--inner {
  overflow: hidden;
  position: relative;
  height: 648.56px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  width: 100%;
  align-items: end;
  background: lightgray center / cover no-repeat;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--inner:hover {
  border-color: rgba(94, 41, 249, 0.78);
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3
  .pxl-post--inner:hover
  .pxl-overlay--hover {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--inner {
    height: 590px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--inner {
    height: 500px;
  }
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--content {
  position: relative;
  z-index: 99;
  width: 100%;
  padding-block: 31.5px 27.5px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--title {
  position: relative;
  z-index: 98;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18.906px;
  font-weight: 500;
  line-height: 1.58678;
  text-decoration-line: underline;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--title:hover {
  text-decoration-line: none;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--category {
  position: relative;
  z-index: 98;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-post--category a {
  color: inherit;
  font-family: "DM Sans";
  font-size: 13.828px;
  font-weight: 400;
  line-height: 1.80791;
  letter-spacing: inherit;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel3 .pxl-overlay--hover {
  background-color: rgba(94, 41, 249, 0.78);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.pxl-filter-inner {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 77px;
  row-gap: 10px;
  margin-bottom: 67px;
}
@media screen and (max-width: 1200px) {
  .pxl-filter-inner {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-filter-inner {
    margin-bottom: 45px;
  }
}
.pxl-filter-inner .filter-item {
  cursor: pointer;
  position: relative;
  color: #04091e;
  font-family: "Inter";
  font-size: 15.672px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
  padding-block: 5px 7px;
}
.pxl-filter-inner .filter-item::after {
  content: attr(data-count);
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 15px;
}
.pxl-filter-inner .filter-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: inherit;
}
.pxl-filter-inner .filter-item:hover::before,
.pxl-filter-inner .filter-item.active::before {
  transform: translateX(-50%) scaleX(1);
}
.elementor-control-title {
  font-size: 16px;
}
.pxl-message {
  display: block;
  font-size: 14px;
  background-color: #3338ae;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-flex-v,
.pxl-contact-box.pxl-contact-box1 .pxl-item--content,
.pxl-testimonial-carousel4 .pxl-item--inner {
  display: flex;
  flex-direction: column;
}
.pxl-absolute-full,
.pxl-news-carousel.pxl-news-carousel1
  .pxl-post--featured.pxl-image--overlay
  .pxl-image--link::after,
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--bg::after,
.pxl-service-carousel .pxl-post--container .pxl-item--link,
.pxl-service-carousel .pxl-item--overlay,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--container,
.pxl-service-carousel.pxl-service-carousel4 .pxl-post--featured::after,
.pxl-service-grid .pxl-item--link,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-swiper-container::after,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet::before,
.pxl-contact-box .pxl-item--link,
.btn.pxl-btn-play.pxl-btn-default:before,
.pxl-partner-carousel.pxl-partner-carousel1
  .pxl-swiper-slide
  .pxl-item--inner
  .pxl-item--link,
.pxl-play-video .pxl-item--overlay,
.pxl-text-marquee.pxl-text-marquee1 .pxl-item .pxl-item--link,
.pxl-icon .pxl-item--link,
.pxl-service-grid.pxl-service-grid-layout3 .pxl-post-inner .pxl-item--link,
.pxl-service-carousel.pxl-service-carousel2.no-border-dark .pxl-item--link,
.pxl-icon-box .pxl-item--link,
.pxl-iconbox-carousel .pxl-item--inner .pxl-item--link,
.pxl-iconbox-carousel.pxl-bg-gradient .pxl-item--inner::after,
.pxl-team-layout1 .pxl-item--link,
.pxl-slider.pxl-slider4
  .pxl-item--content
  .pxl-content--right
  .pxl-item--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pxl-absolute-center,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet::after,
.btn.pxl-btn-play.pxl-btn-default,
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::after,
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::before,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit::after,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit::after,
.pxl-swiper-slider .pxl-swiper-dots-wrap.pxl-divider .pxl-swiper-dots::after,
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow::after,
.pxl-team-layout1 .pxl-item--inner .pxl-item--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-absolute-left {
  position: absolute;
  left: 0;
}
.pxl-absolute-right {
  position: absolute;
  right: 0;
}
.pxl-rellax-parallax {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pxl-transition-linear,
.pxl-header-sidebar--left #pxl-header-elementor .elementor-background-overlay,
.pxl-news-carousel.pxl-news-carousel1 .pxl-swiper-slide .pxl-post--inner,
.pxl-news-carousel.pxl-news-carousel1 .pxl-post--featured,
.pxl-news-carousel.pxl-news-carousel2 .pxl-post--bg::after,
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--overlay::after,
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--overlay::before,
.pxl-service-grid.pxl-service-grid-layout6 .pxl-post--icon img,
.pxl-hover-scale,
.pxl-contact-box.pxl-contact-box1 .pxl-item--title,
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::after,
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::before,
.pxl-partner-carousel.pxl-partner-carousel1 .pxl-item--logo img,
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item::after,
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item::before,
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow::after,
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow svg path,
.pxl-team-layout1 .pxl-item--inner .pxl-item--overlay,
.pxl-slider.pxl-slider4 .pxl-item--index::after {
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.pxl-transition-ease,
.btn.pxl-btn-link i,
.btn.pxl-btn-link.pxl-btn-default .pxl-btn--text:after {
  -webkit-transition: all 0.25s ease 0s;
  -khtml-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.pxl-hover-line {
  --current-color: currentcolor;
}
.pxl-hover-line a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    var(--current-color) 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline
    forwards;
}
.pxl-hover-line a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
    pxl-wide-menu-underline-hover forwards;
}
.pxl-hover-scale {
  position: relative;
  overflow: hidden;
}
.pxl-hover-scale i {
  position: relative;
  z-index: 99;
}
.pxl-hover-scale::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: inherit;
  border-radius: inherit;
  background-color: #20222a;
}
.pxl-hover-scale:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-hide-pagination-index
  .pxl-swiper-fraction {
  display: none;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.pxl-swiper-dots-default {
  width: 100%;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-dots {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding-inline: 28px;
  gap: 14px;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet {
  --current-color: currentcolor;
  color: #97bac7;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background-color: var(--current-color);
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet::before {
  content: "";
  border-radius: inherit;
  background: transparent;
  opacity: 0;
  scale: 0;
  border: 1px solid var(--current-color);
  transition: inherit;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet:hover,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet:hover::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.pxl-swiper-dots-default
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  scale: 1;
}
.pxl-contact-box .pxl-item--link {
  z-index: 999;
}
.pxl-contact-box.pxl-contact-box1 .pxl-item--container {
  width: 100%;
  display: inline-flex;
}
.pxl-contact-box.pxl-contact-box1 .pxl-item--inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pxl-contact-box.pxl-contact-box1 .pxl-item--content {
  position: relative;
  gap: 2px;
}
.pxl-contact-box.pxl-contact-box1 .pxl-item--icon {
  min-width: 40px;
  color: #fff;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
}
.pxl-contact-box.pxl-contact-box1 .pxl-item--title {
  color: #fff;
}
.pxl-contact-box.pxl-contact-box1 .pxl-item--desc {
  color: rgba(255, 255, 255, 0.6);
}
.pxl-contact-box.pxl-contact-box1.pxl-theme-dark .pxl-item--icon {
  border: 1px solid rgba(32, 40, 45, 0.15);
  background: rgba(32, 40, 45, 0.1);
  color: #20282d;
}
.pxl-contact-box.pxl-contact-box1.pxl-theme-dark .pxl-item--title {
  color: #20282d;
}
.pxl-contact-box.pxl-contact-box1.pxl-theme-dark .pxl-item--desc {
  color: rgba(32, 40, 45, 0.7);
}
.pxl-contact-box.pxl-contact-box1.hover-default
  .pxl-item--content:hover
  .pxl-item--title {
  color: #97bac7;
}
.pxl-contact-box.pxl-contact-box2 .pxl-item--inner {
  position: relative;
  width: 100%;
  height: 616px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-contact-box.pxl-contact-box2 .pxl-item--content {
  position: absolute;
  top: 38%;
  left: 20%;
  width: 195px;
  height: 195px;
  border-radius: 195px;
  background-color: #38464a;
  flex-direction: column;
}
.pxl-contact-box.pxl-contact-box2 .pxl-item--title {
  color: #97bac7;
  text-transform: uppercase;
}
.pxl-contact-box.pxl-contact-box2 .pxl-item--address {
  color: #fff;
  font-family: "Heebo";
  font-size: 15px;
  line-height: 1.6;
  text-transform: capitalize;
  max-width: 122px;
  text-align: center;
}
.pxl-contact-box.pxl-contact-box2.pxl-theme-light .pxl-item--content {
  background-color: #fff;
}
.pxl-contact-box.pxl-contact-box2.pxl-theme-light .pxl-item--title,
.pxl-contact-box.pxl-contact-box2.pxl-theme-light .pxl-item--address {
  color: #20282d;
}
.pxl-anchor-button .pxl-button {
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-anchor-button .pxl-button .pxl-btn-icon {
  width: 24px;
  height: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.pxl-anchor-button .pxl-button .pxl-item--dot {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-anchor-button .pxl-button.hover-default:hover {
  transform: rotate(180deg);
}
.pxl-anchor-button .pxl-button.hover-default:hover .pxl-item--dot {
  background-color: rgba(255, 255, 255, 0.7);
}
.pxl-anchor-button .pxl-button.hover-style1:hover {
  color: #547079;
}
.pxl-anchor-button .pxl-button.round-box {
  color: #fff;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.pxl-shape.shape-default .pxl-item--shape {
  display: block;
  width: 189px;
  min-width: 189px;
  height: 180px;
  background-color: #4d5b64;
  border-radius: 15px 200% 15px 15px;
}
.pxl-history.timeline-alternating {
  width: 100%;
}
.pxl-history.timeline-alternating .pxl-item--container {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pxl-history.timeline-alternating .pxl-item--container {
    padding-left: 35px;
  }
  .pxl-history.timeline-alternating .pxl-item--container .pxl-item--inner {
    width: 100%;
  }
}
.pxl-history.timeline-alternating
  .pxl-item--container:last-child
  .pxl-item--info {
  padding-bottom: 0;
}
.pxl-history.timeline-alternating
  .pxl-item--container:last-child
  .pxl-item--info::after {
  display: none;
}
.pxl-history.timeline-alternating .pxl-item--container:nth-child(even) {
  justify-content: flex-end;
}
.pxl-history.timeline-alternating
  .pxl-item--container:nth-child(even)
  .pxl-item--index {
  left: 0;
  transform: translate(-50%, 12px);
}
.pxl-history.timeline-alternating
  .pxl-item--container:nth-child(even)
  .pxl-item--info {
  padding-left: 110px;
  text-align: start;
}
@media screen and (max-width: 1024px) {
  .pxl-history.timeline-alternating
    .pxl-item--container:nth-child(even)
    .pxl-item--info {
    padding-left: 60px;
  }
}
.pxl-history.timeline-alternating
  .pxl-item--container:nth-child(even)
  .pxl-item--info::after {
  left: 0;
  transform: translateX(-50%);
}
.pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) {
  justify-content: flex-start;
}
.pxl-history.timeline-alternating
  .pxl-item--container:nth-child(odd)
  .pxl-item--index {
  right: 0;
  transform: translate(50%, 12px);
}
.pxl-history.timeline-alternating
  .pxl-item--container:nth-child(odd)
  .pxl-item--info {
  padding-right: 110px;
  text-align: end;
}
@media screen and (max-width: 1024px) {
  .pxl-history.timeline-alternating
    .pxl-item--container:nth-child(odd)
    .pxl-item--info {
    padding-right: 60px;
  }
}
.pxl-history.timeline-alternating
  .pxl-item--container:nth-child(odd)
  .pxl-item--info::after {
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) {
    justify-content: flex-end;
  }
  .pxl-history.timeline-alternating
    .pxl-item--container:nth-child(odd)
    .pxl-item--index {
    left: 0;
    transform: translate(-50%, 12px);
  }
  .pxl-history.timeline-alternating
    .pxl-item--container:nth-child(odd)
    .pxl-item--info {
    padding-left: 60px;
    padding-right: 0;
    text-align: start;
  }
  .pxl-history.timeline-alternating
    .pxl-item--container:nth-child(odd)
    .pxl-item--info::after {
    left: 0;
    transform: translateX(-50%);
  }
}
.pxl-history.timeline-alternating .pxl-item--inner {
  position: relative;
  width: 50%;
  padding-bottom: 125px;
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--index {
  position: absolute;
  top: 0;
  transform: translate(50%, 12px);
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(151, 186, 199, 0.3);
  transition: background-color 0.25s linear;
}
@media screen and (max-width: 575px) {
  .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--index {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  min-width: 66px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  transition: background-color 0.25s linear;
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  transform: translate(-7px, -7px);
  width: 80px;
  height: 80px;
  background-color: rgba(151, 186, 199, 0.3);
  transition: all 0.25s ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number::before {
    width: 64px;
    height: 64px;
  }
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--info::after {
  content: "";
  position: absolute;
  top: 40px;
  width: 0;
  height: calc(100% - 20px);
  border: 1px solid #636363;
  border-style: dashed;
  z-index: -1;
}
.pxl-history.timeline-alternating .pxl-item--inner:hover .pxl-item--number {
  background-color: #667eab;
}
.pxl-history.timeline-alternating
  .pxl-item--inner:hover
  .pxl-item--number::before {
  transform: scale(1.5);
  opacity: 0;
}
.pxl-history.timeline-single-side
  .pxl-item--container:last-child
  .pxl-item--inner,
.pxl-history.timeline-single-side2
  .pxl-item--container:last-child
  .pxl-item--inner {
  padding-bottom: 0;
}
.pxl-history.timeline-single-side
  .pxl-item--container:last-child
  .pxl-item--inner::after,
.pxl-history.timeline-single-side2
  .pxl-item--container:last-child
  .pxl-item--inner::after {
  display: none;
}
.pxl-history.timeline-single-side .pxl-item--inner,
.pxl-history.timeline-single-side2 .pxl-item--inner {
  position: relative;
  display: flex;
  gap: 23px;
  align-items: start;
  padding-bottom: 58px;
}
.pxl-history.timeline-single-side .pxl-item--inner::after,
.pxl-history.timeline-single-side2 .pxl-item--inner::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 5px;
  width: 0;
  height: 100%;
  border-width: 1px;
  border-style: dashed;
  border-color: #636363;
  z-index: 1;
}
.pxl-history.timeline-single-side .pxl-item--inner .pxl-item--number,
.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--number {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  color: #223035;
  transition: background-color 0.25s linear;
  margin-top: 4px;
  z-index: 2;
}
.pxl-history.timeline-single-side .pxl-item--inner .pxl-item--title,
.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--title {
  color: #223035;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}
.pxl-history.timeline-single-side .pxl-item--inner .pxl-item--content,
.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--content {
  color: #223035;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.15px;
}
.pxl-history.timeline-single-side2 .pxl-item--inner {
  padding-bottom: 84px;
}
.pxl-history.timeline-single-side2 .pxl-item--inner::after {
  border-color: #19272b;
}
.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--number {
  border: 1px solid #38464a;
  background: #dfecec;
  color: #223035;
}
.pxl-list .pxl-item--container {
  width: 100%;
}
.pxl-list .pxl-item--lists {
  width: 100%;
  list-style: none;
  margin: 0;
}
.pxl-list .pxl-item {
  display: flex;
  align-items: center;
}
.pxl-list .pxl-item--title.title-divider-right {
  margin-bottom: 17px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pxl-list .pxl-item--title.title-divider-right::after {
  content: "";
  width: 33px;
  height: 1px;
  background-color: #010101;
}
.pxl-list.list-default .pxl-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  gap: 11px;
}
.pxl-list.list-default .pxl-item + .pxl-item {
  margin-top: 10px;
}
.pxl-list.list-default .pxl-item--icon {
  color: #547079;
}
.pxl-button .pxl-item--inner {
  width: 100%;
}
.btn {
  position: relative;
  font-family: "DM Sans";
  font-size: 15px;
  line-height: 2;
  border: none;
  outline: none;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: visible;
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.btn.pxl-btn-default {
  border-radius: 200px;
}
.btn.pxl-btn-default::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border-width: 1px;
  border-style: solid;
  transition: inherit;
  opacity: 0;
}
.btn.pxl-btn-default.pxl-btn-normal {
  border-radius: 0;
  background-color: transparent;
}
.btn.pxl-btn-default.pxl-btn-small {
  padding: 12px 22px;
  gap: 7px;
  font-size: 14px;
  line-height: 1;
}
.btn.pxl-btn-default.pxl-btn-medium {
  padding: 7px 34px;
  gap: 12px;
  font-weight: 500;
}
.btn.pxl-btn-default.pxl-btn-large {
  padding: 9px 42px;
  gap: 12px;
}
.btn.pxl-btn-default.pxl-btn-xl {
  padding: 12px 37px;
  gap: 15px;
  line-height: 2;
}
.btn.pxl-btn-default.pxl-btn-xl::after {
  border-width: 1.5px;
}
.btn.pxl-btn-default.pxl-btn-xxl {
  min-width: 233px;
  height: 74px;
  gap: 10px;
  font-size: 17.881px;
}
.btn.pxl-btn-default.pxl-btn-xxl .pxl-icon--default {
  font-size: 12.5px;
}
.btn.pxl-btn-default.pxl-btn-semi {
  border-radius: 25px;
  font-size: 14px;
  background-color: #38464a;
  color: #fff;
  gap: 10px;
}
.btn.pxl-btn-default.pxl-btn-semi .pxl-icon--default::after {
  color: inherit;
}
.btn.pxl-btn-default.pxl-btn-border {
  background-color: transparent;
}
.btn.pxl-btn-default.pxl-btn-border::after {
  opacity: 1;
}
.btn.pxl-btn-default.pxl-btn-border.pxl-btn-dark {
  color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-border.pxl-btn-dark::after {
  border-color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-border.pxl-btn-dark .pxl-icon--default {
  color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-border.pxl-btn-dark .pxl-icon--default::after {
  color: #fff;
}
.btn.pxl-btn-default.pxl-btn-border.pxl-btn-light {
  color: #fff;
}
.btn.pxl-btn-default.pxl-btn-border.pxl-btn-light::after {
  border-color: #fff;
}
.btn.pxl-btn-default.pxl-btn-border:hover::after {
  opacity: 0;
}
.btn.pxl-btn-default.pxl-btn-border:hover.pxl-btn-dark {
  background-color: var(--primary-color);
  color: #fff;
}
.btn.pxl-btn-default.pxl-btn-border:hover.pxl-btn-light {
  color: var(--primary-color);
  background-color: #fff;
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-dark {
  color: #fff;
  background-color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-dark::after {
  border-color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-light {
  color: var(--primary-color);
  background-color: #fff;
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-light::after {
  border-color: #fff;
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-light .pxl-icon--default {
  color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-light .pxl-icon--default::after {
  color: #fff;
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-gradient {
  color: #fff;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.btn.pxl-btn-default.pxl-btn-bg.pxl-btn-gradient:hover::after {
  opacity: 0;
}
.btn.pxl-btn-default.pxl-btn-bg:hover {
  background-color: transparent;
}
.btn.pxl-btn-default.pxl-btn-bg:hover::after {
  opacity: 1;
}
.btn.pxl-btn-default.pxl-btn-bg:hover.pxl-btn-dark {
  color: var(--primary-color);
}
.btn.pxl-btn-default.pxl-btn-bg:hover.pxl-btn-light {
  color: #fff;
}
.btn.pxl-btn-default.pxl-btn-bg:hover.pxl-btn-light .pxl-icon--default {
  color: var(--primary-color);
}
.btn.pxl-btn-default .pxl-icon--default {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
}
.btn.pxl-btn-default .pxl-icon--default::before {
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.pxl-btn-default .pxl-icon--default::after {
  position: absolute;
  content: "\f11f";
  transform: translate(-160%, 100%) scale(0);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: var(--primary-color);
}
.btn.pxl-btn-default:hover.pxl-hover-default .pxl-icon--default::before {
  transform: scale(0);
}
.btn.pxl-btn-default:hover.pxl-hover-default .pxl-icon--default::after {
  transform: translate(0, 0) scale(1);
}
.btn.pxl-btn-round i {
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.pxl-btn-round.pxl-btn-small {
  min-width: 38px;
  height: 38px;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.btn.pxl-btn-round.pxl-btn-medium {
  min-width: 47.377px;
  width: 47.377px;
  height: 47.377px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  color: var(--primary-color);
}
.btn.pxl-btn-transparent {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.08333;
  gap: 20px;
}
.btn.pxl-btn-transparent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn.pxl-btn-transparent .pxl-icon--default {
  position: relative;
  overflow: hidden;
  font-size: 13.5px;
  color: #fff;
}
.btn.pxl-btn-transparent .pxl-icon--default::before {
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.pxl-btn-transparent .pxl-icon--default::after {
  position: absolute;
  content: "\f11f";
  transform: translate(-160%, 100%) scale(0);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.pxl-btn-transparent:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.btn.pxl-btn-transparent:hover .pxl-icon--default::before {
  transform: scale(0);
}
.btn.pxl-btn-transparent:hover .pxl-icon--default::after {
  transform: translate(0, 0) scale(1);
}
.btn.pxl-btn-link i {
  font-size: 12px;
}
.btn.pxl-btn-link.pxl-btn-dark {
  color: var(--primary-color);
}
.btn.pxl-btn-link.pxl-btn-light {
  color: #fff;
}
.btn.pxl-btn-link.pxl-btn-default {
  --color-current: currentcolor;
  color: #474a53;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  gap: 7px;
}
.btn.pxl-btn-link.pxl-btn-default .pxl-btn--text {
  display: inline-block;
  position: relative;
}
.btn.pxl-btn-link.pxl-btn-default .pxl-btn--text:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-current);
}
.btn.pxl-btn-link.pxl-btn-default:hover .pxl-btn--text::after {
  left: 0;
  right: auto;
  width: 100%;
}
.btn.pxl-btn-link.pxl-btn-default:hover i {
  transform: rotate(180deg);
}
.btn.pxl-btn-link.pxl-btn-underline {
  --color-current: currentcolor;
  font-weight: 500;
  gap: 10px;
}
.btn.pxl-btn-link.pxl-btn-underline:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-current);
}
.btn.pxl-btn-link.pxl-btn-underline .pxl-icon--default {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: inherit;
}
.btn.pxl-btn-link.pxl-btn-underline .pxl-icon--default::before {
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.pxl-btn-link.pxl-btn-underline .pxl-icon--default::after {
  position: absolute;
  content: "\f11f";
  transform: translate(-160%, 100%) scale(0);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.pxl-btn-link.pxl-btn-underline:hover.pxl-hover-default::after {
  animation-duration: 0.3s;
}
.btn.pxl-btn-link.pxl-btn-underline:hover.pxl-hover-default
  .pxl-icon--default::before {
  transform: scale(0);
}
.btn.pxl-btn-link.pxl-btn-underline:hover.pxl-hover-default
  .pxl-icon--default::after {
  transform: translate(0, 0) scale(1);
}
.btn.pxl-btn-play.pxl-btn-default {
  width: 188px;
  height: 188px;
  border-radius: 188px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .btn.pxl-btn-play.pxl-btn-default {
    width: 160px;
    height: 160px;
  }
}
.btn.pxl-btn-play.pxl-btn-default:before {
  content: "";
  z-index: 0;
  display: block;
  background-color: inherit;
  border-radius: inherit;
  animation: pxl_pulse_border 1.75s ease-out infinite;
  -webkit-animation: pxl_pulse_border 1.75s ease-out infinite;
}
.btn.pxl-btn-play.pxl-btn-default:hover::before {
  animation-play-state: paused;
}
@keyframes throb {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pxl-throb-effect,
.btn.pxl-btn-play.pxl-btn-default:hover i,
.btn.pxl-btn-play.pxl-btn-default:hover svg {
  animation: throb 1.25s ease-in-out infinite;
}
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 .pxl-item--group {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 771px) {
  .pxl-contact-form .pxl-contact-us.pxl-contact-us1 .pxl-item--group {
	  flex-wrap: wrap;
	    gap: 0px;

	}
}
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 .pxl-item--wrap {
  width: 100%;
}
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 input,
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 textarea {
  color: #38464a;
/*   text-transform: uppercase; */
}
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 input , .pxl-contact-form .pxl-contact-us.pxl-contact-us1 textarea {
  padding-block: 5px 21px;
  border: 1px solid var(--primary-color);
	font-size:16px;
	letter-spacing:0;
	line-height:1.5;
}
.pxl-contact-form
  .pxl-contact-us.pxl-contact-us1
  .pxl-item--group
  .pxl-item--wrap {
  margin-bottom: 40px;
}
.pxl-contact-form .pxl-contact-us.pxl-contact-us1 textarea {
  width: 100%;
  height: 120px;
  border: 1px solid var(--primary-color);
  margin-bottom: 40px;
}
.pxl-contact-form.pxl-contact-form2 .wpcf7 {
  width: 100%;
  padding: 79px 30px 83px;
  border-radius: 20px;
  background: rgba(255, 192, 156, 0.35);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 1200px) {
  .pxl-contact-form.pxl-contact-form2 .wpcf7 {
    padding: 70px 15px 70px;
  }
}
.pxl-contact-form.pxl-contact-form2 .wpcf7-form {
  width: 100%;
  margin: 0 auto;
}
.pxl-button-anchor .pxl-item--container,
.pxl-button-anchor .pxl-item--inner {
  width: 100%;
}
.pxl-button-anchor .pxl-item--inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-button-anchor .pxl-item--button {
  padding: 0;
  background-color: transparent;
}
.pxl-button-anchor .pxl-item--button.pxl-btn-search1 {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::after,
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::before {
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: inherit;
}
.pxl-button-anchor .pxl-item--button.pxl-btn-search1::before {
  border-style: dashed;
  border-color: #fff;
  opacity: 0;
}
.pxl-button-anchor .pxl-item--button.pxl-btn-search1:hover::after {
  opacity: 0;
}
.pxl-button-anchor .pxl-item--button.pxl-btn-search1:hover::before {
  opacity: 1;
}
@-moz-keyframes pxl_spin_center {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin_center {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes pxl_spin_center {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pxl-twirl-effect,
.pxl-button-anchor .pxl-item--button.pxl-btn-search1:hover::before {
  animation: pxl_spin_center 5s linear infinite;
  -webkit-animation: pxl_spin_center 5s linear infinite;
  -moz-animation: pxl_spin_center 5s linear infinite;
}
.pxl-partner-carousel .pxl-carousel-inner {
  overflow: visible;
}
.pxl-partner-carousel.pxl-partner-carousel1 .pxl-swiper-slide .pxl-item--inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.pxl-partner-carousel.pxl-partner-carousel1
  .pxl-swiper-slide
  + .pxl-swiper-slide
  .pxl-item--inner {
  border-left: 1px solid #d9d9d9;
}
.pxl-partner-carousel.pxl-partner-carousel1
  .pxl-swiper-slide:hover
  .pxl-item--logo
  img {
  transform: scale(1.1);
}
.pxl-partner-carousel.pxl-partner-carousel1 .pxl-item--logo {
  position: relative;
  width: 100%;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-spacing
  .pxl-swiper-container {
  margin: 0;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-spacing .pxl-swiper-slide {
  padding: 0;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-spacing
  .pxl-swiper-slide
  .pxl-item--inner {
  border-left: none;
  border-right: none;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-spacing
  .pxl-swiper-slide
  + .pxl-swiper-slide
  .pxl-item--inner {
  border-left: 1px solid #d9d9d9;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-spacing
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--inner {
  border-left: none;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-border
  .pxl-swiper-slide
  + .pxl-swiper-slide
  .pxl-item--inner {
  border-left: none;
}
.pxl-partner-carousel.pxl-partner-carousel1.pxl-none-border .pxl-item--inner {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.pxl-play-video .pxl-item--inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 544px;
}
.pxl-play-video .pxl-item--bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-play-video .pxl-item--overlay {
  background-color: rgba(38, 34, 199, 0.59);
}
.pxl-text-marquee.pxl-text-marquee1 .pxl-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.pxl-text-marquee.pxl-text-marquee1 .pxl-item .pxl-item--text {
  position: relative;
  white-space: nowrap;
}
.pxl-text-marquee.pxl-text-marquee1 .pxl-item .pxl-item--link {
  z-index: 9;
}
.pxl-text-marquee.pxl-text-marquee1 .pxl-marquee--inner {
  display: inline-flex;
  align-items: center;
}
.pxl-text-marquee.pxl-text-marquee1.text-on-bg {
  height: 100px;
  background-color: #20222a;
}
.pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-marquee-inner {
  gap: 15px;
}
.pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
  height: 100px;
  color: #fff;
  font-size: 78.723px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.787px;
}
@media screen and (max-width: 1399px) {
  .pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
    font-size: 64px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
    font-size: 46px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-text-marquee.pxl-text-marquee1.text-on-bg .pxl-item {
    font-size: 40px;
  }
}
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-marquee-inner {
  gap: 24px;
}
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item {
  color: #20222a;
  font-size: 43.243px;
  font-weight: 400;
  line-height: 2.3125;
  letter-spacing: 0.865px;
  padding-inline: 48px 34px;
  border-radius: 135.135px;
  border: 1px solid #20222a;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item {
    font-size: 38px;
    padding-inline: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item {
    font-size: 34px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item {
    font-size: 26px;
  }
}
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item::after,
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item::before {
  content: "";
  position: absolute;
  opacity: 0;
  background-color: #20222a;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item::before {
  top: auto;
  bottom: 0;
}
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item:hover {
  color: #fff;
}
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item:hover::after,
.pxl-text-marquee.pxl-text-marquee1.round-box-border .pxl-item:hover::before {
  opacity: 1;
  height: 50%;
}
@keyframes oscillating-rtl {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 100%;
  }
}
@keyframes oscillating-ltr {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}
.pxl-divider {
  position: relative;
}
.pxl-divider.pxl-item--particle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
}
.pxl-divider.pxl-item--particle.pxl-particle-left::after {
  left: 0;
}
.pxl-divider.pxl-item--particle.pxl-particle-center::after {
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-divider.pxl-item--particle.pxl-particle-right::after {
  right: 0;
}
.pxl-divider.pxl-item--particle.pxl-oscillating-rtl::after {
  animation: oscillating-rtl 30s linear infinite;
  transition-delay: 1.5s;
}
.pxl-divider.pxl-item--particle.pxl-oscillating-ltr::after {
  animation: oscillating-ltr 30s linear infinite;
  transition-delay: 1.5s;
}
.pxl-counter-box.pxl-counter-box1 .pxl-item--container {
  position: relative;
  background-color: #772632;
  border-radius: 13px;
  overflow: hidden;
}
.pxl-counter-box.pxl-counter-box1 .pxl-item--layer {
  position: absolute;
  top: -100px;
  left: -100px;
  opacity: 50%;
}
.pxl-counter-box.pxl-counter-box1 .pxl-item--inner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 357px;
  padding: 54px 30px 66px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  min-height: 380px;
}
@media screen and (max-width: 1200px) {
  .pxl-counter-box.pxl-counter-box1 .pxl-item--inner {
    padding: 54px 15px 66px;
    gap: 15px;
  }
}
.pxl-counter-box.pxl-counter-box1 .pxl-item--number {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 121.739px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  .pxl-counter-box.pxl-counter-box1 .pxl-item--number {
    font-size: 112px;
  }
}
@media screen and (max-width: 1399px) {
  .pxl-counter-box.pxl-counter-box1 .pxl-item--number {
    font-size: 108px;
  }
}
.pxl-counter-box.pxl-counter-box1 .pxl-item--title {
  color: #fff;
  font-size: 21.739px;
  font-weight: 400;
  line-height: 2.08;
}
.pxl-counter-box.pxl-counter-box1 .pxl-item--desc {
  color: rgba(255, 255, 255, 0.9785);
  font-size: 13.043px;
  font-weight: 400;
  line-height: 1, 6;
  letter-spacing: -0.13px;
}
@keyframes expand-column {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.pxl-expand-column {
  animation: expand-column 1.5s ease both;
}
.pxl-column-chart .pxl-item--container {
  width: 100%;
  border-radius: 13px;
  background: #35171f;
  min-height: 380px;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .pxl-column-chart .pxl-item--container {
    padding: 15px;
  }
}
.pxl-column-chart .pxl-item--inner {
  width: 100%;
  max-width: calc(347px + 25px);
  position: relative;
  display: inline-flex;
  padding-left: 25px;
  height: 265px;
}
.pxl-column-chart .pxl-item-vertical-axis {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: end;
}
.pxl-column-chart .pxl-item-vertical-axis .pxl-item--tick {
  color: #fff;
  text-align: center;
  font-size: 8.919px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.089px;
}
.pxl-column-chart .pxl-item-horizontal-axis {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  flex-wrap: nowrap;
}
.pxl-column-chart .pxl-item--col {
  position: relative;
  width: 100%;
  flex-shrink: 1;
  height: 100%;
  background-image: -webkit-linear-gradient(
    180deg,
    #59262c 6.62%,
    #59262c 11.24%,
    #381923 100%
  );
  background-image: -moz-linear-gradient(
    180deg,
    #59262c 6.62%,
    #59262c 11.24%,
    #381923 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    #59262c 6.62%,
    #59262c 11.24%,
    #381923 100%
  );
  background-image: -o-linear-gradient(
    180deg,
    #59262c 6.62%,
    #59262c 11.24%,
    #381923 100%
  );
  background-image: linear-gradient(
    180deg,
    #59262c 6.62%,
    #59262c 11.24%,
    #381923 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-column-chart .pxl-item--col::after {
  position: absolute;
  content: attr(data-value);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  color: #fff;
  font-size: 8.919px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.089px;
  margin-top: 3px;
}
.pxl-column-chart .pxl-item--col.pxl-item--active {
  background-image: -webkit-linear-gradient(
    180deg,
    #fe6d54 6.62%,
    #421b26 100%
  );
  background-image: -moz-linear-gradient(180deg, #fe6d54 6.62%, #421b26 100%);
  background-image: -ms-linear-gradient(180deg, #fe6d54 6.62%, #421b26 100%);
  background-image: -o-linear-gradient(180deg, #fe6d54 6.62%, #421b26 100%);
  background-image: linear-gradient(180deg, #fe6d54 6.62%, #421b26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fe6d54 6.62%', endColorStr='#421b26 100%');
}
.pxl-background-parallax-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.pxl-background-parallax-wrapper .pxl-item--background {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pxl-pie-chart1 {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pxl-pie-chart1 .pxl-item--title {
  margin-bottom: 0;
  color: #263037;
}
.pxl-pie-chart1 .pxl-item--holder {
  position: relative;
  margin-bottom: 21px;
}
.pxl-pie-chart1 .pxl-item--value {
  display: inline-flex;
}
.pxl-pie-chart1 .pxl-counter--number {
  font-size: 30px;
  color: #223035;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
}
.pxl-case-stadies--homepage2 {
  clip-path: polygon(
    80.6% 0%,
    80.6% 196px,
    100% 196px,
    100% 100%,
    0% 100%,
    0% 0%
  );
}
@media screen and (max-width: 767px) {
  .pxl-case-stadies--homepage2 {
    clip-path: none;
  }
}
.pxl-text-marquee .pxl-marquee-inner,
.pxl-text-marquee .pxl-item {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee .pxl-marquee-inner,
  .pxl-text-marquee .pxl-item {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee .pxl-marquee-inner,
  .pxl-text-marquee .pxl-item {
    gap: 10px;
  }
}
.pxl-text-marquee .pxl-item--text {
  text-transform: uppercase;
}
.pxl-text-marquee.text-dark .pxl-item--text {
  color: #223035;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 7.68px;
}
.pxl-text-marquee.text-stroke .pxl-item--text {
  -webkit-text-stroke: 1px #223035;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 7.68px;
}
.pxl-text-marquee.text-gradient .pxl-item--text,
.pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
.swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
.pxl-icon-box1.round-box-icon3
  .pxl-item--title.pxl-text-marquee
  .pxl-item--text,
.pxl-icon-box1.round-box-icon3
  .pxl-item--description.pxl-text-marquee
  .pxl-item--text,
.pxl-icon-box1.round-box-icon3
  .pxl-item--icon
  i.pxl-text-marquee
  .pxl-item--text,
.pxl-text-marquee.text-gradient1 .pxl-item--text {
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(-90deg, rgba(243, 248, 249, 0) 0%, #f3f8f9 100%);
  background: -webkit-linear-gradient(
    -90deg,
    rgba(243, 248, 249, 0) 0%,
    #f3f8f9 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media max-xl {
  .pxl-text-marquee.text-gradient .pxl-item--text,
  .pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
  .swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--title.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--description.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--icon
    i.pxl-text-marquee
    .pxl-item--text,
  .pxl-text-marquee.text-gradient1 .pxl-item--text {
    font-size: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee.text-gradient .pxl-item--text,
  .pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
  .swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--title.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--description.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--icon
    i.pxl-text-marquee
    .pxl-item--text,
  .pxl-text-marquee.text-gradient1 .pxl-item--text {
    font-size: 260px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-text-marquee.text-gradient .pxl-item--text,
  .pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
  .swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--title.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--description.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--icon
    i.pxl-text-marquee
    .pxl-item--text,
  .pxl-text-marquee.text-gradient1 .pxl-item--text {
    font-size: 240px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.text-gradient .pxl-item--text,
  .pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
  .swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--title.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--description.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--icon
    i.pxl-text-marquee
    .pxl-item--text,
  .pxl-text-marquee.text-gradient1 .pxl-item--text {
    font-size: 220px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-text-marquee.text-gradient .pxl-item--text,
  .pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
  .swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--title.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--description.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--icon
    i.pxl-text-marquee
    .pxl-item--text,
  .pxl-text-marquee.text-gradient1 .pxl-item--text {
    font-size: 200px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-text-marquee.text-gradient .pxl-item--text,
  .pxl-contact-info-widget .pxl-item--icon i.pxl-text-marquee .pxl-item--text,
  .swiper-filter-wrap .filter-item.active span.pxl-text-marquee .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--title.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--description.pxl-text-marquee
    .pxl-item--text,
  .pxl-icon-box1.round-box-icon3
    .pxl-item--icon
    i.pxl-text-marquee
    .pxl-item--text,
  .pxl-text-marquee.text-gradient1 .pxl-item--text {
    font-size: 190px;
  }
}
.pxl-text-marquee.text-gradient1 .pxl-item--text {
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #19272b 0%, #1d2d32 100%);
  background: -webkit-linear-gradient(180deg, #19272b 0%, #1d2d32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-text-marquee.text-stroke-gradient .pxl-item--text {
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 7px;
  background: linear-gradient(
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #fff;
}
.pxl-text-marquee.text-stroke-gradient i {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.pxl-text-marquee.text-custom .pxl-item--text {
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media max-xl {
  .pxl-text-marquee.text-custom .pxl-item--text {
    font-size: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee.text-custom .pxl-item--text {
    font-size: 260px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-text-marquee.text-custom .pxl-item--text {
    font-size: 240px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.text-custom .pxl-item--text {
    font-size: 220px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-text-marquee.text-custom .pxl-item--text {
    font-size: 200px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-text-marquee.text-custom .pxl-item--text {
    font-size: 190px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-text-marquee.text-stroke .pxl-item--text,
  .pxl-text-marquee.text-dark .pxl-item--text,
  .pxl-text-marquee.text-stroke-gradient .pxl-item--text {
    font-size: 110px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-text-marquee.text-stroke .pxl-item--text,
  .pxl-text-marquee.text-dark .pxl-item--text,
  .pxl-text-marquee.text-stroke-gradient .pxl-item--text {
    font-size: 95px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.text-stroke .pxl-item--text,
  .pxl-text-marquee.text-dark .pxl-item--text,
  .pxl-text-marquee.text-stroke-gradient .pxl-item--text {
    font-size: 80px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-text-marquee.text-stroke .pxl-item--text,
  .pxl-text-marquee.text-dark .pxl-item--text,
  .pxl-text-marquee.text-stroke-gradient .pxl-item--text {
    font-size: 65px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-text-marquee.text-stroke svg,
  .pxl-text-marquee.text-dark svg,
  .pxl-text-marquee.text-stroke-gradient svg {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee.text-stroke svg,
  .pxl-text-marquee.text-dark svg,
  .pxl-text-marquee.text-stroke-gradient svg {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-text-marquee.text-stroke svg,
  .pxl-text-marquee.text-dark svg,
  .pxl-text-marquee.text-stroke-gradient svg {
    width: 55px;
    height: 55px;
  }
}
.pxl-logo a {
  display: inline-block;
  position: relative;
  overflow: auto;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-links .pxl-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pxl-links .pxl-items .pxl-item,
.pxl-links .pxl-items .pxl-item--link {
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
.pxl-links .pxl-items.style-default .pxl-item--link {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  gap: 13px;
}
.pxl-links .pxl-items.style1 .pxl-item--link {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
}
.pxl-links .pxl-items.style2 {
  gap: 22px;
}
.pxl-links .pxl-items.style-hover-divider .pxl-item--link {
  position: relative;
}
.pxl-links .pxl-items.style-hover-divider .pxl-item--link:before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: inherit;
}
.pxl-links .pxl-items.style-hover-divider .pxl-item--link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.pxl-links .pxl-items.style-hover-divider .pxl-item--link:hover:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link {
  position: relative;
}
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:before,
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 2px;
  width: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:before {
  left: 0;
}
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:after {
  right: 0;
}
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:hover:before,
.pxl-links .pxl-items.style-hover-divider2 .pxl-item--link:hover:after {
  width: 50%;
}
.pxl-links .pxl-title.style1 {
  color: #aec5cd;
  margin-bottom: 13px;
}
.pxl-links .pxl-title.style2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.pxl-links .pxl-title.style3 {
  color: var(--primary-color);
  font-family: "Sora";
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  margin-bottom: 17.65px;
}
.pxl-links .pxl-title.style4 {
  color: #fff;
  font-family: "DM Sans";
  font-size: 30.189px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1399px) {
  .pxl-links .pxl-title.style4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-links .pxl-title.style4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-links .pxl-title.style4 {
    font-size: 24px;
  }
}
.pxl-heading .pxl-heading--container {
  display: inline-flex;
  width: 100%;
}
.pxl-heading .pxl-item--title {
  overflow: hidden;
}
.pxl-heading .pxl-item--title .pxl-title--highlight {
  font-style: italic;
  font-family: "DM Serif Text", sans-serif;
}
.pxl-heading .pxl-item--title.pxl-heading-default,
.pxl-heading .pxl-item--title.pxl-heading-default1 {
  letter-spacing: -0.42px;
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-default,
  .pxl-heading .pxl-item--title.pxl-heading-default1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-default,
  .pxl-heading .pxl-item--title.pxl-heading-default1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-default,
  .pxl-heading .pxl-item--title.pxl-heading-default1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-heading .pxl-item--title.pxl-heading-default,
  .pxl-heading .pxl-item--title.pxl-heading-default1 {
    font-size: 30px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-default1 {
  font-family: "Sora";
}
.pxl-heading .pxl-item--title.pxl-heading-default1 .pxl-title--highlight {
  font-size: inherit;
  font-style: normal;
  font-family: inherit;
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-post-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-post-title {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title.pxl-heading-post-title {
    font-size: 40px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-style-7 {
  font-size: 12.75vw;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.045;
  letter-spacing: -2.449px;
  font-family: "Glamore";
  white-space: nowrap;
  color: #fff;
}
.pxl-heading .pxl-item--title.pxl-heading-style-1 {
  letter-spacing: -0.42px;
}
.pxl-heading .pxl-item--title.pxl-heading-style-1::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 140px;
  margin-left: 22px;
  transform: translateY(-12px);
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-1 {
    font-size: 34px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-style-2 {
  max-width: 680px;
  color: #111;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.03125;
}
.pxl-heading .pxl-item--title.pxl-heading-style-3 {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
  color: #223035;
}
.pxl-heading .pxl-item--title.pxl-heading-style-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.6px;
  height: 3.26px;
  background-color: #97bac7;
  border: 5px;
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-3 {
    font-size: 24px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-style-4 {
  color: #111;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.17143;
}
.pxl-heading .pxl-item--title.pxl-heading-style-4 .pxl-title--highlight {
  letter-spacing: 0;
}
@media screen and (max-width: 1460px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-4 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-4 {
    font-size: 42px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-style-5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #85979b;
}
.pxl-heading .pxl-item--title.pxl-heading-style-6 {
  letter-spacing: -0.56px;
  line-height: 1.17857;
  max-width: 930px;
}
@media screen and (max-width: 1460px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-6 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-6 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-style-6 {
    font-size: 40px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-page-title {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.825;
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-page-title {
    font-size: 72px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-page-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-page-title {
    font-size: 56px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-intro {
  color: #fff;
  text-align: center;
  font-size: 96px;
  font-weight: 500;
  line-height: 1.03125;
}
.pxl-heading .pxl-item--title.pxl-heading-intro .pxl-title--highlight {
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro {
    font-size: 82px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro {
    font-size: 68px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro {
    font-size: 52px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-intro2 {
  max-width: 1430px;
  text-align: center;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  margin-top: 40px;
}
.pxl-heading .pxl-item--title.pxl-heading-intro2 .pxl-title--highlight {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.pxl-heading .pxl-item--title.pxl-heading-intro2 .pxl-title--highlight::after {
  position: absolute;
  content: "";
  bottom: 18px;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #38464a;
  -webkit-transition: width 0.3s ease;
  -khtml-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  max-width: 94%;
}
@media screen and (max-width: 1399px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro2 {
    font-size: 86px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro2 {
    font-size: 72px;
    max-width: 1000px;
  }
  .pxl-heading
    .pxl-item--title.pxl-heading-intro2
    .pxl-title--highlight::after {
    bottom: 14px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro2 {
    font-size: 56px;
    max-width: 800px;
  }
  .pxl-heading
    .pxl-item--title.pxl-heading-intro2
    .pxl-title--highlight::after {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro2 {
    font-size: 52px;
    line-height: 1.3;
  }
  .pxl-heading
    .pxl-item--title.pxl-heading-intro2
    .pxl-title--highlight::after {
    bottom: 8px;
    height: 3px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro2 {
    font-size: 42px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-intro3 {
  color: #fff;
  font-family: "Sora";
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: -2.4px !important;
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro3 {
    font-size: 75px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro3 {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro3 {
    font-size: 55px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro3 {
    font-size: 48px;
  }
}
.pxl-heading .pxl-item--title.pxl-heading-intro4 {
  color: #fff;
  font-size: 99.003px;
  font-weight: 500;
  line-height: 0.98437;
  letter-spacing: -0.99px;
}
.pxl-heading .pxl-item--title.pxl-heading-intro4 .pxl-title--highlight {
  font-family: inherit;
  opacity: 0.9964;
  color: var(--primary-color);
  font-weight: 700;
  font-style: inherit;
}
@media screen and (max-width: 1399px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro4 {
    font-size: 83px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro4 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro4 {
    font-size: 68px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title.pxl-heading-intro4 {
    font-size: 56px;
  }
}
.pxl-heading.pxl-subtitle-box-1 .pxl-item--subtext,
.pxl-heading.pxl-subtitle-box-3 .pxl-item--subtext,
.pxl-heading.pxl-subtitle-box-3--white .pxl-item--subtext,
.pxl-heading.pxl-subtitle-box-4 .pxl-item--subtext,
.pxl-heading.pxl-sutitle-box-6 .pxl-item--subtext,
.pxl-heading.pxl-sutitle-box-6--dark .pxl-item--subtext,
.pxl-heading.pxl-subtitle-box-7 .pxl-item--subtext {
  font-family: "Heebo", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.pxl-heading.pxl-subtitle-box-2 .pxl-item--subtitle,
.pxl-heading.pxl-subtitle-box-5 .pxl-item--subtitle {
  margin-bottom: 10px;
}
.pxl-heading.pxl-subtitle-box-2 .pxl-item--subtext,
.pxl-heading.pxl-subtitle-box-5 .pxl-item--subtext {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.24px 11.6px;
  background-color: #f4f4f4;
  font-family: "Heebo", sans-serif;
  color: #111;
  font-size: 17.376px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.085px;
}
@media screen and (max-width: 767px) {
  .pxl-heading.pxl-subtitle-box-2 .pxl-item--subtext,
  .pxl-heading.pxl-subtitle-box-5 .pxl-item--subtext {
    font-size: 14px;
  }
}
.pxl-heading.pxl-subtitle-box-7 .pxl-item--subtitle {
  margin-bottom: 17px;
}
.pxl-heading.pxl-subtitle-box-7 .pxl-item--subtext {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pxl-heading.pxl-subtitle-box-8 .pxl-item--subtitle {
  margin-bottom: 18px;
}
.pxl-heading.pxl-subtitle-box-8 .pxl-item--subtext {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "DM Sans";
  font-size: 18px;
  letter-spacing: -0.18px;
  padding: 3.5px 20.5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.pxl-heading.pxl-subtitle-box-8 .pxl-item--subtext::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #e5ff5e;
}
.pxl-heading.pxl-subtitle-box-1 .pxl-item--subtitle {
  margin-bottom: 17px;
}
.pxl-heading.pxl-subtitle-box-1 .pxl-item--subtext {
  background-color: #547079;
  color: #fff;
}
.pxl-heading.pxl-subtitle-box-2 .pxl-item--subtitle {
  margin-bottom: 9px;
}
.pxl-heading.pxl-subtitle-box-2 .pxl-item--subtext {
  background-color: #f4f4f4;
  color: #111;
}
.pxl-heading.pxl-subtitle-box-3 .pxl-item--subtitle {
  margin-bottom: 17px;
}
.pxl-heading.pxl-subtitle-box-3 .pxl-item--subtext {
  background-color: #e1f2f2;
  color: #547079;
}
.pxl-heading.pxl-subtitle-box-3--white .pxl-item--subtitle {
  margin-bottom: 17px;
}
.pxl-heading.pxl-subtitle-box-3--white .pxl-item--subtext {
  background-color: #fff;
  color: #263037;
}
.pxl-heading.pxl-subtitle-box-4 .pxl-item--subtitle {
  margin-bottom: 17px;
}
.pxl-heading.pxl-subtitle-box-4 .pxl-item--subtext {
  color: #547079;
  border: 1px solid #97bac7;
  background: #e1f2f2;
}
.pxl-heading.pxl-subtitle-box-5 .pxl-item--subtitle {
  margin-bottom: 26px;
}
.pxl-heading.pxl-subtitle-box-5 .pxl-item--subtext {
  background-color: #d9d9d9;
  color: #111;
  text-transform: uppercase;
}
.pxl-heading.pxl-sutitle-box-6 .pxl-item--subtitle {
  margin-bottom: 19px;
}
.pxl-heading.pxl-sutitle-box-6 .pxl-item--subtext {
  background-color: #f4f4f4;
  color: #111;
  text-transform: uppercase;
}
.pxl-heading.pxl-sutitle-box-6--dark .pxl-item--subtitle {
  margin-bottom: 19px;
}
.pxl-heading.pxl-sutitle-box-6--dark .pxl-item--subtext {
  background-color: rgba(244, 244, 244, 0.2);
  color: #fff;
  text-transform: uppercase;
}
.pxl-heading.pxl-subtitle-line1 .pxl-item--subtext,
.pxl-heading.pxl-subtitle-line3 .pxl-item--subtext {
  position: relative;
  padding-left: 66px;
  color: #111;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.25px;
}
.pxl-heading.pxl-subtitle-line1 .pxl-item--subtext::after,
.pxl-heading.pxl-subtitle-line3 .pxl-item--subtext::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 52px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #111;
}
.pxl-heading.pxl-subtitle-line3 .pxl-item--subtext {
  color: #fff;
}
.pxl-heading.pxl-subtitle-line3 .pxl-item--subtext::after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-heading.pxl-subtitle-line3 .pxl-item--subtext {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading.pxl-subtitle-line3 .pxl-item--subtext {
    font-size: 20px;
  }
}
.pxl-heading.pxl-subtitle-line2 .pxl-item--subtitle {
  margin-bottom: 20px;
}
.pxl-heading.pxl-subtitle-line2 .pxl-item--subtext {
  position: relative;
  padding-left: 68px;
  color: #85979b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.pxl-heading.pxl-subtitle-line2 .pxl-item--subtext::after {
  position: absolute;
  content: "";
  top: 66%;
  left: 0;
  width: 52px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #85979b;
}
.pxl-heading.pxl-style1 .pxl-item--subtitle {
  margin-bottom: 40px;
}
.pxl-heading.pxl-style1 .pxl-item--subtext {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.pxl-icon .pxl-item {
  display: inline-flex;
  align-items: center;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-icon .pxl-item--icon {
  transition: inherit;
}
.pxl-icon .pxl-item--link {
  z-index: 99;
}
.pxl-icon.style-default .pxl-item {
  gap: 16px;
  font-weight: 500;
  color: #111;
}
.pxl-icon.style1 {
  position: relative;
}
.pxl-icon.style1 .pxl-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 49px;
  -webkit-transition: color 0.3s linear 0s;
  -khtml-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -ms-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}
.pxl-icon.style1 .pxl-item:hover {
  color: #fff;
}
.pxl-icon.style2 .pxl-item {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  gap: 9px;
  letter-spacing: 0;
}
.pxl-icon.style3 .pxl-item {
  gap: 17px;
}
.pxl-icon.style3 .pxl-item--icon {
  width: 61px;
  height: 61px;
  min-width: 61px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pxl-icon.style3 .pxl-item--text {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18.438px;
  font-weight: 400;
  line-height: 1.41;
}
@keyframes fade458 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.pxl-contact-form {
  /* Contact Form */
}
.pxl-contact-form .pxl-form-loader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 99;
  visibility: hidden;
}
.pxl-contact-form .pxl-form-loader.light div {
  background: #fff;
}
.pxl-contact-form .pxl-form-loader.gradient div {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-contact-form .pxl-form-loader div {
  width: 8%;
  height: 24%;
  background: #223035;
  position: absolute;
  left: 50%;
  top: 30%;
  opacity: 0;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  animation: fade458 1s linear infinite;
}
.pxl-contact-form .pxl-form-loader .bar1 {
  transform: rotate(0deg) translate(0, -130%);
  animation-delay: 0s;
}
.pxl-contact-form .pxl-form-loader .bar2 {
  transform: rotate(30deg) translate(0, -130%);
  animation-delay: -1.1s;
}
.pxl-contact-form .pxl-form-loader .bar3 {
  transform: rotate(60deg) translate(0, -130%);
  animation-delay: -1s;
}
.pxl-contact-form .pxl-form-loader .bar4 {
  transform: rotate(90deg) translate(0, -130%);
  animation-delay: -0.9s;
}
.pxl-contact-form .pxl-form-loader .bar5 {
  transform: rotate(120deg) translate(0, -130%);
  animation-delay: -0.8s;
}
.pxl-contact-form .pxl-form-loader .bar6 {
  transform: rotate(150deg) translate(0, -130%);
  animation-delay: -0.7s;
}
.pxl-contact-form .pxl-form-loader .bar7 {
  transform: rotate(180deg) translate(0, -130%);
  animation-delay: -0.6s;
}
.pxl-contact-form .pxl-form-loader .bar8 {
  transform: rotate(210deg) translate(0, -130%);
  animation-delay: -0.5s;
}
.pxl-contact-form .pxl-form-loader .bar9 {
  transform: rotate(240deg) translate(0, -130%);
  animation-delay: -0.4s;
}
.pxl-contact-form .pxl-form-loader .bar10 {
  transform: rotate(270deg) translate(0, -130%);
  animation-delay: -0.3s;
}
.pxl-contact-form .pxl-form-loader .bar11 {
  transform: rotate(300deg) translate(0, -130%);
  animation-delay: -0.2s;
}
.pxl-contact-form .pxl-form-loader .bar12 {
  transform: rotate(330deg) translate(0, -130%);
  animation-delay: -0.1s;
}
.pxl-contact-form {
  position: relative;
}
.pxl-contact-form.btn-gadient .btn-submit {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-contact-form .wpcf7 {
  display: flex;
  width: 100%;
}
.pxl-contact-form .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.pxl-contact-form .wpcf7 .wpcf7-form {
  width: 100%;
}
.pxl-contact-form .wpcf7 .wpcf7-response-output {
  border: none;
  outline: none;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 16px;
}
.pxl-contact-form .wpcf7 .btn-submit {
  font-family: "DM Sans", sans-serif;
}
.pxl-contact-form .wpcf7 input {
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.pxl-contact-form .wpcf7 input:focus {
  outline: none;
  box-shadow: none;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 {
  width: 100%;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 .wpcf7-response-output {
  text-align: center;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 input {
  padding: 10px 125px 17px 1px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 p {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 410px;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 p .btn-submit {
  position: absolute;
  top: -5px;
  right: -2px;
  padding: 6px 16px 6px 20px;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 p .btn-submit i {
  font-size: 11px;
}
@media screen and (max-width: 479px) {
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 p .btn-submit {
    position: relative;
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-1 p {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }
  .pxl-contact-form
    .wpcf7
    .pxl-newsletter.pxl-layout-1
    p
    span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 input,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 input {
  padding: 0 0 21px;
  width: 100%;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 br,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 br {
  display: none;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p {
  position: relative;
}
@media screen and (max-width: 360px) {
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p,
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit,
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit {
    padding: 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p,
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p {
    width: 100%;
  }
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit {
  --current-color: currentcolor;
  padding: 0;
  position: absolute;
  top: 3px;
  right: -0.5px;
  gap: 11px;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit::after,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit::after {
  position: absolute;
  content: "";
  border: 1px solid var(--primary-color);
  opacity: 0;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit i,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit i {
  color: currentColor;
  font-size: 12px;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit i::after,
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit i::after {
  color: var(--current-color);
}
@media screen and (max-width: 360px) {
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit,
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit {
    position: relative;
    padding: 8px 42px;
    border-radius: 25px;
  }
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 p .btn-submit::after,
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit::after {
    opacity: 1;
  }
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-2 input {
  color: #223035;
  letter-spacing: -0.1px;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 input {
  padding: 0 0 21px;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 360px) {
  .pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-3 p .btn-submit {
    border: 1px solid #fff;
    margin-top: 15px;
  }
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-4 input {
  display: flex;
  width: 100%;
  padding: 18px 30px;
  background-color: #fff;
  border-radius: 20px;
  font-family: Heebo;
  font-size: 16px;
  font-weight: 600;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-4 button {
  position: absolute;
  right: 6px;
  top: 7px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background-color: #002b2b;
  color: #fff;
}
.pxl-contact-form .wpcf7 .pxl-newsletter.pxl-layout-4 button:hover {
  background-color: #e5ff5e;
  color: #002b2b;
}
.pxl-contact-form .wpcf7 .pxl-contact-us-form input {
  padding: 0 0 18px 0;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  color: #85979b;
}
.pxl-contact-form .wpcf7 .pxl-contact-us-form textarea {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  max-height: 130px;
  text-transform: uppercase;
  color: #85979b;
}
.pxl-contact-form .wpcf7 .pxl-contact-us-form.layout-1 .pxl-field-wrap,
.pxl-contact-form .wpcf7 .pxl-contact-us-form.layout-1 .pxl-btn-wrap {
  margin-bottom: 50px;
}
.pxl-contact-form .wpcf7 .pxl-contact-us-form.layout-2 {
  width: 100%;
  padding: 97px 88px 102px 63px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
}
.pxl-contact-form .wpcf7 .pxl-contact-us-form.layout-2 .pxl-field-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .pxl-contact-form .wpcf7 .pxl-contact-us-form.layout-2 {
    padding: 97px 30px 102px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-contact-form .wpcf7 .pxl-contact-us-form.layout-2 {
    padding: 85px 15px 85px 15px;
  }
}
.pxl-image-single {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single *,
.pxl-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single img {
  width: auto;
}
.pxl-image-single .pxl-item--label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #545454;
  margin-bottom: 10px;
  font-size: 13px;
}
.pxl-image-single.pxl-hover1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-image-single.pxl-hover1 .pxl-item--inner img {
  -webkit-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.pxl-image-single.pxl-hover1 .pxl-item--inner:hover img {
  -webkit-transform: scale(1.06);
  -khtml-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.pxl-image-single.pxl-hover2 .pxl-item--inner img {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pxl-image-single.pxl-hover2 .pxl-item--inner:hover img {
  -webkit-transform: scale(0.95);
  -khtml-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.pxl-image-single.pxl-image-parallax .pxl-item--image {
  -webkit-transition: all 150ms linear 0ms;
  -khtml-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .pxl-image-single.pxl-disable-parallax-sm {
    transform: none !important;
  }
}
.pxl-image-single .pxl-overlay-color,
.pxl-image-single .pxl-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-image-single .pxl-item--inner {
  position: relative;
}
.pxl-image-single .pxl-item--inner .pxl-item--layer {
  position: absolute;
}
.pxl-image-tilt {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pxl-image-tilt-active {
  overflow: hidden;
  /* Case Search Form */
}
.pxl-search-form1 .pxl-searchform-wrap {
  display: flex;
  gap: 10.5px;
  position: relative;
}
.pxl-search-form1 .pxl-searchform-wrap .pxl-search-submit {
  background: transparent;
  padding: 0;
}
.pxl-search-form2 {
  width: 100%;
}
.pxl-search-form2 .pxl-search-form--inner {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pxl-search-form2 .pxl-searchform-wrap {
  position: relative;
  max-width: 742px;
  width: 100%;
}
.pxl-search-form2 .pxl-searchform-wrap input {
  border-bottom: 1px solid #fff;
  padding-bottom: 21px;
  padding-right: 80px;
}
.pxl-search-form2 .pxl-searchform-wrap .pxl-search-submit {
  position: absolute;
  background: transparent;
  padding: 0;
  right: 0;
  top: 2px;
  gap: 11px;
}
.pxl-search-form2 .pxl-searchform-wrap .pxl-search-submit i {
  font-size: 12px;
  color: inherit;
}
.pxl-search-form2 .pxl-searchform-wrap .pxl-search-submit i::after {
  color: inherit;
}
@media screen and (max-width: 360px) {
  .pxl-search-form2 .pxl-searchform-wrap .pxl-search-submit {
    margin-top: 30px;
    position: static;
    padding: 8px 42px;
    border: 1px solid #fff;
    border-radius: 25px;
  }
}
.pxl-process-1 .pxl--number {
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  border-radius: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 2;
}
.pxl-process-1 .pxl--title {
  font-size: 22px;
  margin-bottom: 13px;
}
@media screen and (max-width: 880px) {
  .pxl-process-1 .pxl--title {
    font-size: 18px;
  }
}
.pxl-process-1 .pxl--desc {
  color: #4a4a4a;
}
@media screen and (max-width: 880px) {
  .pxl-process-1 .pxl--desc {
    font-size: 16px;
  }
}
.pxl-process-1 .pxl--item {
  background-color: #f5f5f5;
  padding: 27px 40px 27px 70px;
  position: relative;
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .pxl-process-1 .pxl--item {
    padding-right: 30px;
    padding-left: 50px;
  }
}
.pxl-process-1 .pxl--item:before {
  z-index: 1;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  width: 7px;
  background-color: var(--primary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pxl-process-1 .pxl--item + .pxl--item {
  margin-top: 27px;
}
.pxl-process-1 .pxl--item:hover:before {
  height: 100%;
}
.pxl-process-1 .pxl--item:hover .pxl--number {
  background-color: #d7d7d7;
  color: #000;
}
.section-overlay-space .elementor-background-overlay {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 880px) {
  .section-overlay-space .elementor-background-overlay {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.rtl .pxl-drop-caps .pxl-first-letter {
  margin-right: 0;
  margin-left: 18px;
  float: right;
}
.pxl-menu-hidden-sidebar {
  position: relative;
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-overlay {
  content: "";
  position: absolute;
  top: -3000px;
  left: -3000px;
  width: 20000px;
  height: 20000px;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: -1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-wrap {
  position: absolute;
  top: 100%;
  right: -32px;
  padding: 50px;
  min-width: 510px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
  z-index: 1001;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  visibility: hidden;
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-menu-popup-wrap {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 40px;
  transition: all 300ms linear 0ms;
  transform: scale(0);
  transform-origin: top left;
  transition-delay: 120ms;
}
.pxl-menu-hidden-sidebar .pxl-menu-popup {
  max-height: calc(100vh - 450px);
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 250px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 20px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-menu-popup {
    max-height: calc(100vh - 350px);
  }
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-inner {
  position: relative;
  overflow: hidden;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden {
  list-style: none;
  margin-bottom: 0;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden .pxl-arrow-toggle {
  height: 26px;
  width: 26px;
  color: #dadada;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden a {
  font-size: 18px;
  color: #01041e;
  font-weight: 700;
  display: block;
  padding: 5px 0;
  position: relative;
  padding-right: 38px;
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-menu-hidden a {
    font-size: 17px;
  }
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li {
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li > a {
  font-size: 24px;
  color: #cdcdcd;
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-menu-hidden > li > a {
    font-size: 20px;
  }
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li > a.pxl-onepage-active,
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li:hover > a,
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li.current_page_item > a,
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li.current-menu-item > a,
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li.current_page_ancestor > a,
.pxl-menu-hidden-sidebar .pxl-menu-hidden > li.current-menu-ancestor > a {
  color: #01041e;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden .sub-menu {
  list-style: none;
  margin: 8px 0;
  display: none;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden .sub-menu .pxl-menu-item-text {
  display: inline-flex;
  align-items: center;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden .sub-menu .pxl-menu-item-text:before {
  font-family: "Flaticon";
  content: "\f134";
  font-size: 15px;
  color: var(--primary-color);
  margin-right: 12px;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden .sub-menu .sub-menu {
  padding-left: 12px;
}
.pxl-menu-hidden-sidebar .pxl-menu-hidden .sub-menu .sub-menu .sub-menu {
  padding-left: 24px;
}
.pxl-menu-hidden-sidebar .pxl-menu-button-wrap {
  position: relative;
}
.pxl-menu-hidden-sidebar .pxl-menu-button {
  color: #fff;
  font-size: 24px;
  width: 100%;
}
.pxl-menu-hidden-sidebar .pxl-menu-button i {
  line-height: 2;
}
.pxl-menu-hidden-sidebar .pxl-logo {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  transform: translateY(25px);
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-logo {
    margin-bottom: 32px;
  }
}
.pxl-menu-hidden-sidebar .pxl-list-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 67px;
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-list-info {
    padding-top: 35px;
  }
}
.pxl-menu-hidden-sidebar .pxl-list-info .pxl--item {
  padding: 0 10px;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-menu-hidden-sidebar .pxl-list-info .pxl--item a {
  font-size: 18px;
  font-weight: 500;
  color: #01041e;
}
.pxl-menu-hidden-sidebar .pxl-list-info .pxl--item a:hover {
  color: var(--primary-color);
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-close {
  position: absolute;
  top: 27px;
  left: 40px;
  font-size: 24px;
  color: #01041e;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  transform: scale(0.5);
}
@media screen and (max-width: 1460px) {
  .pxl-menu-hidden-sidebar .pxl-menu-popup-close {
    font-size: 20px;
  }
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-close i {
  font-size: 22px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-menu-hidden-sidebar .pxl-menu-popup-close:hover i {
  transform: rotate(180deg);
}
.pxl-menu-hidden-sidebar.active .pxl-menu-popup-overlay {
  opacity: 1;
  visibility: visible;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-popup-wrap {
  visibility: visible;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-popup-wrap:before {
  transform: scale(1);
  transition-delay: 0ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-popup-close {
  transform: scale(1);
  opacity: 1;
  transition-delay: 100ms;
}
.pxl-menu-hidden-sidebar.active .pxl-logo {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 200ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li {
  transform: translateY(0px);
  opacity: 1;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li:nth-child(1) {
  transition-delay: 300ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li:nth-child(2) {
  transition-delay: 320ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li:nth-child(3) {
  transition-delay: 340ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li:nth-child(4) {
  transition-delay: 360ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li:nth-child(5) {
  transition-delay: 380ms;
}
.pxl-menu-hidden-sidebar.active .pxl-menu-hidden > li:nth-child(6) {
  transition-delay: 400ms;
}
.pxl-menu-hidden-sidebar.active .pxl-list-info .pxl--item {
  transform: translateY(0px);
  opacity: 1;
}
.pxl-menu-hidden-sidebar.active .pxl-list-info .pxl--item:nth-child(1) {
  transition-delay: 500ms;
}
.pxl-menu-hidden-sidebar.active .pxl-list-info .pxl--item:nth-child(2) {
  transition-delay: 600ms;
}
.h2-section-full.elementor-section {
  left: 0 !important;
  width: auto !important;
  padding-left: 0 !important;
}
.pxl-dark-home3 #pxl-header-mobile .pxl-showcase1 .pxl-item--btn,
.pxl-dark-home3 #pxl-header-mobile .pxl-showcase1 .pxl-item--title {
  background-color: #0d1428;
}
.pxl-dark-home3
  #pxl-header-mobile
  .pxl-showcase1
  .pxl-item--image
  .cooming-soon-text {
  background-color: #0d1428;
}
.pxl-dark-home3 #pxl-header-mobile .pxl-showcase1 .pxl-item--btn:hover {
  background-color: #111;
}
.pxl-dark-home3 .pxl-section-main-dark-header .pxl-showcase1 .pxl-item--btn,
.pxl-dark-home3 .pxl-section-main-dark-header .pxl-showcase1 .pxl-item--title {
  background-color: #0d1428;
}
.pxl-dark-home3
  .pxl-section-main-dark-header
  .pxl-showcase1
  .pxl-item--image
  .cooming-soon-text {
  background-color: #0d1428;
}
.pxl-dark-home5 #pxl-header-mobile .pxl-showcase1 .pxl-item--btn,
.pxl-dark-home5 #pxl-header-mobile .pxl-showcase1 .pxl-item--title {
  background-color: #222;
}
.pxl-dark-home5
  #pxl-header-mobile
  .pxl-showcase1
  .pxl-item--image
  .cooming-soon-text {
  background-color: #222;
}
.pxl-dark-home5 #pxl-header-mobile .pxl-showcase1 .pxl-item--btn:hover {
  background-color: #111;
}
.pxl-dark-home5 .pxl-section-main-dark-header .pxl-showcase1 .pxl-item--btn,
.pxl-dark-home5 .pxl-section-sticky-dark-header5 .pxl-showcase1 .pxl-item--btn,
.pxl-dark-home5 .pxl-section-main-dark-header .pxl-showcase1 .pxl-item--title,
.pxl-dark-home5
  .pxl-section-sticky-dark-header5
  .pxl-showcase1
  .pxl-item--title {
  background-color: #222;
}
.pxl-dark-home5
  .pxl-section-main-dark-header
  .pxl-showcase1
  .pxl-item--image
  .cooming-soon-text,
.pxl-dark-home5
  .pxl-section-sticky-dark-header5
  .pxl-showcase1
  .pxl-item--image
  .cooming-soon-text {
  background-color: #222;
}
.pxl-dark-home9 .pxl-showcase1 .pxl-item--btn,
.pxl-dark-home9 .pxl-showcase1 .pxl-item--title {
  background-color: #35171f;
}
.pxl-dark-home9 .pxl-showcase1 .pxl-item--image .cooming-soon-text {
  background-color: #35171f;
}
.pxl-dark-home9 .pxl-showcase1 .pxl-item--btn:hover {
  background-color: #772632;
}
.pxl-light-home9 .pxl-showcase1 .pxl-item--btn,
.pxl-home9-onepage .pxl-showcase1 .pxl-item--btn,
.pxl-light-home9 .pxl-showcase1 .pxl-item--title,
.pxl-home9-onepage .pxl-showcase1 .pxl-item--title {
  background-color: #772632;
}
.pxl-light-home9 .pxl-showcase1 .pxl-item--image .cooming-soon-text,
.pxl-home9-onepage .pxl-showcase1 .pxl-item--image .cooming-soon-text {
  background-color: #772632;
}
.pxl-light-home9 .pxl-showcase1 .pxl-item--btn:hover,
.pxl-home9-onepage .pxl-showcase1 .pxl-item--btn:hover {
  background-color: #ed674d;
}
.pxl-showcase1 {
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1200px) {
  .pxl-showcase1 {
    margin-bottom: 15px;
  }
}
.pxl-showcase1 .pxl-item--overlay {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.pxl-showcase1 .pxl-item--image {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.pxl-showcase1 .pxl-item--image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateY(0);
  -webkit-transition: all 7s ease-out;
  -khtml-transition: all 7s ease-out;
  -moz-transition: all 7s ease-out;
  -ms-transition: all 7s ease-out;
  -o-transition: all 7s ease-out;
  transition: all 7s ease-out;
}
.pxl-showcase1 .pxl-item--image .cooming-soon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 7px;
  padding: 30px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 1399px) {
  .pxl-showcase1 .pxl-item--image .cooming-soon-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-showcase1 .pxl-item--image {
    height: 300px;
  }
}
.pxl-showcase1 .pxl-item--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  z-index: 999;
  overflow: hidden;
  color: #fff;
  border-radius: 100px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-showcase1 .pxl-item--btn .pxl-btn--text {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 99;
}
.pxl-showcase1 .pxl-item--btn::after {
  position: absolute;
  content: attr(data-text);
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-showcase1 .pxl-item--btn:hover {
  background-color: #111;
}
.pxl-showcase1 .pxl-item--btn:hover .pxl-btn--text {
  transform: scaleY(0);
  opacity: 0;
}
.pxl-showcase1 .pxl-item--btn:hover::before {
  opacity: 1;
}
.pxl-showcase1 .pxl-item--btn:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.pxl-showcase1 .pxl-showcase--content {
  border-radius: 5px;
  background: transparent;
  overflow: hidden;
}
.pxl-showcase1 .pxl-item--title {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .pxl-showcase1 .pxl-item--title {
    font-size: 15px;
    padding: 10px 0;
  }
}
.pxl-showcase1:hover .pxl-item--image img {
  top: 100%;
  transform: translateY(-100%);
}
.pxl-showcase1:hover .pxl-item--image .pxl-item--btn {
  opacity: 1;
}
.pxl-showcase1:hover .pxl-item--image .pxl-item--btn.pxl-item-btn1 {
  transform: translate(-50%, calc(-50% - 56px));
}
.pxl-showcase1:hover .pxl-item--image .pxl-item--btn.pxl-item-btn2 {
  transform: translate(-50%, calc(-50% + 56px));
}
.pxl-showcase1:hover .pxl-item--overlay {
  opacity: 1;
}
.pxl-showcase1.coming-soon .pxl-item--holder:before {
  top: 0;
}
.pxl-showcase1.coming-soon .pxl-item--image img {
  filter: blur(10px);
  top: 0;
  transform: translateY(0);
}
.pxl-showcase1.coming-soon .pxl-item--overlay {
  opacity: 1;
}
@keyframes scaleText {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.pxl-showcase2 .pxl-item--title {
  text-transform: capitalize;
  display: block;
  color: #000;
  margin-bottom: 22px;
}
@media screen and (max-width: 575px) {
  .pxl-showcase2 .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-showcase2 .pxl-grid-item {
  padding-inline: 15px;
  padding-top: 73px;
  height: 100%;
}
.pxl-showcase2 .pxl-grid-item .pxl-item--shape {
  position: absolute;
}
.pxl-showcase2 .pxl-grid-item:nth-child(1) .pxl-shape1 {
  right: -84px;
  top: -82px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(1) .pxl-shape2 {
  left: -104px;
  bottom: -176px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(2) .pxl-shape1 {
  right: -30px;
  bottom: -160px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(2) .pxl-shape2 {
  left: -106px;
  bottom: 46px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(3) .pxl-shape1 {
  top: -108px;
  left: -32px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(3) .pxl-shape2 {
  right: 18px;
  bottom: 0;
}
.pxl-showcase2 .pxl-grid-item:nth-child(4) .pxl-shape1 {
  top: -108px;
  left: -76px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(4) .pxl-shape2 {
  right: -104px;
  bottom: -176px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(5) .pxl-shape1 {
  bottom: 46px;
  right: -106px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(5) .pxl-shape2 {
  left: -30px;
  bottom: -160px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(6) .pxl-shape1 {
  top: -108px;
  right: -32px;
}
.pxl-showcase2 .pxl-grid-item:nth-child(6) .pxl-shape2 {
  left: 18px;
  bottom: 0;
}
.pxl-showcase2 img {
  position: relative;
  width: 100%;
  max-width: 427px;
  z-index: 99;
}
.pxl-showcase2 .pxl-grid-inner {
  margin-top: -73px;
}
.pxl-showcase2 .pxl-item-coming-soon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  padding-top: 52px;
  padding-bottom: 20px;
}
.pxl-showcase2 .pxl-item-coming-soon h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  color: #fff;
  max-width: 427px;
  max-height: 302px;
  background: #38464a;
  box-shadow: 0px 30px 100px 0px rgba(32, 93, 106, 0.45);
}
@media screen and (max-width: 1200px) {
  .pxl-showcase2 .pxl-item-coming-soon h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-showcase2 .pxl-item-coming-soon h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-showcase2 .pxl-item-coming-soon h1 {
    font-size: 42px;
  }
}
.pxl-showcase2 .pxl-item--image {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.pxl-showcase2 .pxl-item--image::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0.25);
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -khtml-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.pxl-showcase2 .pxl-item--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  z-index: 999;
  overflow: hidden;
  color: #fff;
  border-radius: 100px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-showcase2 .pxl-item--btn .pxl-btn--text {
  position: relative;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 99;
}
.pxl-showcase2 .pxl-item--btn::after {
  position: absolute;
  content: attr(data-text);
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-showcase2 .pxl-item--btn:hover {
  background-color: #111;
}
.pxl-showcase2 .pxl-item--btn:hover .pxl-btn--text {
  transform: scaleY(0);
  opacity: 0;
}
.pxl-showcase2 .pxl-item--btn:hover::before {
  opacity: 1;
}
.pxl-showcase2 .pxl-item--btn:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.pxl-showcase2 .pxl-item-content {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 52px;
  padding-inline: 20px;
  background-color: #e1f2f2;
  border-radius: 20px;
  overflow: hidden;
}
.pxl-showcase2 .pxl-item-content.coming-soon .pxl-item--image {
  opacity: 0;
}
.pxl-showcase2 .pxl-item-content:hover .pxl-item--btn {
  opacity: 1;
}
.pxl-showcase2 .pxl-item-content:hover .pxl-item--btn.pxl-item-btn1 {
  transform: translate(-50%, calc(-50% - 56px));
}
.pxl-showcase2 .pxl-item-content:hover .pxl-item--btn.pxl-item-btn2 {
  transform: translate(-50%, calc(-50% + 56px));
}
.pxl-showcase2 .pxl-item-content:hover .pxl-item--image::before {
  opacity: 1;
}
.pxl-recent-post .pxl-post-item {
  padding: 0 6px;
  position: relative;
  overflow-x: hidden;
}
.pxl-recent-post .pxl-post-item:last-child .pxl-post--title {
  border-bottom: 1px solid #85979b;
}
.pxl-recent-post .pxl-post--title {
  padding-top: 14px;
  padding-bottom: 15px;
  border-top: 1px solid #85979b;
}
.pxl-recent-post .pxl-post--title a {
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
  transform: translateX(-49px);
}
.pxl-recent-post .pxl-post--title a .pxl-item--icon {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  opacity: 0;
  width: 34px;
  min-width: 34px;
  font-size: 36px;
}
.pxl-recent-post .pxl-post--title a .pxl-item--icon img,
.pxl-recent-post .pxl-post--title a .pxl-item--icon svg,
.pxl-recent-post .pxl-post--title a .pxl-item--icon i {
  transition: inherit;
}
.pxl-recent-post .pxl-post--title a:hover,
.pxl-recent-post .pxl-post--title a.current-post {
  color: #547079;
  transform: translateX(0) !important;
}
.pxl-recent-post .pxl-post--title a:hover .pxl-item--icon,
.pxl-recent-post .pxl-post--title a.current-post .pxl-item--icon {
  opacity: 1;
}
.pxl-recent-post .pxl-post--title a:hover .pxl-item--icon img,
.pxl-recent-post .pxl-post--title a.current-post .pxl-item--icon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(9%) saturate(1160%)
    hue-rotate(148deg) brightness(99%) contrast(83%);
}
.pxl-recent-post .pxl-post--title a:hover .pxl-item--icon svg path,
.pxl-recent-post .pxl-post--title a.current-post .pxl-item--icon svg path,
.pxl-recent-post .pxl-post--title a:hover .pxl-item--icon i path,
.pxl-recent-post .pxl-post--title a.current-post .pxl-item--icon i path {
  fill: #547079;
}
.pxl-countdown svg {
  display: none;
}
.pxl-countdown-layout1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
}
.pxl-countdown-layout1 .countdown-amount,
.pxl-countdown-layout1 .countdown-colon {
  font-size: 42px;
  line-height: 1.2381;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.42px;
}
.pxl-countdown-layout1 .countdown-period {
  color: #fff;
  text-transform: uppercase;
}
.pxl-countdown-layout1 .countdown-item-inner {
  display: inline-flex;
  justify-content: space-between;
  gap: 21px;
}
.pxl-countdown-layout1 .countdown-item-holder {
  text-align: center;
}
.pxl-countdown-layout1 .countdown-item {
  display: flex;
  justify-content: center;
  min-width: 60px;
}
body.pxl-landing-page {
  background: linear-gradient(
      0deg,
      rgba(217, 237, 237, 0.31) 0%,
      rgba(217, 237, 237, 0.31) 100%
    ),
    #fff;
}
.pxl-post-info.pxl-portfolio-layout1 ul {
  list-style: none;
  margin: 0;
}
.pxl-post-info.pxl-portfolio-layout1.default .pxl-label {
  position: relative;
  letter-spacing: 1.4px;
  padding-bottom: 12px;
  white-space: nowrap;
}
.pxl-post-info.pxl-portfolio-layout1.default .pxl-label::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #223035;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-post-info.pxl-portfolio-layout1.default .pxl-label {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-post-info.pxl-portfolio-layout1.default .pxl-label {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-info.pxl-portfolio-layout1.default .pxl-label {
    font-size: 34px;
  }
}
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info {
  margin-top: 35px;
}
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info li {
  display: flex;
  align-items: center;
}
.pxl-post-info.pxl-portfolio-layout1.default .pxl-list--info li + li {
  margin-top: 32px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--title {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--title {
    font-size: 40px;
  }
}
.pxl-post-info.pxl-portfolio-layout1.style1 .pxl-post--date {
  margin-bottom: 20px;
}
.pxl-post-navigation {
  display: flex;
  justify-content: space-between;
}
.pxl-swiper-arrow-wrap {
  display: flex;
  gap: 11px;
  align-items: center;
}
.pxl-arrow--prev,
.pxl-arrow--next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 72px;
  height: 39px;
  border-radius: 200px;
  border: 1px solid #97bac7;
  color: #97bac7;
  font-size: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-arrow--prev:hover,
.pxl-arrow--next:hover {
  background-color: #38464a;
  border: none;
  color: #fff;
}
.pxl-arrow--prev i,
.pxl-post-navigation .pxl-arrow--prev i {
  transform: scaleX(-1);
}
.pxl-navigation-carousel .pxl-nav--inner {
  width: 100%;
}
.pxl-navigation-carousel.style-grey-color .pxl-arrow--prev,
.pxl-navigation-carousel.style-grey-color .pxl-arrow--next {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.pxl-navigation-carousel.btn-hover-bg-green1 .pxl-arrow--prev:hover,
.pxl-navigation-carousel.btn-hover-bg-green1 .pxl-arrow--next:hover {
  background-color: #85979b;
  border: 1px solid #85979b;
}
.pxl-navigation-carousel.btn-hover-bg-gray .pxl-arrow--prev:hover,
.pxl-navigation-carousel.btn-hover-bg-gray .pxl-arrow--next:hover {
  background-color: #373737;
  border: 1px solid #373737;
}
.pxl-image-grid.pxl-image-grid1 .pxl-grid-inner {
  display: inline-flex;
  justify-content: center;
  align-items: end;
}
.pxl-image-marquee.pxl-image-marquee1 .pxl-marquee-inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 36px;
}
.pxl-image-marquee.pxl-image-marquee1 img {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 30px 0px rgba(116, 124, 126, 0.17);
}
@media screen and (max-width: 767px) {
  .pxl-image-marquee.pxl-image-marquee1 img {
    max-width: 300px;
  }
}
.pxl-item-pallarax {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pxl-item-pallarax .pxl-item {
  display: flex;
  align-items: center;
}
.pxl-feature-grid .pxl-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}
.pxl-feature-grid .pxl-grid-inner .pxl-item {
  flex-direction: column;
  height: 193px;
  border-radius: 18px;
  background-color: #fff;
  gap: 18px;
}
.pxl-feature-grid .pxl-grid-inner .pxl-item--image img {
  width: auto;
  max-height: 60px;
  height: 60px;
  object-fit: cover;
}
.pxl-feature-grid .pxl-grid-inner .pxl-item--title {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.pxl-elementor-footer-landing-page .pxl-section-effect-images img {
  max-width: 340px;
  border-radius: 10px;
}
.pxl-elementor-footer-landing-page .pxl-section-effect-images img:nth-child(2) {
  max-width: 388px;
}
.pxl-elementor-subpage-fact .pxl-subpage-img .elementor-widget-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .pxl-elementor-subpage-fact .pxl-subpage-img .elementor-widget-wrap {
    flex-wrap: wrap;
  }
}
.pxl--hide-arrow .pxl-swiper-arrow-wrap {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-vertical > .pxl-swiper-wrapper {
  flex-direction: column;
}
.swiper-vertical.swiper-backface-hidden .pxl-swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto !important;
}
.swiper-filter-active .non-swiper-slide {
  display: none;
}
.swiper-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swiper-filter-wrap .filter-item {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 24px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper-filter-wrap .filter-item:before {
  content: "";
  width: 11px;
  height: 41px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  -khtml-transform: translate(-50%, -50%) scaleY(0);
  -moz-transform: translate(-50%, -50%) scaleY(0);
  -ms-transform: translate(-50%, -50%) scaleY(0);
  -o-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.swiper-filter-wrap .filter-item span {
  color: #010927;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-wrap .filter-item.active {
  color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  -khtml-transform: translate(-50%, -50%) scaleY(1);
  -moz-transform: translate(-50%, -50%) scaleY(1);
  -ms-transform: translate(-50%, -50%) scaleY(1);
  -o-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}
.pxl-swiper-slider .pxl-post--image img,
.pxl-swiper-slider .pxl-post--featured img {
  width: 100%;
}
.pxl-swiper-slider .pxl-post--title a,
.pxl-swiper-slider .pxl-post--category a {
  color: inherit;
}
.pxl-swiper-slider .pxl-post--title a:hover,
.pxl-swiper-slider .pxl-post--category a:hover {
  color: inherit;
}
.pxl-swiper-slider.pxl-swiper-pagination-progressbar {
  height: 1px;
  background-color: #454545;
  width: 100%;
  position: relative;
  margin-top: 45px;
}
.pxl-swiper-slider.pxl-swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 3px;
  background-color: var(--primary-color);
  display: inline-flex;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left top;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.style1,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style2,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style3,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style5 {
  margin-top: 80px;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.style1 .pxl-swiper-dots,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style2 .pxl-swiper-dots,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style3 .pxl-swiper-dots,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style5 .pxl-swiper-dots {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding-inline: 28px;
  gap: 14px;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.style1 .pxl-swiper-pagination-bullet,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style2 .pxl-swiper-pagination-bullet,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style3 .pxl-swiper-pagination-bullet,
.pxl-swiper-slider .pxl-swiper-dots-wrap.style5 .pxl-swiper-pagination-bullet {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet::after,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet::after,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet::after,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50%;
  background: transparent;
  opacity: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet:hover,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet:hover,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet:hover,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet:hover,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet:hover::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet:hover::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet:hover::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet:hover::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet::after {
  background-color: #97bac7;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style1
  .pxl-swiper-pagination-bullet::before {
  border-color: #97bac7;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet::after {
  background-color: #fff;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style2
  .pxl-swiper-pagination-bullet::before {
  border-color: #fff;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet::after {
  background-color: #989898;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style3
  .pxl-swiper-pagination-bullet::before {
  border-color: #989898;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet::after {
  background-color: var(--primary-color);
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style5
  .pxl-swiper-pagination-bullet::before {
  border-color: var(--primary-color);
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.pxl-divider .pxl-swiper-dots {
  position: relative;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.pxl-divider .pxl-swiper-dots::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #d9d9d9;
  z-index: -1;
}
.pxl-swiper-slider .pxl-swiper-dots-wrap.style4 .pxl-swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 41.5px;
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style4
  .pxl-swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  top: 50%;
  left: 0;
  transform: translateY(50%);
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style4
  .pxl-swiper-pagination-bullet:hover,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style4
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style4
  .pxl-swiper-pagination-bullet:hover::before,
.pxl-swiper-slider
  .pxl-swiper-dots-wrap.style4
  .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #111;
}
.pxl-swiper-slider .pxl-carousel-inner,
.pxl-swiper-slider .pxl-swiper-container {
  position: relative;
}
.pxl-swiper-slider .pxl-swiper-arrow-wrap {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
.pxl-swiper-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  cursor: pointer;
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.pxl-swiper-slider .pxl-swiper-arrow-wrap.style-default .pxl-swiper-arrow {
  padding: 0;
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-color: #223035;
  border-style: solid;
  border-radius: 50px;
}
.pxl-swiper-slider
  .pxl-swiper-arrow-wrap.style-default
  .pxl-swiper-arrow:hover {
  color: #fff;
}
.pxl-grid .pxl-post--featured,
.pxl-post-carousel .pxl-post--featured,
.pxl-post-modern .pxl-post--featured,
.pxl-swiper-slider .pxl-post--featured {
  position: relative;
}
.pxl-grid .pxl-post--image img,
.pxl-post-carousel .pxl-post--image img,
.pxl-post-modern .pxl-post--image img,
.pxl-swiper-slider .pxl-post--image img,
.pxl-grid .pxl-post--featured img,
.pxl-post-carousel .pxl-post--featured img,
.pxl-post-modern .pxl-post--featured img,
.pxl-swiper-slider .pxl-post--featured img {
  width: 100%;
}
.pxl-grid .pxl-post--title a,
.pxl-post-carousel .pxl-post--title a,
.pxl-post-modern .pxl-post--title a,
.pxl-swiper-slider .pxl-post--title a {
  color: inherit;
}
.pxl-grid .pxl-post--title a:hover,
.pxl-post-carousel .pxl-post--title a:hover,
.pxl-post-modern .pxl-post--title a:hover,
.pxl-swiper-slider .pxl-post--title a:hover {
  color: inherit;
}
.pxl-grid .pxl-post--category,
.pxl-post-carousel .pxl-post--category,
.pxl-post-modern .pxl-post--category,
.pxl-swiper-slider .pxl-post--category {
  position: relative;
}
.pxl-grid .pxl-post--category.link-none:before,
.pxl-post-carousel .pxl-post--category.link-none:before,
.pxl-post-modern .pxl-post--category.link-none:before,
.pxl-swiper-slider .pxl-post--category.link-none:before,
.pxl-grid .pxl-post--category.deactive-click:before,
.pxl-post-carousel .pxl-post--category.deactive-click:before,
.pxl-post-modern .pxl-post--category.deactive-click:before,
.pxl-swiper-slider .pxl-post--category.deactive-click:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-grid .pxl-post--category a,
.pxl-post-carousel .pxl-post--category a,
.pxl-post-modern .pxl-post--category a,
.pxl-swiper-slider .pxl-post--category a {
  color: inherit;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry,
.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry,
.pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry,
.pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry {
  margin: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,
.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,
.pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,
.pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
  padding: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner,
.pxl-post-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner,
.pxl-post-modern.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner,
.pxl-swiper-slider.pxl-grid-nogap .pxl-grid-masonry .pxl-post--inner {
  margin-bottom: 0;
}
.pxl-load-more .pxl-load-icon {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  margin-top: -10px;
  opacity: 0;
}
.pxl-load-more .pxl-loadmore-text {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-load-more.loading .pxl-load-icon {
  opacity: 1;
}
.pxl-load-more.loading .pxl-loadmore-text {
  opacity: 0;
}
.pxl-blog-grid-layout1 .pxl-swiper-slide,
.pxl-post-carousel1 .pxl-swiper-slide {
  margin-bottom: 5px;
}
.pxl-blog-grid-layout1 .pxl-grid-pagination,
.pxl-post-carousel1 .pxl-grid-pagination {
  margin-top: 52px;
}
.pxl-blog-grid-layout1 .pxl-post-holder,
.pxl-post-carousel1 .pxl-post-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pxl-blog-grid-layout1 .pxl-post--btn,
.pxl-post-carousel1 .pxl-post--btn {
  margin: 34px 0 0 0;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pxl-blog-grid-layout1 .pxl-post--title,
.pxl-post-carousel1 .pxl-post--title {
  margin-top: 3px;
  color: var(--primary-color);
}
.pxl-blog-grid-layout1 .pxl-post--excerpt,
.pxl-post-carousel1 .pxl-post--excerpt {
  margin: 26px 0 0 0;
}
.pxl-blog-grid-layout1 .pxl-post--comment,
.pxl-post-carousel1 .pxl-post--comment {
  position: relative;
}
.pxl-blog-grid-layout1 .pxl-post--comment .comments-count,
.pxl-post-carousel1 .pxl-post--comment .comments-count {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -65%);
}
.pxl-blog-grid-layout1 .pxl-post--comment i,
.pxl-post-carousel1 .pxl-post--comment i {
  font-size: 36px;
}
.pxl-blog-grid-layout1 .pxl-post--btn,
.pxl-post-carousel1 .pxl-post--btn {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner,
.pxl-post-carousel1.style-1 .pxl-post--inner {
  background-color: #f3fafa;
  border-radius: 15px;
  width: 100%;
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--featured,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--featured {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--featured img,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--featured img {
  width: 100%;
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post-holder,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post-holder {
  padding: 42px 42px 57px 50px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 1460px) {
  .pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post-holder,
  .pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post-holder {
    padding: 20px;
  }
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--meta,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--meta .pxl-post--date,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--meta .pxl-post--date {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
}
.pxl-blog-grid-layout1.style-1
  .pxl-post--inner
  .pxl-post--meta
  .pxl-post--date::before,
.pxl-post-carousel1.style-1
  .pxl-post--inner
  .pxl-post--meta
  .pxl-post--date::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #00255c;
  width: 35px;
  top: 50%;
  left: 0;
}
.pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--title,
.pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1460px) {
  .pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--title,
  .pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--title,
  .pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--title,
  .pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--title {
    line-height: 1.2;
    font-size: 20px;
  }
  .pxl-blog-grid-layout1.style-1 .pxl-post--inner .pxl-post--excerpt,
  .pxl-post-carousel1.style-1 .pxl-post--inner .pxl-post--excerpt {
    font-size: 16px;
  }
}
.pxl-blog-grid-layout1.style-2 .pxl-post--inner,
.pxl-post-carousel1.style-2 .pxl-post--inner {
  display: flex;
  background-color: #f3fafa;
  margin-bottom: 40px;
}
.pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post--featured,
.pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post--featured {
  flex: 0 1 auto;
  max-width: 388px;
}
.pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post--featured img,
.pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post--featured img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post--featured,
  .pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post--featured {
    max-width: 100%;
    height: auto;
  }
}
.pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post-holder,
.pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post-holder {
  min-width: 54%;
  flex: 1;
  padding: 40px 25px 56px 50px;
}
.pxl-blog-grid-layout1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta,
.pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post-holder .pxl-post--meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.pxl-blog-grid-layout1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta
  .pxl-post--date,
.pxl-post-carousel1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta
  .pxl-post--date {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
.pxl-blog-grid-layout1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta
  .pxl-post--date::before,
.pxl-post-carousel1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta
  .pxl-post--date::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #667eab;
  width: 35px;
  top: 50%;
  left: 0;
}
.pxl-blog-grid-layout1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta
  .pxl-post--comment,
.pxl-post-carousel1.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post--meta
  .pxl-post--comment {
  margin-right: 46px;
}
@media screen and (max-width: 1460px) {
  .pxl-blog-grid-layout1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--meta
    .pxl-post--comment,
  .pxl-post-carousel1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--meta
    .pxl-post--comment {
    margin-right: 0;
  }
}
.pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post-holder .btn-round,
.pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post-holder .btn-round {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #223035;
}
@media screen and (max-width: 1200px) {
  .pxl-blog-grid-layout1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--title,
  .pxl-post-carousel1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--title {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post-holder,
  .pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post-holder {
    padding: 20px;
  }
  .pxl-blog-grid-layout1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--excerpt,
  .pxl-post-carousel1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post-holder,
  .pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post-holder {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-blog-grid-layout1.style-2 .pxl-post--inner .pxl-post-holder,
  .pxl-post-carousel1.style-2 .pxl-post--inner .pxl-post-holder {
    padding: 20px;
  }
  .pxl-blog-grid-layout1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--excerpt,
  .pxl-post-carousel1.style-2
    .pxl-post--inner
    .pxl-post-holder
    .pxl-post--excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-blog-grid-layout1.style-2 .pxl-post--inner,
  .pxl-post-carousel1.style-2 .pxl-post--inner {
    flex-direction: column;
    overflow: hidden;
  }
}
.pxl-post-carousel.pxl-post-carousel1 .pxl-swiper-dots-wrap {
  margin-top: 24px;
}
.pxl-post-carousel.pxl-post-carousel1 .pxl-swiper-container {
  margin: 0 -20px;
}
.pxl-post-carousel.pxl-post-carousel1 .pxl-swiper-slide {
  padding: 0 20px;
}
.pxl-post-carousel.pxl-post-carousel1.style-2 .pxl-swiper-slide {
  padding: 0 24px;
}
.pxl-post-carousel.pxl-post-carousel1.style-2 .pxl-swiper-container {
  margin: 0 -24px;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color .pxl-post--inner {
  background-color: #f9f9f9;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-grid-item
  .pxl-post--btn,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-post-item
  .pxl-post--btn,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-swiper-slide
  .pxl-post--btn {
  border-color: #111;
  color: #111;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-grid-item
  .pxl-post--title,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-post-item
  .pxl-post--title,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-swiper-slide
  .pxl-post--title {
  color: #111;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-grid-item
  .pxl-post--excerpt,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-post-item
  .pxl-post--excerpt,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-swiper-slide
  .pxl-post--excerpt {
  color: #263037;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-grid-item
  .pxl-post--comment
  i,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-post-item
  .pxl-post--comment
  i,
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color
  .pxl-swiper-slide
  .pxl-post--comment
  i {
  color: #989898;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post-info
  .pxl-post--meta
  .pxl-post--date {
  color: #263037;
}
.pxl-post-carousel.pxl-post-carousel1.layout-gray-color.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post-info
  .pxl-post--meta
  .pxl-post--date::before {
  background-color: #111;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color .pxl-post--inner {
  background: rgba(243, 250, 250, 0.1);
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-grid-item
  .pxl-post--btn,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-post-item
  .pxl-post--btn,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-swiper-slide
  .pxl-post--btn {
  border-color: #fff;
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-grid-item
  .pxl-post--title,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-post-item
  .pxl-post--title,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-swiper-slide
  .pxl-post--title {
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-grid-item
  .pxl-post--excerpt,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-post-item
  .pxl-post--excerpt,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-swiper-slide
  .pxl-post--excerpt {
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-grid-item
  .pxl-post--comment,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-post-item
  .pxl-post--comment,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-swiper-slide
  .pxl-post--comment {
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-grid-item
  .pxl-post--comment
  i,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-post-item
  .pxl-post--comment
  i,
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color
  .pxl-swiper-slide
  .pxl-post--comment
  i {
  color: #547079;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color.style-1
  .pxl-post-holder {
  border-bottom: 1px solid #547079;
  border-left: 1px solid #547079;
  border-right: 1px solid #547079;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color.style-1
  .pxl-post--meta
  .pxl-post--date {
  color: rgba(225, 242, 242, 0.6);
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color.style-1
  .pxl-post--meta
  .pxl-post--date::before {
  background-color: #e1f2f2;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post-info
  .pxl-post--meta
  .pxl-post--date {
  color: #263037;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-color.style-2
  .pxl-post--inner
  .pxl-post-holder
  .pxl-post-info
  .pxl-post--meta
  .pxl-post--date::before {
  background-color: #111;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color .pxl-post--inner {
  background: rgba(15, 24, 45, 0.74);
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color .pxl-post--btn {
  border: none;
  color: #fff;
  background-color: #323b51;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color .pxl-post--btn {
  border: none;
  color: #fff;
  background-color: #323b51;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color .pxl-post--title {
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color
  .pxl-post--excerpt {
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color
  .pxl-post--comment {
  color: #fff;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color
  .pxl-post--comment
  i {
  color: #b29063;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color .pxl-post-holder {
  border-bottom: 1px solid #192746;
  border-left: 1px solid #192746;
  border-right: 1px solid #192746;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color
  .pxl-post--meta
  .pxl-post--date {
  color: #d3def1;
}
.pxl-post-carousel.pxl-post-carousel1.layout-dark-blue-color
  .pxl-post--meta
  .pxl-post--date::before {
  background-color: #d3def1;
}
.pxl-portfolio-grid-layout1 .pxl-grid-pagination,
.pxl-portfolio-carousel1 .pxl-grid-pagination {
  margin-top: 72px;
}
.pxl-portfolio-grid-layout1 .pxl-post-bg--img img,
.pxl-portfolio-carousel1 .pxl-post-bg--img img {
  width: 100%;
}
.pxl-portfolio-grid-layout1 .pxl-post--holder,
.pxl-portfolio-carousel1 .pxl-post--holder {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin-right: 29px;
  -webkit-transition: all 0.35s ease 0s;
  -khtml-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post--content,
.pxl-portfolio-carousel1 .pxl-post--holder .pxl-post--content {
  display: flex;
  align-items: stretch;
  margin-right: -1px;
}
.pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post-title,
.pxl-portfolio-carousel1 .pxl-post--holder .pxl-post-title {
  padding: 22px 29px 24px 24px;
  position: relative;
  flex: 1;
  display: inline-flex;
  align-items: center;
  z-index: 3;
  max-width: 279px;
}
.pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post-title::after,
.pxl-portfolio-carousel1 .pxl-post--holder .pxl-post-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 150%;
  background-color: #547079;
  transform: skewX(29deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post-title,
  .pxl-portfolio-carousel1 .pxl-post--holder .pxl-post-title {
    padding: 22px 30px 24px 15px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post-wrap--btn,
.pxl-portfolio-carousel1 .pxl-post--holder .pxl-post-wrap--btn {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 58px;
  transform: skewX(29deg);
  background-color: transparent;
  overflow: hidden;
  margin-right: 10px;
  margin-left: -1px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder
  .pxl-post-wrap--btn
  .btn-trapezoidal,
.pxl-portfolio-carousel1
  .pxl-post--holder
  .pxl-post-wrap--btn
  .btn-trapezoidal {
  position: relative;
  height: 44px;
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 8px;
  font-size: 15px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder
  .pxl-post-wrap--btn
  .btn-trapezoidal
  i,
.pxl-portfolio-carousel1
  .pxl-post--holder
  .pxl-post-wrap--btn
  .btn-trapezoidal
  i {
  line-height: 1;
  transform: skewX(-29deg);
}
.pxl-portfolio-grid-layout1 .pxl-post--holder.pxl-post--hover,
.pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover {
  transform: translateY(100%);
  opacity: 0;
  margin-right: 37px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-post--category,
.pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover .pxl-post--category {
  margin-bottom: 10px;
  z-index: 3;
  width: fit-content;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-post--category
  a,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-post--category
  a {
  text-transform: uppercase;
  display: block;
  padding: 5px 8px;
  background-color: #e1f2f2;
  color: #223035;
  letter-spacing: 1.7px;
  transition-delay: 0.3s;
  width: fit-content;
}
.pxl-portfolio-grid-layout1 .pxl-post--holder.pxl-post--hover .pxl-post-title,
.pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover .pxl-post-title {
  padding: 0px;
  position: relative;
  display: block;
  z-index: 3;
  margin-bottom: 16px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-post-title::after,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-post-title::after {
  display: none;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-post--excerpt,
.pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover .pxl-post--excerpt {
  position: relative;
  z-index: 3;
  margin-bottom: -5px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-post--content,
.pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover .pxl-post--content {
  position: relative;
  flex-direction: column;
  padding: 31px 55px 0 24px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-grid-layout1
    .pxl-post--holder.pxl-post--hover
    .pxl-post--content,
  .pxl-portfolio-carousel1
    .pxl-post--holder.pxl-post--hover
    .pxl-post--content {
    padding: 31px 55px 0 15px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-post--holder.pxl-post--hover .pxl-group,
.pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover .pxl-group {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal {
  position: relative;
  height: 106px;
  width: 100%;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal::after,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 150%;
  background-color: #fff;
  transform: skewX(29deg);
  z-index: -1;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal::before,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal::before {
  content: "";
  position: absolute;
  top: 106px;
  right: -29px;
  height: 200%;
  width: calc(100% + 29px);
  background-color: #fff;
  z-index: -1;
  margin-top: -1px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-post-wrap--btn,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-post-wrap--btn {
  align-items: flex-start;
  margin-right: 0;
  width: 71px;
  position: relative;
  margin-left: -1px;
}
.pxl-portfolio-grid-layout1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-post-wrap--btn
  .btn-trapezoidal,
.pxl-portfolio-carousel1
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-post-wrap--btn
  .btn-trapezoidal {
  background-color: #97bac7;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-grid-layout1 .pxl-post--holder.pxl-post--hover,
  .pxl-portfolio-carousel1 .pxl-post--holder.pxl-post--hover {
    margin-right: 5px;
  }
  .pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post-title,
  .pxl-portfolio-carousel1 .pxl-post--holder .pxl-post-title {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-portfolio-grid-layout1 .pxl-post--holder .pxl-post-title,
  .pxl-portfolio-carousel1 .pxl-post--holder .pxl-post-title {
    font-size: 18px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-post--inner,
.pxl-portfolio-carousel1 .pxl-post--inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pxl-portfolio-grid-layout1 .pxl-post--inner:hover .pxl-post--holder,
.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-post--holder {
  transform: translateY(100%);
  opacity: 0;
}
.pxl-portfolio-grid-layout1
  .pxl-post--inner:hover
  .pxl-post--holder.pxl-post--hover,
.pxl-portfolio-carousel1
  .pxl-post--inner:hover
  .pxl-post--holder.pxl-post--hover {
  transform: translateY(0);
  opacity: 1;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.gadient-color
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--content
  .pxl-post-title::after {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.gadient-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-post-wrap--btn
  .btn-trapezoidal {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.gadient-color
  .pxl-swiper-container {
  margin: 0 -12.5px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.gadient-color .pxl-swiper-slide {
  padding: 0 12.5px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--content
  .pxl-post-title::after {
  background-color: #14203b;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post-title
  a,
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--excerpt {
  color: #fff;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--category
  a {
  background-color: #d4bfa3;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal::after,
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-shape-trapezoidal::before {
  background-color: #14203b;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-group
  .pxl-post-wrap--btn
  .btn-trapezoidal {
  background-color: #b29063;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-swiper-container {
  margin: 0 -12.5px;
}
.pxl-portfolio-carousel.pxl-portfolio-carousel.dark-blue-color
  .pxl-swiper-slide {
  padding: 0 12.5px;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-swiper-slide,
.pxl-service-carousel.pxl-service-carousel3 .pxl-swiper-slide {
  margin-bottom: 1px;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-grid-pagination,
.pxl-service-carousel.pxl-service-carousel3 .pxl-grid-pagination {
  margin-top: 55px;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  max-width: 410px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  max-height: 485px;
}
@media screen and (max-width: 1460px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner,
  .pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner {
    max-width: 100%;
    max-height: 100%;
  }
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post-bg--img,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post-bg--img {
  opacity: 0;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post-bg--img
  img,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post-bg--img
  img {
  width: 100%;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--img,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
  position: absolute;
  top: 26px;
  right: 26px;
  max-width: 171px;
  max-height: 163px;
  border-radius: 8px 8px 8px 285px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 3;
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--img,
  .pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
    max-width: 120px;
    max-height: 120px;
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--img,
  .pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--img,
  .pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
    max-width: 130px;
    max-height: 130px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--img,
  .pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--img {
    top: 20px;
    right: 20px;
    max-width: 120px;
    max-height: 120px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--img img,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--img
  img {
  width: 100%;
  height: 100%;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--img.pxl-post--hover,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--img.pxl-post--hover {
  z-index: 2;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--img.pxl-post--hover
  .pxl-post-img--inner,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--img.pxl-post--hover
  .pxl-post-img--inner {
  position: relative;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--img.pxl-post--hover
  .pxl-post-img--inner::after,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--img.pxl-post--hover
  .pxl-post-img--inner::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 48, 53, 0.85);
  z-index: 1;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--holder,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--holder {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  bottom: 0;
  left: 0;
  padding: 26px 26px 57px 69px;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  background: transparent;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--holder,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--holder,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder {
    padding: 17px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--icon,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--icon {
  margin-bottom: 20px;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--title {
  letter-spacing: -0.32px;
  margin-bottom: 53px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 1700px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--excerpt,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder
  .pxl-post--excerpt {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--excerpt,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder
    .pxl-post--excerpt {
    font-size: 16px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 26px 26px 65px 69px;
}
@media screen and (max-width: 1700px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder.pxl-post--hover,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder.pxl-post--hover {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout1
    .pxl-post--inner
    .pxl-post--holder.pxl-post--hover,
  .pxl-service-carousel.pxl-service-carousel3
    .pxl-post--inner
    .pxl-post--holder.pxl-post--hover {
    padding: 17px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--icon,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--icon {
  margin-bottom: 26px;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--icon
  img,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--icon
  img {
  filter: brightness(7) contrast(1);
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--title {
  margin-bottom: 9px;
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--excerpt,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--excerpt {
  margin-bottom: 28px;
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn {
  z-index: 1;
  background: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn
  i,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn
  i {
  font-size: 12px;
  -webkit-transition: transform 0.3s ease 0s;
  -khtml-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn:hover,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn:hover {
  background-color: #fff;
  color: #111;
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn:hover
  i,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner
  .pxl-post--holder.pxl-post--hover
  .pxl-post--btn:hover
  i {
  transform: rotate(90deg);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-post--inner .pxl-post--btn,
.pxl-service-carousel.pxl-service-carousel3 .pxl-post--inner .pxl-post--btn {
  padding: 12px 22px;
  gap: 7px;
  border-radius: 200px;
  border: 1px solid var(--white, #fff);
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner:hover
  .pxl-post--holder,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner:hover
  .pxl-post--holder {
  opacity: 0;
  transform: translateY(100%);
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner:hover
  .pxl-post--holder.pxl-post--hover,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner:hover
  .pxl-post--holder.pxl-post--hover {
  opacity: 1;
  transform: translateX(0);
}
.pxl-service-grid.pxl-service-grid-layout1
  .pxl-post--inner:hover
  .pxl-post--img.pxl-post--hover,
.pxl-service-carousel.pxl-service-carousel3
  .pxl-post--inner:hover
  .pxl-post--img.pxl-post--hover {
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-post--holder .pxl-post--icon {
  margin-bottom: 6px;
  max-width: 74px;
  max-height: 74px;
  height: 74px;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-post--holder .pxl-post--title {
  color: var(--primary-color);
  margin-bottom: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 360px) {
  .pxl-service-grid.pxl-service-grid-layout2
    .pxl-post--holder
    .pxl-post--title {
    font-size: 22px;
  }
}
.pxl-service-grid.pxl-service-grid-layout2
  .pxl-post--holder
  .pxl-post--excerpt {
  margin-bottom: 35px;
}
.pxl-service-grid.pxl-service-grid-layout2
  .pxl-post--holder
  .pxl-post-btn--wrap
  .pxl-post--btn
  .pxl-post-btn--title,
.pxl-service-grid.pxl-service-grid-layout2
  .pxl-post--holder
  .pxl-post-btn--wrap
  .pxl-post--btn
  .icon-hover {
  display: none;
  transform: scaleY(0);
  transition: 0.3s;
  letter-spacing: 0.2px;
  font-family: "DM Sans", sans-serif;
  white-space: nowrap;
  line-height: 2;
}
.pxl-service-grid.pxl-service-grid-layout2
  .pxl-post--holder
  .pxl-post-btn--wrap
  .pxl-post--btn
  .icon-hover {
  font-size: 12px;
}
.pxl-service-grid.pxl-service-grid-layout3 .pxl-grid-pagination {
  margin-top: 66px;
}
.pxl-service-grid.pxl-service-grid-layout3 .pxl-post-inner {
  position: relative;
  overflow: hidden;
}
.pxl-service-grid.pxl-service-grid-layout3 .pxl-post-inner .pxl-item--link {
  z-index: 999;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-image--featured {
  position: relative;
  width: 100%;
  max-width: 522px;
  max-height: 522px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-image--featured {
    max-width: 100%;
    max-height: 100%;
  }
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-image--featured
  img {
  width: 100%;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-image--featured
  .pxl-post-bg--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s linear 0s;
  -khtml-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  transform: translateY(0);
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-image--featured
  .pxl-post-color--linear {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 66%;
  opacity: 0;
  display: inline-flex;
  align-items: end;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pxl-service-grid.pxl-service-grid-layout3 .pxl-post-inner .pxl-post-holder {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 36px 0 50px;
  width: 100%;
  gap: 30px;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-holder
  .pxl-post-holder--left {
  max-width: 72.5%;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-holder
  .pxl-post-holder--left
  .pxl-post--index {
  cursor: default;
  font-size: 70px;
  font-weight: bold;
  line-height: 0.943;
  margin-bottom: 26px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-holder
    .pxl-post-holder--left {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout3 .pxl-post-inner .pxl-post-holder {
    padding: 0 20px;
    bottom: 20px;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-holder
    .pxl-post--title {
    font-size: 20px;
  }
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-holder
    .pxl-post--index {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-holder
    .pxl-post--title {
    font-size: 20px;
  }
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-holder
    .pxl-post--index {
    font-size: 50px;
  }
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-holder
  .pxl-post--btn {
  position: relative;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner
  .pxl-post-holder
  .pxl-post--btn
  .pxl-item--svg {
  opacity: 0;
  transform: scale(0) translate(-100%, 100%);
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 360px) {
  .pxl-service-grid.pxl-service-grid-layout3
    .pxl-post-inner
    .pxl-post-holder
    .pxl-post--btn
    .pxl-item--svg {
    width: 24px;
    height: 24px;
  }
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner:hover
  .pxl-post-image--featured
  .pxl-post-bg--overlay {
  opacity: 0;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner:hover
  .pxl-post-image--featured
  .pxl-post-color--linear {
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner:hover
  .pxl-post-holder
  .pxl-post--index {
  color: rgba(255, 255, 255, 0.5);
}
.pxl-service-grid.pxl-service-grid-layout3
  .pxl-post-inner:hover
  .pxl-post--btn
  .pxl-item--svg {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner {
  position: relative;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-post--inner
  .pxl-post-image--featured
  img {
  width: 100%;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--holder {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 20px;
  padding: 23px 31px 28px 0px;
  background-color: #fff;
  width: 100%;
  max-width: 515px;
  align-items: center;
  transition: all 0.3s linear;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--title {
  flex-grow: 1;
  color: #111;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 0;
  transition: all 0.25s linear;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--title a {
  color: inherit;
  transition: inherit;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--btn svg {
  transition: all 0.3s ease;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-post--inner:hover
  .pxl-post--holder {
  background-color: #223035;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-post--inner:hover
  .pxl-post--title {
  color: #fff;
  transform: translateX(10px);
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-post--inner:hover
  .pxl-post--btn
  svg {
  fill: #fff;
  transform: rotate(45deg);
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first {
  position: relative;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--inner {
  position: absolute;
  top: 10px;
  left: 5px;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-item--first
  .pxl-post-image--featured {
  opacity: 0;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-item--first
  .pxl-post-image--featured
  img {
  width: 100%;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-item--first
  .pxl-item--subtitle {
  display: inline-flex;
  padding: 7px 11.5px;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #111;
  font-family: "Heebo", sans-serif;
  font-size: 17.376px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.085px;
  margin-bottom: 12px;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--title {
  margin-bottom: 50px;
  letter-spacing: -0.56px;
}
.pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--desc {
  max-width: 449px;
}
.pxl-service-grid.pxl-service-grid-layout5
  .pxl-item--first
  .pxl-title--highlight {
  letter-spacing: -0.2px;
}
@media screen and (max-width: 1399px) {
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--title {
    font-size: 28px;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--title {
    margin-bottom: 15px;
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--title {
    font-size: 24px;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner {
    position: relative;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first {
    height: auto;
    padding-bottom: 30px;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--inner {
    position: relative;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .pxl-service-grid.pxl-service-grid-layout5
    .pxl-item--first
    .pxl-post-image--featured {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--desc {
    max-width: 650px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--title {
    font-size: 28px;
  }
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-item--first .pxl-item--desc {
    font-size: 16px;
  }
}
@media {
  .pxl-service-grid.pxl-service-grid-layout5 .pxl-post--inner .pxl-post--title {
    font-size: 22px;
  }
}
.pxl-service-carousel.pxl-service-carousel1.default
  .pxl-post--inner
  + .pxl-post--inner {
  margin-top: 121px;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel1.default
    .pxl-post--inner
    + .pxl-post--inner {
    margin-top: 50px;
  }
}
.pxl-service-carousel.pxl-service-carousel1.default .pxl-post--icon {
  max-width: 74px;
  max-height: 74px;
  height: 74px;
}
.pxl-service-carousel.pxl-service-carousel1.default .pxl-post--title {
  margin-bottom: 14px;
  letter-spacing: -0.25px;
}
.pxl-service-carousel.pxl-service-carousel1.default .pxl-post--excerpt {
  margin-bottom: 35px;
  max-width: 330px;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel1.default .pxl-post--excerpt {
    max-width: 100%;
  }
}
.pxl-service-carousel.pxl-service-carousel1.default .pxl-post--btn {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  border: 1px solid #223035;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.pxl-service-carousel.pxl-service-carousel1.default .pxl-post--btn:hover {
  width: fit-content;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-carousel-inner {
  margin: 0;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-swiper-container {
  margin: 0 -57.5px;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-swiper-slide {
  padding: 0 22.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-swiper-slide:nth-child(even) {
  padding-top: 70px;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--inner {
  position: relative;
  width: 100%;
  max-width: 385px;
  padding: 52px 50px 54px 60px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(157, 187, 197, 0.17);
  overflow: hidden;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--inner {
    padding: 30px;
  }
  .pxl-service-carousel.pxl-service-carousel1.box-shadow
    .pxl-post--inner
    .pxl-post--title {
    font-size: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--inner {
    padding: 30px;
  }
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-post--inner:hover
  .pxl-bg--overlay {
  scale: 1;
  opacity: 1;
  border-radius: 0;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-post--inner:hover
  .pxl-item--image {
  scale: 1;
  opacity: 0.3;
  border-radius: 0;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-post--inner:hover
  .pxl-post--icon
  img {
  filter: brightness(7) contrast(1);
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-post--inner:hover
  .pxl-post--title,
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-post--inner:hover
  .pxl-post--excerpt {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow
  .pxl-post--inner:hover
  .pxl-post--btn {
  color: #fff;
  border-color: #fff;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-bg--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.35s ease;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-item--image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.35s ease;
  filter: grayscale(100%);
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-item--image img {
  width: 100%;
  height: 100%;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--icon {
  position: relative;
  z-index: 3;
  max-width: 74px;
  max-height: 74px;
  height: 74px;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--icon img {
  transition: filter 0.25s linear;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--title {
  position: relative;
  z-index: 3;
  color: #111;
  margin-bottom: 8px;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--excerpt {
  position: relative;
  z-index: 3;
  max-width: 275px;
  margin-bottom: 44px;
  transition: color 0.25s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--excerpt {
    max-width: 100%;
  }
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--btn {
  position: relative;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #223035;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.pxl-service-carousel.pxl-service-carousel1.box-shadow .pxl-post--btn:hover {
  width: fit-content;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-swiper-slide .pxl-post--inner {
  width: 100%;
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel2
  .pxl-swiper-slide
  .pxl-post--inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--container {
  display: inline-flex;
  width: 100%;
  padding: 81px 15px 82px;
  gap: 27px;
  max-width: 475px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--icon {
  min-width: 50px;
  width: 172px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--icon img {
  width: 100%;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.28px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel2 .pxl-post--title {
    font-size: 22px;
  }
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--excerpt {
  margin-bottom: 28px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--btn {
  position: relative;
  padding-block: 12px;
  padding-inline: 12px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  justify-content: center;
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--btn .pxl-btn--text {
  width: 0%;
  -webkit-transition: width 0.4s ease 0s;
  -khtml-transition: width 0.4s ease 0s;
  -moz-transition: width 0.4s ease 0s;
  -ms-transition: width 0.4s ease 0s;
  -o-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-post--btn:hover {
  width: auto;
  padding-inline: 24px;
  gap: 7px;
}
.pxl-service-carousel.pxl-service-carousel2
  .pxl-post--btn:hover
  .pxl-btn--text {
  width: 100%;
}
.pxl-service-carousel.pxl-service-carousel2.dark
  .pxl-swiper-slide
  .pxl-post--inner::after {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  pointer-events: none;
}
.pxl-service-carousel.pxl-service-carousel2.dark .pxl-post--icon img {
  width: 100%;
}
.pxl-service-carousel.pxl-service-carousel2.dark .pxl-post--title {
  color: #20282d;
}
.pxl-service-carousel.pxl-service-carousel2.dark .pxl-post--title a {
  background-image: linear-gradient(transparent calc(100% - 1px), #20282d 1px);
}
.pxl-service-carousel.pxl-service-carousel2.dark .pxl-post--excerpt {
  margin-bottom: 28px;
}
.pxl-service-carousel.pxl-service-carousel2.dark .pxl-post--btn {
  border: 1px solid #223035;
  color: #223035;
}
.pxl-service-carousel.pxl-service-carousel2.light
  .pxl-swiper-slide
  .pxl-post--inner::after {
  border-left: 1px solid #547079;
  border-right: 1px solid #547079;
  border-bottom: 1px solid #547079;
}
.pxl-service-carousel.pxl-service-carousel2.light .pxl-post--title {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel2.light .pxl-post--title a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}
.pxl-service-carousel.pxl-service-carousel2.light .pxl-post--btn {
  border: 1px solid #fff;
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-post--container {
  padding: 0 15px;
  max-width: none;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-swiper-slide
  .pxl-post--inner::after {
  border-left: none;
  border-right: none;
  border-bottom: none;
  pointer-events: none;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-swiper-slide:hover
  .pxl-post--title::after {
  opacity: 1;
  transform: scaleY(1);
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-swiper-slide:hover
  .pxl-post--title::before {
  opacity: 0;
  transform: scaleY(0);
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark .pxl-post--title {
  position: relative;
  color: #20282d;
  font-family: "Sora";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-post--title::after,
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-post--title:before {
  content: attr(data-title);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  -khtml-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark
  .pxl-post--title::after {
  position: absolute;
  inset: 0;
  font-weight: 600;
  opacity: 0;
  transform: scaleY(0);
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark .pxl-post--icon img {
  max-width: 80px;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark .pxl-item--link {
  z-index: 999;
}
.pxl-service-carousel.pxl-service-carousel2.no-border-dark .pxl-post--excerpt {
  margin-bottom: 28px;
}
.pxl-portfolio-accordion {
  display: flex;
  transition: all 0.5s ease;
}
.pxl-portfolio-accordion .pxl-item--btn i::after {
  content: "\f120";
}
.pxl-portfolio-accordion .pxl-item--inner {
  display: flex;
  transition: all 0.5s;
}
.pxl-portfolio-accordion img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-accordion {
    height: 642px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion {
    flex-direction: column;
  }
}
.pxl-portfolio-accordion .pxl-item {
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: center;
  padding-left: clamp(
    15px,
    calc(15px + (41 - 15) * ((100vw - 1200px) / (1920 - 1200))),
    41px
  );
  padding-right: clamp(
    15px,
    calc(15px + (85 - 15) * ((100vw - 1200px) / (1920 - 1200))),
    85px
  );
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item {
    justify-content: start;
    width: 100%;
    flex-direction: column;
  }
}
.pxl-portfolio-accordion .pxl-item .pxl-item--active {
  scale: 0;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item .pxl-item--active {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    scale: 1;
    transition: all 0.5s ease;
    transform: scale(0);
  }
}
.pxl-portfolio-accordion .pxl-item.active {
  flex-grow: 1;
}
.pxl-portfolio-accordion .pxl-item.active .pxl-item--main {
  position: absolute;
  width: 0;
  opacity: 0;
  scale: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item.active .pxl-item--main {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    scale: 1;
  }
}
.pxl-portfolio-accordion .pxl-item.active .pxl-item--active {
  scale: 1;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item.active .pxl-item--active {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s ease;
    transition-delay: 0.5s;
    padding: 30px 0 15px;
    transform: scale(1);
  }
}
.pxl-portfolio-accordion .pxl-item + .pxl-item {
  border-left: 1px solid rgba(95, 105, 115, 0.4);
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item + .pxl-item {
    border-left: none;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item {
    border-bottom: 1px solid #5f6973;
  }
}
.pxl-portfolio-accordion .pxl-item--main {
  width: 100%;
  min-width: 85px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 101px;
}
@media screen and (max-width: 1399px) {
  .pxl-portfolio-accordion .pxl-item--main {
    gap: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item--main {
    flex-direction: row-reverse;
    align-items: center;
    padding: 30px 0 15px;
    width: 100%;
    gap: 20px;
  }
}
.pxl-portfolio-accordion .pxl-item--main .pxl-item--btn {
  width: 59px;
  height: 59px;
  min-height: 59px;
  min-width: 59px;
  border-radius: 7.5px;
}
@media screen and (max-width: 479px) {
  .pxl-portfolio-accordion .pxl-item--main .pxl-item--btn {
    font-size: 14px;
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }
}
.pxl-portfolio-accordion .pxl-item--main .pxl-item--btn i {
  color: inherit;
  font-size: 18px;
}
.pxl-portfolio-accordion .pxl-item--main .pxl-item--btn i::after {
  color: inherit;
  content: "\f120";
}
.pxl-portfolio-accordion .pxl-item--main .pxl-item--btn:hover {
  color: #fff;
}
.pxl-portfolio-accordion .pxl-item--main .pxl-item--title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 425px;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item--main .pxl-item--title {
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-accordion .pxl-item--main .pxl-item--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-accordion .pxl-item--main .pxl-item--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-portfolio-accordion .pxl-item--main .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-portfolio-accordion .pxl-item--active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 82px;
  padding-right: auto;
  gap: 25px;
}
@media screen and (max-width: 1460px) {
  .pxl-portfolio-accordion .pxl-item--active {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item--active {
    position: relative;
    padding: 0;
  }
}
.pxl-portfolio-accordion .pxl-item--active .pxl-item--featured {
  width: 100%;
  max-width: 556px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--featured {
    display: none;
  }
}
.pxl-portfolio-accordion .pxl-item--active .pxl-item--featured a {
  border-radius: 20px;
  overflow: hidden;
}
.pxl-portfolio-accordion .pxl-item--active .pxl-item--holder {
  max-width: 585px;
  flex-direction: column;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: clamp(
    15px,
    calc(15px + (114 - 15) * ((100vw - 1200px) / (1920 - 1200))),
    114px
  );
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--holder {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--holder {
    width: 100%;
    padding: 0;
  }
}
.pxl-portfolio-accordion .pxl-item--active .pxl-item--category {
  width: fit-content;
  padding: 5px 8px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1399px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--title {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio-accordion .pxl-item--active .pxl-item--title {
    font-size: 24px;
  }
}
.pxl-portfolio-accordion .pxl-item--active .pxl-item--excerpt {
  margin-bottom: 43px;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.light
  .pxl-item--main
  .pxl-item--btn {
  background-color: rgba(0, 0, 0, 0.1);
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.light
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--category {
  background-color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.light
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--category
  a {
  color: #fff;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.light
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--title {
  margin-bottom: 30px;
  color: #fff;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.light
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--title
  a {
  color: #fff;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item
  .pxl-item--excerpt,
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item
  .pxl-item--title
  a {
  color: #111;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--main
  .pxl-item--btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #111;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--main
  .pxl-item--title {
  color: #111;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--category {
  background-color: rgba(0, 0, 0, 0.2);
  color: #989898;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--category:hover {
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--title {
  margin-bottom: 30px;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--btn {
  background-color: #111;
  color: #fff;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--btn::after {
  opacity: 0;
  border-color: #111;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--btn:hover {
  background-color: transparent;
  color: #111;
}
.pxl-portfolio-accordion.pxl-portfolio-accordion1.dark
  .pxl-item--active
  .pxl-item--holder
  .pxl-item--btn:hover::after {
  opacity: 1;
}
body.rtl .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
  left: auto;
  right: 50%;
  transform: translate(50%, 0);
}
body.rtl .pxl-swiper-dots-wrap .pxl-swiper-dots span:first-child {
  margin-left: 36px;
  margin-right: 0;
}
body.rtl .pxl-swiper-dots-wrap .pxl-swiper-dots span:last-child {
  margin-right: 36px;
  margin-left: 0;
}
body.rtl .btn-hover-divider::before {
  left: auto;
  right: 0;
}
.btn {
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: none;
}
.btn.btn-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  gap: 10px;
}
.btn.btn-link i {
  font-size: 13px;
}
.btn.btn-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: auto;
  height: 1px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn-link:hover::after {
  width: 0;
  left: auto;
  right: 0;
}
.btn.btn-hover-style-3 {
  transition: all 0.5s;
}
.btn.btn-hover-style-3 .pxl-btn--text {
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.btn.btn-hover-style-3 i {
  position: relative;
}
.btn.btn-hover-style-3 i::after {
  content: "\f108";
  position: absolute;
  transform: scale(0);
  transition: all 0.5s;
}
.btn.btn-hover-style-3 i::before {
  transition: all 0.5s;
  transform: scale(1);
}
.btn.btn-hover-style-3:hover {
  width: fit-content;
  padding: 0px 34px;
  gap: 7px;
}
.btn.btn-hover-style-3:hover .pxl-btn--text {
  width: 100%;
  height: auto;
}
.btn.btn-hover-style-3:hover i::after {
  transform: scale(1);
}
.btn.btn-hover-style-3:hover i::before {
  transform: scale(0);
}
.btn.btn-hover-underline {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 20px;
}
.btn.btn-hover-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #223035;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.btn.btn-hover-underline:hover i {
  transform: translateX(0) rotate(45deg);
}
.btn.btn-hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn.btn-hover-underline:active i {
  transform: scale(0.9);
}
.btn.btn-bg--gradient {
  color: #fff;
  border: none;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.btn.btn-style-bg.btn-style--dark {
  border: none;
  background-color: #223035;
  color: #fff;
}
.btn.btn-style-bg.btn-style--light {
  border: none;
  background-color: #fff;
  color: #223035;
}
.btn.btn-style-border {
  background-color: transparent;
}
.btn.btn-style-border.btn-style--dark {
  border: 1px solid #223035;
  color: #223035;
}
.btn.btn-style-border.btn-style--light {
  border: 1px solid #fff;
  color: #fff;
}
.btn-hover-style-2 {
  transition: all 0.35s ease;
}
.btn-hover-style-2 .pxl-btn--text {
  transform: scale(0);
  width: 0%;
  transition: all 0.35s ease;
  overflow-x: hidden;
  opacity: 0;
}
.btn-hover-style-2 i::before {
  transition: all 0.35s ease;
  transform: rotate(180deg);
}
.btn-hover-style-2:hover {
  gap: 10px;
  width: fit-content;
  padding: 7px 34px;
}
.btn-hover-style-2:hover .pxl-btn--text {
  transform: scale(1);
  width: 100%;
  opacity: 1;
}
.btn-hover-style-2:hover i::before {
  content: "\f11f";
  font-size: 13px;
  transform: rotate(0);
}
.pxl-hover-scale-text:hover {
  -webkit-box-shadow: 1px 1px 50px #20232e, -1px -1px 25px #6b9eac;
  box-shadow: 1px 1px 50px #20232e, -1px -1px 25px #6b9eac;
}
.pxl-hover-scale-text:hover .pxl-btn--text {
  animation: scaleText 0.3s ease-in-out both;
  -webkit-animation: scaleText 0.3s ease-in-out both;
}
.pxl-hover-scale-text:active {
  transform: translateY(-3px);
}
.btn-semi-transparent {
  border-radius: 25px;
  background: #38464a;
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.btn-text {
  background-color: transparent;
  border: none;
}
.btn-round {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #223035;
  background-color: transparent;
  font-size: 14px;
}
#btn-search-popup {
  background: transparent;
  height: 101px;
}
.pxl-nav-menu .pxl-menu-primary::after {
  display: none;
}
.pxl-nav-menu.style-default:not(.pxl-layout-vertical) .pxl-menu-primary {
  margin-inline: -18px;
}
.pxl-nav-menu.style-default:not(.pxl-layout-vertical)
  .pxl-menu-primary
  > .menu-item:not(:has(.pxl-menu-primary .sub-menu .menu-item)) {
  padding-inline: 18px;
  cursor: pointer;
}
.pxl-nav-menu.style-default:not(.pxl-layout-vertical)
  .pxl-menu-primary
  > .menu-item
  > a {
  text-transform: capitalize;
  line-height: 89px;
}
.pxl-nav-menu.style1 .pxl-menu-primary {
  cursor: pointer;
  margin-inline: -25px;
}
.pxl-nav-menu.style1
  .pxl-menu-primary
  > .menu-item:not(:has(.pxl-menu-primary .sub-menu .menu-item)) {
  padding-inline: 25px;
}
.pxl-nav-menu.style1 .pxl-menu-primary > .menu-item > a {
  color: #20282d;
  text-transform: capitalize;
  line-height: 101px;
}
.pxl-nav-menu.style2 {
  display: flex;
  justify-content: center;
}
.pxl-nav-menu.style2 .pxl-menu-primary {
  margin-inline: -24px;
  width: fit-content;
  padding-inline: 32px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.pxl-nav-menu.style2 .pxl-menu-primary > .menu-item > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.18px;
  color: #fff;
}
.pxl-nav-menu.style2
  .pxl-menu-primary
  > .menu-item:not(:has(.pxl-menu-primary .sub-menu .menu-item)) {
  padding-inline: 24px;
}
.pxl-nav-menu.pxl-layout-vertical.style-default li a {
  font-size: 16px;
}
.pxl-nav-menu.pxl-layout-vertical.style-default .pxl-menu-primary {
  margin-inline: 0;
}
.pxl-nav-menu.pxl-layout-vertical.style-default .pxl-menu-primary > li > a {
  color: #fff;
  line-height: 54px;
  padding-inline: 30px;
}
.pxl-nav-menu.pxl-layout-vertical.style-default
  .pxl-menu-primary
  .pxl-megamenu
  > .sub-menu {
  left: 100%;
  width: calc(100vw - 168px);
  bottom: 0;
  top: 0;
  max-width: none;
  height: 100vh;
  display: flex;
  align-items: center;
}
.pxl-nav-menu.pxl-layout-vertical.style-default
  .pxl-menu-primary
  .pxl-megamenu
  > .sub-menu
  .pxl-mega-menu-elementor {
  width: 100%;
}
.pxl-nav-menu.pxl-layout-vertical.style-default .pxl-menu-primary .sub-menu {
  top: 0;
  left: calc(100% + 15px);
}
.pxl-nav-menu.pxl-layout-vertical.style-default
  .pxl-menu-primary
  .sub-menu
  .sub-menu {
  left: 100%;
}
.pxl-nav-menu.pxl-layout-vertical .pxl-menu-primary > li {
  display: block;
}
.pxl-nav-menu.hover-default .pxl-menu-primary > .menu-item:hover > a {
  color: #547079;
}
.pxl-nav-menu.hover-default .pxl-menu-primary > .menu-item:hover > a,
.pxl-nav-menu.hover-default
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a,
.pxl-nav-menu.hover-default
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a,
.pxl-nav-menu.hover-default
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a,
.pxl-nav-menu.hover-default
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a,
.pxl-nav-menu.hover-default
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a {
  color: #547079;
}
.pxl-nav-menu.hover-default
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active {
  color: #547079;
}
.pxl-nav-menu.hover-underline .pxl-menu-primary > .menu-item > a {
  position: relative;
}
.pxl-nav-menu.hover-underline .pxl-menu-primary > .menu-item > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 35%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: inherit;
}
.pxl-nav-menu.hover-underline .pxl-menu-primary > .menu-item:hover > a,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a {
  color: rgba(255, 255, 255, 0.7);
}
.pxl-nav-menu.hover-underline .pxl-menu-primary > .menu-item:hover > a::after,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a::after,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a::after,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a::after,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a::after,
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active {
  color: rgba(255, 255, 255, 0.7);
}
.pxl-nav-menu.hover-underline
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pxl-nav-menu.hover-double-underline .pxl-menu-primary > .menu-item > a {
  position: relative;
}
.pxl-nav-menu.hover-double-underline .pxl-menu-primary > .menu-item > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item
  > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  transform: translateY(15px);
  transition: inherit;
}
.pxl-nav-menu.hover-double-underline .pxl-menu-primary > .menu-item > a::after {
  left: 0;
  bottom: 50%;
  background-color: #20282d;
}
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item
  > a::before {
  bottom: 50%;
  right: 0;
  background-color: #111;
  margin-bottom: 3px;
}
.pxl-nav-menu.hover-double-underline .pxl-menu-primary > .menu-item:hover > a,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a {
  color: #000;
}
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item:hover
  > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item:hover
  > a::before,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a::before,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a::before,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a::before,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a::before,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a::before {
  width: 100%;
}
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active {
  color: #000;
}
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active::after,
.pxl-nav-menu.hover-double-underline
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active::before {
  width: 100%;
}
.pxl-nav-menu.hover-dot-popup {
  /* Style First Level  */
  /* Sub Menu */
}
.pxl-nav-menu.hover-dot-popup .pxl-menu-primary > .menu-item > a {
  position: relative;
}
.pxl-nav-menu.hover-dot-popup .pxl-menu-primary > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transition: inherit;
  left: -17px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  border-radius: 50%;
  background-color: #e5ff5e;
}
.pxl-nav-menu.hover-dot-popup .pxl-menu-primary > .menu-item:hover > a::before,
.pxl-nav-menu.hover-dot-popup
  .pxl-menu-primary
  > .menu-item.current_page_item
  > a::before,
.pxl-nav-menu.hover-dot-popup
  .pxl-menu-primary
  > .menu-item.current-menu-item
  > a::before,
.pxl-nav-menu.hover-dot-popup
  .pxl-menu-primary
  > .menu-item.current-menu-parent
  > a::before,
.pxl-nav-menu.hover-dot-popup
  .pxl-menu-primary
  > .menu-item.current_page_ancestor
  > a::before,
.pxl-nav-menu.hover-dot-popup
  .pxl-menu-primary
  > .menu-item.current-menu-ancestor
  > a::before {
  transform: translateY(-50%) scale(1);
}
.pxl-nav-menu.hover-dot-popup
  .pxl-menu-primary
  > .menu-item
  > a.pxl-onepage-active::before {
  transform: translateY(-50%) scale(1);
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f14d";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 10px;
  font-family: "Caseicon";
  font-weight: 400;
}
.pxl-nav-menu.sub-hover-left-line .sub-menu > li > a {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-nav-menu.sub-hover-left-line .sub-menu > li .pxl-menu-item-text {
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-nav-menu.sub-hover-left-line .sub-menu > li .pxl-menu-item-text:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 12px;
  background-color: #000;
  border-radius: 2px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  left: -10px;
}
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li
  > a.pxl-onepage-active
  .pxl-menu-item-text,
.pxl-nav-menu.sub-hover-left-line .sub-menu > li:hover > a .pxl-menu-item-text,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current_page_item
  > a
  .pxl-menu-item-text,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current-menu-item
  > a
  .pxl-menu-item-text,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current_page_ancestor
  > a
  .pxl-menu-item-text,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current-menu-ancestor
  > a
  .pxl-menu-item-text {
  padding-left: 22px;
}
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li
  > a.pxl-onepage-active
  .pxl-menu-item-text:before,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li:hover
  > a
  .pxl-menu-item-text:before,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current_page_item
  > a
  .pxl-menu-item-text:before,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current-menu-item
  > a
  .pxl-menu-item-text:before,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current_page_ancestor
  > a
  .pxl-menu-item-text:before,
.pxl-nav-menu.sub-hover-left-line
  .sub-menu
  > li.current-menu-ancestor
  > a
  .pxl-menu-item-text:before {
  left: 0;
  opacity: 1;
}
.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
  margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu,
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
  margin-top: 0;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu,
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
  transform: perspective(500px) rotateX(0deg);
}
@media screen and (min-width: 1201px) {
  #pxl-header-default .pxl-menu-primary > li {
    margin: 0 1px;
  }
  #pxl-header-default .pxl-menu-primary > li > a span {
    line-height: 37px;
    display: inline-flex;
    padding: 0 22px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #pxl-header-default .pxl-menu-primary > li > a span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a,
  #pxl-header-default .pxl-menu-primary > li.current_page_item > a,
  #pxl-header-default .pxl-menu-primary > li.current-menu-item > a,
  #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a,
  #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a span:before,
  #pxl-header-default .pxl-menu-primary > li.current_page_item > a span:before,
  #pxl-header-default .pxl-menu-primary > li.current-menu-item > a span:before,
  #pxl-header-default
    .pxl-menu-primary
    > li.current_page_ancestor
    > a
    span:before,
  #pxl-header-default
    .pxl-menu-primary
    > li.current-menu-ancestor
    > a
    span:before {
    transform: scaleY(1);
  }
}
@media screen and (min-width: 1201px) {
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li
    .pxl-menu-item-text::before {
    left: auto;
    right: -10px;
  }
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li
    > a.pxl-onepage-active
    .pxl-menu-item-text,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li:hover
    > a
    .pxl-menu-item-text,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current_page_item
    > a
    .pxl-menu-item-text,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current-menu-item
    > a
    .pxl-menu-item-text,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current_page_ancestor
    > a
    .pxl-menu-item-text,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current-menu-ancestor
    > a
    .pxl-menu-item-text {
    padding-left: 0;
    padding-right: 22px;
  }
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li
    > a.pxl-onepage-active
    .pxl-menu-item-text:before,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li:hover
    > a
    .pxl-menu-item-text:before,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current_page_item
    > a
    .pxl-menu-item-text:before,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current-menu-item
    > a
    .pxl-menu-item-text:before,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current_page_ancestor
    > a
    .pxl-menu-item-text:before,
  body.rtl
    .pxl-nav-menu.sub-style-default
    .sub-menu
    > li.current-menu-ancestor
    > a
    .pxl-menu-item-text:before {
    right: 0;
  }
}
.pxl-icon-box {
  position: relative;
}
.pxl-icon-box .pxl-item--link {
  z-index: 999;
}
.pxl-icon-box1 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box1.default .pxl-item--inner {
  width: fit-content;
  gap: 27px;
  max-width: 472px;
}
.pxl-icon-box1.default .pxl-item--title {
  margin-bottom: 15px;
}
.pxl-icon-box1.default .pxl-item--icon {
  line-height: 0.8;
  font-size: 60px;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box1.default .pxl-item--icon {
    font-size: 50px;
  }
  .pxl-icon-box1.default .pxl-item--title {
    font-size: 28px;
  }
  .pxl-icon-box1.default .pxl-item--description {
    font-size: 18px;
  }
}
.pxl-icon-box1.round-box-icon .pxl-item--inner,
.pxl-icon-box1.round-box-icon2 .pxl-item--inner {
  align-items: center;
  gap: 10px;
}
.pxl-icon-box1.round-box-icon .pxl-item--icon,
.pxl-icon-box1.round-box-icon2 .pxl-item--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 15px;
}
.pxl-icon-box1.round-box-icon .pxl-item--icon i,
.pxl-icon-box1.round-box-icon2 .pxl-item--icon i {
  animation-delay: 3s;
  -webkit-transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.pxl-icon-box1.round-box-icon .pxl-item--title,
.pxl-icon-box1.round-box-icon2 .pxl-item--title {
  color: #fff;
}
.pxl-icon-box1.round-box-icon .pxl-item--description,
.pxl-icon-box1.round-box-icon2 .pxl-item--description {
  color: #fff;
  letter-spacing: -0.2px;
}
.pxl-icon-box1.round-box-icon2 .pxl-item--icon {
  background-color: rgba(32, 40, 45, 0.1);
  border: 1px solid rgba(32, 40, 45, 0.15);
  color: #20282d;
}
.pxl-icon-box1.round-box-icon2 .pxl-item--title {
  color: #20282d;
}
.pxl-icon-box1.round-box-icon2 .pxl-item--description {
  color: #20282d;
}
.pxl-icon-box1.round-box-icon4 .pxl-item--inner {
  gap: 0px;
}
.pxl-icon-box1.round-box-icon4 .pxl-item--index {
  display: inline-flex;
  min-width: 42.5px;
  width: 42.5;
  height: 42.5px;
  border-radius: 32px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1f2f2;
  margin-right: 29px;
}
.pxl-icon-box1.round-box-icon4 .pxl-item--title {
  margin-bottom: 12px;
}
.pxl-icon-box1.round-box-icon3 .pxl-item--inner {
  align-items: center;
  gap: 0px;
}
.pxl-icon-box1.round-box-icon3 .pxl-item--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e1f2f2;
  background: #e1f2f2;
  backdrop-filter: blur(20px);
}
.pxl-icon-box1.round-box-icon3 .pxl-item--title,
.pxl-icon-box1.round-box-icon3 .pxl-item--description,
.pxl-icon-box1.round-box-icon3 .pxl-item--icon i {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-icon-box1.round-box-icon3 .pxl-item--title {
  letter-spacing: -0.15px;
}
.pxl-icon-box1.round-box-icon3 .pxl-item--description {
  opacity: 0.7;
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5833;
  letter-spacing: -0.12px;
}
.pxl-icon-box1.style-vertical1 .pxl-item--title {
  color: #223035;
  margin-bottom: 8px;
}
.pxl-icon-box1.style-vertical1 .pxl-item--description {
  font-size: 15px;
  line-height: 1.6;
}
.pxl-icon-box1.style-vertical1 .pxl-item--icon {
  position: relative;
  font-size: 44px;
}
.pxl-icon-box1.style-vertical1 .pxl-item--inner {
  flex-direction: column;
  gap: 7px;
}
.pxl-icon-box1.round-box-icon5 .pxl-item--inner {
  gap: 30px;
  flex-direction: column;
}
.pxl-icon-box1.round-box-icon5 .pxl-item--icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 48px;
  color: #04091e;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  border-radius: 1000px;
  background-color: #eef;
}
.pxl-icon-box1.round-box-icon5 .pxl-item--title {
  color: #223035;
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45455;
  margin-bottom: 23px;
}
.pxl-iconbox-carousel .pxl-swiper-container {
  margin: -17px;
}
.pxl-iconbox-carousel .pxl-swiper-slide {
  padding: 17px;
}
.pxl-iconbox-carousel .pxl-item--icon {
  color: #fff;
  font-size: 46px;
  margin-bottom: 12px;
  transition: all 0.3s linear;
}
.pxl-iconbox-carousel .pxl-item--holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.pxl-iconbox-carousel .pxl-item--holder .pxl-item--title {
  letter-spacing: 0px;
  margin-bottom: 11px;
  transition: all 0.3s linear;
}
.pxl-iconbox-carousel .pxl-item--holder .pxl-item--desc {
  margin-bottom: 38px;
  transition: all 0.3s linear;
}
.pxl-iconbox-carousel .pxl-item--holder .pxl-icon--hover {
  position: relative;
  width: 33px;
  height: 33px;
  overflow: hidden;
}
.pxl-iconbox-carousel .pxl-item--holder .pxl-icon--hover .icon-main {
  position: absolute;
  inset: 0;
  transition: all 0.3s;
}
.pxl-iconbox-carousel .pxl-item--holder .pxl-icon--hover .icon-copy {
  position: absolute;
  inset: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
}
.pxl-iconbox-carousel .pxl-item--inner {
  position: relative;
  width: 100%;
  padding: 27px 27px 36px 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s;
  overflow: hidden;
}
.pxl-iconbox-carousel .pxl-item--inner .pxl-item--link {
  z-index: 99;
}
.pxl-iconbox-carousel .pxl-item--inner:hover {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(116, 124, 126, 0.17);
  backdrop-filter: blur(0px);
}
.pxl-iconbox-carousel .pxl-item--inner:hover .pxl-item--icon {
  color: #223035;
}
.pxl-iconbox-carousel
  .pxl-item--inner:hover
  .pxl-item--holder
  .pxl-item--title {
  color: #223035;
}
.pxl-iconbox-carousel .pxl-item--inner:hover .pxl-item--holder .pxl-item--desc {
  color: #20282d;
}
.pxl-iconbox-carousel
  .pxl-item--inner:hover
  .pxl-item--holder
  .pxl-icon--hover
  .icon-main {
  transform: scale(0);
}
.pxl-iconbox-carousel
  .pxl-item--inner:hover
  .pxl-item--holder
  .pxl-icon--hover
  .icon-copy {
  transform: translate(0, 0);
}
.pxl-iconbox-carousel.pxl-bg-gradient .pxl-item--inner::after {
  content: "";
  background: linear-gradient(
    1deg,
    rgba(51, 56, 174, 0.29) 0.81%,
    rgba(32, 34, 42, 0.5) 75.69%
  );
  z-index: 1;
  transition: inherit;
}
.pxl-iconbox-carousel.pxl-bg-gradient .pxl-item--inner:hover::after {
  opacity: 0;
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-icon-box-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 43px;
  padding: 48px 51px 58px 54px;
  border-radius: 10px;
  border: 1px solid #547079;
  background: rgba(225, 242, 242, 0.1);
  max-width: 820px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item {
    padding: 48px 30px 58px 31px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item:hover,
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item.pxl-active {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  transform: translateX(-77px);
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item:hover .pxl-item--icon,
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item.pxl-active .pxl-item--icon {
  color: #20282d;
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item:hover .pxl-item--icon::after,
.pxl-icon-box-list.pxl-icon-box-list1
  .pxl-item.pxl-active
  .pxl-item--icon::after {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item {
    max-width: 100%;
  }
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item:hover,
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item.pxl-active {
    transform: translateX(0);
  }
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--icon {
  position: relative;
  width: 76px;
  height: 76px;
  min-width: 76px;
  border-radius: 76px;
  font-size: 35px;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  transition: all 0.3s linear;
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--icon i {
  position: relative;
  z-index: 9;
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #fff;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--title {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  letter-spacing: -0.32;
}
@media screen and (max-width: 1200px) {
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--title {
    font-size: 24px;
  }
}
.pxl-icon-box-list.pxl-icon-box-list1 .pxl-item--desc {
  width: 100%;
  display: block;
  letter-spacing: -0.2455px;
}
@media screen and (max-width: 991px) {
  .pxl-icon-box-list.pxl-icon-box-list1 {
    font-size: 16px;
  }
}
.pxl-counter .pxl--counter-number {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
  width: fit-content;
}
.pxl-counterslide .pxl-counterslide-digit-inner .pxl-counterslide-ribbon {
  width: fit-content;
}
.pxl-counterslide .pxl-counterslide-inside {
  display: inline-flex;
}
.pxl-counterslide .pxl-counterslide-digit-spacer {
  visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-digit,
.pxl-counterslide .pxl-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pxl-counterslide .pxl-counterslide-ribbon {
  display: block;
}
.pxl-counterslide .pxl-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
  position: absolute;
}
.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating
  .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down
  .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating
  .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-counter .pxl-counter--number {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-counter.pxl-counter1.style-1 .pxl-counter--container {
  background-color: #e1f2f2;
  width: 100%;
}
.pxl-counter.pxl-counter1.style-1 .pxl-counter--inner {
  text-align: center;
  width: 100%;
  padding: 66px 15px 78px;
}
.pxl-counter.pxl-counter1.style-1 .pxl-counter--number {
  line-height: 1;
  font-weight: 500;
  color: #223035;
  font-size: 74px;
  display: inline-flex;
  margin-bottom: 21px;
}
.pxl-counter.pxl-counter1.style-1 .pxl-counter--title {
  font-size: 20px;
  color: #223035;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  text-transform: capitalize;
}
@media screen and (max-width: 880px) {
  .pxl-counter.pxl-counter1.style-1 .pxl-counter--title {
    font-size: 20px;
  }
}
.pxl-counter.pxl-counter1.style-2 .pxl-counter--number {
  color: rgba(189, 241, 241, 0.2);
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1.style-2 .pxl-counter--number {
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-counter.pxl-counter1.style-2 .pxl-counter--number {
    font-size: 100px;
  }
  .pxl-counter.pxl-counter1.style-2 .pxl-counter--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-counter.pxl-counter1.style-2 .pxl-counter--number {
    font-size: 80px;
  }
  .pxl-counter.pxl-counter1.style-2 .pxl-counter--title {
    font-size: 20px;
  }
}
.pxl-counter.pxl-counter1.style-3 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.pxl-counter.pxl-counter1.style-3 .pxl-counter--inner {
  display: inline-flex;
  gap: 0px;
  align-items: end;
}
.pxl-counter.pxl-counter1.style-3 .pxl-counter--number {
  line-height: 0.8;
  font-weight: 700;
  color: #547079;
  font-size: 168px;
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1.style-3 .pxl-counter--number {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-counter.pxl-counter1.style-3 .pxl-counter--number {
    font-size: 120px;
  }
}
.pxl-counter.pxl-counter1.style-3 .pxl-counter--title {
  font-family: "DM Serif Text", sans-serif;
  font-size: 32px;
  color: #85979b;
  font-weight: 400;
  line-height: 1.3125;
  font-style: italic;
}
.pxl-counter.pxl-counter1.box-shadow .pxl-counter--container {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 100px 0px rgba(137, 161, 168, 0.17);
}
.pxl-counter.pxl-counter1.box-shadow .pxl-counter--inner {
  width: 100%;
  padding: 56px 20px 65px;
  text-align: center;
}
.pxl-counter.pxl-counter1.box-shadow .pxl-counter--inner .pxl-counter--number {
  justify-content: center;
  color: #547079;
  font-size: 74px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -0.74px;
  margin-bottom: 25px;
}
.pxl-counter.pxl-counter1.box-shadow .pxl-counter--inner .pxl-counter--title {
  color: #223035;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.pxl-counter.pxl-counter1.box-border2 .pxl-counter--inner {
  width: 100%;
  text-align: center;
}
.pxl-counter.pxl-counter1.box-border2 .pxl-counter--inner .pxl-counter--number {
  justify-content: center;
  color: #111;
  font-size: 74px;
  font-weight: 500;
  line-height: 0.89189;
  margin-bottom: 21px;
}
.pxl-counter.pxl-counter1.box-border2 .pxl-counter--inner .pxl-counter--title {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.pxl-counter.pxl-counter1.style-4 .pxl-counter--number {
  color: #111;
  font-size: 116px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.pxl-counter.pxl-counter1.style-4 .pxl-counter--title {
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1.style-4 .pxl-counter--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-counter.pxl-counter1.style-4 .pxl-counter--title {
    font-size: 22px;
  }
  .pxl-counter.pxl-counter1.style-4 .pxl-counter--number {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-counter.pxl-counter1.style-4 .pxl-counter--number {
    font-size: 90px;
  }
}
.pxl-counter.pxl-counter1.style-5 .pxl-counter--inner {
  display: inline-flex;
  align-items: center;
  gap: 17px;
}
.pxl-counter.pxl-counter1.style-5 .pxl-counter--number {
  font-size: 116px;
  font-weight: 500;
  line-height: 1;
}
.pxl-counter.pxl-counter1.style-5 .pxl-counter--title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
}
@media screen and (max-width: 1200px) {
  .pxl-counter.pxl-counter1.style-5 .pxl-counter--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-counter.pxl-counter1.style-5 .pxl-counter--title {
    font-size: 22px;
  }
  .pxl-counter.pxl-counter1.style-5 .pxl-counter--number {
    font-size: 110px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-counter.pxl-counter1.style-5 .pxl-counter--number {
    font-size: 90px;
  }
}
.pxl-counter.pxl-counter2.box-default .pxl-counter--inner,
.pxl-counter.pxl-counter2.box-linear-gradient .pxl-counter--inner {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  width: 100%;
}
.pxl-counter.pxl-counter2.box-default .pxl-counter--holder,
.pxl-counter.pxl-counter2.box-linear-gradient .pxl-counter--holder {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 37px;
  padding: 27px 20px 23px 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.pxl-counter.pxl-counter2.box-default .pxl-counter--icon,
.pxl-counter.pxl-counter2.box-linear-gradient .pxl-counter--icon {
  position: relative;
  z-index: 9;
  color: #fff;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9.5px;
  font-size: 30px;
}
.pxl-counter.pxl-counter2.box-default .pxl-counter--number,
.pxl-counter.pxl-counter2.box-linear-gradient .pxl-counter--number {
  position: relative;
  z-index: 9;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.pxl-counter.pxl-counter2.box-default .pxl-counter--title,
.pxl-counter.pxl-counter2.box-linear-gradient .pxl-counter--title {
  position: relative;
  z-index: 9;
  padding: 21px 15px 25px;
  text-align: center;
}
.pxl-counter.pxl-counter2.box-linear-gradient .pxl-bg--gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    1deg,
    var(--gradient-color-from) 0.81%,
    var(--gradient-color-to) 75.69%
  );
  z-index: 1;
}
.pxl-counter.pxl-counter2.box-white .pxl-counter--inner {
  background-color: #fff;
  width: 100%;
}
.pxl-counter.pxl-counter2.box-white .pxl-counter--icon {
  position: relative;
  z-index: 9;
  color: #fff;
  width: 65px;
  height: 65px;
  background-color: #547079;
  border-radius: 9.5px;
  font-size: 30px;
}
.pxl-counter.pxl-counter2.box-white .pxl-counter--number {
  color: var(--primary-color);
}
.pxl-counter.pxl-counter2.box-white .pxl-counter--holder {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 37px;
  padding: 27px 20px 23px 29px;
  border-bottom: 1px solid var(--primary-color);
}
.pxl-counter.pxl-counter2.box-white .pxl-counter--title {
  color: var(--primary-color);
  padding: 21px 15px 25px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .pxl-counter.pxl-counter3 .pxl-counter--icon svg {
    width: 150px;
    height: 150px;
  }
}
.pxl-counter.pxl-counter3 .pxl-counter--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 33px 72px 36px 63px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  background: rgba(15, 55, 69, 0.2);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 479px) {
  .pxl-counter.pxl-counter3 .pxl-counter--inner {
    padding: 30px 25px;
  }
}
.pxl-counter.pxl-counter3 .pxl-counter--holder {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: end;
  display: block;
  max-width: 250px;
}
.pxl-counter.pxl-counter3 .pxl-counter--number {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.55556;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .pxl-counter.pxl-counter3 .pxl-counter--number {
    font-size: 54px;
  }
}
.pxl-counter.pxl-counter3 .pxl-counter--title {
  color: #fff;
  font-family: "DM Serif Text";
  font-size: 33px;
  font-weight: 400;
  line-height: 1.19048;
}
@media screen and (max-width: 479px) {
  .pxl-counter.pxl-counter3 .pxl-counter--title {
    font-size: 23px;
  }
}
.pxl-counter.pxl-counter4 .pxl-counter--inner {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding: 45px 30px 50px 48px;
  border-radius: 17px;
  background-color: #f2f2f7;
}
@media screen and (max-width: 1201px) {
  .pxl-counter.pxl-counter4 .pxl-counter--inner {
    padding: 45px 35px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-counter.pxl-counter4 .pxl-counter--inner {
    padding: 40px 20px;
  }
}
.pxl-counter.pxl-counter4 .pxl-counter--number {
  color: #04091e;
}
@media screen and (max-width: 575px) {
  .pxl-counter.pxl-counter4 .pxl-counter--number {
    font-size: 38px;
  }
}
.pxl-counter.pxl-counter4 .pxl-counter--title {
  color: #38464a;
}
@media screen and (max-width: 991px) {
  .pxl-counter.pxl-counter4 .pxl-counter--title {
    font-size: 18px;
  }
}
.pxl-counter.pxl-counter4 .pxl-counter--icon {
  background-color: #5e29f9;
  color: #fff;
  min-width: 81px;
  width: 81px;
  height: 81px;
  border-radius: 12px;
  font-size: 35px;
}
@media screen and (max-width: 479px) {
  .pxl-col-experience .pxl-counter1.style-3 .pxl-counter--inner {
    gap: 10px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-col-experience .pxl-counter1.style-3 .pxl-counter--number {
    font-size: 150px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-col-experience .pxl-counter1.style-3 .pxl-counter--title {
    font-size: 30px;
  }
}
.pxl-btn-video {
  position: relative;
  z-index: 99;
}
.pxl-btn-video.style1 {
  width: 189px;
  height: 189px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1280px) {
  .pxl-btn-video.style1 {
    max-width: 130px;
    max-height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-btn-video.style1 {
    max-width: 100px;
    max-height: 100px;
  }
}
.pxl-btn-video.style2 {
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  z-index: 4;
  -webkit-transition: background-color 0.3s linear 0s;
  -khtml-transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
.pxl-btn-video.style2:hover,
.pxl-btn-video.style2:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.pxl-btn-video.style3 {
  width: 230px;
  height: 230px;
  border-radius: 230px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .pxl-btn-video.style3 {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-btn-video.style3 {
    width: 170px;
    height: 170px;
  }
}
.pxl-video-btn-effect:before,
.pxl-btn-video.style1:before,
.pxl-btn-video.style2:before,
.pxl-video-player1:hover .pxl-btn-video.style3:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: 0;
  border-radius: inherit;
}
.pxl-video-btn-effect::after,
.pxl-btn-video.style1::after,
.pxl-btn-video.style2::after,
.pxl-video-player1:hover .pxl-btn-video.style3::after {
  position: absolute;
  content: "";
  inset: 0;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  z-index: -1;
}
.pxl-video-player1 .pxl-video--inner {
  position: relative;
}
.pxl-video-player1 .pxl-bg--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.pxl-video-player1 .pxl-video--bg {
  position: relative;
  width: 100%;
}
.pxl-video-player1 .pxl-bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-video-player1 .btn-video-wrap {
  position: absolute;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-video-player1 .pxl-video--imagebg {
  position: relative;
  overflow: hidden;
}
.pxl-video-player1 .pxl-video--imagebg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -60px;
}
.pxl-video-player2 {
  display: flex;
}
.pxl-video-player2 .pxl-video--inner {
  width: 100%;
  position: relative;
  background: transparent;
}
.pxl-video-player2 .pxl-video--bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  box-shadow: 0px 30px 100px 0px rgba(32, 93, 106, 0.45);
}
.pxl-video-player2 .pxl-bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-video-player2 .pxl-bg-image::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(18, 56, 64, 0.2) 0%,
    rgba(18, 56, 64, 0.2) 100%
  );
}
.pxl-video-player2 .pxl-video--holder {
  position: absolute;
  left: 0;
  padding: 82px 82px 84px 82px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-video-player2 .pxl-video--holder {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-video-player2 .pxl-video--holder {
    padding: 15px;
  }
}
.pxl-video-player2 .pxl-video--holder .pxl-video--title {
  display: block;
  margin-bottom: 31px;
  letter-spacing: -0.42px;
  max-width: 792px;
}
.pxl-video-player2 .pxl-video--holder .pxl-video--title:hover a {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1200px) {
  .pxl-video-player2 .pxl-video--holder .pxl-video--title {
    font-size: 36px;
    max-width: 585px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-video-player2 .pxl-video--holder .pxl-video--title {
    font-size: 32px;
    max-width: 555px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-video-player2 .pxl-video--holder .pxl-video--title {
    font-size: 28px;
  }
}
.pxl-video-player2 .pxl-video--holder .pxl-video--content {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.pxl-video-player2 .pxl-video--holder .pxl-video--content .pxl-video--name {
  margin-top: 3px;
}
.pxl-video-player2
  .pxl-video--holder
  .pxl-video--content
  .pxl-video--name:hover
  a {
  color: rgba(255, 255, 255, 0.7);
}
.pxl-video-player2.video-style1 .pxl-video--bg {
  box-shadow: 0px 30px 100px 0px rgba(105, 105, 105, 0.45);
}
.pxl-video-player2.video-style1 .pxl-bg-image::before {
  background: linear-gradient(
    0deg,
    rgba(54, 54, 54, 0.2) 0%,
    rgba(54, 54, 54, 0.2) 100%
  );
}
.pxl-video-player2.video-style2 .pxl-video--bg {
  box-shadow: none;
}
.pxl-video-player2.video-style2 .pxl-bg-image::before {
  background: linear-gradient(
    0deg,
    rgba(11, 14, 34, 0.21) 0%,
    rgba(11, 14, 34, 0.21) 100%
  );
}
.pxl-testimonial-carousel1.box-color--light
  .swiper-slide-active
  .pxl-item--inner,
.pxl-testimonial-carousel1.box-color--light
  .swiper-slide-duplicate-active
  .pxl-item--inner {
  background: rgba(225, 242, 242, 0.5);
  box-shadow: none;
  border: 1px solid rgba(151, 186, 199, 0.5);
}
.pxl-testimonial-carousel1.box-color-off-white .pxl-item--inner {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 1s linear;
  -khtml-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.pxl-testimonial-carousel1.box-color-off-white
  .pxl-item--inner
  .pxl-item--icon {
  border-radius: 0px 15.826px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #223035;
  color: rgba(253, 253, 253, 0.3);
  -webkit-transition: all 0.75s linear;
  -khtml-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
.pxl-testimonial-carousel1.box-color-off-white
  .pxl-item--inner
  .pxl-item--desc {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pxl-testimonial-carousel1.box-color-off-white
  .pxl-item--inner
  .pxl-item--title,
.pxl-testimonial-carousel1.box-color-off-white
  .pxl-item--inner
  .pxl-item--position {
  color: #fff;
}
.pxl-testimonial-carousel1.box-color-off-white .swiper-slide-active,
.pxl-testimonial-carousel1.box-color-off-white .swiper-slide-duplicate-active {
  -webkit-transition: all 0.75s linear;
  -khtml-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
.pxl-testimonial-carousel1.box-color-off-white
  .swiper-slide-active
  .pxl-item--inner,
.pxl-testimonial-carousel1.box-color-off-white
  .swiper-slide-duplicate-active
  .pxl-item--inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}
.pxl-testimonial-carousel1.box-color-off-white
  .swiper-slide-active
  .pxl-item--inner
  .pxl-item--icon,
.pxl-testimonial-carousel1.box-color-off-white
  .swiper-slide-duplicate-active
  .pxl-item--inner
  .pxl-item--icon {
  background-color: #97bac7;
  color: #fff;
}
.pxl-testimonial-carousel1 .pxl-carousel-inner {
  margin: 0;
}
.pxl-testimonial-carousel1 .pxl-swiper-container {
  margin: 0 -87px 0 -45px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-swiper-container {
    margin: 0 -87px 0 -55px;
  }
}
.pxl-testimonial-carousel1 .pxl-swiper-slide {
  padding: 0 52px;
}
.pxl-testimonial-carousel1 .pxl-item--inner {
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  padding: 58px 55px 67px 88px;
  border: 1px solid #d9d9d9;
  backdrop-filter: blur(20px);
}
.pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--icon {
  line-height: 1;
  position: absolute;
  width: 91px;
  height: 91px;
  border-radius: 0 16px;
  background-color: #97bac7;
  color: #fff;
  font-size: 40px;
  left: 0;
  top: 46px;
  transform: translateX(-48%);
}
.pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--desc {
  display: block;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: -0.24px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 37px;
}
.pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--title {
  padding-top: 31px;
  margin-bottom: 5px;
}
.pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--position {
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel1 .pxl-item--inner {
    padding: 35px 15px 35px 45px;
  }
  .pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--desc {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--title {
    padding-top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-testimonial-carousel1 .pxl-item--inner .pxl-item--desc {
    font-size: 18px;
  }
}
.pxl-testimonial-carousel1 .swiper-slide-active .pxl-item--inner,
.pxl-testimonial-carousel1 .swiper-slide-duplicate-active .pxl-item--inner {
  box-shadow: 0px 10px 30px 0px rgba(116, 124, 126, 0.17);
}
.pxl-testimonial-carousel2.box-color-on-top .pxl-swiper-container {
  margin: 0 -25px;
}
.pxl-testimonial-carousel2.box-color-on-top .pxl-swiper-slide {
  padding: 0 25px;
}
.pxl-testimonial-carousel2.box-color-on-top .pxl-item--inner .pxl-content--top {
  position: relative;
  background-color: #e1f2f2;
  padding: 40px 65px 82px;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2.box-color-on-top
    .pxl-item--inner
    .pxl-content--top {
    padding: 40px 30px 82px;
  }
}
.pxl-testimonial-carousel2.box-color-on-top
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--icon {
  font-size: 42px;
  margin-bottom: 2px;
  color: rgba(133, 151, 155, 0.3);
}
.pxl-testimonial-carousel2.box-color-on-top
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--avatar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 9;
}
.pxl-testimonial-carousel2.box-color-on-top
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--avatar
  img {
  width: 122px;
  height: 122px;
  border-radius: 122px;
  border: 6px solid #e1f2f2;
}
.pxl-testimonial-carousel2.box-color-on-top
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--desc {
  max-width: 540px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2.box-color-on-top
    .pxl-item--inner
    .pxl-content--top
    .pxl-item--desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2.box-color-on-top
    .pxl-item--inner
    .pxl-content--top
    .pxl-item--desc {
    font-size: 18px;
  }
}
.pxl-testimonial-carousel2.box-color-on-top
  .pxl-item--inner
  .pxl-content--bottom {
  position: relative;
  text-align: center;
  padding: 71px 20px 0;
  background-color: transparent;
}
.pxl-testimonial-carousel2.box-color-on-top
  .pxl-item--inner:hover
  .pxl-content--top {
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(116, 124, 126, 0.17);
}
.pxl-testimonial-carousel2.box-color--dark .pxl-item--inner,
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner {
  border-radius: 7px;
  text-align: center;
  padding: 40px 47px 52px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel2.box-color--dark .pxl-item--inner,
  .pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner {
    padding: 40px 20px 50px;
  }
}
.pxl-testimonial-carousel2.box-color--dark .pxl-item--inner .pxl-content--top,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--top {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--icon,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--icon {
  font-size: 42px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--icon
  i,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--icon
  i {
  line-height: 1;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--desc,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--desc {
  display: block;
  width: 100%;
  max-width: 402px;
  margin-bottom: 25px;
  transition: all 0.3s linear;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2.box-color--dark
    .pxl-item--inner
    .pxl-content--top
    .pxl-item--desc,
  .pxl-testimonial-carousel2.box-color--gradient
    .pxl-item--inner
    .pxl-content--top
    .pxl-item--desc {
    max-width: 100%;
  }
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--avatar,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--avatar {
  display: block;
  margin-bottom: 7px;
  position: relative;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--avatar
  img,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--top
  .pxl-item--avatar
  img {
  width: 94px;
  height: 94px;
  border-radius: 55px;
  transition: border 0.3s linear;
  position: relative;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--bottom,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--bottom {
  text-align: center;
  display: block;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--bottom
  .pxl-item--title,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--bottom
  .pxl-item--title,
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--bottom
  .pxl-item--desc,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--bottom
  .pxl-item--desc,
.pxl-testimonial-carousel2.box-color--dark
  .pxl-item--inner
  .pxl-content--bottom
  .pxl-item--position,
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-content--bottom
  .pxl-item--position {
  transition: all 0.3s linear;
}
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner {
  position: relative;
}
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner::after,
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s linear 0s;
  -khtml-transition: opacity 0.25s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -ms-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
  z-index: -1;
}
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner::after {
  background-color: #264146;
}
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner::before {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to bottom,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  opacity: 0;
}
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-item--icon {
  color: rgba(255, 255, 255, 0.3);
}
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-item--desc {
  color: #fff;
}
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-item--avatar
  img {
  border: 4px solid #547079;
}
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-item--title {
  color: #fff;
}
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner
  .pxl-item--position {
  color: #fff;
}
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner:hover::after {
  opacity: 0;
}
.pxl-testimonial-carousel2.box-color--gradient .pxl-item--inner:hover::before {
  opacity: 1;
  border-radius: 0;
}
.pxl-testimonial-carousel2.box-color--gradient
  .pxl-item--inner:hover
  .pxl-item--avatar
  img {
  border: 4px solid rgba(225, 242, 242, 0.5);
}
.pxl-testimonial-carousel2.box-color--dark .pxl-item--inner {
  background: #fff;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-content--top
  .pxl-item--avatar
  img {
  border: 4px solid #f4f4f4;
}
.pxl-testimonial-carousel2.box-color--dark .pxl-content--top .pxl-item--icon {
  color: #d9d9d9;
}
.pxl-testimonial-carousel2.box-color--dark .pxl-content--top .pxl-item--desc {
  color: #111;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-content--bottom
  .pxl-item--title,
.pxl-testimonial-carousel2.box-color--dark
  .pxl-content--bottom
  .pxl-item--position {
  color: #111;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-swiper-wrapper:hover
  .pxl-item--inner:not(:hover) {
  background-color: #404040;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-swiper-wrapper:hover
  .pxl-item--inner:not(:hover)
  .pxl-content--top
  .pxl-item--avatar
  img {
  border: 4px solid #989898;
  filter: grayscale(100%);
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-swiper-wrapper:hover
  .pxl-item--inner:not(:hover)
  .pxl-content--top
  .pxl-item--icon {
  color: rgba(255, 255, 255, 0.3);
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-swiper-wrapper:hover
  .pxl-item--inner:not(:hover)
  .pxl-content--top
  .pxl-item--desc {
  color: #fff;
}
.pxl-testimonial-carousel2.box-color--dark
  .pxl-swiper-wrapper:hover
  .pxl-item--inner:not(:hover)
  .pxl-content--bottom
  .pxl-item--title,
.pxl-testimonial-carousel2.box-color--dark
  .pxl-swiper-wrapper:hover
  .pxl-item--inner:not(:hover)
  .pxl-content--bottom
  .pxl-item--position {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-item--inner {
  display: inline-flex;
  align-items: center;
  gap: 49px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel3 .pxl-item--inner {
    flex-direction: column;
    gap: 20px;
  }
}
.pxl-testimonial-carousel3 .pxl-item--avatar {
  position: relative;
}
.pxl-testimonial-carousel3 .pxl-item--avatar img {
  max-width: 203px;
  max-height: 203px;
  border-radius: 203px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item--avatar img {
    max-width: 170px;
    max-height: 170px;
  }
}
.pxl-testimonial-carousel3 .pxl-item--desc {
  display: block;
  color: #263037;
  font-family: "Sora";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.38889;
  margin-bottom: 27px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel3 .pxl-item--desc {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.pxl-testimonial-carousel3 .pxl-item--title {
  color: #263037;
  margin-bottom: 7px;
}
.pxl-testimonial-carousel3 .pxl-content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel3 .pxl-content {
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;
  }
}
.pxl-testimonial-carousel3 .pxl-item--desc {
  color: #263037;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel3 .pxl-item--desc {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel3 .pxl-item--desc {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel3 .pxl-item--desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item--desc {
    font-size: 20px;
  }
}
.pxl-testimonial-carousel3 .pxl-item--icon {
  position: absolute;
  top: -29px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 0px 12.174px;
  background: #97bac7;
  font-size: 29px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel3 .pxl-item--icon {
    font-size: 25px;
    top: -15px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
.pxl-testimonial-carousel3 .pxl-swiper-dots-wrap {
  position: absolute;
  right: 102px;
  bottom: 15px;
  z-index: 99;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-swiper-dots-wrap {
    right: 50%;
    bottom: -50px;
    transform: translateX(50%);
  }
}
.pxl-testimonial-carousel4 .pxl-swiper-slide {
  display: inline-flex;
  justify-content: center;
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap {
    display: none;
  }
}
.pxl-testimonial-carousel4 .pxl-item--inner {
  width: 100%;
  align-items: center;
  max-width: 1357px;
}
.pxl-testimonial-carousel4 .pxl-item--avatar {
  display: block;
  position: relative;
  margin-bottom: 48.5px;
}
.pxl-testimonial-carousel4 .pxl-item--avatar img {
  border: 5px solid #e1f2f2;
  width: 180px;
  height: 180px;
  border-radius: 180px;
}
.pxl-testimonial-carousel4 .pxl-item--icon {
  color: #3338ae;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 40px;
}
.pxl-testimonial-carousel4 .pxl-item--desc {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 43px;
  max-width: 1500px;
  padding-inline: 150px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel4 .pxl-item--desc {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-item--desc {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-item--desc {
    font-size: 32px;
    padding-inline: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel4 .pxl-item--desc {
    font-size: 28px;
    padding-inline: 0;
  }
}
.pxl-testimonial-carousel4 .pxl-item--title {
  color: var(--primary-color);
  font-family: "DM Serif Text";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.44444;
  letter-spacing: -0.36px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-item--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel4 .pxl-item--title {
    font-size: 24px;
    padding-inline: 0;
  }
}
.pxl-testimonial-carousel4 .pxl-item--position {
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-item--position {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel4 .pxl-item--position {
    font-size: 18px;
    padding-inline: 0;
  }
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  padding: 15px;
  position: relative;
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow::after {
  content: "";
  background-color: #474a53;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100px;
  z-index: -1;
}
.pxl-testimonial-carousel4
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow:hover::after,
.pxl-testimonial-carousel4
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow:active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pxl-testimonial-carousel4
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow:hover
  svg
  path,
.pxl-testimonial-carousel4
  .pxl-swiper-arrow-wrap
  .pxl-swiper-arrow:active
  svg
  path {
  fill: #fff;
}
.pxl-accordion .pxl-accordion--title {
  margin-bottom: 0;
  cursor: pointer;
}
.pxl-accordion .pxl-accordion--content {
  display: none;
}
.pxl-accordion .pxl-icon--plus {
  font-style: normal;
}
.pxl-accordion1.pxl-accordion-style-default .pxl-accordion--title,
.pxl-accordion1.pxl-accordion-style-light .pxl-accordion--title {
  padding: 15px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #223035;
  gap: 15px;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  color: var(--primary-color);
}
.pxl-accordion1.pxl-accordion-style-default
  .pxl-accordion--title
  .pxl-title--text,
.pxl-accordion1.pxl-accordion-style-light
  .pxl-accordion--title
  .pxl-title--text {
  flex-grow: 1;
}
.pxl-accordion1.pxl-accordion-style-default .pxl-icon--action,
.pxl-accordion1.pxl-accordion-style-light .pxl-icon--action {
  min-width: 10px;
  width: 10px;
  height: auto;
  position: relative;
}
.pxl-accordion1.pxl-accordion-style-default .pxl-icon--action::before,
.pxl-accordion1.pxl-accordion-style-light .pxl-icon--action::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #20282d;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.pxl-accordion-style-default .pxl-icon--action::after,
.pxl-accordion1.pxl-accordion-style-light .pxl-icon--action::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #20282d;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.pxl-accordion-style-default .pxl-accordion--content,
.pxl-accordion1.pxl-accordion-style-light .pxl-accordion--content {
  padding: 19px 0 5px 0;
  color: var(--primary-color);
}
.pxl-accordion1.pxl-accordion-style-default .pxl--item,
.pxl-accordion1.pxl-accordion-style-light .pxl--item {
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.pxl-accordion-style-default
  .pxl--item.active
  .pxl-icon--action::after,
.pxl-accordion1.pxl-accordion-style-light
  .pxl--item.active
  .pxl-icon--action::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.pxl-accordion1.pxl-accordion-style-light .pxl-accordion--title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.pxl-accordion1.pxl-accordion-style-light .pxl-accordion--content,
.pxl-accordion1.pxl-accordion-style-light .pxl-title--text {
  color: #fff;
}
.pxl-accordion1.pxl-accordion-style-light .pxl-icon--action::before {
  content: "";
  background-color: #fff;
}
.pxl-accordion1.pxl-accordion-style-light .pxl-icon--action::after {
  background-color: #fff;
  content: "";
}
.pxl-accordion1.pxl-none-divider .pxl-accordion--title {
  border-bottom: none;
}
.pxl--progressbar {
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  width: 0;
}
.pxl--progressbar.vertical {
  -webkit-transition: height 1.4s ease;
  -khtml-transition: height 1.4s ease;
  -moz-transition: height 1.4s ease;
  -ms-transition: height 1.4s ease;
  -o-transition: height 1.4s ease;
  transition: height 1.4s ease;
  height: 0;
}
.pxl-progressbar-1 .pxl-progressbar--wrap {
  display: flex;
  height: 18px;
  width: 100%;
  align-items: center;
  border-radius: 200px;
  background-color: rgba(34, 48, 53, 0.06);
  border: 1px solid rgba(34, 48, 53, 0.2);
  padding: 4px;
}
.pxl-progressbar-1 .pxl-progressbar--wrap .pxl--progressbar {
  height: 10px;
  border-radius: 10px;
  background-color: #97bac7;
  position: relative;
}
.pxl-progressbar-1 .pxl--meta {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}
.pxl-progressbar-1 .pxl--item {
  width: 100%;
}
.pxl-progressbar-1 .pxl--item + .pxl--item {
  margin-top: 20px;
  width: 100%;
}
.pxl-progressbar-1.pxl-d-horizontal {
  display: flex;
  column-gap: 137px;
}
.pxl-progressbar-1.pxl-d-horizontal .pxl--meta {
  margin-bottom: 7px;
}
.pxl-progressbar-1.pxl-d-horizontal .pxl--item {
  margin: 0;
}
.pxl-progressbar-1.pxl-d-horizontal:last-child {
  margin-right: 0;
}
.pxl-progressbar-1.pxl-progressbar-light .pxl-progressbar--wrap {
  border-radius: 20.25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.pxl-progressbar-1.pxl-progressbar-light
  .pxl-progressbar--wrap
  .pxl--progressbar {
  border-radius: 8.966px 0px 0px 8.966px;
  background: #97bac7;
}
.pxl-progressbar-1.pxl-progressbar-light2 .pxl-progressbar--wrap {
  border-radius: 20.25px;
  border: 1px solid rgba(34, 48, 53, 0.2);
  background: rgba(34, 48, 53, 0.06);
}
.pxl-progressbar-1.pxl-progressbar-light2
  .pxl-progressbar--wrap
  .pxl--progressbar {
  border-radius: 9px 0px 0px 9px;
  background: #547079;
}
.pxl-progressbar-1.pxl-progressbar-light2 .pxl--title {
  font-family: "Sora";
  color: #223035;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.pxl-progressbar-1.pxl-progressbar-light2 .pxl--percentage {
  font-family: "Sora";
  font-weight: 600;
  color: #38464a;
  letter-spacing: -0.2px;
  font-size: 20px;
}
.pxl-progressbar-1.pxl-progressbar-dark .pxl-progressbar--wrap {
  border-radius: 20.25px;
  border: 1px solid rgba(34, 48, 53, 0.2);
  background: rgba(34, 48, 53, 0.06);
}
.pxl-progressbar-1.pxl-progressbar-dark
  .pxl-progressbar--wrap
  .pxl--progressbar {
  border-radius: 8.966px 0px 0px 8.966px;
  background: #111;
}
.pxl-team-layout1.pxl-team-carousel1.pxl-wavy-style
  .pxl-swiper-wrapper
  .pxl-swiper-slide:nth-child(odd)
  .pxl-item--inner {
  margin-top: 71px;
}
.pxl-team-layout1.pxl-team-carousel1.style-1 .pxl-swiper-container,
.pxl-team-layout1.pxl-team-carousel1.style-2 .pxl-swiper-container {
  margin: -22.5px;
}
.pxl-team-layout1.pxl-team-carousel1.style-1
  .pxl-swiper-wrapper
  .pxl-swiper-slide,
.pxl-team-layout1.pxl-team-carousel1.style-2
  .pxl-swiper-wrapper
  .pxl-swiper-slide {
  padding: 22.5px;
  display: flex;
  gap: 45px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pxl-team-layout1.pxl-team-carousel1.style-1
    .pxl-swiper-wrapper
    .pxl-swiper-slide,
  .pxl-team-layout1.pxl-team-carousel1.style-2
    .pxl-swiper-wrapper
    .pxl-swiper-slide {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-team-layout1.pxl-team-carousel1.style-1 .pxl-item--title,
  .pxl-team-layout1.pxl-team-carousel1.style-2 .pxl-item--title {
    font-size: 23px;
  }
}
.pxl-team-layout1.pxl-team-carousel1.style-1
  .pxl-item--inner
  .pxl-content--inner,
.pxl-team-layout1.pxl-team-carousel1.style-2
  .pxl-item--inner
  .pxl-content--inner {
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-layout1.pxl-team-carousel1.style-1
  .pxl-item--inner:hover
  .pxl-content--inner,
.pxl-team-layout1.pxl-team-carousel1.style-2
  .pxl-item--inner:hover
  .pxl-content--inner {
  transform: scaleY(1);
  opacity: 1;
}
.pxl-team-layout1.pxl-team-carousel1 .pxl-swiper-container {
  margin: -20px;
}
.pxl-team-layout1.pxl-team-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide {
  padding: 20px;
}
.pxl-team-layout1 .pxl-item--link {
  z-index: 9;
}
.pxl-team-layout1 .pxl-item--inner {
  position: relative;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image img {
  width: 100%;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--overlay {
  background-color: rgba(20, 14, 29, 0.2);
  transition-duration: 0.3s;
  pointer-events: none;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: end;
}
.pxl-team-layout1 .pxl-item--inner .pxl-content--inner {
  position: relative;
  padding: 25px 15px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s linear;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.3s linear 0s;
  -khtml-transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
  z-index: 99;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--title {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.4;
  -webkit-transition: color 0.3s linear 0s;
  -khtml-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -ms-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}
@media screen and (max-width: 767px) {
  .pxl-team-layout1 .pxl-item--inner .pxl-item--title {
    font-size: 23px;
  }
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--position {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
  -webkit-transition: color 0.3s linear 0s;
  -khtml-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -ms-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 0;
  overflow: hidden;
  margin-bottom: 11px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
  position: relative;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--social .pxl-social--link {
  width: 16px;
  height: 16px;
  background-color: #fff;
  font-size: 10px;
  border-radius: 16px;
  -webkit-transition: transform 0.25s ease;
  -khtml-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--social .pxl-social--link:hover {
  transform: scale(1.2);
}
.pxl-team-layout1.style-2 .pxl-item--inner .pxl-item--social {
  height: 26px;
  margin-bottom: 27px;
  opacity: 1;
}
.pxl-team-layout1.default .pxl-item--inner:hover .pxl-content--inner,
.pxl-team-layout1.pxl-wavy-style .pxl-item--inner:hover .pxl-content--inner,
.pxl-team-layout1.pxl-team-grid1 .pxl-item--inner:hover .pxl-content--inner {
  background-color: #223035;
}
.pxl-team-layout1.default .pxl-item--inner:hover .pxl-item--title,
.pxl-team-layout1.pxl-wavy-style .pxl-item--inner:hover .pxl-item--title,
.pxl-team-layout1.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--title,
.pxl-team-layout1.default .pxl-item--inner:hover .pxl-item--position,
.pxl-team-layout1.pxl-wavy-style .pxl-item--inner:hover .pxl-item--position,
.pxl-team-layout1.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--position {
  color: #fff;
}
.pxl-team-layout1.default .pxl-item--inner:hover .pxl-item--social,
.pxl-team-layout1.pxl-wavy-style .pxl-item--inner:hover .pxl-item--social,
.pxl-team-layout1.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--social {
  height: 26px;
  margin-bottom: 27px;
  opacity: 1;
}
.pxl-team-layout1.default .pxl-item--inner:hover .pxl-item--overlay,
.pxl-team-layout1.pxl-wavy-style .pxl-item--inner:hover .pxl-item--overlay,
.pxl-team-layout1.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--overlay {
  opacity: 0;
}
.pxl-pricing.pxl-pricing1 {
  width: 100%;
}
.pxl-pricing.pxl-pricing1 .pxl-pricing--inner {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-radius: 22px;
  overflow: hidden;
  z-index: 9;
  padding: 52px 15px 85px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--shape {
  position: absolute;
  width: 584px;
  height: 365px;
  border-radius: 50%;
  background: #e1f2f2;
  top: -100px;
  left: -47px;
  right: -42px;
  z-index: -1;
}
.pxl-pricing.pxl-pricing1 .pxl-item--popular {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  color: #547079;
  font-size: 15px;
}
.pxl-pricing.pxl-pricing1 .pxl-item--popular span {
  padding: 3px 10px;
  background-color: #fff;
  text-transform: uppercase;
  width: fit-content;
}
.pxl-pricing.pxl-pricing1 .pxl-item--price {
  display: inline-flex;
  color: #000;
  font-family: "Sora";
  font-size: 66px;
  line-height: 1.2381;
}
.pxl-pricing.pxl-pricing1 .pxl-item--price .pxl-item--currency {
  display: inline;
  padding-top: 5px;
  font-family: "DM Sans";
  font-size: 31px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .pxl-pricing.pxl-pricing1 .pxl-item--price {
    font-size: 60px;
  }
}
.pxl-pricing.pxl-pricing1 .pxl-item--package {
  color: #000;
  font-family: "Sora";
  font-size: 31px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 74px;
}
@media screen and (max-width: 575px) {
  .pxl-pricing.pxl-pricing1 .pxl-item--package {
    font-size: 26px;
  }
}
.pxl-pricing.pxl-pricing1 .pxl-item--feature {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pxl-pricing.pxl-pricing1 .pxl-items {
  list-style: none;
  margin-bottom: 42px;
}
.pxl-pricing.pxl-pricing1 .pxl-items .pxl-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  color: #85979b;
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-pricing.pxl-pricing1 .pxl-items .pxl-item + .pxl-item {
  margin-top: 14px;
}
@media screen and (max-width: 575px) {
  .pxl-pricing.pxl-pricing1 .pxl-items .pxl-item {
    font-size: 20px;
  }
}
.pxl-pricing.pxl-pricing1 .pxl-btn-wrap {
  text-align: center;
  width: 100%;
}
.pxl-pricing.pxl-pricing1 .pxl-btn-wrap .pxl-item--btn {
  gap: 7px;
  padding: 11px 37px;
  border-radius: 200px;
  color: #263037;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #263037;
  line-height: 2;
}
.pxl-pricing.pxl-pricing1 .pxl-btn-wrap .pxl-item--btn i {
  font-size: 12px;
}
.pxl-pricing.pxl-pricing1 .pxl-btn-wrap .pxl-item--btn:hover {
  background-color: #263037;
  color: #fff;
}
.revslider-initialised .tp-bullets.custom .tp-bullet {
  position: relative;
  height: 26px;
  width: 26px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-radius: 6px;
  background: transparent;
}
.revslider-initialised .tp-bullets.custom .tp-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.revslider-initialised .tp-bullets.custom .tp-bullet:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected::after,
.revslider-initialised .tp-bullets.custom .tp-bullet:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.revslider-initialised .tp-bullets.line {
  display: flex;
  align-items: center;
  height: 10px;
}
.revslider-initialised .tp-bullets.line .tp-bullet {
  position: relative;
  width: 41.5px;
  height: 10px;
  background-color: transparent;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.revslider-initialised .tp-bullets.line .tp-bullet::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  -webkit-transition: all 300ms linear 0.3ms;
  -khtml-transition: all 300ms linear 0.3ms;
  -moz-transition: all 300ms linear 0.3ms;
  -ms-transition: all 300ms linear 0.3ms;
  -o-transition: all 300ms linear 0.3ms;
  transition: all 300ms linear 0.3ms;
}
.revslider-initialised .tp-bullets.line .tp-bullet.selected:before,
.revslider-initialised .tp-bullets.line .tp-bullet:hover:before {
  background-color: #111;
}
.revslider-initialised .rs-slide#rs-slide1 .rs-content-wrapper {
  min-height: auto !important;
  padding-inline: 40px 15px;
}
@media screen and (max-width: 1200px) {
  .revslider-initialised .rs-slide#rs-slide1 .rs-content-wrapper {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .revslider-initialised .rs-slide#rs-slide1 .rs-content-wrapper {
    top: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .revslider-initialised .rs-slide#rs-slide1 .rs-content-wrapper {
    top: 130px !important;
  }
}
@media screen and (max-width: 479px) {
  .revslider-initialised .rs-slide#rs-slide1 .rs-content-wrapper {
    top: 110px !important;
  }
}
.revslider-initialised .rs-slide#rs-slide1 .pxl-title--highlight {
  width: fit-content;
  position: relative;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
.revslider-initialised .rs-slide#rs-slide1 .pxl-title--highlight::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(40%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background-color: rgba(131, 255, 218, 0.1);
}
@media screen and (max-width: 777px) {
  .revslider-initialised .rs-slide#rs-slide1 .pxl-title--highlight::after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 479px) {
  .revslider-initialised .rs-slide#rs-slide1 .pxl-title--highlight::after {
    width: 100px;
    height: 100px;
  }
}
.revslider-initialised .rs-slide#rs-slide1 .pxl-item--note {
  position: relative;
}
.revslider-initialised
  .rs-slide#rs-slide1
  .pxl-item--note
  .pxl-text--highlight {
  font-family: "DM Serif Text";
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.44;
}
@media screen and (max-width: 1024px) {
  .revslider-initialised
    .rs-slide#rs-slide1
    .pxl-item--note
    .pxl-text--highlight {
    font-size: 30px;
  }
}
@media screen and (max-width: 777px) {
  .revslider-initialised
    .rs-slide#rs-slide1
    .pxl-item--note
    .pxl-text--highlight {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .revslider-initialised
    .rs-slide#rs-slide1
    .pxl-item--note
    .pxl-text--highlight {
    font-size: 22px;
  }
}
.revslider-initialised .rs-slide#rs-slide1 .pxl-item--note::after {
  content: "";
  width: 140px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin-left: 15px;
  transform: translateY(-7px);
  display: inline-block;
}
@media screen and (max-width: 777px) {
  .revslider-initialised .rs-slide#rs-slide1 .pxl-item--note::after {
    width: 120px;
  }
}
.pxl-test {
  width: 100%;
}
.pxl-test .pxl-button {
  position: relative;
  width: 300px;
  line-height: 50px;
  border-radius: 200px;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}
.pxl-test .pxl-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  padding: 4px;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--gradient-color-from)),
    to(var(--gradient-color-to))
  );
  background-image: -webkit-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -moz-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -ms-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: -o-linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  background-image: linear-gradient(
    to right,
    var(--gradient-color-from),
    var(--gradient-color-to)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-test .pxl-button span {
  position: relative;
  z-index: 99;
}
.pxl-slider {
  width: 100%;
  position: relative;
}
.pxl-slider .pxl-slide-inner {
  position: relative;
  overflow: hidden;
}
.pxl-slider .pxl-swiper-slide {
  width: 100%;
}
.pxl-slider .pxl-swiper-dots-wrap {
  display: block;
  width: fit-content;
}
.pxl-slider.pxl-slider1 .pxl-swiper-dots,
.pxl-slider.pxl-slider2 .pxl-swiper-dots {
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-swiper-dots,
  .pxl-slider.pxl-slider2 .pxl-swiper-dots {
    flex-direction: row;
  }
}
.pxl-slider.pxl-slider1 .pxl-swiper-container,
.pxl-slider.pxl-slider2 .pxl-swiper-container {
  position: relative;
}
.pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap,
.pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap {
  position: absolute;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap,
  .pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap,
  .pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap {
    flex-direction: row;
    bottom: 30px;
    right: 50%;
    top: auto;
    transform: translateX(50%);
  }
}
.pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap .pxl-swiper-fraction,
.pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap .pxl-swiper-fraction {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.13px;
}
.pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap .pxl-swiper-fraction-first,
.pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap .pxl-swiper-fraction-first {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap .pxl-swiper-fraction-first,
  .pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap .pxl-swiper-fraction-first {
    margin-bottom: 0;
    margin-right: 23px;
  }
}
.pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap .pxl-swiper-fraction-total,
.pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap .pxl-swiper-fraction-total {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-swiper-dots-wrap .pxl-swiper-fraction-total,
  .pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap .pxl-swiper-fraction-total {
    margin-top: 0;
    margin-left: 23px;
  }
}
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-slide--bg {
  transform: scale(1.25);
}
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--title {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.pxl-slider.pxl-slider1
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--title
  .pxl-title--highlight::after {
  transform: translate(35%, -50%) scale(1);
  opacity: 1;
}
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--quote {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.pxl-slider.pxl-slider1
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--quote::after {
  width: 140px;
  transition-delay: 1.15s;
}
.pxl-slider.pxl-slider1
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--subtitle,
.pxl-slider.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--link {
  animation-delay: 1.15s;
  -webkit-animation-delay: 1.15s;
}
.pxl-slider.pxl-slider1 .pxl-slide-inner {
  width: 100%;
  height: 992px;
  max-height: 992px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider1 .pxl-slide-inner {
    height: 820px;
  }
}
@media max-md1 {
  .pxl-slider.pxl-slider1 .pxl-slide-inner {
    height: 768px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-slide-inner {
    height: 650px;
  }
}
.pxl-slider.pxl-slider1 .pxl-slide--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 15s linear;
  -khtml-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -ms-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
}
.pxl-slider.pxl-slider1 .pxl-bg--image {
  width: 100%;
  height: 100%;
  background: transparent no-repeat 50% 50% / cover;
  opacity: 0.7;
}
.pxl-slider.pxl-slider1 .pxl-bg--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background-color: #15282f;
  background: linear-gradient(180deg, #000 0%, #000 25.11%), #15282f;
}
.pxl-slider.pxl-slider1 .pxl-slide-container {
  max-width: 1708px;
  margin: 0 auto;
  height: 100%;
}
.pxl-slider.pxl-slider1 .pxl-slide-content {
  width: 100%;
  height: 100%;
  padding: 246px 15px 126px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider1 .pxl-slide-content {
    padding: 130px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-slider.pxl-slider1 .pxl-slide-content {
    padding: 100px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-slide-content {
    padding: 80px 15px 110px 15px;
  }
}
.pxl-slider.pxl-slider1 .pxl-item--title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 70px;
  font-weight: 400;
  line-height: 1.14286;
  margin-bottom: 32px;
  max-width: 564px;
}
.pxl-slider.pxl-slider1 .pxl-item--title .pxl-title--highlight {
  position: relative;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  display: block;
}
.pxl-slider.pxl-slider1 .pxl-item--title .pxl-title--highlight::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background-color: rgba(131, 255, 218, 0.1);
  right: 0;
  top: 50%;
  opacity: 0;
  transform: translate(-35%, -50%) scale(0);
  transition-delay: 0.75s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .pxl-slider.pxl-slider1 .pxl-item--title {
    font-size: 58px;
    max-width: 468px;
  }
  .pxl-slider.pxl-slider1 .pxl-item--title .pxl-title--highlight::after {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-item--title {
    font-size: 48px;
    max-width: 387px;
  }
  .pxl-slider.pxl-slider1 .pxl-item--title .pxl-title--highlight::after {
    width: 110px;
    height: 110px;
    transform: translate(25px, -50%);
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider1 .pxl-item--title {
    font-size: 42px;
    max-width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-slider.pxl-slider1 .pxl-item--title {
    font-size: 36px;
    max-width: 299px;
  }
}
.pxl-slider.pxl-slider1 .pxl-item--subtitle {
  position: relative;
  z-index: 99;
  max-width: 620px;
}
@media screen and (max-width: 1024px) {
  .pxl-slider.pxl-slider1 .pxl-item--subtitle {
    font-size: 20px;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-item--subtitle {
    font-size: 17px;
    max-width: 450px;
  }
}
.pxl-slider.pxl-slider1 .pxl-item--link {
  margin-bottom: 25px;
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.pxl-slider.pxl-slider1 .pxl-item--quote {
  position: relative;
  z-index: 99;
  max-width: 620px;
}
.pxl-slider.pxl-slider1 .pxl-item--quote .pxl-title--highlight {
  font-size: 36px;
  line-height: 1.444;
  letter-spacing: 0;
}
.pxl-slider.pxl-slider1 .pxl-item--quote::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  line-height: 42px;
  margin-left: 24px;
  transform: translateY(-7px);
  background-color: #fff;
  -webkit-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: 0.75s;
}
@media screen and (max-width: 1024px) {
  .pxl-slider.pxl-slider1 .pxl-item--quote {
    font-size: 26px;
  }
  .pxl-slider.pxl-slider1 .pxl-item--quote .pxl-title--highlight {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-item--quote {
    font-size: 22px;
    max-width: 450px;
  }
  .pxl-slider.pxl-slider1 .pxl-item--quote .pxl-title--highlight {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider1 .pxl-item--quote::after {
    max-width: 100px;
  }
}
.pxl-slider.pxl-slider2 .pxl-swiper-slide {
  position: relative;
  height: 992px;
  max-height: 992px;
  overflow: hidden;
  width: 100%;
}
.pxl-slider.pxl-slider2 .pxl-swiper-slide.swiper-slide-active .pxl-item--title {
  animation-delay: 0.75s;
}
.pxl-slider.pxl-slider2 .pxl-swiper-slide.swiper-slide-active .pxl-item--link {
  animation-delay: 1s;
}
.pxl-slider.pxl-slider2 .pxl-swiper-slide.swiper-slide-active .pxl-item--box {
  animation-delay: 0.75s;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider2 .pxl-swiper-slide {
    max-height: 850px;
    height: 850px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-swiper-slide {
    max-height: 750px;
    height: 750px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider2 .pxl-swiper-slide {
    max-height: 650px;
    height: 650px;
  }
}
.pxl-slider.pxl-slider2 .pxl-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.pxl-slider.pxl-slider2 .pxl-bg--img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-slider.pxl-slider2 .pxl-bg--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 40, 47, 0.4);
  background: linear-gradient(
    180deg,
    rgba(10, 32, 26, 0.7) 0%,
    rgba(1, 1, 1, 0) 66.43%
  );
}
.pxl-slider.pxl-slider2 .pxl-slide-container {
  width: 100%;
  height: 100%;
  max-width: 1756px;
  padding: 0 15px;
  margin: 0 auto;
}
.pxl-slider.pxl-slider2 .pxl-slide-inner {
  width: 100%;
  height: 100%;
  padding-top: 214px;
  padding-inline: 27px 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider2 .pxl-slide-inner {
    padding-inline: 0;
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-slide-inner {
    padding-top: 120px;
  }
}
.pxl-slider.pxl-slider2 .pxl-item--title {
  line-height: 1.17857;
  letter-spacing: -0.56px;
  max-width: 620px;
  margin-bottom: 53px;
}
.pxl-slider.pxl-slider2 .pxl-item--title .pxl-title--highlight {
  opacity: 0.9964;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 1460px) {
  .pxl-slider.pxl-slider2 .pxl-item--title {
    font-size: 50px;
    max-width: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider2 .pxl-item--title {
    font-size: 46px;
    max-width: 560px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider2 .pxl-item--title {
    font-size: 44px;
    max-width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-item--title {
    font-size: 40px;
    max-width: 467px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider2 .pxl-item--title {
    font-size: 36px;
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-item--link {
    width: 56px;
  }
}
.pxl-slider.pxl-slider2 .pxl-item--boxs {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 48px;
}
.pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-item--box {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  max-width: 362px;
}
.pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 27px 15px 23px;
  gap: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--title {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs {
    display: none;
  }
}
.pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--icon {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--icon {
    width: 56px;
    height: 56px;
  }
}
.pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--desc {
  width: 100%;
  padding: 21px 30px 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--desc {
    font-size: 17px;
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--title {
    font-size: 50px;
    max-width: 560px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--title {
    font-size: 48px;
    max-width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-item--boxs .pxl-box--title {
    font-size: 42px;
    max-width: 467px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider2 .pxl-swiper-dots-wrap {
    display: none;
  }
}
.pxl-slider.pxl-slider3 .pxl-swiper-container {
  max-height: 876px;
}
.pxl-slider.pxl-slider3 .pxl-swiper-dots-container {
  display: flex;
  align-items: center;
  z-index: 99;
  width: 100%;
  padding-inline: 80px 30px;
  max-width: 806px;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-swiper-dots-container {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider3 .pxl-swiper-dots-container {
    display: none;
  }
}
.pxl-slider.pxl-slider3 .pxl-swiper-dots-wrap {
  width: 52.7% !important;
  position: absolute;
  left: 5px;
  bottom: 23.9%;
  z-index: 99;
}
.pxl-slider.pxl-slider3 .pxl-swiper-dots-wrap .pxl-swiper-dots {
  margin-top: 0;
  max-width: 166px;
}
.pxl-slider.pxl-slider3 .pxl-swiper-dots-wrap .pxl-swiper-fraction {
  color: #111;
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-swiper-dots-wrap {
    bottom: 130px;
  }
}
.pxl-slider.pxl-slider3 .pxl-swiper-slide {
  overflow: hidden;
  color: #fff;
  padding: 0;
}
.pxl-slider.pxl-slider3
  .pxl-swiper-slide.swiper-slide-active
  .pxl-content--right {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.pxl-slider.pxl-slider3 .pxl-swiper-slide.swiper-slide-active .pxl-item--title {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
.pxl-slider.pxl-slider3
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--subtitle,
.pxl-slider.pxl-slider3 .pxl-swiper-slide.swiper-slide-active .pxl-item--desc {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.pxl-slider.pxl-slider3 .pxl-swiper-slide.swiper-slide-active .pxl-item--btn,
.pxl-slider.pxl-slider3 .pxl-swiper-slide.swiper-slide-active .pxl-item--box {
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
}
.pxl-slider.pxl-slider3 .pxl-slide-inner {
  display: flex;
  max-height: 876px;
  height: 876px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-slide-inner {
    max-height: 768px;
    height: 768px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider3 .pxl-slide-inner {
    max-height: 100%;
    height: auto;
  }
}
.pxl-slider.pxl-slider3 .pxl-content--left {
  position: relative;
  width: calc(100% - 47.3%);
}
.pxl-slider.pxl-slider3 .pxl-content--left .pxl-bg--img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider3 .pxl-content--left {
    width: 100%;
  }
}
.pxl-slider.pxl-slider3 .pxl-content--container {
  max-width: 806px;
  margin: 0 auto;
  height: 100%;
  padding-top: 144px;
  padding-inline: 80px 30px;
  padding-bottom: 24.5%;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-content--container {
    padding-inline: 15px 30px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider3 .pxl-content--container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.pxl-slider.pxl-slider3 .pxl-content--right {
  width: 47.3%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider3 .pxl-content--right {
    display: none;
  }
}
.pxl-slider.pxl-slider3 .pxl-bg--img {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-slider.pxl-slider3 .pxl-item--subtitle {
  position: relative;
  color: #111;
  margin-bottom: 11px;
  letter-spacing: -0.25px;
  padding-left: 66px;
  margin-left: 5px;
}
.pxl-slider.pxl-slider3 .pxl-item--subtitle::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  background-color: #111;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider3 .pxl-item--subtitle {
    font-size: 20px;
  }
}
.pxl-slider.pxl-slider3 .pxl-item--title {
  color: #111;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.03125;
  max-width: 678px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1600px) {
  .pxl-slider.pxl-slider3 .pxl-item--title {
    font-size: 90px;
  }
}
@media screen and (max-width: 1460px) {
  .pxl-slider.pxl-slider3 .pxl-item--title {
    font-size: 72px;
    max-width: 559px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-item--title {
    font-size: 62px;
    max-width: 529px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider3 .pxl-item--title {
    font-size: 50px;
    max-width: 389px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider3 .pxl-item--title {
    font-size: 38px;
    max-width: 329px;
  }
}
.pxl-slider.pxl-slider3 .pxl-item--desc {
  margin-bottom: 41px;
  max-width: 579px;
  margin-left: 5px;
}
.pxl-slider.pxl-slider3 .pxl-content--action {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 5px;
}
.pxl-slider.pxl-slider3 .pxl-content--action .pxl-item--box {
  display: flex;
  gap: 15px;
}
.pxl-slider.pxl-slider3 .pxl-item--btn {
  padding: 10px 50px;
  background-color: #111;
  border-radius: 150px;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.98675;
}
.pxl-slider.pxl-slider3 .pxl-item--btn i {
  font-size: 12.5px;
}
.pxl-slider.pxl-slider3 .pxl-item--btn:hover {
  background-color: transparent;
  outline: 1px solid #111;
  color: #111;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-item--btn {
    font-size: 16px;
  }
}
.pxl-slider.pxl-slider3 .pxl-box--icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1.49px solid rgba(34, 48, 53, 0.15);
  backdrop-filter: blur(30px);
  color: #111;
  font-size: 29px;
}
.pxl-slider.pxl-slider3 .pxl-box--icon:after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1.5s;
  background-color: rgba(217, 217, 217, 0.5);
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-box--icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.pxl-slider.pxl-slider3 .pxl-box--subtitle {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-box--subtitle {
    font-size: 15px;
  }
}
.pxl-slider.pxl-slider3 .pxl-box--title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider3 .pxl-box--title {
    font-size: 20px;
  }
}
.pxl-slider.pxl-slider4 .pxl-slide-container {
  padding-left: 100px;
  background-color: #20222a;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider4 .pxl-slide-container {
    padding-left: 0;
  }
}
.pxl-slider.pxl-slider4 .pxl-swiper-slide {
  pointer-events: none;
  opacity: 0 !important;
}
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active {
  pointer-events: visible;
  opacity: 1 !important;
}
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--title {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
.pxl-slider.pxl-slider4
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--subtitle,
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--desc {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--btn,
.pxl-slider.pxl-slider4 .pxl-swiper-slide.swiper-slide-active .pxl-item--box {
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
}
.pxl-slider.pxl-slider4 .pxl-swiper-dots-wrap {
  padding-inline: 0;
  width: fit-content;
  display: inline-flex;
  position: absolute;
  right: 40px;
  bottom: 57px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider4 .pxl-swiper-dots-wrap {
    right: 15px;
  }
}
.pxl-slider.pxl-slider4 .pxl-swiper-dots-wrap .pxl-swiper-pagination-bullet {
  color: #fff;
}
.pxl-slider.pxl-slider4
  .pxl-swiper-dots-wrap
  .pxl-swiper-pagination-bullet.pxl-bullet-visible {
  display: inline-block;
}
.pxl-slider.pxl-slider4 .pxl-item--sidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 43.5px 0 55px;
  z-index: 99;
  background-color: #272a35;
  -webkit-box-shadow: 0 0px 20px 0 rgba(39, 42, 53, 0.2);
  -khtml-box-shadow: 0 0px 20px 0 rgba(39, 42, 53, 0.2);
  -moz-box-shadow: 0 0px 20px 0 rgba(39, 42, 53, 0.2);
  -ms-box-shadow: 0 0px 20px 0 rgba(39, 42, 53, 0.2);
  -o-box-shadow: 0 0px 20px 0 rgba(39, 42, 53, 0.2);
  box-shadow: 0 0px 20px 0 rgba(39, 42, 53, 0.2);
}
@media screen and (max-width: 575px) {
  .pxl-slider.pxl-slider4 .pxl-item--sidebar {
    display: none;
  }
}
.pxl-slider.pxl-slider4 .pxl-item--logo {
  padding-left: 10px;
}
.pxl-slider.pxl-slider4 .pxl-item--logo .pxl-logo--link {
  display: block;
}
.pxl-slider.pxl-slider4 .pxl-item--content {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 958px;
}
@media screen and (max-width: 1399px) {
  .pxl-slider.pxl-slider4 .pxl-item--content {
    height: 900px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider4 .pxl-item--content {
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider4 .pxl-item--content {
    height: 750px;
  }
}
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--left {
  position: relative;
  z-index: 9;
  width: 47%;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--left {
    padding: 15px 15px 136px 15px;
    width: 100%;
  }
}
.pxl-slider.pxl-slider4
  .pxl-item--content
  .pxl-content--left
  .pxl-content--inner {
  max-width: 599px;
}
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--left .pxl-item--btn {
  font-size: 17.881px;
  font-weight: 400;
  width: 200px;
  height: 54px;
  gap: 12px;
}
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--right {
  position: relative;
  width: calc(100% - 47%);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--right {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--right .pxl-item--bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
}
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-content--right .pxl-item--btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 136px;
  height: 136px;
  background-color: #3338ae;
  z-index: 99;
}
.pxl-slider.pxl-slider4
  .pxl-item--content
  .pxl-content--right
  .pxl-item--btn
  i {
  font-size: 54px;
}
.pxl-slider.pxl-slider4
  .pxl-item--content
  .pxl-content--right
  .pxl-item--btn:hover
  .pxl-icon--default:before {
  transform: translate(160%, -100%);
}
.pxl-slider.pxl-slider4
  .pxl-item--content
  .pxl-content--right
  .pxl-item--overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.pxl-slider.pxl-slider4 .pxl-item--content .pxl-item--layer {
  position: absolute;
}
.pxl-slider.pxl-slider4 .pxl-item--title {
  color: #fff;
  margin-bottom: 38px;
}
@media screen and (max-width: 1600px) {
  .pxl-slider.pxl-slider4 .pxl-item--title {
    font-size: 54px;
  }
}
@media screen and (max-width: 1399px) {
  .pxl-slider.pxl-slider4 .pxl-item--title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-slider.pxl-slider4 .pxl-item--title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider.pxl-slider4 .pxl-item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider.pxl-slider4 .pxl-item--title {
    font-size: 38px;
  }
}
.pxl-slider.pxl-slider4 .pxl-item--subtitle {
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pxl-slider.pxl-slider4 .pxl-item--pagination {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.pxl-slider.pxl-slider4 .pxl-item--index {
  --current-color: currentcolor;
  position: relative;
  color: #fff;
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: -0.18px;
}
.pxl-slider.pxl-slider4 .pxl-item--index::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40px, -50%);
  width: 0;
  height: 1px;
  background-color: var(--current-color);
}
.pxl-slider.pxl-slider4 .pxl-item--index.active::after {
  width: 30px;
}
.pxl-slider.pxl-slider4 .pxl-social--list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.pxl-slider.pxl-slider4 .pxl-item--social {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.3439;
  -webkit-box-shadow: 0 9px 28px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 9px 28px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 9px 28px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 9px 28px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 9px 28px rgba(137, 151, 186, 0.15);
  box-shadow: 0 9px 28px rgba(137, 151, 186, 0.15);
}
.pxl-slider.pxl-slider4 .pxl-item--social i {
  transform: rotate(90deg);
}
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-slide--bg {
  transform: scale(1.25);
}
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--title {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.pxl-slider1
  .pxl-swiper-slide.swiper-slide-active
  .pxl-item--title
  .pxl-title--highlight::after {
  transform: translate(35%, -50%) scale(1);
  opacity: 1;
}
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--quote {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--quote::after {
  width: 140px;
  transition-delay: 1.15s;
}
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--subtitle,
.pxl-slider1 .pxl-swiper-slide.swiper-slide-active .pxl-item--link {
  animation-delay: 1.15s;
  -webkit-animation-delay: 1.15s;
}
.pxl-slider1 .pxl-slide-inner {
  width: 100%;
  height: 992px;
  max-height: 992px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 1200px) {
  .pxl-slider1 .pxl-slide-inner {
    height: 820px;
  }
}
@media max-md1 {
  .pxl-slider1 .pxl-slide-inner {
    height: 768px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider1 .pxl-slide-inner {
    height: 650px;
  }
}
.pxl-slider1 .pxl-slide--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 15s linear;
  -khtml-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -ms-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
}
.pxl-slider1 .pxl-bg--image {
  width: 100%;
  height: 100%;
  background: transparent no-repeat 50% 50% / cover;
  opacity: 0.7;
}
.pxl-slider1 .pxl-bg--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background-color: #15282f;
  background: linear-gradient(180deg, #000 0%, #000 25.11%), #15282f;
}
.pxl-slider1 .pxl-slide-container {
  max-width: 1708px;
  margin: 0 auto;
  height: 100%;
}
.pxl-slider1 .pxl-slide-content {
  width: 100%;
  height: 100%;
  padding: 246px 15px 126px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .pxl-slider1 .pxl-slide-content {
    padding: 130px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-slider1 .pxl-slide-content {
    padding: 100px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider1 .pxl-slide-content {
    padding: 80px 15px 110px 15px;
  }
}
.pxl-slider1 .pxl-item--title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 70px;
  font-weight: 400;
  line-height: 1.14286;
  margin-bottom: 32px;
  max-width: 564px;
}
.pxl-slider1 .pxl-item--title .pxl-title--highlight {
  position: relative;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  display: block;
}
.pxl-slider1 .pxl-item--title .pxl-title--highlight::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background-color: rgba(131, 255, 218, 0.1);
  right: 0;
  top: 50%;
  opacity: 0;
  transform: translate(-35%, -50%) scale(0);
  transition-delay: 0.75s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .pxl-slider1 .pxl-item--title {
    font-size: 58px;
    max-width: 468px;
  }
  .pxl-slider1 .pxl-item--title .pxl-title--highlight::after {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider1 .pxl-item--title {
    font-size: 48px;
    max-width: 387px;
  }
  .pxl-slider1 .pxl-item--title .pxl-title--highlight::after {
    width: 110px;
    height: 110px;
    transform: translate(25px, -50%);
  }
}
@media screen and (max-width: 575px) {
  .pxl-slider1 .pxl-item--title {
    font-size: 42px;
    max-width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .pxl-slider1 .pxl-item--title {
    font-size: 36px;
    max-width: 299px;
  }
}
.pxl-slider1 .pxl-item--subtitle {
  position: relative;
  z-index: 99;
  max-width: 620px;
}
@media screen and (max-width: 1024px) {
  .pxl-slider1 .pxl-item--subtitle {
    font-size: 20px;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider1 .pxl-item--subtitle {
    font-size: 17px;
    max-width: 450px;
  }
}
.pxl-slider1 .pxl-item--link {
  margin-bottom: 25px;
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.pxl-slider1 .pxl-item--quote {
  position: relative;
  z-index: 99;
  max-width: 620px;
}
.pxl-slider1 .pxl-item--quote .pxl-title--highlight {
  font-size: 36px;
  line-height: 1.444;
  letter-spacing: 0;
}
.pxl-slider1 .pxl-item--quote::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  line-height: 42px;
  margin-left: 24px;
  transform: translateY(-7px);
  background-color: #fff;
  -webkit-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -khtml-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: 0.75s;
}
@media screen and (max-width: 1024px) {
  .pxl-slider1 .pxl-item--quote {
    font-size: 26px;
  }
  .pxl-slider1 .pxl-item--quote .pxl-title--highlight {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider1 .pxl-item--quote {
    font-size: 22px;
    max-width: 450px;
  }
  .pxl-slider1 .pxl-item--quote .pxl-title--highlight {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider1 .pxl-item--quote::after {
    max-width: 100px;
  }
}
