/*--------------------------------------------------------------
Grid Reset
----------------------------------------------------------------*/
/*--------------------------------------------------------------
Carousel Reset
----------------------------------------------------------------*/
/* Header Default */
/*--------------------------------------------------------------
BLOG GRID
----------------------------------------------------------------
1. Case Logo
2. Case Text Editor
3. Case Image
4. Case Heading
5. Case Links
6. Case Icons
7. Case Call Phone
8. Case MailChimp
9. Case Language Switch
10. Case Button Video
11. Case Tabs
12. Case Banner Box
13. Case Progressbar
14. Case Partner Carousel
15. Case Counter
16. Case Pricing
17. Case Recent News
18. Case Contact Form
19. Case Social Icon
20. Case Contact Info
21. Case Showcase
22. Case Image Carousel
23. Case Breadcrumb
24. Case List
25. Case Video Player
26. Case Info Box
27. Case Search Form
28. Case Contact Box
29. Case Accordion
30. Case Icon Box
31. Case Post Lists
32. Case Process
--------------------------------------------------------------*/
/* Loading */
/*--------------------------------------------------------------
BLOG STYLE
----------------------------------------------------------------
# Blog Grid
# Blog Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Service Style
----------------------------------------------------------------
# Service Grid
# Service Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Portfolio Style
----------------------------------------------------------------
# Portfolio Grid
# Portfolio Carousel
# Portfolio Details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
BLOG STYLE
----------------------------------------------------------------
# Blog Grid
# Blog Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TESTIMONIALS GRID
----------------------------------------------------------------
# Testimonial Grid
# Testimonial Carousel
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .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-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.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%;
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}
@keyframes dotAnimatedBottomToTop5 {
  0% {
    bottom: 46%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 46%;
  }
}
@keyframes dotAnimatedBottomToTop6 {
  0% {
    bottom: 27%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 27%;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes shake-and-pause {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes pxl_text_slide_l {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes pxl_text_slide_l {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes pxl_text_slide_r {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes pxl_text_slide_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.text-slide-to-left {
  -webkit-animation: pxl_text_slide_l 15s linear infinite;
  animation: pxl_text_slide_l 15s linear infinite;
  animation-fill-mode: forwards;
}
.text-slide-to-right {
  -webkit-animation: pxl_text_slide_r 15s linear infinite;
  animation: pxl_text_slide_r 15s linear infinite;
  animation-fill-mode: forwards;
}
@keyframes foldHat {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(17deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(17deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes pxl_text_slide_l {
  0% {
    -webkit-transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
  }
}
@keyframes pxl_text_slide_l {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
@-webkit-keyframes pxl_text_slide_r {
  0% {
    -webkit-transform: translate(40%, 0%);
  }
  100% {
    -webkit-transform: translate(60%, 0%);
  }
}
@keyframes pxl_text_slide_r {
  0% {
    transform: translate(40%, 0%);
  }
  100% {
    transform: translate(60%, 0%);
  }
}
@-webkit-keyframes pxl_text_slide_t {
  0% {
    -webkit-transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(0%, -100%);
  }
}
@keyframes pxl_text_slide_t {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(0%, -100%);
  }
}
@-webkit-keyframes pxl_text_slide_b {
  0% {
    -webkit-transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0);
  }
}
@keyframes pxl_text_slide_b {
  0% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0);
  }
}
.text-slide-to-left {
  -webkit-animation: pxl_text_slide_l 10s linear infinite;
  animation: pxl_text_slide_l 10s linear infinite;
}
.text-slide-to-right {
  -webkit-animation: pxl_text_slide_r 10s linear infinite;
  animation: pxl_text_slide_r 10s linear infinite;
}
.text-slide-to-top {
  -webkit-animation: pxl_text_slide_t 10s linear infinite;
  animation: pxl_text_slide_t 10s linear infinite;
}
.text-slide-to-bottom {
  -webkit-animation: pxl_text_slide_b 10s linear infinite;
  animation: pxl_text_slide_b 10s linear infinite;
}
@keyframes slide-top-left {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(39px, 39px);
  }
}
@keyframes slide-top-left1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(78px, 78px);
  }
}
@keyframes slide-bottom-right {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-39px, -39px);
  }
}
@keyframes slide-bottom-right1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-78px, -78px);
  }
}
@keyframes move-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100px) translateX(-50%);
  }
  to {
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes rotate-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100);
  }
}
@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-5deg) scale(1.07) skew(1deg);
  }
  20% {
    transform: rotate(10deg) scale(1.07) skew(1deg);
  }
  30% {
    transform: rotate(-5deg) scale(1.07) skew(1deg);
  }
  40% {
    transform: rotate(10deg) scale(1.07) skew(1deg);
  }
  100%, 50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes pxl_spin1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes pxl_spin_reverse1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes gradient-moving {
  0% {
    background-position: -100% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.pxl-tabs .pxl-tab--title {
  display: inline-flex;
  cursor: pointer;
  -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;
  position: relative;
}
.pxl-tabs .pxl-tab--content {
  display: none;
  width: 100%;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
  width: auto !important;
  left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor > .elementor {
  margin: 0 -15px;
}
.pxl-tabs.tab-effect-fade .pxl-tab--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden;
  -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);
  transform: translateY(30px);
}
.pxl-tabs.tab-effect-fade .pxl-tab--content.active {
  position: static;
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0px);
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
  position: relative;
}
.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-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-accordion .pxl-accordion--title {
  margin-bottom: 0;
  cursor: pointer;
}
.pxl-accordion .pxl-accordion--content {
  display: 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-video-player1 .pxl-overlay-color {
  z-index: 88;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap {
  position: absolute;
  z-index: 99;
  text-align: center;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap.p-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-player1 .pxl-video--inner {
  overflow: hidden;
}
.pxl-video-player1 .pxl-video--inner .pxl-video--holder {
  width: 100%;
  height: 100%;
}
.pxl-video-player1 .pxl-video--inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxl-video-player1.pxl-video-style3 .pxl-video--inner {
  overflow: hidden;
}
.pxl-video-player1.pxl-video-style3 .pxl-video--inner .pxl-video--holder {
  width: 100%;
  height: 100%;
}
.pxl-video-player1.pxl-video-style3 .pxl-video--inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxl-video-player1.pxl-video-style3 .pxl-video--holder + .btn-video-wrap.p-center {
  top: 0;
  left: 0;
  transition: transform 0.1s;
}
.pxl-video-player1.pxl-video-style5 i {
  font-size: 42px;
  color: #fff;
}
.pxl-video-player1.style-1 {
  position: relative;
  z-index: 1;
}
.pxl-video-player1.style-1 .pxl-video--inner::before {
  position: absolute;
  content: '';
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
.pxl-video-player1.style-2 {
  position: relative;
  z-index: 1;
}
.pxl-video-player1.style-2 .pxl-video--inner::before {
  position: absolute;
  content: '';
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: var(--heading-color);
  border-radius: inherit;
  z-index: -1;
}
.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%;
  }
}
.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--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link, .pxl-swiper-slider .pxl-post--link {
  z-index: 99;
}
.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;
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.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-grid-filter .filter-item {
  cursor: pointer;
  -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: relative;
}
.pxl-grid-filter .pxl--filter-inner {
  display: inline-flex;
  flex-wrap: wrap;
}
.pxl-grid-filter.style-1 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.pxl-grid-filter.style-1 .filter-label {
  font-size: 16px;
  color: #969696;
  font-weight: 700;
  margin: 10px 17px 10px 17px;
}
.pxl-grid-filter.style-1 .filter-item {
  font-size: 16px;
  color: #969696;
  font-weight: 700;
  margin: 10px 17px 10px 17px;
}
.pxl-grid-filter.style-1 .filter-item:before {
  content: '';
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1px;
  background-color: #535667;
  height: 1px;
  -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;
}
.pxl-grid-filter.style-1 .filter-item.active {
  color: #01062e;
}
.pxl-grid-filter.style-1 .filter-item.active:before {
  width: 100%;
}
.pxl-grid-filter.style-1 .pxl--filter-inner {
  border: 1px solid #e7e7e7;
  border-radius: 72px;
  width: 100%;
  max-width: 820px;
  justify-content: center;
  padding: 13px 10px;
}
.pxl-carousel-inner {
  overflow: hidden;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-container.swiper-fade .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.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;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-navigation-carousel {
  display: inline-flex;
  margin: 0 -10px;
}
.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: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 0 30px;
}
.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--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-fraction-first, .pxl-swiper-fraction-last {
  font-size: 20px;
  font-weight: 700;
  color: #040505;
  margin: 0 16px;
  display: inline-flex;
}
.pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  -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;
  cursor: pointer;
  /* Swiper Arrow Style */
}
.pxl-swiper-arrow-wrap .pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
  width: 65px;
  height: 65px;
  color: #cdcdcd;
  border-radius: 65px;
  border: 2px solid #cdcdcd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin: 0 7px;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow svg {
  height: 26px;
  fill: #000;
}
.pxl-swiper-dots.pxl-swiper-pagination-bullets span {
  display: inline-flex;
  cursor: pointer;
  -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-swiper-dots.pxl-swiper-pagination-progressbar {
  height: 1px;
  background-color: #454545;
  width: 100%;
  position: relative;
  margin-top: 45px;
  /* Swiper Dots Style */
}
.pxl-swiper-dots.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-dots.style-1.pxl-swiper-pagination-bullets {
  margin: 45px 10px 0 10px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:before, .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  border-radius: 25px;
  -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;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:before {
  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');
  width: 25px;
  height: 25px;
  top: -9px;
  left: -9px;
  z-index: -2;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet:after {
  background-color: #fff;
  width: 21px;
  height: 21px;
  top: -7px;
  left: -7px;
  z-index: -1;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-position: 0%;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
html {
  box-sizing: border-box;
}
.pxl-header-content .row {
  margin-right: 0;
}
html {
  box-sizing: border-box;
}
html.html-smooth-scroll {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #fff;
  font-size: 18px;
  line-height: 1.55556;
  color: #716f73;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body.body-overflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}
a {
  -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;
  color: var(--primary-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(--primary-color);
}
a:active {
  color: var(--link-color-active);
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
.ft-secondary, blockquote:not(.pxl-blockquote), blockquote:not(.pxl-blockquote) cite, .pxl--post-footer label, .widget_recent_comments ul, .widget_recent_comments ol, .widget_rss .rsswidget, .widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2, .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, .pxl-process1 .pxl-item--number, .pxl-call-phone1.style-1 .pxl-item--number, .pxl-call-phone1.style-2 .pxl-item--number, .pxl-mailchimp-l1.style-box [type="email"], .pxl-mailchimp-l1.style-box2 [type="email"], .pxl-button-video1 .slider-video-title, .pxl-tabs1 .pxl-tab--title, .pxl-banner1 .pxl-banner-bottom .pxl-counter--bnumber, .pxl-progressbar-1.style-1 .pxl--holder, .pxl-counter1 .pxl-counter--number, .pxl-recent-news1 .pxl-post--date, .pxl-contact-form .pxl-form--label, .pxl-breadcrumb, #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, .woocommerce .nice-select, .woocommerce-page .nice-select, .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, .woocommerce .woocommerce-topbar div.woocommerce-result-count, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart, .single-product .woocommerce-social-share 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 .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label, .btn {
  font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
  color: #07000e;
  font-weight: 700;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.28;
  letter-spacing: -0.25px;
}
h1, .h1 {
  font-size: 52px;
  line-height: 1;
}
h2, .h2 {
  font-size: 48px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 24px;
  line-height: 1.4545;
}
h6, .h6 {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
p {
  margin: 0 0 15px;
}
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;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--primary-color);
}
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: 28px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000001;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid var(--gradient-color-from);
  border-right: 5px solid var(--gradient-color-to);
  border-radius: 10px;
  overflow: hidden;
}
blockquote:not(.pxl-blockquote):before {
  content: '';
  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');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  blockquote:not(.pxl-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:not(.pxl-blockquote) cite {
  position: relative;
  padding-left: 76px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}
blockquote:not(.pxl-blockquote) cite:before {
  content: '';
  width: 65px;
  height: 2px;
  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');
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
blockquote:not(.pxl-blockquote) .pxl-blockquote-icon {
  line-height: 1;
  font-size: 56px;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: scale(-1);
  opacity: 0.47;
}
blockquote:not(.pxl-blockquote) p {
  margin-bottom: 0 !important;
}
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;
  /* Recoleta Font */
}
@media screen and (min-width: 1400px) {
  .col-xxl-3 {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#pxl-wapper {
  overflow-x: clip;
}
@media screen and (min-width: 1201px) {
  #pxl-wapper .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-wapper .container {
    max-width: 100%;
  }
}
#pxl-wapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #pxl-wapper #pxl-sidebar-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
  left: calc(50% + 15px);
  transform: translate(-50%, 0);
  position: relative;
}
@media screen and (max-width: 1200px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-wapper .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: 120px 0;
  min-height: calc(100vh - 606px);
}
@media screen and (max-width: 1200px) {
  #pxl-main {
    overflow-x: clip;
  }
}
@media screen and (max-width: 1024px) {
  #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
.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;
}
body.elementor-editor-active .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
.elementor-page:not(.single-post):not(.single-product) #pxl-content-area.col-12, .elementor-page:not(.single-post):not(.single-product) #pxl-footer-elementor .row > .col-12 {
  padding: 0;
  min-height: 0px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .elementor-page:not(.single) #pxl-content-area.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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 {
  background-color: rgba(var(--primary-color-rgb),0.35);
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default {
    padding: 90px 0;
  }
}
#pxl-page-title-default .row {
  align-items: center;
}
#pxl-page-title-default .pxl-page-title {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
  }
}
#pxl-page-title-default .ptitle-col-right {
  justify-content: flex-end;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .ptitle-col-right {
    justify-content: center;
  }
}
#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;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  box-shadow: inset 0 0 0 2px #d4d4d4;
}
@media screen and (max-width: 991px) {
  .pxl-scroll-top {
    right: 25px;
  }
}
.pxl-scroll-top .logo-back-to-top {
  background-image: url(../img/back-to-top.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-scroll-top:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background-color: #01062e;
  border-radius: 100%;
}
.pxl-scroll-top .pxl-scroll-progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pxl-scroll-top .pxl-scroll-progress-circle path {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pxl-scroll-top.pxl-on {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .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);
  }
  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;
  }
}
#pxl-footer-elementor .pxl-footer-hide {
  display: none !important;
}
#pxl-footer-elementor .footer-elementor-inner > .container {
  max-width: 100%;
}
@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.blog .pxl-content-wrap.no-sidebar .pxl-content-area, 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: 1200px;
    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(162, 52, 253, 0.28);
    box-shadow: 32px 0 rgba(162, 52, 253, 0.28), -32px 0 var(--primary-color);
  }
  50% {
    background-color: var(--primary-color);
    box-shadow: 32px 0 rgba(162, 52, 253, 0.28), -32px 0 rgba(162, 52, 253, 0.28);
  }
  100% {
    background-color: rgba(162, 52, 253, 0.28);
    box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(162, 52, 253, 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 {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes animloaderBack {
  0%, 30%, 70% {
    transform: translateY(0px);
  }
  20%, 40%, 100% {
    transform: translateY(-5px);
  }
}
@keyframes animloader {
  /*  Site Loader */
  /*  Mouse Move Animation */
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }
  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}
.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;
  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: 1400px) {
  .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: 1024px) {
  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%;
  background-color: #151a25;
  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);
  }
}
@keyframes dotMove {
  0%, 100% {
    transform: rotate(180deg) translate(-125px, -10px) rotate(-180deg);
  }
  50% {
    transform: rotate(0deg) translate(-111px, 10px) rotate(0deg);
  }
}
@keyframes letterStretch {
  0%, 100% {
    transform: scale(1, 0.35);
    transform-origin: 100% 75%;
  }
  8%, 28% {
    transform: scale(1, 2.125);
    transform-origin: 100% 67%;
  }
  37% {
    transform: scale(1, 0.875);
    transform-origin: 100% 75%;
  }
  46% {
    transform: scale(1, 1.03);
    transform-origin: 100% 75%;
  }
  50%, 97% {
    transform: scale(1);
    transform-origin: 100% 75%;
  }
}
@keyframes lineStretch {
  0%, 45%, 70%, 100% {
    transform: scaleY(0.125);
  }
  49% {
    transform: scaleY(0.75);
  }
  50% {
    transform: scaleY(0.875);
  }
  53% {
    transform: scaleY(0.5);
  }
  60% {
    transform: scaleY(0);
  }
  68% {
    transform: scaleY(0.18);
  }
}
@keyframes rotateSphere {
  0% {
    transform: rotate3d(1, 1, 1, -360deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 360deg);
  }
}
@-webkit-keyframes ring {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes ring {
  100% {
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: all 1s ease;
}
.pxl-loader.is-loaded {
  transform: translateY(-100%);
}
.pxl-loader.style-1 .pxl-loader-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  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: 70px;
  text-align: center;
}
.pxl-loader.style-1 .pxl-loader-spinner > div {
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: px_bouncedelay 1.4s infinite ease-in-out both;
  animation: px_bouncedelay 1.4s infinite ease-in-out both;
}
.pxl-loader.style-1 .pxl-loader-spinner .pxl-loader-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.pxl-loader.style-1 .pxl-loader-spinner .pxl-loader-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.pxl-loader.style-2 {
  background-color: #000;
}
.pxl-loader.style-2 .loader-circle {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  direction: ltr;
}
.pxl-loader.style-2 .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  animation: pxl_spin 1.2s infinite linear;
}
.pxl-loader.style-2 .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.44)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.44)', endColorStr='rgba(255, 255, 255, 0)');
  background-color: transparent;
  position: relative;
}
.pxl-loader.style-2 .loader-line-mask .loader-line:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #000;
  z-index: 99;
  border-radius: inherit;
}
.pxl-loader.style-2 .loader-logo {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  text-align: center;
}
.pxl-loader.style-2 .loader-logo img {
  height: 42px;
  width: auto;
  opacity: 0.87;
}
.pxl-loader.style-rocket .loader {
  width: 32px;
  height: 70px;
  display: block;
  margin: 20px auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50% 50% 0 0;
  border-bottom: 10px solid var(--primary-color);
  background-color: #c0c0c0;
  background-image: radial-gradient(ellipse at center, var(--secondary-color) 34%, var(--primary-color) 35%, var(--primary-color) 54%, #c0c0c0 55%), linear-gradient(var(--primary-color) 10px, transparent 0);
  background-size: 28px 28px;
  background-position: center 20px, center 2px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: animloaderBack 1s linear infinite alternate;
}
@media screen and (max-width: 360px) {
  .pxl-loader.style-rocket .loader {
    left: 46%;
  }
}
.pxl-loader.style-rocket .loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 15px var(--primary-color) inset;
  top: 67px;
}
.pxl-loader.style-rocket .loader::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  background: radial-gradient(ellipse at center, #ffdf00 8%, rgba(249, 62, 0, 0.6) 24%, rgba(0, 0, 0, 0) 100%);
  border-radius: 50% 50% 0;
  background-repeat: no-repeat;
  background-position: -44px -44px;
  background-size: 100px 100px;
  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}
.pxl-loader.style-3 #container {
  position: absolute;
  transform: scale(0.725) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (min-width: 48rem) {
  .pxl-loader.style-3 #container #container {
    transform: scale(0.725rem);
  }
}
@media (min-width: 62rem) {
  .pxl-loader.style-3 #container #container {
    transform: scale(0.85);
  }
}
.pxl-loader.style-3 .divider {
  position: absolute;
  z-index: 2;
  bottom: 27px;
  left: 200px;
  width: 50px;
  height: 15px;
  background: #fff;
}
.pxl-loader.style-3 .loading-text {
  position: relative;
  font-size: 60px !important;
  font-weight: 300;
  margin: 25px 0 20px;
  white-space: nowrap;
}
.pxl-loader.style-3 .loading-text::before {
  position: absolute;
  content: '';
  z-index: 1;
  top: 40px;
  left: 114px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}
.pxl-loader.style-3 .loading-text .letter {
  display: inline-block;
  position: relative;
  color: #000;
  letter-spacing: 8px;
}
.pxl-loader.style-3 .loading-text .letter:nth-child(1) {
  transform-origin: 100% 70%;
  transform: scale(1, 1.275);
}
.pxl-loader.style-3 .loading-text .letter:nth-child(1)::before {
  position: absolute;
  content: '';
  top: 22px;
  left: 0;
  width: 14px;
  height: 36px;
  background: #fff;
  transform-origin: 100% 0;
  animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}
.pxl-loader.style-3 .loading-text .letter:nth-child(5) {
  transform-origin: 100% 70%;
  animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite;
}
.pxl-loader.style-3 .loading-text .letter:nth-child(5)::before {
  position: absolute;
  content: '';
  top: 15px;
  left: 2px;
  width: 7px;
  height: 17px;
  background: #fff;
}
.pxl-loader.style-ai .loader--ai {
  transform: scale(0.55);
  width: 100%;
  height: 100%;
}
.pxl-loader.style-ai .sphere {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  animation: rotateSphere 2.5s linear infinite;
  transform-style: preserve-3d;
}
.pxl-loader.style-ai .sphere .plane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  list-style-type: none;
  transform-style: preserve-3d;
}
.pxl-loader.style-ai .sphere .plane li {
  position: absolute;
  height: 50%;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: bottom;
  box-sizing: border-box;
  transform-style: preserve-3d;
}
.pxl-loader.style-ai .sphere .plane li::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  display: inline-block;
  top: 0;
  left: 0;
  transform: translateX(-50%) rotateX(90deg);
  border-radius: 50px;
  background-color: var(--primary-color);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(1) {
  transform: rotate(10deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(2) {
  transform: rotate(20deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(3) {
  transform: rotate(30deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(4) {
  transform: rotate(40deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(5) {
  transform: rotate(50deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(6) {
  transform: rotate(60deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(7) {
  transform: rotate(70deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(8) {
  transform: rotate(80deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(9) {
  transform: rotate(90deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(10) {
  transform: rotate(100deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(11) {
  transform: rotate(110deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(12) {
  transform: rotate(120deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(13) {
  transform: rotate(130deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(14) {
  transform: rotate(140deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(15) {
  transform: rotate(150deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(16) {
  transform: rotate(160deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(17) {
  transform: rotate(170deg);
}
.pxl-loader.style-ai .sphere .plane li:nth-child(18) {
  transform: rotate(180deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(1) {
  transform: rotateY(10deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(2) {
  transform: rotateY(20deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(3) {
  transform: rotateY(30deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(4) {
  transform: rotateY(40deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(5) {
  transform: rotateY(50deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(6) {
  transform: rotateY(60deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(7) {
  transform: rotateY(70deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(8) {
  transform: rotateY(80deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(9) {
  transform: rotateY(90deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(10) {
  transform: rotateY(100deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(11) {
  transform: rotateY(110deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(12) {
  transform: rotateY(120deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(13) {
  transform: rotateY(130deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(14) {
  transform: rotateY(140deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(15) {
  transform: rotateY(150deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(16) {
  transform: rotateY(160deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(17) {
  transform: rotateY(170deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(18) {
  transform: rotateY(180deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(19) {
  transform: rotateY(190deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(20) {
  transform: rotateY(200deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(21) {
  transform: rotateY(210deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(22) {
  transform: rotateY(220deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(23) {
  transform: rotateY(230deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(24) {
  transform: rotateY(240deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(25) {
  transform: rotateY(250deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(26) {
  transform: rotateY(260deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(27) {
  transform: rotateY(270deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(28) {
  transform: rotateY(280deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(29) {
  transform: rotateY(290deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(30) {
  transform: rotateY(300deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(31) {
  transform: rotateY(310deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(32) {
  transform: rotateY(320deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(33) {
  transform: rotateY(330deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(34) {
  transform: rotateY(340deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(35) {
  transform: rotateY(350deg);
}
.pxl-loader.style-ai .sphere .plane:nth-child(36) {
  transform: rotateY(360deg);
}
.pxl-loader.style-ai *, .pxl-loader.style-ai *:before, .pxl-loader.style-ai *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pxl-loader.style-ai *:before, .pxl-loader.style-ai *:after {
  content: "";
}
.pxl-loader.style-ai .sphere-rings {
  -ms-transform: rotateY(45deg);
  -webkit-transform: rotateY(45deg);
  transform: rotateY(45deg);
}
.pxl-loader.style-ai .sphere-rings, .pxl-loader.style-ai .sphere-rings *, .pxl-loader.style-ai .sphere-rings *:before, .pxl-loader.style-ai .sphere-rings *:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pxl-loader.style-ai .ring {
  width: 15em;
  height: 15em;
  border-radius: 50%;
}
.pxl-loader.style-ai .ring:before {
  border-style: solid;
  border-color: rgba(124, 58, 237, 0.8) rgba(124, 58, 237, 0.8) transparent transparent;
  border-radius: 100%;
}
.pxl-loader.style-ai .ring:nth-child(1) {
  -ms-transform: translateZ(-7.5em) scale(0);
  -webkit-transform: translateZ(-7.5em) scale(0);
  transform: translateZ(-7.5em) scale(0);
}
.pxl-loader.style-ai .ring:nth-child(1):before {
  -webkit-animation: ring 2s 0s linear infinite;
  animation: ring 2s 0s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(2) {
  -ms-transform: translateZ(-7.35589em) scale(0.19509);
  -webkit-transform: translateZ(-7.35589em) scale(0.19509);
  transform: translateZ(-7.35589em) scale(0.19509);
}
.pxl-loader.style-ai .ring:nth-child(2):before {
  -webkit-animation: ring 2s -0.125s linear infinite;
  animation: ring 2s -0.125s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(3) {
  -ms-transform: translateZ(-6.9291em) scale(0.38268);
  -webkit-transform: translateZ(-6.9291em) scale(0.38268);
  transform: translateZ(-6.9291em) scale(0.38268);
}
.pxl-loader.style-ai .ring:nth-child(3):before {
  -webkit-animation: ring 2s -0.25s linear infinite;
  animation: ring 2s -0.25s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(4) {
  -ms-transform: translateZ(-6.23602em) scale(0.55557);
  -webkit-transform: translateZ(-6.23602em) scale(0.55557);
  transform: translateZ(-6.23602em) scale(0.55557);
}
.pxl-loader.style-ai .ring:nth-child(4):before {
  -webkit-animation: ring 2s -0.375s linear infinite;
  animation: ring 2s -0.375s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(5) {
  -ms-transform: translateZ(-5.3033em) scale(0.70711);
  -webkit-transform: translateZ(-5.3033em) scale(0.70711);
  transform: translateZ(-5.3033em) scale(0.70711);
}
.pxl-loader.style-ai .ring:nth-child(5):before {
  -webkit-animation: ring 2s -0.5s linear infinite;
  animation: ring 2s -0.5s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(6) {
  -ms-transform: translateZ(-4.16678em) scale(0.83147);
  -webkit-transform: translateZ(-4.16678em) scale(0.83147);
  transform: translateZ(-4.16678em) scale(0.83147);
}
.pxl-loader.style-ai .ring:nth-child(6):before {
  -webkit-animation: ring 2s -0.625s linear infinite;
  animation: ring 2s -0.625s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(7) {
  -ms-transform: translateZ(-2.87013em) scale(0.92388);
  -webkit-transform: translateZ(-2.87013em) scale(0.92388);
  transform: translateZ(-2.87013em) scale(0.92388);
}
.pxl-loader.style-ai .ring:nth-child(7):before {
  -webkit-animation: ring 2s -0.75s linear infinite;
  animation: ring 2s -0.75s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(8) {
  -ms-transform: translateZ(-1.46318em) scale(0.98079);
  -webkit-transform: translateZ(-1.46318em) scale(0.98079);
  transform: translateZ(-1.46318em) scale(0.98079);
}
.pxl-loader.style-ai .ring:nth-child(8):before {
  -webkit-animation: ring 2s -0.875s linear infinite;
  animation: ring 2s -0.875s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(9) {
  -ms-transform: translateZ(0em) scale(1);
  -webkit-transform: translateZ(0em) scale(1);
  transform: translateZ(0em) scale(1);
}
.pxl-loader.style-ai .ring:nth-child(9):before {
  -webkit-animation: ring 2s -1s linear infinite;
  animation: ring 2s -1s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(10) {
  -ms-transform: translateZ(1.46318em) scale(0.98079);
  -webkit-transform: translateZ(1.46318em) scale(0.98079);
  transform: translateZ(1.46318em) scale(0.98079);
}
.pxl-loader.style-ai .ring:nth-child(10):before {
  -webkit-animation: ring 2s -1.125s linear infinite;
  animation: ring 2s -1.125s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(11) {
  -ms-transform: translateZ(2.87013em) scale(0.92388);
  -webkit-transform: translateZ(2.87013em) scale(0.92388);
  transform: translateZ(2.87013em) scale(0.92388);
}
.pxl-loader.style-ai .ring:nth-child(11):before {
  -webkit-animation: ring 2s -1.25s linear infinite;
  animation: ring 2s -1.25s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(12) {
  -ms-transform: translateZ(4.16678em) scale(0.83147);
  -webkit-transform: translateZ(4.16678em) scale(0.83147);
  transform: translateZ(4.16678em) scale(0.83147);
}
.pxl-loader.style-ai .ring:nth-child(12):before {
  -webkit-animation: ring 2s -1.375s linear infinite;
  animation: ring 2s -1.375s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(13) {
  -ms-transform: translateZ(5.3033em) scale(0.70711);
  -webkit-transform: translateZ(5.3033em) scale(0.70711);
  transform: translateZ(5.3033em) scale(0.70711);
}
.pxl-loader.style-ai .ring:nth-child(13):before {
  -webkit-animation: ring 2s -1.5s linear infinite;
  animation: ring 2s -1.5s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(14) {
  -ms-transform: translateZ(6.23602em) scale(0.55557);
  -webkit-transform: translateZ(6.23602em) scale(0.55557);
  transform: translateZ(6.23602em) scale(0.55557);
}
.pxl-loader.style-ai .ring:nth-child(14):before {
  -webkit-animation: ring 2s -1.625s linear infinite;
  animation: ring 2s -1.625s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(15) {
  -ms-transform: translateZ(6.9291em) scale(0.38268);
  -webkit-transform: translateZ(6.9291em) scale(0.38268);
  transform: translateZ(6.9291em) scale(0.38268);
}
.pxl-loader.style-ai .ring:nth-child(15):before {
  -webkit-animation: ring 2s -1.75s linear infinite;
  animation: ring 2s -1.75s linear infinite;
}
.pxl-loader.style-ai .ring:nth-child(16) {
  -ms-transform: translateZ(7.35589em) scale(0.19509);
  -webkit-transform: translateZ(7.35589em) scale(0.19509);
  transform: translateZ(7.35589em) scale(0.19509);
}
.pxl-loader.style-ai .ring:nth-child(16):before {
  -webkit-animation: ring 2s -1.875s linear infinite;
  animation: ring 2s -1.875s linear infinite;
}
.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: 1400px) {
  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;
  }
}
@media screen and (max-width: 1200px) {
  .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;
}
.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;
}
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;
}
.pxl-overlay-shake {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pxl-overlay-shake .pxl-overlay--color {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: width 0.7s, padding-top 0.7s;
  top: 55px;
  left: 35px;
}
.pxl-overlay-shake:hover .pxl-overlay--color {
  width: calc(100% * 4) !important;
  padding-top: calc(100% * 4);
}
.pxl-box-hover1 .pxl-item--inner {
  position: relative;
  z-index: 1;
}
.pxl-box-hover1 .pxl-item--inner:before, .pxl-box-hover1 .pxl-item--inner:after {
  content: '';
  position: absolute;
  top: 0;
  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);
  background-color: var(--primary-color);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-box-hover1 .pxl-item--inner:before {
  left: 0;
  right: 0;
  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);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  z-index: -1;
}
.pxl-box-hover1 .pxl-item--inner:after {
  opacity: 0.3;
  left: 25px;
  right: 25px;
  z-index: -2;
  height: 16px;
  top: 100%;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  transform: scaleY(0);
  transform-origin: top center;
}
.pxl-box-hover1 .pxl-item--inner: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-box-hover1 .pxl-item--inner:hover:after {
  transform: scaleY(1);
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.hover-imge-effect1 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect1 a {
  display: block;
}
.hover-imge-effect1 a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-imge-effect2 {
  position: relative;
  overflow: hidden;
}
.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);
}
.hover-imge-effect2-up {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect2-up img {
  -webkit-transition: all 0.6s;
  -khtml-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hover-imge-effect3 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect3 img {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.hover-imge-effect4 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect4 .hover-item {
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}
.hover-imge-effect4 .hover-item.hover-item1 {
  top: 0;
  left: 0;
}
.hover-imge-effect4 .hover-item.hover-item2 {
  top: 0;
  left: 50%;
}
.hover-imge-effect4 .hover-item.hover-item3 {
  left: 50%;
  top: 50%;
}
.hover-imge-effect4 .hover-item.hover-item4 {
  left: 0;
  top: 50%;
}
.pxl-post--inner:hover .hover-imge-effect1 a:before, .pxl-item--inner:hover .hover-imge-effect1 a:before {
  -webkit-animation: img_circle 0.65s;
  animation: img_circle 0.65s;
}
.pxl-post--inner:hover .hover-imge-effect2 img, .pxl-item--inner:hover .hover-imge-effect2 img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-post--inner:hover .hover-imge-effect3 img, .pxl-item--inner:hover .hover-imge-effect3 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-post--inner:hover .hover-imge-effect4 .hover-item.hover-item1, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
  left: 50%;
  top: 0;
  opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item2, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item3, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
  left: 0%;
  top: 50%;
  opacity: 1;
}
.pxl-post--inner:hover .hover-imge-effect4 .hover-item.hover-item4, .pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
  left: 0%;
  top: 0%;
  opacity: 1;
}
.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%;
}
.ripple > div {
  z-index: 2;
}
.ripple canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.z-index-1 {
  z-index: 1;
}
.pxl-transition {
  -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-fl-middle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-icon-middle {
  position: relative;
}
.pxl-icon-middle > * {
  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%);
}
.pxl-hidden {
  display: none;
}
.color-white {
  color: #fff;
}
.btn-flex {
  display: inline-flex;
  align-items: center;
}
.btn-flex i {
  display: inline-flex;
}
.field-dflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-text-nowrap {
  white-space: nowrap;
}
.pxl-imgfilter-wrap {
  overflow: hidden;
}
.pxl-imgfilter-wrap .pxl-item--imgfilter {
  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: -1;
  filter: blur(8px);
}
.pxl-imgfilter-wrap .pxl-item--imgfilter:before {
  background-color: rgba(253, 253, 251, 0.1);
}
.pxl--hover-slideup {
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.pxl--hover-slideup:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pxl--effect-slide:after {
  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);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl--effect-slide:hover:after {
  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);
}
.d-inline-block {
  display: inline-block;
}
.pxl-d-flex {
  display: inline-flex;
}
.pxl-text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-text-center .pxl-link-page1 .pxl-item--inner {
    justify-content: center;
  }
}
.pxl-text-left {
  text-align: left;
}
.pxl-text-right {
  text-align: right;
}
.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;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #504e4e;
  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);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
}
.pxl-icon--plus.pxl-icon--gradient {
  display: inline-block;
  width: 18px;
  height: 18px;
  z-index: 1;
  border-radius: 18px;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.pxl-icon--plus.pxl-icon--gradient span {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 18px;
  z-index: -1;
}
.pxl-icon--plus.pxl-icon--gradient:before, .pxl-icon--plus.pxl-icon--gradient:after {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #454545 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.pxl-icon--plus.pxl-icon--gradient:before {
  width: 8px;
  top: 8px;
  left: 5px;
}
.pxl-icon--plus.pxl-icon--gradient:after {
  height: 8px;
  left: 8px;
  top: 5px;
}
.pxl-icon--minus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before {
  content: '';
  background-color: #504e4e;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
}
.pxl-flex-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pxl-flex-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-flex-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pxl-flex-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty, .pxl-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link, .pxl-swiper-slider .pxl-post--link, .pxl-imgfilter-wrap .pxl-item--imgfilter:before, .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, .pxl-info-box1:before, .pxl-image-effect1 .image-back, .pxl-image-effect1 .map {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-skew {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-color);
  transform: skew(-9deg);
  -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-middle {
  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%);
}
.pxl-icon--middle {
  position: relative;
}
.pxl-icon--middle * {
  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%);
}
.pxl-item--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: inherit;
}
.color-primary {
  color: var(--primary-color);
  fill: var(--primary-color);
}
.color-secondary {
  color: var(--secondary-color);
  fill: var(--secondary-color);
}
.text-gradient, .swiper-filter-wrap .filter-item.active span, blockquote:not(.pxl-blockquote) cite, .pxl-pagination-wrap a:hover i, .pxl-pagination-wrap a:hover span, .pxl-contact-info-widget .pxl-item--icon i, .pxl-post-list1 .pxl-item--readmore i, .pxl-text-editor.highlight-gradient .pxl-text--highlight, .pxl-heading .px-text-gradient span, .pxl-link .pxl-type-gradient .pxl-link--icon i, .pxl-call-phone1.style-2 .pxl-item--icon i, .pxl-contact-form .pxl-form--label span, .pxl-social-icons1 a i, .pxl-contact-info1 .pxl-item--icon i, .pxl-showcase1 .pxl-item--label, .pxl-showcase2 .pxl-item--label, .pxl-btn-video.style1 i, .pxl-info-box1 .pxl-item--icon i, .pxl-icon-text2.style-1 .pxl-item--icon i, .pxl-icon-text2.style-2 .pxl-item--icon i, .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover:before {
  background-image: -webkit-linear-gradient(-45deg, var(--primary-color) 45%, var(--secondary-color) 75%);
  background-image: -moz-linear-gradient(-45deg, var(--primary-color) 45%, var(--secondary-color) 75%);
  background-image: -ms-linear-gradient(-45deg, var(--primary-color) 45%, var(--secondary-color) 75%);
  background-image: -o-linear-gradient(-45deg, var(--primary-color) 45%, var(--secondary-color) 75%);
  background-image: linear-gradient(-45deg, var(--primary-color) 45%, var(--secondary-color) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color) 45%', endColorStr='var(--secondary-color) 75%');
  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-first {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-from) 45%, var(--gradient-color-to) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.text-gradient-move {
  background-image: -webkit-linear-gradient(-45deg, #a299ab 0, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(-45deg, #a299ab 0, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(-45deg, #a299ab 0, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(-45deg, #a299ab 0, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: linear-gradient(-45deg, #a299ab 0, var(--primary-color) 50%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  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;
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.text-gradient3 {
  background-color: var(--gradient-color-to);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-to)), to(var(--gradient-color-from)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -o-linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  background-image: linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-to)', endColorStr='var(--gradient-color-from)', 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-gradient2, .pxl-text-editor.highlight-gradient2 .pxl-text--highlight {
  background-image: -webkit-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(48deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  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-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-to)), to(var(--gradient-color-from)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  background-image: linear-gradient(to bottom, var(--gradient-color-to), var(--gradient-color-from));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-to)', endColorStr='var(--gradient-color-from)');
  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, .pxl-heading .highlight-text-gradient .pxl-title--highlight, .pxl-counter1 .pxl-counter--icon i {
  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, .pxl-info-box1 .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-gradient2 {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.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)');
}
.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-sz-10 {
  font-size: 10px;
}
.pxl-sz-11 {
  font-size: 11px;
}
.pxl-sz-12 {
  font-size: 12px;
}
.pxl-sz-13 {
  font-size: 13px;
}
.pxl-sz-14 {
  font-size: 14px;
}
.pxl-sz-15 {
  font-size: 15px;
}
.pxl-sz-16 {
  font-size: 16px;
}
.pxl-sz-17 {
  font-size: 17px;
}
.pxl-sz-18 {
  font-size: 18px;
}
.pxl-sz-19 {
  font-size: 19px;
}
.pxl-sz-20 {
  font-size: 20px;
}
.pxl-sz-21 {
  font-size: 21px;
}
.pxl-sz-22 {
  font-size: 22px;
}
.pxl-sz-23 {
  font-size: 23px;
}
.pxl-sz-24 {
  font-size: 24px;
}
.pxl-sz-25 {
  font-size: 25px;
}
#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: 30px;
  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 {
    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: #5e6e6e;
  }
  .pxl-menu-primary li a {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
    font-weight: 500;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
  }
  .pxl-menu-primary > li > a {
    line-height: 83px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #0a0f0e;
  }
  .pxl-menu-primary > li > a span {
    position: relative;
    padding-right: 8px;
  }
  .pxl-menu-primary > li > a span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    top: -4px;
    right: 1px;
  }
  .pxl-menu-primary > li > a span::after {
    content: '';
    width: 0;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    background-color: var(--primary-color);
  }
  .pxl-menu-primary > li:hover > a span::after, .pxl-menu-primary > li:active > a span::after, .pxl-menu-primary > li:focus > a span::after, .pxl-menu-primary > li.current_page_item > a span::after {
    width: 100%;
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -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;
    border-radius: 0 0 5px 5px;
    border: solid var(--primary-color);
    border-width: 4px 0px 4px 0px;
    padding: 0;
  }
  .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 {
    padding: 10px 20px;
    display: block;
  }
  .pxl-menu-primary .sub-menu li a span, .pxl-menu-primary .children li a span {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: relative;
  }
  .pxl-menu-primary .sub-menu li a span .char, .pxl-menu-primary .children li a span .char {
    transition: transform 0.3s ease, color 0.3s ease;
    transition-delay: calc(var(--char-index) * 0.03s);
  }
  .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: rgba(0, 0, 0, .9);
  }
  .pxl-menu-primary .sub-menu li > a:hover span .char, .pxl-menu-primary .children li > a:hover span .char, .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .pxl-menu-primary .children li.current_page_item > a span .char, .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .pxl-menu-primary .children li.current-menu-item > a span .char, .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .pxl-menu-primary .children li.current_page_ancestor > a span .char, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .pxl-menu-primary .children li.current-menu-ancestor > a span .char {
    color: var(--primary-color);
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .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: 0px;
  }
  .pxl-menu-primary .sub-menu li:hover > .sub-menu {
    margin-top: 0;
  }
  .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-menu-primary .pxl-megamenu > .sub-menu {
    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-default, #pxl-header-elementor {
    position: relative;
    background-color: #fff;
    z-index: 99;
  }
  #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: 30px;
  }
  #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: 300px;
    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 15px;
  }
  .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: 14px;
    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;
  }
  .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: 30px;
  }
  .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;
    border-radius: 4px;
  }
  .pxl-header-mobile-search .search-submit {
    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;
    line-height: 44px;
    padding: 0;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
    background: none;
    color: #000;
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pxl-header-mobile-search .search-submit i {
    color: #fff;
    font-size: 14px;
  }
  .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 .sub-menu .elementor-section {
    width: 100% !important;
  }
  #pxl-header-elementor #pxl-header-mobile .sub-menu .elementor-section .elementor-column {
    margin-bottom: 15px;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark {
    background-color: #0b0c10;
  }
  #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-header-mobile-fixed {
    background-color: #0b0c10;
  }
  #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: #000;
  }
  #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: 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.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%);
  padding: 60px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -30px;
}
.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;
}
.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: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
  width: 16px;
  bottom: 0;
}
.pxl-anchor-button {
  cursor: pointer;
}
.pxl-anchor-button.style-2 {
  height: 46px;
  width: 46px;
  border-radius: 46px;
  border: 2px solid rgba(207, 207, 207, 0.45);
  background-color: rgba(83, 82, 84, 0.45);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider {
  height: 16px;
  width: 25px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line {
  height: 2px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:before, .pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line:after {
  background-color: #fff;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line1 {
  width: 19px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line2 {
  top: 7px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line.pxl-icon-line3 {
  width: 14px;
}
.pxl-anchor-button .pxl-anchor-theme-style1 {
  position: relative;
  width: 29px;
  height: 26px;
  cursor: pointer;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span {
  position: absolute;
  width: 13px;
  height: 12px;
  border: 2px solid #141515;
  -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-anchor-button .pxl-anchor-theme-style1 span:nth-child(1) {
  top: 0;
  left: 0;
  border-radius: 13px 0 0 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(2) {
  top: 0;
  right: 0;
  border-radius: 0 13px 0 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-radius: 0 0 13px 0;
}
.pxl-anchor-button .pxl-anchor-theme-style1 span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 13px;
}
.pxl-anchor-button .pxl-anchor-theme-style1:hover span {
  border-color: var(--primary-color);
}
.pxl-anchor-button.type-icon {
  display: inline-flex;
  align-items: center;
  color: #2c2c2b;
  -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-anchor-button.type-icon:hover {
  color: var(--primary-color);
}
.pxl-anchor-button.type-icon label {
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
}
.pxl-anchor-button.type-icon i {
  font-size: 20px;
}
.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 {
  /* Header Left Sidebar */
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.px-header--left_sidebar.px-header-sidebar-style1, .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);
}
.px-header--left_sidebar.px-header-sidebar-style2 {
  overflow: hidden;
}
.px-header--left_sidebar.px-header-sidebar-style2 .pxl-header-content {
  overflow-y: scroll;
  height: 100vh;
  width: calc(100% + 60px);
  margin: 0 -30px;
}
@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-wapper #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: "";
}
.pxl---post .pxl-item--image > a:not(.post-button-video) {
  display: block;
  width: 100%;
}
.pxl---post .pxl-item--title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.176;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pxl---post .pxl-item--title {
    font-size: 30px;
  }
}
.pxl---post .pxl-item--title a {
  color: inherit;
}
.pxl---post .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl---post .pxl-item--divider {
  height: 24px;
  width: 1px;
  background-color: rgba(45, 45, 45, 0.1);
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .pxl---post .pxl-item--divider {
    margin: 0 12px;
  }
}
.pxl---post.product .pxl-item--meta {
  display: none !important;
}
.pxl---post .btn.btn-icon-box4 {
  margin-top: 9px;
  padding: 0 14px 0 24px;
  margin-bottom: 80px;
}
.pxl---post .btn.btn-icon-box4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 59px;
  display: flex;
  align-items: center;
  letter-spacing: -0.3px;
}
.pxl---post .btn.btn-icon-box4 a:hover {
  color: #fff;
}
.pxl---post .btn.btn-icon-box4 .pxl--btn-icon {
  border-radius: 4px;
  box-shadow: unset;
  font-size: 20px;
  margin-left: 22px;
}
.pxl-blog-meta {
  font-size: 18px;
  color: #454545;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pxl-blog-meta {
    font-size: 16px;
  }
}
.pxl-blog-meta a {
  color: inherit;
}
.pxl-blog-meta a:hover {
  color: inherit;
}
.pxl-blog-meta .pxl-blog-meta-inner {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 16px 32px;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .pxl-blog-meta .pxl-blog-meta-inner {
    text-align: inherit;
  }
}
.pxl-blog-meta .pxl-blog-meta-inner > div {
  display: inline-flex;
  align-items: center;
}
.pxl-blog-meta .pxl-blog-meta-inner > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pxl-blog-meta .pxl-blog-meta-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-blog-meta .pxl-blog-meta-inner {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 20px;
    width: 100%;
  }
  .pxl-blog-meta .pxl-blog-meta-inner div + div {
    margin-top: 6px;
  }
}
.pxl-blog-meta .pxl-blog-meta-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  background: #f5f5f5;
}
.pxl-blog-meta .pxl-blog-meta-inner a {
  font-size: 18px;
  font-weight: 400;
  /* 111.111% */
  line-height: 1.11;
  color: var(--heading-color);
}
.pxl-blog-meta .pxl-blog-meta-inner .pxl-svg {
  margin-right: 9px;
  line-height: 1;
}
.pxl-blog-meta .pxl-blog-meta-inner .pxl-mr-30 {
  margin-right: 48px;
}
.pxl-item--archive .slick-track {
  display: flex;
}
.pxl-item--archive .slick-track .pxl-swiper-slide {
  padding: 0;
}
.pxl-item--archive .pxl-item--image {
  position: relative;
  overflow: hidden;
}
.pxl-item--archive .pxl-item--image img {
  max-height: 320px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -khtml-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: scale(1.01, 1.01);
}
.pxl-item--archive .pxl-item--image:hover img {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.pxl-item--archive.pxl-item--standard {
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta {
  font-size: 16px;
  margin-bottom: 16px;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner {
  padding: 0;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner .pxl-mr-30 {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  /* 111.111% */
  line-height: 1.111;
  color: var(--716-f-73, #716f73);
  margin-right: 30px;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner .pxl-mr-30 a {
  all: inherit;
  margin: 0;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner .pxl-svg {
  line-height: 1;
}
.pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-blog-meta .pxl-blog-meta-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-item--title {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 500;
  /* 114.286% */
  line-height: 1.14;
}
.pxl-item--archive.pxl-item--standard .pxl-item--image {
  margin-bottom: 26px;
}
.pxl-item--archive.pxl-item--standard .pxl-item--holder {
  padding: 0 32px 30px 32px;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--holder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pxl-item--archive.pxl-item--standard .pxl-item--holder .pxl-blog-meta-inner {
    padding: 0;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-item--excerpt {
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.56;
  max-width: 595px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--excerpt {
    max-width: 100%;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-item--readmore {
  margin-top: 25px;
}
.pxl-item--archive.pxl-item--standard .pxl-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  padding-right: 40px;
  color: var(--heading-color);
}
.pxl-item--archive.pxl-item--standard .pxl-button .pxl--btn-icon {
  width: 32px;
  position: absolute;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #716f73;
  right: 0;
  top: -6px;
  transition: all 0.3s;
}
.pxl-item--archive.pxl-item--standard .pxl-button .pxl--btn-text {
  transition: all 0.5s;
}
.pxl-item--archive.pxl-item--standard .pxl-button:hover .pxl--btn-icon {
  width: 100%;
}
.pxl-item--archive.pxl-item--standard .pxl-button:hover .pxl--btn-text {
  opacity: 0;
}
.pxl-item--archive.pxl-item--standard .pxl-swiper-arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  margin: 0;
}
.pxl-item--archive.pxl-item--standard .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 48px;
  height: 48px;
  backdrop-filter: blur(5.5px);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.20);
}
.pxl-item--archive.pxl-item--standard .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  color: #fff;
}
.post-button-video.style1 {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  border-radius: 84px;
  z-index: 99;
  /* End Blog Layout */
}
.post-button-video.style1 i {
  font-size: 11px;
  color: #fc5220;
  background-image: unset;
}
@media screen and (max-width: 767px) {
  .post-button-video.style1 {
    width: 65px;
    height: 65px;
    font-size: 18px;
  }
}
.post-button-video.style1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.post-button-video.style1:hover, .post-button-video.style1:focus {
  color: #fff;
}
.single-post .row.pxl-content-wrap.no-sidebar {
  margin-right: -15px;
}
.single-post::before {
  position: absolute;
  content: '';
  background-image: url(../img/Group-3.png);
  right: 0;
  width: 743px;
  top: 0;
  height: 1376px;
  background-repeat: no-repeat;
  z-index: -1;
}
.single-post::after {
  position: absolute;
  content: '';
  background-image: url(../img/Group-4.png);
  left: 0;
  width: 743;
  top: 678px;
  height: 1376px;
  background-repeat: no-repeat;
  z-index: -1;
}
.single-post .pxl---post {
  padding-bottom: 0;
}
.single-post .pxl---post .single-heading {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 22px;
}
.single-post .pxl---post .pxl-gallery {
  margin-top: -18px;
}
.single-post .pxl---post .pxl-item--image {
  margin-bottom: 25px;
  position: relative;
}
.single-post .pxl---post .pxl-item--image img {
  border-radius: 12px;
}
.single-post .pxl---post .pxl-item--meta {
  margin-bottom: 28px;
}
.single-post .pxl---post .pxl-item--title {
  font-size: 72px;
  font-weight: 700;
  /* 100% */
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .single-post .pxl---post .pxl-item--title {
    font-size: 50px;
  }
}
.single-post .pxl---post .pxl-item--content {
  margin-bottom: 33px;
}
.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;
}
.single-post .comments-area {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.pxl-post-list1 {
  list-style: none;
  margin: 0 0 23px;
  padding-bottom: 15px;
  padding-top: 5px;
}
.pxl-post-list1 li:before {
  content: "\f119";
  font-family: "Caseicon";
  margin-right: 16px;
  font-size: 13px;
}
.pxl-post-list1 li + li {
  margin-top: 10px;
}
.pxl--post-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 32px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.pxl--post-footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl--post-footer label {
  font-size: 22px;
  color: #000001;
  font-weight: 700;
  margin-right: 20px;
}
.pxl--post-footer .pxl--tags label {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}
.pxl--post-footer .pxl--tags a {
  line-height: 40px;
  display: inline-block;
  padding: 0 19px;
  background-color: #f9f9f9;
  color: ;
  font-size: 16px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-right: 8px;
  color: #716f73;
  margin-bottom: 10px;
}
.pxl--post-footer .pxl--tags a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  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');
  border-radius: inherit;
  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;
}
.pxl--post-footer .pxl--tags a:hover {
  color: #fff;
}
.pxl--post-footer .pxl--tags a:hover:before {
  opacity: 1;
}
.pxl--post-footer .pxl--social {
  display: inline-block;
}
.pxl--post-footer .pxl--social label {
  color: var(--000000, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  /* 150% */
  line-height: 1.5;
  margin-bottom: 20px;
}
.pxl--post-footer .pxl--social .pxl-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.pxl--post-footer .pxl--social a {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.pxl--post-footer .pxl--social a:last-child {
  margin-right: 0;
}
.pxl--post-footer .pxl--social a.fb-social {
  background-color: #1877f2;
}
.pxl--post-footer .pxl--social a.tw-social {
  background-color: #1da1f2;
}
.pxl--post-footer .pxl--social a.pin-social {
  background-color: #bd081c;
}
.pxl--post-footer .pxl--social a.lin-social {
  background-color: #0a66c2;
}
.pxl--post-footer .pxl--social a.btn-copy-link {
  background-color: #dfe1e5;
}
.pxl--post-footer .pxl--social a.btn-copy-link i {
  color: #000;
}
.pxl-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-pagination-wrap .page-numbers {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #261723;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.pxl-pagination-wrap .page-numbers.next {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers.current {
  color: #fff;
  background: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers:hover {
  background: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers:hover span, .pxl-pagination-wrap .page-numbers:hover i {
  color: #fff;
  background-image: none;
  text-fill-color: unset;
  -o-text-fill-color: unset;
  -ms-text-fill-color: unset;
  -moz-text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.pxl-pagination-wrap .page-numbers i {
  font-size: 13px;
}
.pxl-pagination-wrap .pxl-pagination-links {
  margin-top: 20px;
  display: inline-flex;
}
.pxl-post--navigation {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 32px 0;
  margin: 30px 0;
}
.pxl-post--navigation .pxl-navigation--image {
  width: 130px;
  min-width: 130px;
  border-radius: 130px;
  height: 130px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pxl-post--navigation .pxl-navigation--image {
    width: 110px;
    min-width: 110px;
    border-radius: 110px;
    height: 110px;
  }
}
.pxl-post--navigation .pxl-navigation--image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  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)');
  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;
  z-index: 2;
}
.pxl-post--navigation .pxl-navigation--image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.08);
  -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: 1;
}
.pxl-post--navigation .pxl-navigation--image .pxl-navigation--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-post--navigation .pxl-navigation--date {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 7px;
}
.pxl-post--navigation .pxl-navigation--title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4444;
  font-weight: 600;
  color: #000001;
}
.pxl-post--navigation .pxl-navigation--title a {
  color: inherit;
}
.pxl-post--navigation .pxl-navigation--title a:hover {
  color: inherit;
}
.pxl-post--navigation .pxl-navigation--icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 88;
}
@media screen and (max-width: 1200px) {
  .pxl-post--navigation .pxl-navigation--icon {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border-width: 3px;
    font-size: 20px;
  }
}
.pxl-post--navigation .pxl-navigation--col {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl-navigation--col {
    width: 100%;
  }
}
.pxl-post--navigation .pxl-navigation--col + .pxl-navigation--col {
  border-left: 1px solid rgba(84, 86, 97, 0.22);
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl-navigation--col + .pxl-navigation--col {
    border: none;
    margin-top: 20px;
  }
}
.pxl-post--navigation .pxl-navigation--col:hover .pxl-navigation--image:before {
  opacity: 0.5;
}
.pxl-post--navigation .pxl-navigation--col:hover .pxl-navigation--image:after {
  opacity: 0;
}
.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-template-default .pxl-sidebar-sticky {
  border-radius: 15px;
  background-color: #f7f7f7;
}
.error404 #pxl-page-title-elementor {
  display: none;
}
.error404 #pxl-main {
  padding: 220px 0;
}
.error404 .pxl-error-image {
  margin-bottom: 43px;
}
.error404 .pxl-error-inner {
  position: relative;
}
.error404 .pxl-error-inner .pxl-error-image1 {
  position: absolute;
  left: 31%;
  top: 50px;
  /* Gốc xoay là vành trái dưới */
  transform-origin: left bottom;
  animation: foldHat 3s infinite;
}
.error404 .pxl-error-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .error404 .pxl-error-title {
    font-size: 25px;
  }
}
.error404 .btn.btn-icon-box4 {
  padding: 0 15px 0 6px;
}
.error404 .btn.btn-icon-box4 .pxl--btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 59px;
}
.error404 .btn.btn-icon-box4 .pxl--btn-icon {
  font-size: 22px;
  border-radius: 4px;
  box-shadow: none;
}
.page-links {
  margin-top: 24px;
  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-wrap.no-sidebar .pxl-content-top {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .pxl-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .admin-bar .pxl-sidebar-sticky {
    top: 72px;
  }
}
.widget {
  font-size: 22px;
  position: relative;
  padding: 0 25px 30px 25px;
}
.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  text-transform: capitalize;
  margin-bottom: 13px;
}
.comments-title, .comment-reply-title {
  margin-bottom: 24px;
  font-size: 30px;
}
.pxl-sidebar-area .pxl-sidebar-sticky {
  border-radius: 15px;
  background-color: #f8f8f8;
  padding-top: 30px;
}
.pxl-sidebar-area .widget + .widget {
  padding-top: 25px;
  border-top: 1px solid #dfe1e5;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .search-submit {
  height: 54px;
  width: 54px;
  font-weight: 400;
  background: 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;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 0;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.widget_search .search-submit:before, .widget_search .search-submit:after {
  display: none;
}
.widget_search .search-field {
  background-color: #fff;
  border-radius: 0px;
  font-size: 16px;
  padding: 0 21px;
  height: 54px;
  color: rgba(113, 111, 115, 0.3);
  border-radius: 5px;
}
.widget_search .search-field:focus {
  border-color: var(--primary-color);
}
.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 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(7, 0, 14, 0.72);
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 16px;
  position: relative;
  display: block;
  z-index: 1;
  border-bottom: 1px solid #dfe1e5;
}
@media screen and (max-width: 1200px) {
  .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 {
    font-style: 15px;
    padding-left: 18px;
    padding-right: 50px;
  }
}
.widget_product_categories ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before {
  content: '';
  z-index: -1;
  background-color: #fff;
  top: 43%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #cacaca;
  display: flex;
  position: absolute;
}
.widget_product_categories ul li a .title, .widget_categories ul li a .title, .widget_nav_menu ul li a .title, .widget_pages ul li a .title, .widget_archive ul li a .title, .widget_meta ul li a .title, .widget_recent_entries ul li a .title, .widget_product_categories ul li a .pxl-count, .widget_categories ul li a .pxl-count, .widget_nav_menu ul li a .pxl-count, .widget_pages ul li a .pxl-count, .widget_archive ul li a .pxl-count, .widget_meta ul li a .pxl-count, .widget_recent_entries ul li a .pxl-count {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, rgba(7, 0, 14, 0.74) 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, rgba(7, 0, 14, 0.74) 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, rgba(7, 0, 14, 0.74) 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, rgba(7, 0, 14, 0.74) 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, rgba(7, 0, 14, 0.74) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.2s ease-in-out;
}
.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 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 43%;
  right: 12px;
  transform: translate(0, -50%);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.widget_product_categories ul li.current-menu-item > a .title, .widget_categories ul li.current-menu-item > a .title, .widget_nav_menu ul li.current-menu-item > a .title, .widget_pages ul li.current-menu-item > a .title, .widget_archive ul li.current-menu-item > a .title, .widget_meta ul li.current-menu-item > a .title, .widget_recent_entries ul li.current-menu-item > a .title, .widget_product_categories ul li.current-cat > a .title, .widget_categories ul li.current-cat > a .title, .widget_nav_menu ul li.current-cat > a .title, .widget_pages ul li.current-cat > a .title, .widget_archive ul li.current-cat > a .title, .widget_meta ul li.current-cat > a .title, .widget_recent_entries ul li.current-cat > a .title, .widget_product_categories ul li.current-cat-parent > a .title, .widget_categories ul li.current-cat-parent > a .title, .widget_nav_menu ul li.current-cat-parent > a .title, .widget_pages ul li.current-cat-parent > a .title, .widget_archive ul li.current-cat-parent > a .title, .widget_meta ul li.current-cat-parent > a .title, .widget_recent_entries ul li.current-cat-parent > a .title, .widget_product_categories ul li > a:hover .title, .widget_categories ul li > a:hover .title, .widget_nav_menu ul li > a:hover .title, .widget_pages ul li > a:hover .title, .widget_archive ul li > a:hover .title, .widget_meta ul li > a:hover .title, .widget_recent_entries ul li > a:hover .title, .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 {
  background-position: 0%;
}
.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 {
  background-color: transparent;
}
.widget_product_categories ul li.current-menu-item > a .pxl-count:before, .widget_categories ul li.current-menu-item > a .pxl-count:before, .widget_nav_menu ul li.current-menu-item > a .pxl-count:before, .widget_pages ul li.current-menu-item > a .pxl-count:before, .widget_archive ul li.current-menu-item > a .pxl-count:before, .widget_meta ul li.current-menu-item > a .pxl-count:before, .widget_recent_entries ul li.current-menu-item > a .pxl-count:before, .widget_product_categories ul li.current-cat > a .pxl-count:before, .widget_categories ul li.current-cat > a .pxl-count:before, .widget_nav_menu ul li.current-cat > a .pxl-count:before, .widget_pages ul li.current-cat > a .pxl-count:before, .widget_archive ul li.current-cat > a .pxl-count:before, .widget_meta ul li.current-cat > a .pxl-count:before, .widget_recent_entries ul li.current-cat > a .pxl-count:before, .widget_product_categories ul li.current-cat-parent > a .pxl-count:before, .widget_categories ul li.current-cat-parent > a .pxl-count:before, .widget_nav_menu ul li.current-cat-parent > a .pxl-count:before, .widget_pages ul li.current-cat-parent > a .pxl-count:before, .widget_archive ul li.current-cat-parent > a .pxl-count:before, .widget_meta ul li.current-cat-parent > a .pxl-count:before, .widget_recent_entries ul li.current-cat-parent > a .pxl-count:before, .widget_product_categories ul li > a:hover .pxl-count:before, .widget_categories ul li > a:hover .pxl-count:before, .widget_nav_menu ul li > a:hover .pxl-count:before, .widget_pages ul li > a:hover .pxl-count:before, .widget_archive ul li > a:hover .pxl-count:before, .widget_meta ul li > a:hover .pxl-count:before, .widget_recent_entries ul li > a:hover .pxl-count:before {
  opacity: 0.1;
}
.widget_product_categories ul li.current-menu-item > a:after, .widget_categories ul li.current-menu-item > a:after, .widget_nav_menu ul li.current-menu-item > a:after, .widget_pages ul li.current-menu-item > a:after, .widget_archive ul li.current-menu-item > a:after, .widget_meta ul li.current-menu-item > a:after, .widget_recent_entries ul li.current-menu-item > a:after, .widget_product_categories ul li.current-cat > a:after, .widget_categories ul li.current-cat > a:after, .widget_nav_menu ul li.current-cat > a:after, .widget_pages ul li.current-cat > a:after, .widget_archive ul li.current-cat > a:after, .widget_meta ul li.current-cat > a:after, .widget_recent_entries ul li.current-cat > a:after, .widget_product_categories ul li.current-cat-parent > a:after, .widget_categories ul li.current-cat-parent > a:after, .widget_nav_menu ul li.current-cat-parent > a:after, .widget_pages ul li.current-cat-parent > a:after, .widget_archive ul li.current-cat-parent > a:after, .widget_meta ul li.current-cat-parent > a:after, .widget_recent_entries ul li.current-cat-parent > a:after, .widget_product_categories ul li > a:hover:after, .widget_categories ul li > a:hover:after, .widget_nav_menu ul li > a:hover:after, .widget_pages ul li > a:hover:after, .widget_archive ul li > a:hover:after, .widget_meta ul li > a:hover:after, .widget_recent_entries ul li > a:hover:after {
  bottom: -2px;
}
.widget_product_categories ul li .sub-menu, .widget_categories ul li .sub-menu, .widget_nav_menu ul li .sub-menu, .widget_pages ul li .sub-menu, .widget_archive ul li .sub-menu, .widget_meta ul li .sub-menu, .widget_recent_entries ul li .sub-menu, .widget_product_categories ul li .children, .widget_categories ul li .children, .widget_nav_menu ul li .children, .widget_pages ul li .children, .widget_archive ul li .children, .widget_meta ul li .children, .widget_recent_entries ul li .children {
  margin-top: 12px;
}
.widget_product_categories ul > li + li, .widget_categories ul > li + li, .widget_nav_menu ul > li + li, .widget_pages ul > li + li, .widget_archive ul > li + li, .widget_meta ul > li + li, .widget_recent_entries ul > li + li {
  margin-top: 12px;
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.widget_tag_cloud a {
  font-size: 16px !important;
  color: #8b8b8b;
  padding: 0 17px;
  line-height: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 8px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #fff;
}
.widget_tag_cloud a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  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');
  border-radius: inherit;
  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;
}
.widget_tag_cloud a:hover {
  color: #fff;
}
.widget_tag_cloud a:hover:before {
  opacity: 1;
}
.widget_pxl_recent_posts .pxl-item--img {
  overflow: hidden;
  border-radius: 5px;
  width: 112px;
  min-width: 112px;
}
@media screen and (max-width: 1200px) {
  .widget_pxl_recent_posts .pxl-item--img {
    width: 73px;
    min-width: 73px;
  }
}
.widget_pxl_recent_posts .pxl-item--title {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .widget_pxl_recent_posts .pxl-item--title {
    font-size: 15px;
  }
}
.widget_pxl_recent_posts .pxl-item--title a {
  color: inherit;
}
.widget_pxl_recent_posts .pxl-item--title a:hover {
  color: inherit;
}
.widget_pxl_recent_posts .pxl-item--meta {
  display: inline-flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .widget_pxl_recent_posts .pxl-item--meta {
    display: inline-block;
  }
}
.widget_pxl_recent_posts .pxl-item--meta .pxl-item--title {
  line-height: 1;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl-item--meta > div {
  display: inline-flex;
  align-items: center;
}
.widget_pxl_recent_posts .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
}
.widget_pxl_recent_posts .pxl--item + .pxl--item {
  margin-top: 10px;
}
.widget_pxl_recent_posts .pxl--item img {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.widget_pxl_recent_posts .pxl--item:hover img {
  -webkit-transform: rotate(5deg) scale(1.05);
  transform: rotate(5deg) scale(1.1);
}
.gallery {
  margin: -10px -5px 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20% !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;
}
.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 26px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 26px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  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;
}
.calendar_wrap caption {
  margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.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 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  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 {
  font-size: 22px;
  margin-bottom: 27px;
  position: relative;
  color: #080808;
  font-weight: 700;
  display: block;
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 600;
}
.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: #666;
}
.widget_block .wp-block-latest-comments a {
  color: #080808;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__input {
  border-radius: 4px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  height: 60px;
  width: 60px;
  background: transparent;
  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;
  padding: 0;
  position: absolute;
  color: #222;
  line-height: 60px;
  z-index: 1;
  font-size: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #ececf0;
  margin: 0;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f12c";
  font-family: "Caseicon";
  font-size: 14px;
  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%);
  color: #fff;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-color: #ececf0;
  color: #222;
  padding-left: 24px;
}
.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;
}
.search-results #pxl-main {
  padding: 250px 0;
}
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[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: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #454545;
  padding: 6px 32px;
  line-height: 1.73;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  -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;
  -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: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  width: 100%;
  outline: none;
  font-family: inherit;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus, .nice-select:focus {
  outline: 0;
  border-color: var(--primary-color);
  color: #333;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 60px;
}
textarea {
  padding-top: 17px;
  padding-bottom: 17px;
  height: 154px;
  margin: 0;
  border-radius: 20px;
}
.comments-area .comment-respond .logged-in-as {
  font-size: 16px;
  margin-bottom: 0;
}
.comments-area .comment-respond .logged-in-as a {
  color: inherit;
}
.comments-area .comment-respond .logged-in-as a:hover {
  color: var(--primary-color);
}
.comments-area .comment-respond .logged-in-as a:nth-child(2) {
  font-weight: 700;
  text-decoration: underline;
}
.comments-area .no-comments {
  display: none;
}
.comment-list {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.comment-list li {
  padding-top: 15px;
}
.comment-list li .children {
  margin-bottom: 0;
}
.comment-list li .children li {
  list-style: none;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .comment-list li .children li {
    padding-left: 0;
  }
}
.comment-list > li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
  padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
  padding-left: 0;
}
.comment-list #respond {
  margin-top: 28px;
  margin-bottom: 40px;
}
.comment-list #respond .comment-reply-title {
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment-image {
  width: 140px;
  min-width: 140px;
}
.comment-image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  border: 3px solid #fff;
}
@media screen and (max-width: 575px) {
  .comment-image {
    margin-bottom: 12px;
  }
}
.comment-title {
  font-size: 20px;
  font-weight: 700;
  /* 130% */
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .comment-title {
    font-size: 18px;
  }
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: inherit;
}
.comment-date {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .comment-content {
    font-size: 16px;
    line-height: 1.625;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.556;
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text img {
  margin: 6px 0;
}
@media screen and (max-width: 575px) {
  .comment-reply {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
.comment-reply a {
  font-size: 16px;
  font-weight: 600;
  color: #0a1320;
}
.comment-reply a:hover {
  color: var(--primary-color);
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  background-color: #f5f6f6;
  border-radius: 10px;
  padding: 40px 20px 23px 30px;
  position: relative;
  background-image: url(../img/user-feedback.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    display: block;
    padding-bottom: 62px;
  }
}
.comment-holder {
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .comment-holder {
    display: block;
  }
}
.comment-meta {
  flex-grow: 1;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form > .row {
  order: 1;
}
.comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent {
  order: 3;
}
.comment-form .form-submit {
  order: 4;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.single-post .comment-form .row {
  margin: 0 -10px;
}
.single-post .comment-form .row > div {
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
}
.comment-respond {
  padding: 25px 40px 40px 40px;
  border: 1px solid #dfe1e5;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .comment-respond {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.comment-respond .form-submit {
  text-align: left;
}
.comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: 700;
  /* 115.625% */
  line-height: 1.15x;
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond input[type="range"], .comment-respond input[type="date"], .comment-respond input[type="month"], .comment-respond input[type="week"], .comment-respond input[type="time"], .comment-respond input[type="datetime"], .comment-respond input[type="datetime-local"], .comment-respond input[type="color"], .comment-respond textarea, .comment-respond select, .comment-respond .pxl-select-higthlight, .comment-respond .nice-select {
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #dfe1e5;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(var(--heading-color-rgb),0.56);
}
.comment-respond textarea {
  height: 86px;
  resize: none;
  padding-top: 15px;
}
.comment-respond label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--heading-color);
}
.comment-respond .btn.btn-icon-box4 {
  line-height: 59px;
  margin-top: 10px;
  padding: 0 18px 0 10px;
}
.comment-respond .btn.btn-icon-box4 i {
  display: inline-block;
  font-size: 21px;
}
.comment-respond .btn.btn-icon-box4 .pxl--btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.comment-form-cookies-consent {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 26px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #222;
  display: none;
  /* Select Style */
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  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: 10px;
  color: var(--primary-color);
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 7px;
}
.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, .pxl-select .pxl-select-higthlight:hover {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options, .pxl-select .pxl-select-higthlight:hover + .pxl-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before, .pxl-select .pxl-select-higthlight:hover:before {
  transform: translate(0, -50%) scaleY(-1);
  color: #444;
}
.pxl-form-date .wpcf7-form-control-wrap:after, .pxl-form-date .pxl-item-group:after {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #2d2d2d;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-family: Caseicon;
  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 {
  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;
}
.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: 15px 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;
}
.search-no-results .search-form .searchform-wrap .search-submit {
  padding: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
  color: var(--primary-color);
}
.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="email"], 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;
}
@media screen and (max-width: 777px) {
  .revslider-initialised .rv-description {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 575px) {
  .revslider-initialised .rv-description {
    font-size: 16px !important;
  }
}
.revslider-initialised .tc-text-shadow1 {
  text-shadow: 0 5px 8px rgba(19, 19, 19, 0.23) !important;
}
@media screen and (max-width: 767px) {
  .revslider-initialised .tp-thumbs.theme-style1 {
    display: none !important;
  }
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb {
  opacity: 1;
  border-radius: 175px;
  overflow: hidden;
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  background-image: linear-gradient(to bottom, var(--gradient-color-from2) 25%, var(--gradient-color-from) 50%, var(--gradient-color-to2) 75%, var(--gradient-color-to) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  transform: scale(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;
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb .tp-thumb-image {
  border-radius: 175px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  -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-thumbs.theme-style1 .tp-thumb .tp-thumb-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.48);
  z-index: 9;
  border-radius: inherit;
  -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-thumbs.theme-style1 .tp-thumb.selected {
  transform: scale(1);
}
@media screen and (max-width: 1200px) {
  .revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected {
    transform: scale(0.85);
  }
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected .tp-thumb-image {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.revslider-initialised .tp-thumbs.theme-style1 .tp-thumb.selected .tp-thumb-image:before {
  opacity: 0;
}
.pxl-process1 {
  text-align: center;
}
.pxl-process1 .pxl-item--icon {
  margin-bottom: 32px;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 100px;
  z-index: 1;
}
.pxl-process1 .pxl-item--icon i {
  font-size: 46px;
}
.pxl-process1 .pxl-item--icon i.flaticon-cloud-computing {
  font-size: 52px;
}
.pxl-process1 .pxl-item--icon svg {
  height: 46px;
}
.pxl-process1 .pxl-item--icon:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 8px;
  left: 7px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  -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-process1 .pxl-item--number {
  position: absolute;
  top: -5px;
  right: -7px;
  width: 35px;
  height: 35px;
  background-color: var(--gradient-color-from);
  border-radius: 35px;
  border: 4px solid var(--gradient-color-to);
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.pxl-process1 .pxl-item--title {
  font-size: 22px;
  margin-bottom: 9px;
}
.pxl-process1 .pxl-item--desc {
  font-size: 17px;
  line-height: 1.768;
}
.pxl-process1:hover .pxl-item--icon:before {
  left: -7px;
}
.pxl-post-list1 .pxl-item--image {
  position: absolute;
  max-width: 180px;
  border: 3px solid var(--primary-color);
  left: -130px;
  transform: rotate(-16deg);
  bottom: -28px;
  z-index: 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;
  opacity: 0;
  margin-left: -30px;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-item--image {
    display: none;
  }
}
.pxl-post-list1 .pxl-item--title {
  --tab-title-color: #000;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.16;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-post-list1 .pxl-item--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-list1 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-post-list1 .pxl-item--title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, var(--tab-title-color) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.pxl-post-list1 .pxl-item--number {
  color: #575757;
  font-size: 20px;
  font-weight: 700;
  min-width: 60px;
  -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;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-item--number {
    min-width: 35px;
  }
}
.pxl-post-list1 .pxl-item--readmore {
  font-size: 58px;
  transform: rotate(-45deg);
  margin-right: 30px;
  opacity: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pxl-post-list1 .pxl-item--readmore {
    font-size: 45px;
  }
}
.pxl-post-list1 .pxl-item--readmore:hover {
  transform: rotate(0deg);
}
.pxl-post-list1 .pxl-item--holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.pxl-post-list1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-item--bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  .pxl-post-list1 .pxl-item--bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
  }
}
.pxl-post-list1 .pxl-post--item {
  display: flex;
  align-items: center;
  padding: 20px 6px;
  min-height: 161px;
  position: relative;
  z-index: 1;
}
.pxl-post-list1 .pxl-post--item:before, .pxl-post-list1 .pxl-post--item:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #323232;
  bottom: 0;
  right: 0;
}
.pxl-post-list1 .pxl-post--item:after {
  width: 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;
  background-color: var(--primary-color);
  z-index: 2;
}
.pxl-post-list1 .pxl-post--item:last-child:before {
  opacity: 0;
}
.pxl-post-list1 .pxl-post--item:hover:after {
  width: 100%;
}
.pxl-post-list1 .pxl-post--item:hover .pxl-item--title span {
  background-position: 0%;
}
.pxl-post-list1 .pxl-post--item:hover .pxl-item--image {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.pxl-post-list1 .pxl-post--item:hover .pxl-item--readmore {
  margin-right: 0;
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .pxl-post-list1 .pxl-post--item:hover .pxl-item--bg {
    transform: scaleY(1);
  }
  .pxl-post-list1 .pxl-post--item:hover .pxl-item--number {
    color: #fff;
  }
}
.pxl-icon-box1 {
  display: inline-flex;
  align-items: center;
}
.pxl-icon-box1 .pxl-item--icon {
  margin-right: 5px;
  margin-top: 4px;
}
.pxl-icon-box1 .pxl-item--icon.yes i {
  background-image: -webkit-linear-gradient(180deg, #d500fe, var(--secondary-color));
  background-image: -moz-linear-gradient(180deg, #d500fe, var(--secondary-color));
  background-image: -ms-linear-gradient(180deg, #d500fe, var(--secondary-color));
  background-image: -o-linear-gradient(180deg, #d500fe, var(--secondary-color));
  background-image: linear-gradient(180deg, #d500fe, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d500fe', endColorStr='var(--secondary-color)');
  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;
  background-size: 100% 100%;
  background-position: -100%;
}
.pxl-icon-box1 .pxl-item--title {
  margin: 0;
}
.pxl-icon-box1 .pxl-item--description {
  margin-left: 5px;
}
.pxl-icon-box2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #686868;
  border-radius: 8px;
  width: 125px;
  height: 37px;
  background: #000;
}
.pxl-icon-box2 .pxl-item--icon {
  margin-right: 5px;
  line-height: 1;
}
.pxl-icon-box2 .pxl-item--title {
  font-size: 8px;
  color: #bfbfbf;
  line-height: 1;
  margin: 0;
  font-weight: 900;
}
.pxl-icon-box2 .pxl-item--title cite {
  background-image: -webkit-linear-gradient(93deg, #ea00ff 0%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(93deg, #ea00ff 0%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(93deg, #ea00ff 0%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(93deg, #ea00ff 0%, var(--secondary-color) 100%);
  background-image: linear-gradient(93deg, #ea00ff 0%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ea00ff 0%', endColorStr='var(--secondary-color) 100%');
  font-style: normal;
  -webkit-background-clip: text;
  color: transparent;
}
.pxl-icon-box2 .pxl-item--description {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.pxl-icon-box2.style-2 {
  border: none;
  position: relative;
  z-index: 2;
  background: none;
  width: 157px;
  height: 47px;
}
.pxl-icon-box2.style-2::before {
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: -webkit-linear-gradient(90deg, #da51a1, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #da51a1, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #da51a1, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #da51a1, var(--secondary-color));
  background-image: linear-gradient(90deg, #da51a1, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#da51a1', endColorStr='var(--secondary-color)');
  border-radius: inherit;
  z-index: -2;
}
.pxl-icon-box2.style-2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: inherit;
  z-index: -1;
}
.pxl-icon-box3 {
  border-radius: 26px;
  background-color: #efefef;
  padding: 50px 30px 33px 30px;
  border: 2px solid transparent;
  transition: all 0.3s;
  text-align: center;
  min-height: 240px;
}
@media screen and (max-width: 1024px) {
  .pxl-icon-box3 {
    padding: 50px 20px 25px 20px;
  }
}
.pxl-icon-box3::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -8px;
  background-color: rgba(var(--primary-color-rgb),0.9);
  border-radius: inherit;
  transition: all 0.3s;
}
.pxl-icon-box3::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: inherit;
  transition: all 0.3s;
}
.pxl-icon-box3:hover {
  border: 2px solid #d7b7f1;
  background-image: -webkit-linear-gradient(180deg, #edcdf1 0%, #fff 100%);
  background-image: -moz-linear-gradient(180deg, #edcdf1 0%, #fff 100%);
  background-image: -ms-linear-gradient(180deg, #edcdf1 0%, #fff 100%);
  background-image: -o-linear-gradient(180deg, #edcdf1 0%, #fff 100%);
  background-image: linear-gradient(180deg, #edcdf1 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#edcdf1 0%', endColorStr='#fff 100%');
  box-shadow: 11.491px 9.642px 0px 0px rgba(255, 255, 255, 0.004);
}
.pxl-icon-box3:hover::after {
  bottom: -8px;
  right: -9px;
}
.pxl-icon-box3:hover::before {
  bottom: 0;
  right: 0;
}
.pxl-icon-box3:hover .pxl-item--icon::before {
  opacity: 0;
}
.pxl-icon-box3:hover .pxl-item--icon::after {
  opacity: 1;
}
.pxl-icon-box3:hover .pxl-item--icon i {
  transform: rotate(0deg);
  color: #fff;
}
.pxl-icon-box3 .pxl-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 51px;
  top: 10px;
  right: 18px;
  transition: all 0.3s;
  z-index: 3;
}
.pxl-icon-box3 .pxl-item--icon::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(90deg, rgba(234, 0, 255, 0.14) 0%, rgba(93, 0, 247, 0.14) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(234, 0, 255, 0.14) 0%, rgba(93, 0, 247, 0.14) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(234, 0, 255, 0.14) 0%, rgba(93, 0, 247, 0.14) 100%);
  background-image: -o-linear-gradient(90deg, rgba(234, 0, 255, 0.14) 0%, rgba(93, 0, 247, 0.14) 100%);
  background-image: linear-gradient(90deg, rgba(234, 0, 255, 0.14) 0%, rgba(93, 0, 247, 0.14) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(234, 0, 255, 0.14) 0%', endColorStr='rgba(93, 0, 247, 0.14) 100%');
  z-index: -1;
  transition: all 0.3s;
  border-radius: inherit;
}
.pxl-icon-box3 .pxl-item--icon::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(90deg, #ea00ff 0%, #5d00f7 100%);
  background-image: -moz-linear-gradient(90deg, #ea00ff 0%, #5d00f7 100%);
  background-image: -ms-linear-gradient(90deg, #ea00ff 0%, #5d00f7 100%);
  background-image: -o-linear-gradient(90deg, #ea00ff 0%, #5d00f7 100%);
  background-image: linear-gradient(90deg, #ea00ff 0%, #5d00f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ea00ff 0%', endColorStr='#5d00f7 100%');
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  border-radius: inherit;
}
.pxl-icon-box3 .pxl-item--icon i {
  transform: rotate(-45deg);
  color: #0d0712;
  transition: all 0.3s;
}
.pxl-icon-box3 .pxl-item--title {
  font-size: 28px;
}
.pxl-icon-box3 .pxl-item--description {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .pxl-icon-box3 .pxl-item--description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.pxl-icon-box3.style-2 {
  background-color: #1a082f;
}
.pxl-icon-box3.style-2::after {
  background-color: #56117b;
}
.pxl-icon-box3.style-2 .pxl-item--title {
  color: #fff;
}
.pxl-icon-box3.style-2 .pxl-item--icon {
  color: var(--heading-color);
}
.pxl-icon-box3.style-2 .pxl-item--icon::before {
  opacity: 0.141;
  background: #fff;
}
.pxl-icon-box3.style-2:hover {
  border-color: #7344aa;
  background-image: -webkit-linear-gradient(180deg, #2e1a45 0%, #4a188a 100%);
  background-image: -moz-linear-gradient(180deg, #2e1a45 0%, #4a188a 100%);
  background-image: -ms-linear-gradient(180deg, #2e1a45 0%, #4a188a 100%);
  background-image: -o-linear-gradient(180deg, #2e1a45 0%, #4a188a 100%);
  background-image: linear-gradient(180deg, #2e1a45 0%, #4a188a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e1a45 0%', endColorStr='#4a188a 100%');
}
.pxl-accordion1.style-default .pxl-icon--action {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .pxl-accordion1.style-default .pxl-icon--action {
    right: 15px;
    top: 25px;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style-default .pxl-icon--action {
    right: 15px;
  }
}
.pxl-accordion1.style-default .pxl-accordion--title {
  padding: 22px 45px 22px 50px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style-default .pxl-accordion--title {
    padding-left: 30px;
  }
}
.pxl-accordion1.style-default .pxl-accordion--content {
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  padding-bottom: 28px;
  max-width: 620px;
}
.pxl-accordion1.style-default .pxl-icon--plus {
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid #3c4955;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pxl-accordion1.style-default .pxl-icon--plus::before, .pxl-accordion1.style-default .pxl-icon--plus::after {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3c4955;
  transition: all 0.3s;
}
.pxl-accordion1.style-default .pxl-icon--plus::after {
  height: 10px;
  width: 2px;
}
.pxl-accordion1.style-default .pxl--item {
  border-radius: 5px;
  -webkit-transition: all 0.4s linear 0ms;
  -khtml-transition: all 0.4s linear 0ms;
  -moz-transition: all 0.4s linear 0ms;
  -ms-transition: all 0.4s linear 0ms;
  -o-transition: all 0.4s linear 0ms;
  transition: all 0.4s linear 0ms;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.pxl-accordion1.style-default .pxl--item + .pxl--item {
  margin-top: 20px;
}
.pxl-accordion1.style-default .pxl--item.active {
  padding-left: 300px;
  background-image: -webkit-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: -moz-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: -ms-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: -o-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  -webkit-transition: all 400ms linear 0ms;
  -khtml-transition: all 400ms linear 0ms;
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-default .pxl--item.active {
    padding-left: 0;
    padding-top: 132px;
  }
}
.pxl-accordion1.style-default .pxl--item.active .pxl-item--image {
  opacity: 1;
  transform: scale(1);
  transition: all 0.9s;
  z-index: 2;
  transition-delay: 0.3s;
  height: 112px;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-default .pxl--item.active .pxl-item--image {
    left: 30px;
    top: 30px;
  }
}
.pxl-accordion1.style-default .pxl--item.active .pxl-accordion--title {
  color: #fff;
  padding: 38px 45px 15px 33px;
}
.pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus {
  border: 1px solid #fff;
}
.pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus::before, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus::after {
  background-color: #fff;
  transform: translate(-50%, -50%) !important;
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-icon--plus::before, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus::before, .pxl-accordion1.style-default .pxl--item:hover .pxl-icon--plus::after, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus::after {
  transform: translate(-50%, -50%) !important;
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-accordion--content:before, .pxl-accordion1.style-default .pxl--item.active .pxl-accordion--content:before {
  width: 100%;
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-icon--plus, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus {
  background-position: 0%;
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-icon--plus:before, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus:before, .pxl-accordion1.style-default .pxl--item:hover .pxl-icon--plus:after, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus:after {
  background-position: 0%;
}
.pxl-accordion1.style-default .pxl--item:hover .pxl-icon--plus:after, .pxl-accordion1.style-default .pxl--item.active .pxl-icon--plus:after {
  transform: scaleY(0);
}
.pxl-accordion1.style-default .pxl--item .pxl-item--image {
  min-width: 228px;
  height: 112px;
  border-radius: 16px;
  opacity: 0;
  position: absolute;
  left: 45px;
  transition: all 0.1s;
  top: 40px;
  transform: scale(0.8);
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-default .pxl--item .pxl-item--image {
    top: -100%;
    left: 30px;
    transform: none;
  }
}
.pxl-accordion1.style-default .pxl--item .pxl-item--image img {
  border-radius: 10px;
}
.pxl-accordion1.style-1 .pxl-icon--action {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style-1 .pxl-icon--action {
    right: 15px;
  }
}
.pxl-accordion1.style-1 .pxl-accordion--title {
  padding: 22px 45px 22px 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style-1 .pxl-accordion--title {
    padding-left: 30px;
  }
}
.pxl-accordion1.style-1 .pxl-accordion--content {
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  padding-bottom: 28px;
  max-width: 600px;
}
.pxl-accordion1.style-1 .pxl-icon--plus {
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pxl-accordion1.style-1 .pxl-icon--plus::before, .pxl-accordion1.style-1 .pxl-icon--plus::after {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.3s;
}
.pxl-accordion1.style-1 .pxl-icon--plus::after {
  height: 10px;
  width: 2px;
}
.pxl-accordion1.style-1 .pxl--item {
  border-radius: 5px;
  -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;
  background-color: #454545;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.pxl-accordion1.style-1 .pxl--item + .pxl--item {
  margin-top: 20px;
}
.pxl-accordion1.style-1 .pxl--item.active {
  padding-left: 300px;
  background-color: #121212;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-1 .pxl--item.active {
    padding-left: 0;
    padding-top: 172px;
  }
}
.pxl-accordion1.style-1 .pxl--item.active .pxl-item--image {
  opacity: 1;
  transform: scale(1);
  transition: all 0.8s;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-1 .pxl--item.active .pxl-item--image {
    left: 30px;
    top: 30px;
  }
}
.pxl-accordion1.style-1 .pxl--item.active .pxl-accordion--title {
  color: #fff;
  padding: 22px 45px 22px 33px;
}
.pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus {
  border: 1px solid #fff;
}
.pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus::before, .pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus::after {
  background-color: #fff;
  transform: translate(0 0) !important;
}
.pxl-accordion1.style-1 .pxl--item:hover .pxl-accordion--content:before, .pxl-accordion1.style-1 .pxl--item.active .pxl-accordion--content:before {
  width: 100%;
}
.pxl-accordion1.style-1 .pxl--item:hover .pxl-icon--plus, .pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus {
  background-position: 0%;
}
.pxl-accordion1.style-1 .pxl--item:hover .pxl-icon--plus:before, .pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus:before, .pxl-accordion1.style-1 .pxl--item:hover .pxl-icon--plus:after, .pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus:after {
  background-position: 0%;
}
.pxl-accordion1.style-1 .pxl--item:hover .pxl-icon--plus:after, .pxl-accordion1.style-1 .pxl--item.active .pxl-icon--plus:after {
  transform: scaleY(0);
}
.pxl-accordion1.style-1 .pxl--item .pxl-item--image {
  min-width: 228px;
  height: 112px;
  border-radius: 16px;
  opacity: 0;
  position: absolute;
  left: 45px;
  transition: all 0.2s;
  top: 38px;
  transform: scale(0.5);
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-1 .pxl--item .pxl-item--image {
    top: -100%;
    left: 30px;
    transform: none;
  }
}
.pxl-accordion1.style-1 .pxl--item .pxl-item--image img {
  border-radius: 10px;
}
.pxl-accordion2.style-default .pxl-icon--action {
  position: absolute;
  right: 48px;
  top: 25px;
}
@media screen and (max-width: 1025px) {
  .pxl-accordion2.style-default .pxl-icon--action {
    right: 15px;
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion2.style-default .pxl-icon--action {
    right: 15px;
  }
}
.pxl-accordion2.style-default .pxl-accordion--title {
  padding: 22px 45px 22px 50px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pxl-accordion2.style-default .pxl-accordion--title {
    padding-left: 30px;
  }
}
.pxl-accordion2.style-default .pxl-accordion--content {
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-left: 220px;
  padding-bottom: 28px;
  padding-right: 130px;
}
@media screen and (max-width: 1025px) {
  .pxl-accordion2.style-default .pxl-accordion--content {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-accordion2.style-default .pxl-accordion--content {
    padding-left: 48px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-accordion2.style-default .pxl-accordion--content {
    padding-right: 30px;
  }
}
.pxl-accordion2.style-default .pxl-icon--plus {
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid #3c4955;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pxl-accordion2.style-default .pxl-icon--plus::before, .pxl-accordion2.style-default .pxl-icon--plus::after {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3c4955;
  transition: all 0.3s;
}
.pxl-accordion2.style-default .pxl-icon--plus::after {
  height: 10px;
  width: 2px;
}
.pxl-accordion2.style-default .pxl--item {
  border-radius: 5px;
  -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;
  background-color: #f8f8f8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.pxl-accordion2.style-default .pxl--item + .pxl--item {
  margin-top: 20px;
}
.pxl-accordion2.style-default .pxl--item.active {
  background-image: -webkit-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: -moz-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: -ms-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: -o-linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  background-image: linear-gradient(90deg, #f9b7bc 0%, #771a8b 50%, var(--primary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-accordion2.style-default .pxl--item.active .pxl-item--image {
  opacity: 1;
  left: 48px;
  transform: scaleY(1);
}
.pxl-accordion2.style-default .pxl--item.active .pxl-accordion--title {
  color: #fff;
  padding: 22px 45px 22px 48px;
}
.pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus {
  border: 1px solid #fff;
}
.pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus::before, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus::after {
  background-color: #fff;
  transform: translate(-50%, -50%) !important;
}
.pxl-accordion2.style-default .pxl--item:hover .pxl-icon--plus::before, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus::before, .pxl-accordion2.style-default .pxl--item:hover .pxl-icon--plus::after, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus::after {
  transform: translate(-50%, -50%) !important;
}
.pxl-accordion2.style-default .pxl--item:hover .pxl-accordion--content:before, .pxl-accordion2.style-default .pxl--item.active .pxl-accordion--content:before {
  width: 100%;
}
.pxl-accordion2.style-default .pxl--item:hover .pxl-icon--plus, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus {
  background-position: 0%;
}
.pxl-accordion2.style-default .pxl--item:hover .pxl-icon--plus:before, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus:before, .pxl-accordion2.style-default .pxl--item:hover .pxl-icon--plus:after, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus:after {
  background-position: 0%;
}
.pxl-accordion2.style-default .pxl--item:hover .pxl-icon--plus:after, .pxl-accordion2.style-default .pxl--item.active .pxl-icon--plus:after {
  transform: scaleY(0);
}
.pxl-accordion2.style-default .pxl--item .pxl-accordion--content {
  position: relative;
}
.pxl-accordion2.style-default .pxl--item .pxl-item--image {
  min-width: 228px;
  border-radius: 16px;
  opacity: 0;
  position: absolute;
  left: -100%;
  transition: opacity 2s;
  top: 0px;
  transform: scaleY(0);
}
@media screen and (max-width: 1024px) {
  .pxl-accordion2.style-default .pxl--item .pxl-item--image {
    display: none;
  }
}
.pxl-accordion2.style-default .pxl--item .pxl-item--image img {
  border-radius: 10px;
}
.pxl-logo a {
  display: inline-block;
  position: relative;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-text-editor .pxl-item--inner.text-gradient, .pxl-text-editor .swiper-filter-wrap .filter-item.active span.pxl-item--inner, .swiper-filter-wrap .filter-item.active .pxl-text-editor span.pxl-item--inner, .pxl-text-editor blockquote:not(.pxl-blockquote) cite.pxl-item--inner, blockquote:not(.pxl-blockquote) .pxl-text-editor cite.pxl-item--inner, .pxl-text-editor .pxl-pagination-wrap a:hover i.pxl-item--inner, .pxl-pagination-wrap a:hover .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-pagination-wrap a:hover span.pxl-item--inner, .pxl-pagination-wrap a:hover .pxl-text-editor span.pxl-item--inner, .pxl-text-editor .pxl-contact-info-widget .pxl-item--icon i.pxl-item--inner, .pxl-contact-info-widget .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-post-list1 .pxl-item--readmore i.pxl-item--inner, .pxl-post-list1 .pxl-item--readmore .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-text-editor.highlight-gradient .pxl-text--highlight.pxl-item--inner, .pxl-text-editor.highlight-gradient .pxl-text-editor .pxl-text--highlight.pxl-item--inner, .pxl-text-editor .pxl-heading .px-text-gradient span.pxl-item--inner, .pxl-heading .px-text-gradient .pxl-text-editor span.pxl-item--inner, .pxl-text-editor .pxl-link .pxl-type-gradient .pxl-link--icon i.pxl-item--inner, .pxl-link .pxl-type-gradient .pxl-link--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-call-phone1.style-2 .pxl-item--icon i.pxl-item--inner, .pxl-call-phone1.style-2 .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-contact-form .pxl-form--label span.pxl-item--inner, .pxl-contact-form .pxl-form--label .pxl-text-editor span.pxl-item--inner, .pxl-text-editor .pxl-social-icons1 a i.pxl-item--inner, .pxl-social-icons1 a .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-contact-info1 .pxl-item--icon i.pxl-item--inner, .pxl-contact-info1 .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-showcase1 .pxl-item--label.pxl-item--inner, .pxl-showcase1 .pxl-text-editor .pxl-item--label.pxl-item--inner, .pxl-text-editor .pxl-showcase2 .pxl-item--label.pxl-item--inner, .pxl-showcase2 .pxl-text-editor .pxl-item--label.pxl-item--inner, .pxl-text-editor .pxl-btn-video.style1 i.pxl-item--inner, .pxl-btn-video.style1 .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-info-box1 .pxl-item--icon i.pxl-item--inner, .pxl-info-box1 .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-icon-text2.style-1 .pxl-item--icon i.pxl-item--inner, .pxl-icon-text2.style-1 .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .pxl-icon-text2.style-2 .pxl-item--icon i.pxl-item--inner, .pxl-icon-text2.style-2 .pxl-item--icon .pxl-text-editor i.pxl-item--inner, .pxl-text-editor .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover:before.pxl-item--inner, .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .pxl-text-editor a:hover:before.pxl-item--inner, .pxl-text-editor .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover:before.pxl-item--inner, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .pxl-text-editor a:hover:before.pxl-item--inner {
  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)');
}
.pxl-text-editor strong {
  font-weight: 700;
}
.pxl-text-editor p {
  margin-bottom: 30px;
}
.pxl-text-editor p:last-child {
  margin-bottom: 0;
}
.pxl-text-editor2 .pxl-item--inner > .pxl-text-content > div {
  background: linear-gradient(90deg, var(--gradient-color-from) 50%, var(--gradient-color-to) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block !important;
}
.pxl-text-editor2 .pxl-item--subtext {
  margin-bottom: 35px;
}
.pxl-text-editor2 .pxl-text-content span {
  background-image: -webkit-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: linear-gradient(90deg, #e900ff, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e900ff', endColorStr='var(--secondary-color)');
  -webkit-background-clip: text;
  color: transparent !important;
  quotes: none;
}
.pxl-text-editor2 .pxl-text-content span .char {
  color: transparent !important;
}
.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--bg {
  -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-image-single .pxl-item--label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #545454;
  margin-bottom: 10px;
  font-size: 13px;
}
.pxl-image-single.pxl-scroll-reveal .pxl-item--image {
  overflow: hidden;
}
.pxl-image-single.pxl-scroll-reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}
.pxl-image-single.pxl-rotate {
  animation: pxl_spin 2s linear infinite;
}
.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-service--icon {
  position: absolute;
  bottom: 28px;
  right: 30px;
  line-height: 1;
  font-size: 84px;
  color: var(--third-color);
  z-index: 9;
}
.pxl-image-single .pxl-service--icon:before {
  content: '';
  width: 66px;
  height: 111px;
  border-radius: 200%;
  background-color: var(--third-color);
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -26px;
  -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%);
  z-index: -1;
}
.pxl-image-single .pxl-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-image-single .pxl-item--inner {
  position: relative;
}
.pxl-image-tilt {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pxl-image-tilt-active {
  overflow: hidden;
}
.splitting .word, .splitting .char {
  display: inline-block;
}
@keyframes svg_text_outline {
  to {
    stroke-dashoffset: 0;
  }
}
.pxl-heading .pxl-heading--text .word {
  white-space: nowrap;
}
.pxl-heading .pxl-heading--text.pxl-heading--text-scroll > div > div.first-char {
  text-transform: capitalize;
}
.pxl-heading .pxl-heading--text.pxl-heading--text-scroll > div > div {
  text-transform: unset;
}
.pxl-heading q {
  background-image: -webkit-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #e900ff, var(--secondary-color));
  background-image: linear-gradient(90deg, #e900ff, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e900ff', endColorStr='var(--secondary-color)');
  -webkit-background-clip: text;
  color: transparent !important;
  quotes: none;
}
.pxl-heading q .char {
  color: transparent !important;
}
.pxl-heading cite {
  color: var(--primary-color);
  font-style: normal;
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
  position: relative;
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
}
.pxl-heading h2.pxl-item--title {
  font-size: 55px;
}
.pxl-heading h3.pxl-item--title {
  font-size: 30px;
}
.pxl-heading .pxl-title--highlight {
  color: var(--primary-color);
  display: inline-flex;
}
.pxl-heading.highlight-text-image .pxl-title--highlight {
  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-heading .pxl-split-text.split-in-fade {
  visibility: hidden;
  /* Style Heading */
}
.pxl-heading .pxl-split-text.split-in-fade.active {
  visibility: visible;
}
.pxl-heading.px-sub-title-shape8-style .pxl-heading--inner {
  display: block;
}
.pxl-heading .pxl-item--title {
  /* Style Sub */
}
.pxl-heading .pxl-item--title.style-1 {
  position: relative;
}
.pxl-heading .pxl-item--title.style-1::before {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: var(--primary-color);
  top: 51%;
  right: -74px;
}
.pxl-heading .pxl-item--title.style-1::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: var(--primary-color);
  top: calc(50% + 12px);
  right: -46px;
}
.pxl-heading .pxl-item--title.style-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-bottom: 15px;
}
.pxl-heading .pxl-item--title.style-2::before {
  width: 38px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-heading .px-sub-title-shape {
  font-size: 18px;
  color: #000001;
  font-weight: 700;
  margin-bottom: 4px;
}
.pxl-heading .px-sub-title-shape .pxl-item--subtext {
  display: inline-flex;
  position: relative;
}
.pxl-heading .px-sub-title-shape2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: -3px;
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  padding: 14.5px 39px 14.5px 36px;
  z-index: 2;
  overflow: hidden;
}
.pxl-heading .px-sub-title-shape2::before {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.pxl-heading .px-sub-title-shape2::after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.pxl-heading .px-sub-title-shape2 .pxl-item--subtext::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-image: linear-gradient(var(--rotate), #4a454e, #fff 5%, #4a454e 10%);
  position: absolute;
  z-index: -2;
  animation: spin 10s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-heading .px-sub-title-shape2 .pxl-item--subtext::after {
  content: '';
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: url(../img/Layer-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  z-index: -1;
}
.pxl-heading .px-sub-title-shape2 .pxl-heading-icon {
  display: none;
}
.pxl-heading .px-sub-title-shape3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #262524;
}
.pxl-heading .px-sub-title-shape3 .pxl-item--subtext {
  display: inline-flex;
  align-items: center;
}
.pxl-heading .px-sub-title-shape3 i {
  font-size: 26px;
  color: var(--primary-color);
  margin-right: 12px;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.36);
}
.pxl-heading .px-sub-title-shape4 .pxl-item--subtext {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 45px;
  border: 3px solid var(--secondary-color);
  border-radius: 35px;
}
.pxl-heading .px-sub-title-shape4 .pxl-item--subtext::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-heading .px-sub-title-shape4 .pxl-item--subtext::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-heading .px-sub-title-shape5 .pxl-item--subtext {
  position: relative;
  padding: 9px 46px 8px 50px;
}
.pxl-heading .px-sub-title-shape5 .pxl-item--subtext::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-heading .px-sub-title-shape5 .pxl-item--subtext::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-heading .px-sub-title-shape5 .pxl-item--subtext .sub-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: #d7d7d7;
  background-image: -webkit-linear-gradient(180deg, #a49bad, #261338);
  background-image: -moz-linear-gradient(180deg, #a49bad, #261338);
  background-image: -ms-linear-gradient(180deg, #a49bad, #261338);
  background-image: -o-linear-gradient(180deg, #a49bad, #261338);
  background-image: linear-gradient(180deg, #a49bad, #261338);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a49bad', endColorStr='#261338');
}
.pxl-heading .px-sub-title-shape5 .pxl-heading-icon {
  height: 34px;
  width: 28px;
  position: relative;
  display: none;
}
.pxl-heading .px-sub-title-shape5 .pxl-heading-icon i {
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
}
.pxl-heading .px-sub-title-shape5 .pxl-heading-icon i:nth-child(1) {
  margin-top: 2px;
}
.pxl-heading .px-sub-title-shape5 .pxl-heading-icon i:nth-child(2) {
  transform: scaleY(-1);
  margin-top: -2px;
}
.pxl-heading .px-sub-title-shape6 {
  position: relative;
  padding: 0 64px;
  display: inline-flex;
}
.pxl-heading .px-sub-title-shape6::before {
  content: '';
  position: absolute;
  width: 52px;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, var(--primary-color) 100%);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.pxl-heading .px-sub-title-shape6::after {
  content: '';
  position: absolute;
  width: 52px;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--primary-color) 0%, rgba(255, 255, 255, 0.1) 100%);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pxl-heading .px-sub-title-shape7 {
  position: relative;
  padding: 0 0 0 64px;
  display: inline-flex;
}
.pxl-heading .px-sub-title-shape7::after {
  content: '';
  position: absolute;
  width: 52px;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--primary-color) 0%, rgba(255, 255, 255, 0) 100%);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@keyframes pxlKeywordRotatingIn {
  from {
    transform: translateY(70%) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes pxlKeywordRotatingOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-70%) rotateX(100deg);
    opacity: 0;
  }
}
.pxl-title--typewriter {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  z-index: 99;
}
.pxl-title--typewriter .pxl-item--text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pxl-title--typewriter .pxl-item--text:not(.is-active) {
  animation: pxlKeywordRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.pxl-title--typewriter .pxl-item--text.is-active {
  position: relative;
  opacity: 1;
  animation: pxlKeywordRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link a {
  display: inline-flex;
  font-size: 16px;
  color: #586563;
  position: relative;
}
.pxl-link .pxl-link--icon {
  min-width: 24px;
  margin-top: 5px;
  font-size: 15px;
  display: inline-flex;
}
.pxl-link.type-vertical li + li {
  margin-top: 6px;
}
.pxl-link.type-horizontal {
  display: flex;
  flex-wrap: wrap;
  /* Style */
}
.pxl-link.type-horizontal li {
  margin: 0 10px;
}
.pxl-link.style-hover-divider .pxl-link--text {
  position: relative;
}
.pxl-link.style-hover-divider .pxl-link--text:before {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  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);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-link.style-hover-divider .pxl-link--text: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-link.style-hover-divider2 .pxl-link--text {
  position: relative;
}
.pxl-link.style-hover-divider2 .pxl-link--text:before, .pxl-link.style-hover-divider2 .pxl-link--text:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 2px;
  width: 0;
  background-color: var(--primary-color);
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: width 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-link.style-hover-divider2 .pxl-link--text:before {
  left: 0;
}
.pxl-link.style-hover-divider2 .pxl-link--text:after {
  right: 0;
}
.pxl-link.style-hover-divider2 .pxl-link--text:hover:before, .pxl-link.style-hover-divider2 .pxl-link--text:hover:after {
  width: 50%;
}
.pxl-link.style-hover-divider2 li.active .pxl-link--text:before, .pxl-link.style-hover-divider2 li.active .pxl-link--text:after {
  width: 50%;
}
.pxl-link.style-square-shape1 a {
  font-size: 17px;
  position: relative;
}
.pxl-link.style-square-shape1 a:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) scale(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;
  background: var(--primary-color);
  opacity: 0;
}
.pxl-link.style-square-shape1 a:hover {
  padding-left: 20px;
}
.pxl-link.style-square-shape1 a:hover:before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.pxl-link.style-square-shape1.type-vertical li + li {
  margin-top: 19px;
}
.pxl-link.style-square-shape1 li.active a {
  padding-left: 20px;
}
.pxl-link.style-square-shape1 li.active a::before {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.pxl-link.style-characters.type-horizontal li {
  margin: 0;
}
.pxl-link.style-characters.type-horizontal li a {
  display: inline-flex;
  align-items: center;
}
.pxl-link.style-characters.type-horizontal li a:before {
  content: '*';
  margin: 0 13px;
  font-size: 120%;
  position: relative;
  top: -4px;
}
.pxl-link.style-round-box .pxl-link--icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 17px;
  z-index: 99;
}
.pxl-link.style-round-box .pxl-link--icon:before, .pxl-link.style-round-box .pxl-link--icon:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 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;
  z-index: -1;
}
.pxl-link.style-round-box .pxl-link--icon:before {
  opacity: 0.1;
  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-link.style-round-box .pxl-link--icon:after {
  opacity: 0;
  background-color: var(--primary-color);
}
.pxl-link.style-round-box .pxl-link--icon i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to) 50%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: 0%;
  transition: all 0.3s ease-in-out;
  -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-link.style-round-box a {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 60px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  background-color: #fff;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-link.style-round-box a {
    padding-left: 20px;
  }
}
.pxl-link.style-round-box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  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');
  border-radius: inherit;
  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;
}
.pxl-link.style-round-box a:hover {
  color: #fff;
}
.pxl-link.style-round-box a:hover:before {
  opacity: 1;
}
.pxl-link.style-round-box a:hover .pxl-link--icon:before {
  opacity: 0;
}
.pxl-link.style-round-box a:hover .pxl-link--icon:after {
  opacity: 1;
}
.pxl-link.style-round-box a:hover .pxl-link--icon i {
  background-position: -100%;
}
.pxl-link.style-round-box .pxl-item--link + .pxl-item--link {
  margin-top: 12px;
}
.pxl-icon1.icon-vertical {
  display: inline-flex;
  flex-direction: column;
}
.pxl-icon1 a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon1 a span {
  background-color: #080808;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  white-space: nowrap;
  display: block;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
  -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-icon1 a span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #080808 transparent;
  width: 0;
  height: 0;
}
.pxl-icon1 a.ps-top span {
  bottom: 100%;
  margin-bottom: 10px;
}
.pxl-icon1 a.ps-top span:before {
  bottom: -10px;
  border-color: #080808 transparent transparent transparent;
}
.pxl-icon1 a.ps-bottom span {
  top: 100%;
  margin-top: 10px;
}
.pxl-icon1 a.ps-bottom span:before {
  top: -10px;
}
.pxl-icon1 a:hover span {
  opacity: 1;
  visibility: visible;
}
.pxl-icon1.style-2 {
  display: inline-flex;
}
.pxl-icon1.style-2 a {
  position: relative;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 39px;
  z-index: 1;
  font-size: 16px;
  color: #9b9b9b;
  margin: 7px 0;
}
.pxl-icon1.style-2 a:before, .pxl-icon1.style-2 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  border-radius: inherit;
}
.pxl-icon1.style-2 a:before {
  z-index: -2;
  background-color: #404040;
}
.pxl-icon1.style-2 a:after {
  z-index: -1;
  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');
  opacity: 0;
}
.pxl-icon1.style-2 a:hover {
  color: #fff;
}
.pxl-icon1.style-2 a:hover:before {
  opacity: 0;
}
.pxl-icon1.style-2 a:hover:after {
  opacity: 1;
}
.pxl-icon1.style-3 {
  box-shadow: -12px 12px 36px rgba(0, 0, 0, 0.12);
  display: flex;
}
.pxl-icon1.style-3 a {
  width: 50px;
  height: 50px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(152, 157, 163, 0.4);
}
.pxl-icon1.style-3 a:hover {
  color: var(--link-color-hover);
}
.pxl-icon2 i {
  line-height: 1;
}
.pxl-call-phone1.style-1 .pxl-item--icon {
  width: 49px;
  height: 49px;
  border: 2px solid var(--gradient-color-to);
  border-radius: 49px;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  box-shadow: 2px 4px 0 0 var(--gradient-color-from);
}
.pxl-call-phone1.style-1 .pxl-item--title {
  color: var(--gradient-color-to);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.pxl-call-phone1.style-1 .pxl-item--number {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: normal;
}
.pxl-call-phone1.style-2 .pxl-item--icon {
  width: 60px;
  height: 60px;
  border: 2px solid #f5f3f3;
  border-radius: 60px;
  background-color: #fff;
  font-size: 21px;
  margin-right: 12px;
}
.pxl-call-phone1.style-2 .pxl-item--title {
  color: #000;
  font-size: 16px;
  margin-bottom: 1px;
}
.pxl-call-phone1.style-2 .pxl-item--number {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: normal;
}
.pxl-call-phone1.style-3 {
  font-size: 18px;
  line-height: 1.25;
  color: #2c2c2b;
}
.pxl-call-phone1.style-3 .pxl-item--icon {
  width: 49px;
  height: 49px;
  border: 2px solid #000;
  border-radius: 49px;
  background-color: transparent;
  font-size: 21px;
  margin-right: 12px;
  color: #000;
}
.pxl-call-phone1.style-3 .pxl-item--title {
  font-weight: 700;
}
.pxl-call-phone1 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .pxl-call-hidden-content .pxl-call-phone .pxl-item--icon {
    margin: 0;
  }
  .pxl-call-hidden-content .pxl-call-phone .pxl-item--meta {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .pxl-call-hidden-xl .pxl-call-phone .pxl-item--icon {
    margin: 0;
  }
  .pxl-call-hidden-xl .pxl-call-phone .pxl-item--meta {
    display: none;
  }
}
.pxl-mailchimp-l1 .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp-l1.style-box [type="email"] {
  font-size: 14px;
  color: #fff;
  height: 57px;
  background-color: #1b1c20;
  border-radius: 57px 0 0 57px;
  padding: 0 38px;
  border: none;
  font-weight: 600;
}
.pxl-mailchimp-l1.style-box [type="submit"] {
  border: none;
  border-radius: 0 57px 57px 0;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  padding: 0 30px;
  min-width: 124px;
  text-align: center;
}
.pxl-mailchimp-l1.style-box [type="submit"]:hover, .pxl-mailchimp-l1.style-box [type="submit"]:focus {
  color: #000;
  background-color: #fff;
}
.pxl-mailchimp-l1.style-box .mc4wp-form-fields {
  display: flex;
  align-items: center;
  border-radius: 57px;
  z-index: 1;
}
.pxl-mailchimp-l1.style-box .mc4wp-form-fields:before {
  content: '';
  position: absolute;
  border-radius: 57px;
  top: 4px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background-color: var(--third-color);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--third-color)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--third-color), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--third-color), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--third-color), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--third-color), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--third-color), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--third-color)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-mailchimp-l1.style-box2 [type="email"] {
  font-size: 11px;
  color: #fff;
  height: 57px;
  background-color: #2c2c2c;
  border-radius: 57px;
  padding: 0 38px;
  border: none;
  font-weight: 600;
}
.pxl-mailchimp-l1.style-box2 [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 57px;
  text-transform: capitalize;
  color: #fff;
  background-image: -webkit-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  padding: 0 30px;
  min-width: 124px;
  text-align: center;
  font-size: 15px;
}
.pxl-language-switch {
  height: 41px;
  background-color: #313131;
  border-radius: 41px;
  color: #fff;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.17);
  padding: 2px;
  display: inline-flex;
}
.pxl-language-switch a {
  color: inherit;
  display: inline-flex;
  line-height: 33px;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 33px;
}
.pxl-language-switch a:hover {
  color: inherit;
}
.pxl-language-switch .pxl--item.active a {
  background-color: #5a5a5a;
}
.pxl-button-video1 {
  display: inline-flex;
  align-items: center;
}
.pxl-button-video1 .slider-video-icon {
  width: 67px;
  height: 67px;
  border-radius: 67px;
  background-color: #fff;
  font-size: 28px;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pxl-button-video1 .slider-video-icon i {
  margin-left: 6px;
}
.pxl-button-video1 .slider-video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.57);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.pxl-button-video1 .slider-video-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  margin: 0 18px;
}
.pxl-tabs1.style-2 .pxl-tab--title {
  background-color: #330a59;
}
.pxl-tabs1.style-2 .pxl-tab--title .pxl-title--text {
  background-image: linear-gradient(to right, #fff, #fff 50%, rgba(255, 255, 255, 0.67) 50%);
}
.pxl-tabs1.style-2 .pxl-tab--title:not(.active) {
  opacity: 0.612;
}
.pxl-tabs1 .pxl-tab--title {
  font-size: 18px;
  font-weight: 700;
  color: #07000e;
  display: inline-block;
  line-height: 37px;
  margin-right: 10px;
  position: relative;
  --tab-title-color: #4b4b4b;
  padding: 0 20px 0 22px;
  background: #f0ebf5;
  border-radius: 8px;
}
.pxl-tabs1 .pxl-tab--title .pxl-title--text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(to right, #fff, #fff 50%, var(--heading-color) 50%);
  background-image: -moz-linear-gradient(to right, #fff, #fff 50%, var(--heading-color) 50%);
  background-image: -ms-linear-gradient(to right, #fff, #fff 50%, var(--heading-color) 50%);
  background-image: -o-linear-gradient(to right, #fff, #fff 50%, var(--heading-color) 50%);
  background-image: linear-gradient(to right, #fff, #fff 50%, var(--heading-color) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.pxl-tabs1 .pxl-tab--title.active {
  background: var(--primary-color);
}
.pxl-tabs1 .pxl-tab--title.active .pxl-title--text {
  background-position: 0%;
}
.pxl-tabs1 .pxl-tab--icon {
  line-height: 1;
  font-size: 75px;
  color: #0d0d0d;
}
.pxl-tabs1 .pxl-tab--icon svg {
  height: 75px;
}
.pxl-tabs1 .pxl-tab--content {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .pxl-tabs1 .pxl-tab--content {
    font-size: 17px;
  }
}
.pxl-tabs1 .pxl-content--inner {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-tabs2 .pxl-tab--control {
  width: 48px;
  height: 27px;
  background-color: #e7e9fe;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.pxl-tabs2 .pxl-tab--control:before {
  content: '';
  height: 19px;
  width: 19px;
  border-radius: 19px;
  position: absolute;
  top: 4px;
  left: 7px;
  -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;
  background: var(--primary-color);
}
.pxl-tabs2 .pxl-tabs--title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #0b1b2b;
}
.pxl-tabs2 .pxl-tabs--title .pxl-title--text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-tabs2 .pxl-tabs--title .pxl-tab--title {
  padding: 0 37px;
  width: 50%;
  align-items: center;
}
.pxl-tabs2 .pxl-tabs--title .pxl-tab--title:nth-child(1) {
  justify-content: flex-end;
}
.pxl-tabs2 .pxl-tabs--title label {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 30px;
  display: inline-flex;
  padding: 0 10px;
  position: relative;
  margin: 0 12px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pxl-tabs2 .pxl-tabs--title label {
    font-size: 8px;
  }
}
.pxl-tabs2 .pxl-tabs--title.l-active .pxl-tab--control:before {
  left: 23px;
}
@media screen and (max-width: 767px) {
  .pxl-tabs2 .pxl-content--inner {
    margin: 0 -15px;
  }
}
.pxl-tabs2.style-2 .pxl-tabs--title label {
  background-color: var(--gradient-color-from);
}
.pxl-tabs2.style-2 .pxl-tab--control {
  background-color: #221e65;
}
.pxl-tabs2.style-2 .pxl-tab--control:before {
  background: var(--primary-color);
}
.pxl-tabs2.style-2 .pxl-pricing1 {
  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 top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.pxl-tabs3 .pxl-tabs--content {
  width: 100%;
}
.pxl-tabs3 .pxl-tabs--inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .pxl-tabs3 .pxl-tabs--inner {
    flex-wrap: wrap;
  }
}
.pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title {
  width: 50%;
  margin-right: 70px;
}
.pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title .pxl-title--text {
  display: flex;
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: var(--ffffff, #fff);
  line-height: 64px;
  padding: 0 0 0 70px;
  min-width: 370px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title .pxl-title--text {
    min-width: 320px;
  }
}
.pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title .pxl-title--text .pxl-tab--icon {
  position: absolute;
  right: 26px;
}
.pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title .pxl-tab--title:first-child .pxl-title--text {
  position: relative;
  background: #f8f8f8;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--primary-color);
}
.pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title .pxl-tab--title:first-child .pxl-title--text .pxl-tab--icon {
  width: 44px;
  height: 29px;
  border-radius: 0px 28px 28px 0px;
  background: var(--primary-color);
  z-index: 2;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-tabs3 .pxl-tabs--inner .pxl-tabs--title .pxl-tab--title:first-child .pxl-title--text .pxl-tab--icon i {
  color: #fff;
}
.pxl-banner1 {
  margin-bottom: 62px;
  position: relative;
}
.pxl-banner1 .pxl-main--image {
  max-width: 454px;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-main--image {
    margin-right: 30px;
  }
}
.pxl-banner1 .pxl-main--image img {
  width: 100%;
}
.pxl-banner1 .pxl-secondary--image {
  position: absolute;
  bottom: -9px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-secondary--image {
    max-width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-banner1 .pxl-secondary--image {
    max-width: 200px;
  }
}
.pxl-banner1 .pxl-secondary--image img {
  border-radius: 4px;
  box-shadow: 0 14px 29px rgba(19, 19, 19, 0.13);
}
.pxl-banner1 .pxl-counter--wrap {
  position: absolute;
  padding: 20px 25px 26px 25px;
  z-index: 9;
  max-width: 175px;
  width: 100%;
  left: 0;
  top: -90px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-counter--wrap {
    padding: 20px;
    max-width: 155px;
    top: -60px;
  }
}
.pxl-banner1 .pxl-counter--wrap:before {
  content: '';
  z-index: -1;
  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');
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(67% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
}
.pxl-banner1 .pxl-counter--wrap .pxl-counter--number {
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-counter--wrap .pxl-counter--number {
    font-size: 54px;
  }
}
.pxl-banner1 .pxl-counter--wrap .pxl-counter--title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.12;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-counter--wrap .pxl-counter--title {
    font-size: 20px;
  }
}
.pxl-banner1 .pxl-banner-top {
  max-width: 653px;
  position: relative;
}
.pxl-banner1 .pxl-banner-bottom {
  position: absolute;
  z-index: 99;
  bottom: -62px;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-banner1 .pxl-banner-bottom .pxl-banner-bottom-inner {
  padding: 14px 21px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 90px rgba(19, 19, 19, 0.13);
}
.pxl-banner1 .pxl-banner-bottom .pxl-third--image {
  width: 95px;
  min-width: 95px;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-banner-bottom .pxl-third--image {
    width: 75px;
    min-width: 75px;
  }
}
.pxl-banner1 .pxl-banner-bottom .pxl-counter--bnumber {
  font-size: 45px;
  font-weight: 700;
  color: #000001;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-banner-bottom .pxl-counter--bnumber {
    font-size: 36px;
  }
}
.pxl-banner1 .pxl-banner-bottom .pxl-counter--btitle {
  font-size: 18px;
  color: #000001;
}
@media screen and (max-width: 1200px) {
  .pxl-banner1 .pxl-banner-bottom .pxl-counter--btitle {
    font-size: 16px;
    white-space: nowrap;
  }
}
.pxl-banner1 .pxl-banner-bottom .pxl-counter--bnumber {
  display: inline-flex;
}
.pxl-banner2 {
  margin-top: 56px;
  position: relative;
  padding-left: 90px;
}
@media screen and (max-width: 1200px) {
  .pxl-banner2 {
    padding-left: 50px;
  }
}
.pxl-banner2 .pxl-main--image img {
  width: 100%;
  border-radius: 30px 30px 30px 190px;
}
.pxl-banner2 .pxl-secondary--image {
  position: absolute;
  top: -40px;
  left: 0;
  max-width: 181px;
}
@media screen and (max-width: 1200px) {
  .pxl-banner2 .pxl-secondary--image {
    max-width: 161px;
  }
}
.pxl-banner2 .pxl-secondary--image img {
  border-radius: 30px;
  width: 100%;
}
.pxl-banner2 .pxl-item--icon {
  font-size: 48px;
  color: #fff;
  width: 77px;
  height: 77px;
  border-radius: 77px;
  position: absolute;
  top: -16px;
  right: -43px;
  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-banner2 .pxl-item--icon svg {
  fill: #fff;
  height: 48px;
}
.pxl-progressbar-1 .pxl-item--icon {
  width: 57px;
  height: 57px;
  font-size: 28px;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 46px rgba(18, 18, 18, 0.14);
}
.pxl-progressbar-1.style-1 .pxl--holder {
  font-size: 16px;
  color: #111;
  font-weight: 700;
}
.pxl-progressbar-1.style-1 .pxl--meta {
  margin-bottom: 11px;
}
.pxl-progressbar-1.style-1 .pxl-progressbar--wrap {
  height: 7px;
  background-color: #e1e1e1;
}
.pxl-progressbar-1.style-1 .pxl--progressbar {
  height: 7px;
  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-progressbar-1.style-1 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-progressbar-1.style-1 .pxl--item + .pxl--item {
  margin-top: 39px;
}
.pxl-progressbar-1 .pxl--progressbar.active {
  background-image: -webkit-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -moz-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -ms-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -o-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-color: transparent;
}
.pxl-progressbar-1 .pxl--progressbar.active:before {
  background-image: -webkit-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -moz-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -ms-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -o-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-progressbar-1.style-2 .pxl--holder {
  font-size: 18px;
  color: #454545;
}
.pxl-progressbar-1.style-2 .pxl--meta {
  margin-bottom: 8px;
}
.pxl-progressbar-1.style-2 .pxl-progressbar--wrap {
  height: 8px;
  border-radius: 8px;
  background-color: rgba(var(--primary-color-rgb),0.08);
}
.pxl-progressbar-1.style-2 .pxl--progressbar {
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 8px;
  position: relative;
}
.pxl-progressbar-1.style-2 .pxl--progressbar:before {
  content: '';
  width: 8px;
  height: 20px;
  border-radius: 80px;
  position: absolute;
  right: 0;
  top: -6px;
  background-color: var(--primary-color);
}
.pxl-progressbar-1.style-2 .pxl--percentage {
  font-weight: 500;
  color: var(--primary-color);
}
.pxl-progressbar-1.style-2 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-progressbar-1.style-2 .pxl--item + .pxl--item {
  margin-top: 12px;
}
.pxl-partner-carousel1 .pxl-item--logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 7px;
}
.pxl-partner-carousel1 .pxl-item--logo:hover a {
  transform: scale(0.9);
}
.pxl-partner-carousel1 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-counter1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-counter1:hover .pxl-counter--icon.no-active svg, .pxl-counter1:hover .pxl-counter--icon.no-active i {
  opacity: 1;
}
.pxl-counter1 .pxl-counter--title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 400;
}
.pxl-counter1 .pxl-counter--plus {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  margin-top: auto;
}
.pxl-counter1 .pxl-counter--number {
  font-weight: 700;
  font-size: 78px;
  color: #000;
  line-height: 1;
  display: inline-flex;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
}
.pxl-counter1 .pxl-counter--number:before {
  content: '';
  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)');
  height: 42px;
  width: 42px;
  border-radius: 42px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
}
.pxl-counter1 .pxl-counter--number.shape-hide:before {
  display: none;
}
.pxl-counter1 .pxl-counter--icon {
  line-height: 1;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
  border-radius: 4px;
}
.pxl-counter1 .pxl-counter--icon.no-active svg, .pxl-counter1 .pxl-counter--icon.no-active i {
  opacity: 0;
  transition: all 0.3s;
}
.pxl-counter1 .pxl-counter--icon svg {
  height: 58px;
  margin: -5px 0 0px 5px;
}
.pxl-counter1 .pxl-counter--icon i {
  margin: -6px 0 0px 5px;
}
.pxl-counter1 .pxl-counter--icon + .pxl-counter--holder .pxl-counter--number::before {
  display: none;
}
.pxl-counter1.style-2 .pxl-counter--suffix, .pxl-counter1.style-2 .pxl-counter--prefix {
  color: var(--primary-color);
  font-size: 74%;
}
.pxl-counter1.style-2 .pxl-counter--number::before {
  display: none;
}
.pxl-counter2 .pxl-counter--number {
  color: var(--primary-color);
  font-size: 90px;
  font-weight: 700;
  /* 80% */
  line-height: 0.8;
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #e8e6dc;
}
.pxl-counter2 .pxl-counter--title {
  color: var(--heading-color);
  font-size: 26px;
  font-weight: 700;
  /* 100% */
  line-height: 1;
  padding: 36px 0 17px 0;
}
.pxl-counter2 .pxl-counter--desc {
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.5556;
}
.pxl-counter3.style-1 .pxl-counter--holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-counter3.style-1 .pxl-counter--number {
  font-size: 72px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  display: flex;
}
.pxl-counter3.style-1 .pxl-counter--title {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  background: var(--primary-color);
  padding: 0 17px 0 19px;
  border-radius: 30px;
  margin-top: -12px;
}
.pxl-counter3.style-2 .pxl-counter--holder {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 70px 15px 40px;
}
.pxl-counter3.style-2 .pxl-counter--holder .pxl-counter--number {
  order: 2;
  color: var(--ai-agency-ffffff, #fff);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -3.2px;
  display: flex;
  width: 100%;
}
.pxl-counter3.style-2 .pxl-counter--holder .pxl-counter--title {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 20px;
  font-weight: 500;
  /* 140% */
  line-height: 1.4;
  letter-spacing: -0.8px;
  order: 1;
  margin-bottom: 27px;
}
.pxl-pricing1 {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 34px 47px 30px 47px;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 3px solid transparent;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .pxl-pricing1 {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-pricing1 {
    padding: 15px;
    padding-top: 30px;
  }
}
.pxl-pricing1:hover, .pxl-pricing1.is-popular, .pxl-pricing1.style-2 {
  border-color: var(--primary-color);
}
.pxl-pricing1:hover .btn::before, .pxl-pricing1.is-popular .btn::before, .pxl-pricing1.style-2 .btn::before, .pxl-pricing1:hover .btn::after, .pxl-pricing1.is-popular .btn::after, .pxl-pricing1.style-2 .btn::after {
  background: rgba(255, 255, 255, 0.6);
}
.pxl-pricing1:hover .pxl-item--image, .pxl-pricing1.is-popular .pxl-item--image, .pxl-pricing1.style-2 .pxl-item--image {
  transform: scaleY(1);
  height: auto;
}
.pxl-pricing1:hover .pxl-item--image img, .pxl-pricing1.is-popular .pxl-item--image img, .pxl-pricing1.style-2 .pxl-item--image img {
  transform: scaleY(1);
}
.pxl-pricing1 .pxl-pricing--absolute {
  border-radius: 3px;
  background-color: #292962;
  position: absolute;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0 22px;
  right: 30px;
  top: -15px;
}
.pxl-pricing1 .pxl-pricing--top {
  font-size: 19px;
  color: #0b1b2b;
  line-height: 1.572;
  margin-bottom: 6px;
}
.pxl-pricing1 .pxl-pricing--price {
  color: #0b1b2b;
  margin-left: 40px;
}
.pxl-pricing1 .pxl-pricing--price .pxl-pricing--currency {
  font-size: 21px;
  position: relative;
  top: -17px;
}
.pxl-pricing1 .pxl-pricing--price .pxl-price {
  font-size: 47.7px;
  font-weight: 600;
}
.pxl-pricing1 .pxl-pricing--price .pxl-time {
  font-size: 15px;
  margin-left: -6px;
}
.pxl-pricing1 .pxl-pricing--feature {
  margin-bottom: 40px;
  list-style: none;
  font-size: 16px;
  color: #0b1b2b;
  margin-left: 16px;
}
.pxl-pricing1 .pxl-pricing--feature li {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.pxl-pricing1 .pxl-pricing--feature li + li {
  margin-top: 18px;
}
.pxl-pricing1 .pxl-pricing--feature li i {
  margin-top: 3px;
  min-width: 17px;
  height: 17px;
  background-color: #535ee0;
  color: #fff;
  font-size: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 13px;
}
.pxl-pricing1 .btn {
  display: flex;
  border-radius: 12px;
  background: var(--primary-color);
  margin-bottom: 39px;
  position: relative;
}
.pxl-pricing1 .btn::before, .pxl-pricing1 .btn::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  filter: blur(30px);
  border-radius: 50%;
  transition: 0.3s all;
}
.pxl-pricing1 .btn::before {
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
}
.pxl-pricing1 .btn::after {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.pxl-pricing1 .pxl-item--image {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.pxl-pricing1 .pxl-item--image img {
  border-radius: 18px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}
.pxl-pricing1.style-3 .pxl-item--image {
  display: none;
}
.pxl-recent-news1 .pxl-post--title {
  margin-top: 9px;
  margin-bottom: 23px;
  font-size: 40px;
  color: #262524;
  line-height: 1.125;
}
@media screen and (max-width: 1200px) {
  .pxl-recent-news1 .pxl-post--title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-recent-news1 .pxl-post--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-recent-news1 .pxl-post--title a {
  color: inherit;
}
.pxl-recent-news1 .pxl-post--title a:hover {
  color: inherit;
}
.pxl-recent-news1 .pxl-post--meta {
  padding-left: 20px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: rgba(var(--primary-color-rgb),0.13);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #262524;
  border-radius: 36px;
  margin-bottom: 13px;
}
.pxl-recent-news1 .pxl-post--meta a {
  color: inherit;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.pxl-recent-news1 .pxl-post--meta i {
  font-size: 16px;
}
.pxl-recent-news1 .pxl-post--excerpt {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 29px;
}
@media screen and (max-width: 1200px) {
  .pxl-recent-news1 .pxl-post--excerpt {
    font-size: 17px;
  }
}
.pxl-recent-news1 .pxl-post--link {
  position: absolute;
  left: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}
.pxl-recent-news1 .pxl-post--date {
  position: absolute;
  top: 25px;
  right: -28px;
  z-index: 99;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  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');
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post--date {
    right: 25px;
  }
}
.pxl-recent-news1 .pxl-post--featured {
  width: 50%;
  min-height: 380px;
  border-radius: 90px 0 90px 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post--featured {
    width: 100%;
    min-height: 320px;
    margin-bottom: 22px;
  }
}
.pxl-recent-news1 .pxl-post--featured + .pxl-post--holder {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post--featured + .pxl-post--holder {
    width: 100%;
  }
}
.pxl-recent-news1 .pxl-post--holder {
  padding: 0 15px 38px 60px;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post--holder {
    padding: 0 15px 0 15px;
  }
}
.pxl-recent-news1 .pxl-post-item {
  display: flex;
  flex-wrap: wrap;
}
.pxl-recent-news1 .pxl-post-item:nth-child(even) {
  flex-direction: row-reverse;
}
.pxl-recent-news1 .pxl-post-item:nth-child(even) .pxl-post--featured {
  border-radius: 0 90px 90px 90px;
}
.pxl-recent-news1 .pxl-post-item:nth-child(even) .pxl-post--holder {
  padding: 0 60px 38px 15px;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post-item:nth-child(even) .pxl-post--holder {
    padding: 0 15px 0 15px;
  }
}
.pxl-recent-news1 .pxl-post-item:nth-child(even) .pxl-post--date {
  right: auto;
  left: -28px;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-post-item:nth-child(even) .pxl-post--date {
    left: 25px;
  }
}
.pxl-recent-news1 .pxl-post-item + .pxl-post-item {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #e8e8e8;
}
.pxl-contact-form .pxl-form--label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}
.pxl-contact-form .pxl-form--label span {
  display: inline-block;
  margin: 0 14px;
}
.pxl-contact-form.btn-w-full .wpcf7-submit {
  width: 100%;
}
.pxl-contact-form .wpcf7-heading {
  font-size: 24px;
  padding-top: 17px;
}
.pxl-contact-form .wpcf7-acceptance {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 15px;
  color: #666;
  display: block;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #cfcfcf;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input, .pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  width: 20px;
  height: 20px;
  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%);
  margin: 0;
  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);
  border-radius: 20px;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  z-index: 1;
  background-color: #f5f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "\f112";
  font-family: "Caseicon";
  position: absolute;
  left: 5px;
  font-size: 10px;
  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%);
  color: #fff;
  z-index: 2;
  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);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input {
  opacity: 0;
  z-index: 3;
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-contact-form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.pxl-contact-form .pxl--form-icon {
  opacity: 0;
  position: absolute;
  right: 30px;
  -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%);
  top: 50%;
  -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-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
  font-size: 14px;
  color: #a0a0a0;
  z-index: 99;
  opacity: 1;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon.top-spacer {
  top: 24px;
  -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-contact-form .pxl-icon-pos-right.pxl-form-date .wpcf7-form-control-wrap:after {
  display: none;
}
.pxl-contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 6px;
}
.pxl-contact-form .wpcf7-form {
  overflow: visible;
}
.pxl-contact-form .wpcf7-form .wpcf7-response-output {
  margin: 30px 0 0;
  border-width: 2px;
  font-size: 15px;
  padding: 8px 16px;
  color: #fff;
  border: none;
  background-color: var(--primary-color);
}
.pxl-contact-form .pxl--item > p {
  margin: 0;
}
.pxl-contact-form .pxl-form-label {
  color: #100900;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}
.pxl-contact-form .text-right > p {
  text-align: right;
}
.pxl-contact-form .wpcf7-form-control.wpcf7-radio {
  background: none !important;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio {
  margin: -10px -7px 0 -7px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item {
  padding: 0 7px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item > label {
  display: inline-flex;
  position: relative;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item > label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.pxl-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  color: #999a99;
  padding: 0 24px;
  line-height: 58px;
  position: relative;
  background-color: #202526;
  display: inline-flex;
  -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-contact-form .pxl-radio--button .wpcf7-radio .wpcf7-list-item [type="radio"]:checked + .wpcf7-list-item-label {
  box-shadow: 0 0 0 2px var(--primary-color) inset;
  color: #fff;
}
.pxl-navigation-carousel1.style-1 {
  position: relative;
  width: 184px;
  height: 184px;
}
.pxl-navigation-carousel1.style-1 .pxl-navigation-arrow {
  width: 92px;
  height: 92px;
  color: #cdcdcd;
  background: rgba(7, 0, 14, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  -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;
  cursor: pointer;
  position: absolute;
}
.pxl-navigation-carousel1.style-1 .pxl-navigation-arrow:hover {
  background: #07000e;
}
.pxl-navigation-carousel1.style-1 .pxl-navigation-arrow:hover svg linearGradient stop:first-child {
  stop-color: #ff4c13;
}
.pxl-navigation-carousel1.style-1 .pxl-navigation-arrow:hover svg linearGradient stop:last-child {
  stop-color: #fe7524;
}
.pxl-navigation-carousel1.style-1 .pxl-navigation-arrow.pxl-navigation-arrow-next {
  bottom: 0;
  left: 0;
}
.pxl-navigation-carousel1.style-1 .pxl-navigation-arrow.pxl-navigation-arrow-prev {
  top: 0;
  right: 0;
}
.pxl-navigation-carousel2 {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.pxl-navigation-carousel2 i {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  font-size: 33px;
  line-height: 1;
  position: absolute;
  bottom: 21px;
  right: 20px;
}
.pxl-social-icons1 {
  display: inline-flex;
  align-items: center;
  margin: 0 -9px;
}
.pxl-social-icons1 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 9px;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  z-index: 1;
  font-size: 18px;
}
.pxl-social-icons1 a:before, .pxl-social-icons1 a:after {
  content: '';
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.pxl-social-icons1 a:before {
  background-color: #fff;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
}
.pxl-social-icons1 a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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');
  z-index: -2;
}
.pxl-close-popup {
  background-color: transparent;
  border-width: 4px;
  display: block;
}
.pxl-close-popup:before, .pxl-close-popup:after {
  background-color: #000;
}
.pxl-contact-info1 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.pxl-contact-info1 .pxl-item--icon {
  line-height: 1;
  font-size: 28px;
}
.pxl-contact-info1 .pxl-item--title {
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: underline;
}
.pxl-contact-info1 .pxl-item--subtitle {
  font-size: 16px;
}
.pxl-contact-info1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-showcase.style-2 {
  pointer-events: none;
}
.pxl-showcase.style-2 .pxl-item--image img {
  filter: blur(10px);
}
.pxl-showcase.style-2 .pxl-item--image img:hover, .pxl-showcase.style-2 .pxl-item--image img.pxl-wg-active {
  filter: blur(10px);
}
.pxl-showcase1 {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pxl-showcase1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-showcase1 .pxl-item--image img {
  -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-showcase1 .pxl-item--overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 19, 32, 0.2);
  -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;
}
.pxl-showcase1 .pxl-item--label {
  font-size: 32px;
  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;
  text-align: center;
  z-index: 99;
  background-color: #f6d809;
  background-image: -webkit-gradient(linear, right top, left top, from(#f6d809), to(#f65a39));
  background-image: -webkit-linear-gradient(to right, #f6d809, #f65a39);
  background-image: -moz-linear-gradient(to right, #f6d809, #f65a39);
  background-image: -ms-linear-gradient(to right, #f6d809, #f65a39);
  background-image: -o-linear-gradient(to right, #f6d809, #f65a39);
  background-image: linear-gradient(to right, #f6d809, #f65a39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6d809', endColorStr='#f65a39', gradientType='1');
}
.pxl-showcase1 .pxl-item--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: var(--primary-color);
  display: flex;
  flex-wrap: nowrap;
  -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;
}
.pxl-showcase1 .pxl-item--meta a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
}
.pxl-showcase1 .pxl-item--meta > div {
  width: 100%;
}
.pxl-showcase1 .pxl-item--meta > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.67);
}
.pxl-showcase1:hover .pxl-item--image img, .pxl-showcase1.pxl-wg-active .pxl-item--image img {
  filter: blur(4px);
}
.pxl-showcase1:hover .pxl-item--overlay, .pxl-showcase1.pxl-wg-active .pxl-item--overlay {
  opacity: 1;
}
.pxl-showcase1:hover .pxl-item--readmore span, .pxl-showcase1.pxl-wg-active .pxl-item--readmore span {
  transform: scale(1);
  opacity: 1;
}
.pxl-showcase1:hover .pxl-item--meta, .pxl-showcase1.pxl-wg-active .pxl-item--meta {
  opacity: 1;
}
.pxl-showcase2 {
  background-color: #fff;
  padding: 14px;
  border-radius: 14px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15) inset;
  -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-showcase2 .pxl-item--image img {
  width: 100%;
}
.pxl-showcase2 .pxl-item--title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px 50px 0 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 8px 20px;
  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');
  z-index: 100;
}
.pxl-showcase2 .pxl-item--overlay {
  position: absolute;
  z-index: 88;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 0, 215, 0.2);
  -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;
}
.pxl-showcase2 .pxl-item--readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 142px;
  height: 142px;
  margin: auto;
  z-index: 99;
}
.pxl-showcase2 .pxl-item--readmore a {
  width: 142px;
  height: 142px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 142px;
  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');
  position: relative;
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
  text-transform: uppercase;
  transform: scale(0.8);
  opacity: 0;
  color: #fff;
}
.pxl-showcase2 .pxl-item--inner {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.pxl-showcase2 .pxl-item--label {
  font-size: 80px;
  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;
  text-align: center;
  z-index: 99;
  background-color: #f6d809;
  background-image: -webkit-gradient(linear, right top, left top, from(#f6d809), to(#f65a39));
  background-image: -webkit-linear-gradient(to right, #f6d809, #f65a39);
  background-image: -moz-linear-gradient(to right, #f6d809, #f65a39);
  background-image: -ms-linear-gradient(to right, #f6d809, #f65a39);
  background-image: -o-linear-gradient(to right, #f6d809, #f65a39);
  background-image: linear-gradient(to right, #f6d809, #f65a39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6d809', endColorStr='#f65a39', gradientType='1');
}
@media screen and (max-width: 1400px) {
  .pxl-showcase2 .pxl-item--label {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-showcase2 .pxl-item--label {
    font-size: 42px;
  }
}
.pxl-showcase2.pxl-wg-active .pxl-item--image {
  position: relative;
}
.pxl-showcase2.pxl-wg-active .pxl-item--image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(2, 6, 21, 0.45);
  z-index: 9;
}
.pxl-showcase2.pxl-wg-active .pxl-item--image img {
  filter: blur(7px);
}
.pxl-showcase2:hover {
  -webkit-transform: translateY(-22px);
  -khtml-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  transform: translateY(-22px);
  box-shadow: 0 0 45px rgba(250, 0, 87, 0.2) inset;
}
.pxl-showcase2:hover .pxl-item--readmore a {
  transform: scale(1);
  opacity: 1;
}
.pxl-showcase2:hover .pxl-item--overlay {
  opacity: 1;
}
.pxl-showcase3 * {
  transition: all 0.4s;
}
.pxl-showcase3 .pxl-item--inner {
  position: relative;
  padding: 56px 24px 0 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12) inset, 0px 0px 50px 5px rgba(0, 0, 0, 0.05);
}
.pxl-showcase3 .pxl-item--inner:hover .pxl-btn {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
}
.pxl-showcase3 .pxl-item--inner:hover .pxl-item--image::before {
  opacity: 1;
  transform: translateY(0px);
}
.pxl-showcase3 .pxl-item--inner .pxl-dot {
  position: absolute;
  top: 24px;
  left: 24px;
}
.pxl-showcase3 .pxl-item--inner .pxl-dot svg ellipse:last-child {
  fill: var(--primary-color);
}
.pxl-showcase3 .pxl-item--image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.pxl-showcase3 .pxl-item--image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 175px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(162, 52, 253, 0.00) 0%, var(--primary-color) 100%);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
}
.pxl-showcase3 .pxl-btn {
  display: flex;
  justify-content: center;
  gap: 24px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1201px) {
  .pxl-showcase3 .pxl-btn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 479px) {
  .pxl-showcase3 .pxl-btn {
    display: block;
    text-align: center;
  }
}
.pxl-showcase3 .pxl-btn .btn {
  padding: 0 15px 0 0;
  font-size: 13px;
}
.pxl-showcase3 .pxl-btn .btn .pxl--btn-text {
  color: #fff;
}
.pxl-showcase3 .pxl-btn .btn .pxl--btn-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  box-shadow: unset;
}
.pxl-showcase3 .pxl-btn .btn .pxl--btn-icon i {
  font-size: 22px;
}
.pxl-showcase3 .pxl-btn .btn.dark {
  background: #000;
}
@media screen and (max-width: 479px) {
  .pxl-showcase3 .pxl-btn .btn {
    margin-top: 15px;
  }
}
.pxl-showcase3 .pxl-item--title {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  padding: 25px 0;
}
.pxl-showcase3 .pxl-item--title cite {
  color: var(--primary-color);
  font-style: normal;
}
.pxl-image-carousel1.style-default .pxl-carousel-inner {
  border: 1px solid #ececec;
  border-radius: 10px;
}
.pxl-image-carousel1.style-default .pxl-swiper-slide + .pxl-swiper-slide {
  border-left: 1px solid #ececec;
}
.pxl-image-carousel1.style-default .pxl-item--image {
  position: relative;
  overflow: hidden;
  line-height: 210px;
  text-align: center;
}
.pxl-image-carousel1.style-default .pxl-item--image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .pxl-image-carousel1.style-default .pxl-item--image a {
    font-size: 20px;
  }
}
.pxl-image-carousel1.style-default .pxl-item--image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  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;
}
.pxl-image-carousel1.style-default .pxl-item--image a:hover {
  opacity: 1;
}
.pxl-image-carousel1.style-default .pxl-item--image a:hover:before {
  opacity: 0.78;
}
.pxl-image-carousel1.style-1 .pxl-carousel-inner {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 8%, #000 30%, #000 70%, rgba(0, 0, 0, 0) 96%);
}
.pxl-image-carousel1.style-1 .pxl-item--image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.pxl-image-carousel1.style-2 .pxl-item--inner {
  display: flex;
  justify-content: center;
}
.pxl-image-carousel1.style-2 .pxl-item--inner img {
  filter: grayscale(100%);
  width: 100%;
  height: auto;
  mix-blend-mode: color;
  transition: all 0.3s;
}
.pxl-image-carousel1.style-2 .pxl-item--inner img:hover {
  filter: grayscale(0%);
}
.pxl-image-carousel1.style-3 img {
  border-radius: 16px 0px 0px 16px;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.pxl-image-carousel1.style-3 img:hover {
  filter: grayscale(0%);
}
.pxl-image-carousel1.style-4 .pxl-item--inner {
  display: flex;
  justify-content: center;
}
.pxl-image-carousel1.style-4 .pxl-item--inner:hover img {
  filter: grayscale(0%);
}
.pxl-image-carousel1.style-4 .pxl-item--inner img {
  filter: grayscale(100%) brightness(1000%);
  width: 100%;
  height: auto;
  mix-blend-mode: color;
  transition: all 0.3s;
}
.pxl-image-carousel2 .pxl-swiper-slide {
  padding: 0 15px !important;
}
.pxl-image-carousel2 .pxl-item--image img {
  border-radius: 8px;
}
.pxl-image-carousel5 {
  position: relative;
}
.pxl-image-carousel5 .pxl-item--image a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.pxl-image-carousel5 .pxl-swiper-container {
  border: 1px solid #d9d9d9;
}
.pxl-image-carousel5 .pxl-swiper-slide {
  padding: 32px 32px 0 32px;
}
.pxl-image-carousel5 .pxl-swiper-slide + .pxl-swiper-slide {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
.pxl-image-carousel5 .pxl-item-text {
  color: var(--heading-color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  padding: 23px 0 35px;
}
.pxl-image-carousel5 .pxl-swiper-pagination-bullets {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}
.pxl-image-carousel5 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before, .pxl-image-carousel5 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: none !important;
}
.pxl-image-carousel5 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-color: var(--primary-color);
}
.pxl-image-carousel5 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet::before, .pxl-image-carousel5 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet::after {
  display: none !important;
}
.pxl-image-carousel5 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet span {
  width: 8px;
  height: 8px;
  background-color: rgba(34, 34, 34, 0.24);
}
.pxl-section-border-bottom:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  bottom: 0;
  z-index: 99;
  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-breadcrumb {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  z-index: 1;
  padding: 0 25px;
  line-height: 54px;
}
@media screen and (max-width: 1200px) {
  .pxl-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-breadcrumb {
    bottom: -100px;
  }
}
.pxl-breadcrumb:before {
  content: '';
  z-index: -1;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-breadcrumb a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  color: var(--heading-color);
}
.pxl-breadcrumb a::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow-1.png);
  z-index: 1;
  background-repeat: no-repeat;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.pxl-breadcrumb a:hover {
  color: inherit;
}
.pxl-breadcrumb a i {
  margin: 0 12px;
}
.pxl-breadcrumb li {
  color: #b1b1b1;
}
.pxl-breadcrumb li:after {
  margin: 0 14px;
  color: inherit;
}
.pxl-breadcrumb li:last-child:before, .pxl-breadcrumb li:last-child:after {
  display: none;
}
body.single .pxl-breadcrumb li:not(:first-child):not(:last-child) {
  display: none;
}
.pxl-list1.style-default .pxl--item {
  display: flex;
  align-items: center;
}
.pxl-list1.style-default .pxl-item--icon {
  line-height: 1;
  display: flex;
  align-items: end;
}
.pxl-list1.style-2 .pxl-item--text {
  padding-left: 28px;
  position: relative;
  line-height: 45px;
  border-bottom: 1px solid #d5d5d5;
}
.pxl-list1.style-2 .pxl-item--text::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-list1.style-2 .pxl--item:first-child .pxl-item--text {
  border-width: 1px 0 !important;
  border-color: #d5d5d5;
  border-style: solid;
}
.pxl-list1.style-3 .pxl--item {
  display: flex;
  align-items: center;
}
.pxl-list1.style-3 .pxl-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.pxl-list1.style-4 .pxl--item {
  padding-left: 17px;
  position: relative;
}
.pxl-list1.style-4 .pxl--item::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--primary-color);
  top: 6px;
  left: 0;
}
.pxl-btn-video .pxl-video--inner {
  position: relative;
}
.pxl-btn-video.style1 {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: inline-flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.pxl-btn-video.style1: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: -2;
  border-radius: inherit;
}
.pxl-btn-video.style2 {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-flex;
  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');
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.pxl-btn-video.style2: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: -2;
  border-radius: inherit;
}
.pxl-btn-video.style2:hover, .pxl-btn-video.style2:focus {
  color: #fff;
}
.pxl-btn-video.style3 {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.pxl-btn-video.style3 i {
  font-size: 22px;
}
.pxl-btn-video.style3:hover, .pxl-btn-video.style3:focus {
  color: #fff;
}
.pxl-btn-video.style6 {
  width: 55.2px;
  height: 55.2px;
  border-radius: 55.2px;
  display: inline-flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.pxl-btn-video.style6 i {
  background-color: #ff4c13;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff4c13), to(#fe7524));
  background-image: -webkit-linear-gradient(to right, #ff4c13, #fe7524);
  background-image: -moz-linear-gradient(to right, #ff4c13, #fe7524);
  background-image: -ms-linear-gradient(to right, #ff4c13, #fe7524);
  background-image: -o-linear-gradient(to right, #ff4c13, #fe7524);
  background-image: linear-gradient(to right, #ff4c13, #fe7524);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff4c13', endColorStr='#fe7524', gradientType='1');
  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;
  background-size: 100% 100%;
}
.pxl-btn-video.style6: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: -2;
  border-radius: inherit;
}
.pxl-btn-video.style6:hover::before {
  animation-play-state: paused;
}
.pxl-video-style4 {
  border-radius: 0px 0px 300px 300px;
  border: 8px solid var(--ffffff, #fff);
  background: linear-gradient(180deg, rgba(162, 52, 253, 0.00) 16%, var(--primary-color) 78.26%, var(--primary-color) 100%);
  width: 137px;
  height: 496px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.pxl-video-style4 .pxl-video--inner {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 7px;
  z-index: 99;
}
.pxl-video-style4 .btn-video-wrap {
  line-height: 0.8;
}
.pxl-info-box1 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 62px 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.pxl-info-box1 .pxl-item--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.pxl-info-box1 .pxl-phone--number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .pxl-info-box1 .pxl-phone--number {
    font-size: 28px;
  }
}
.pxl-info-box1 .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-info-box1 .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-info-box1 .pxl-item--icon i.active {
  animation: pxl_zigzag 0.8s ease-out infinite;
  -webkit-animation: pxl_zigzag 0.8s ease-out infinite;
}
.pxl-info-box1 .pxl-phone--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-info-box1:before {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.pxl-search-form1.style-1 .pxl-searchform-wrap {
  position: relative;
}
.pxl-search-form1.style-1 .pxl-search-submit {
  height: 60px;
  width: 60px;
  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-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;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 60px 60px 0;
  -khtml-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -ms-border-radius: 0 60px 60px 0;
  -o-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  padding: 0;
  position: absolute;
  color: #fff;
  line-height: 60px;
  z-index: 1;
  font-size: 19px;
  font-weight: 400;
  border: none;
}
.pxl-search-form1.style-1 .pxl-search-submit:before, .pxl-search-form1.style-1 .pxl-search-submit:after {
  display: none;
}
.pxl-search-form1.style-1 .pxl-search-submit:hover {
  background-position: right center;
}
.pxl-search-form1.style-1 .pxl-search-field {
  background-color: #fff;
  border-radius: 60px;
  font-size: 16px;
  padding-left: 21px;
  padding-right: 21px;
  border: 1px solid #d9d9d9;
  color: rgba(69, 69, 69, 0.55);
}
.pxl-search-form1.style-2 .pxl-search-field {
  font-size: 32px;
  color: #454545;
  padding: 0;
  border: none;
  background-color: transparent;
  height: 58px;
  font-weight: 500;
  border-radius: 0px;
}
.pxl-search-form1.style-2 .pxl-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 58px;
  padding: 0;
  border: none;
  box-shadow: none;
  width: 58px;
  color: var(--primary-color);
  background: none;
  font-size: 26px;
  margin: 0 -15px;
  background: none;
}
.pxl-search-form1.style-2 .pxl-search-submit:hover, .pxl-search-form1.style-2 .pxl-search-submit:focus {
  color: var(--primary-color);
  background: none;
}
.pxl-search-form1.style-2 .pxl-searchform-divider {
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  transform-origin: left center;
}
.pxl-search-form1.style-2 .pxl-searchform-wrap {
  position: relative;
}
.pxl-contact-box1 {
  border-radius: 15px;
  background-color: rgba(var(--primary-color-rgb),0.08);
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .pxl-contact-box1 {
    font-size: 17px;
    padding: 15px;
  }
}
.pxl-contact-box1 .pxl-item--icon {
  line-height: 1;
  font-size: 30px;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .pxl-contact-box1 .pxl-item--icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.pxl-contact-box1 .pxl-item--title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
}
.pxl-contact-box1 .pxl-item--holder {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-contact-box1 .pxl-item--holder {
    display: block;
  }
}
.pxl-contact-box1 .pxl-item--button {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .pxl-contact-box1 .pxl-item--button {
    margin-bottom: 20px;
  }
}
.pxl-contact-box1 .pxl-item--button .btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 26px;
}
.pxl-contact-box1 .pxl-contact--inner {
  border-radius: 12px;
  padding: 25px 25px 23px 25px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .pxl-contact-box1 .pxl-contact--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pxl-preset-4 .pxl-service-style1 .pxl-post--icon::after, .pxl-preset-4 .pxl-icon-color-gradient i, .pxl-preset-4 .pxl-portfolio-style1 .pxl-post--readmore.pxl-gradient-rotate, .pxl-preset-4 .pxl-testimonial-carousel1 .pxl-item--rating .pxl-item--star, .pxl-preset-4 .pxl-tabs2 .pxl-tabs--title .pxl-title--text, .pxl-preset-4 .pxl-counter1 .pxl-counter--number::before, .pxl-preset-4 .pxl-blog-style3 .pxl-post--category a, .pxl-preset-4 .pxl-blog-style3 .pxl-item--inner::after, .pxl-preset-4 .pxl-blog-style3 .pxl-post--meta div + div::before, .pxl-preset-4 .pxl-contact-form .pxl-form--label span {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 52%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 52%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 52%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 52%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 52%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-color: transparent;
}
.pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn {
  background: none;
  color: #242425;
}
.pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:before, .pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -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-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:before {
  background-color: #fff;
}
.pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:after {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color) 0%, var(--gradient-color-to) 24%, var(--gradient-color-from) 60%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color) 0%, var(--gradient-color-to) 24%, var(--gradient-color-from) 60%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color) 0%, var(--gradient-color-to) 24%, var(--gradient-color-from) 60%, var(--third-color) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color) 0%, var(--gradient-color-to) 24%, var(--gradient-color-from) 60%, var(--third-color) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color) 0%, var(--gradient-color-to) 24%, var(--gradient-color-from) 60%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  opacity: 0;
}
.pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:hover, .pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:focus {
  color: #fff;
}
.pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:hover:before, .pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:focus:before {
  opacity: 0;
}
.pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:hover:after, .pxl-preset-4 .pxl-pricing1 .pxl-pricing--button .btn:focus:after {
  opacity: 1;
}
.pxl-preset-4 .pxl-blog-style3 .pxl-post--button {
  --button-text-color: #929b9f;
}
.pxl-preset-4 .pxl-blog-style3 .pxl-post--button span, .pxl-preset-4 .pxl-blog-style3 .pxl-post--button span:before, .pxl-preset-4 .pxl-blog-style3 .pxl-post--button i {
  background-image: -webkit-linear-gradient(to right, var(--gradient-first-color), var(--gradient-color-to) 25%, var(--gradient-color-from) 50%, var(--button-text-color) 50%);
  background-image: -moz-linear-gradient(to right, var(--gradient-first-color), var(--gradient-color-to) 25%, var(--gradient-color-from) 50%, var(--button-text-color) 50%);
  background-image: -ms-linear-gradient(to right, var(--gradient-first-color), var(--gradient-color-to) 25%, var(--gradient-color-from) 50%, var(--button-text-color) 50%);
  background-image: -o-linear-gradient(to right, var(--gradient-first-color), var(--gradient-color-to) 25%, var(--gradient-color-from) 50%, var(--button-text-color) 50%);
  background-image: linear-gradient(to right, var(--gradient-first-color), var(--gradient-color-to) 25%, var(--gradient-color-from) 50%, var(--button-text-color) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
body.rtl .pxl-call-phone1.style-2 .pxl-item--icon {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .pxl-button-video1 .slider-video-icon i {
  margin-left: 0;
  margin-right: 6px;
}
.pxl-icon-clap1 {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.34);
  border: 3px solid #fff;
  position: relative;
  animation: pxl_bounce 1.5s ease-out infinite;
}
.pxl-icon-clap1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.56);
}
.pxl-icon-clap1 img {
  width: 58px;
}
.pxl-icon-text1 .pxl-item-wrap {
  display: flex;
  align-items: center;
}
.pxl-icon-text1 .pxl-item--text {
  margin: 0;
}
.pxl-icon-text1 .pxl-item--title {
  margin: 0;
}
.pxl-icon-text1 .pxl-item--icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
}
.pxl-icon-text1 .pxl-item--icon i, .pxl-icon-text1 .pxl-item--icon svg {
  animation: shake-and-pause 2s ease-in-out infinite;
  animation-fill-mode: forwards;
}
.pxl-icon-text1.style-default {
  all: unset;
}
.pxl-icon-text1.style-default .pxl-item--icon {
  all: unset;
  line-height: 1;
}
.pxl-icon-text1.style-default .pxl-item--icon i, .pxl-icon-text1.style-default .pxl-item--icon svg {
  all: unset;
}
.pxl-icon-text1.style-2 {
  border-radius: 10px;
  background: var(--primary-color);
  position: relative;
}
.pxl-icon-text1.style-2 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.pxl-icon-text1.style-2:hover .pxl-item--icon i, .pxl-icon-text1.style-2:hover .pxl-item--icon svg {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-icon-text1.style-2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  border-radius: inherit;
  background: #f8f8f8;
}
.pxl-icon-text1.style-2 .pxl-item--icon {
  width: 44px;
  height: 29px;
  border-radius: 0px 28px 28px 0px;
  background: var(--primary-color);
  z-index: 2;
}
.pxl-icon-text1.style-2 .pxl-item--icon i, .pxl-icon-text1.style-2 .pxl-item--icon svg {
  animation: unset;
}
.pxl-icon-text1.style-2 .pxl-item--meta {
  z-index: 2;
}
.pxl-icon-text1.style-3 {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  position: relative;
}
.pxl-icon-text1.style-3:hover .pxl-item--icon i, .pxl-icon-text1.style-3:hover .pxl-item--icon svg {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-icon-text1.style-3 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-icon-text1.style-3 .pxl-item-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.pxl-icon-text1.style-3 .pxl-item-wrap .pxl-item--icon {
  order: 2;
}
.pxl-icon-text1.style-3 .pxl-item-wrap .pxl-item--meta {
  order: 1;
}
.pxl-icon-text1.style-3 .pxl-item--icon {
  width: auto;
  height: auto;
  background: transparent;
  z-index: 2;
}
.pxl-icon-text1.style-3 .pxl-item--icon i, .pxl-icon-text1.style-3 .pxl-item--icon svg {
  animation: unset;
}
.pxl-icon-text1.style-4 .pxl-item--icon i, .pxl-icon-text1.style-4 .pxl-item--icon svg {
  animation: unset;
}
.pxl-icon-text1.style-5 .pxl-item--text {
  position: relative;
  padding-left: 37px;
}
.pxl-icon-text1.style-5 .pxl-item--text::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  padding: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-image: -webkit-linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  background-image: -moz-linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  background-image: -ms-linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  background-image: -o-linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  background-image: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='var(--secondary-color)');
}
.pxl-icon-text1.style-5 .pxl-item--text::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 51%;
  left: 7px;
  transform: translateY(-50%);
  border-radius: 30px;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='var(--secondary-color)');
}
.pxl-icon-text1.style-6 .pxl-item--inner {
  padding: 19px 28px 28px 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.pxl-icon-text1.style-6 .pxl-item--inner .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-icon-text1.style-6 .pxl-item--inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(-90deg, var(--primary-color) 0%, rgba(162, 52, 253, 0) 100%);
  background-image: -moz-linear-gradient(-90deg, var(--primary-color) 0%, rgba(162, 52, 253, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, var(--primary-color) 0%, rgba(162, 52, 253, 0) 100%);
  background-image: -o-linear-gradient(-90deg, var(--primary-color) 0%, rgba(162, 52, 253, 0) 100%);
  background-image: linear-gradient(-90deg, var(--primary-color) 0%, rgba(162, 52, 253, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color) 0%', endColorStr='rgba(162, 52, 253, 0) 100%');
  mask-composite: exclude;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
  opacity: 1;
}
.pxl-icon-text1.style-6 .pxl-item--inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: all 0.25s ease-out;
  border-radius: inherit;
  mask-composite: exclude;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
}
.pxl-icon-text1.style-6 .pxl-item--inner:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  background-image: -webkit-linear-gradient(-90deg, var(--primary-color) 0%, var(--secondary-color) 28%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(-90deg, var(--primary-color) 0%, var(--secondary-color) 28%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(-90deg, var(--primary-color) 0%, var(--secondary-color) 28%, var(--third-color) 100%);
  background-image: -o-linear-gradient(-90deg, var(--primary-color) 0%, var(--secondary-color) 28%, var(--third-color) 100%);
  background-image: linear-gradient(-90deg, var(--primary-color) 0%, var(--secondary-color) 28%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-icon-text1.style-6 .pxl-item--inner:hover .pxl-item--icon img {
  opacity: 1;
  filter: grayscale(0%);
  transition: all 0.3s;
}
.pxl-icon-text1.style-6 .pxl-item--icon {
  background: unset;
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.pxl-icon-text1.style-6 .pxl-item--icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: grayscale(100%);
}
.pxl-icon-text1.style-6 .pxl-item--meta .pxl-item--title {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 28px;
  font-weight: 800;
  /* 114.286% */
  line-height: 1.14;
  letter-spacing: -1.12px;
}
.pxl-icon-text1.style-7 .pxl-item--link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.pxl-icon-text1.style-7:hover .pxl-item--icon i, .pxl-icon-text1.style-7:hover .pxl-item--icon svg {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-icon-text1.style-7 .pxl-item--icon {
  width: 105px;
  height: 105px;
  position: relative;
  background: transparent;
}
.pxl-icon-text1.style-7 .pxl-item--icon i, .pxl-icon-text1.style-7 .pxl-item--icon svg {
  animation: unset;
}
.pxl-icon-text1.style-7 .pxl-item--icon i {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  font-size: 33px;
  line-height: 1;
  position: absolute;
  bottom: 13px;
  right: 18px;
}
.pxl-icon-text1.style-7 .pxl-item--icon::before {
  position: absolute;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: '';
  border-radius: 4px;
  background: rgba(var(--heading-color-rgb),0.32);
  width: 100%;
  height: 100%;
  z-index: -2;
}
.pxl-icon-text1.style-7 .pxl-item--icon::after {
  position: absolute;
  clip-path: polygon(99.9% 2%, 2% 100%, 100% 99.9%);
  content: '';
  border-radius: 4px;
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
}
.pxl-icon-text1.style-8 .pxl-item--inner {
  padding: 0 0 0 22px;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.pxl-icon-text1.style-8 .pxl-item--inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 20px;
  background-image: -webkit-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  z-index: -2;
  opacity: 0.2;
}
.pxl-icon-text1.style-8 .pxl-item--inner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  z-index: -1;
}
.pxl-icon-text1.style-8 .pxl-item--icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  border-radius: 66px;
  background-image: -webkit-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  background-image: linear-gradient(90deg, #7512a2 0%, #ff31ab 49%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-icon-text1.style-8 .pxl-item--title {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 110px;
}
.pxl-icon-text1.style-9 {
  position: relative;
}
.pxl-icon-text1.style-9 * {
  transition: all 0.5s;
}
.pxl-icon-text1.style-9:hover .pxl-item--icon {
  background-image: -webkit-linear-gradient(180deg, #f8b6bc 0%, #771a99 49%, #bd6ffd 100%);
  background-image: -moz-linear-gradient(180deg, #f8b6bc 0%, #771a99 49%, #bd6ffd 100%);
  background-image: -ms-linear-gradient(180deg, #f8b6bc 0%, #771a99 49%, #bd6ffd 100%);
  background-image: -o-linear-gradient(180deg, #f8b6bc 0%, #771a99 49%, #bd6ffd 100%);
  background-image: linear-gradient(180deg, #f8b6bc 0%, #771a99 49%, #bd6ffd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-icon-text1.style-9:hover .pxl-item--icon i {
  color: #fff;
}
.pxl-icon-text1.style-9 .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-icon-text1.style-9 .pxl-item--icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #fff;
}
.pxl-icon-text1.style-9 .pxl-item--icon i {
  animation: none;
  color: #444;
}
.pxl-icon-text2 {
  position: relative;
}
.pxl-icon-text2.style-1 .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-icon-text2.style-1 .pxl-item-wrap {
  display: flex;
  border-radius: 5px;
  transition: all 0.3s;
  padding: 13px 30px 16px 11px;
}
.pxl-icon-text2.style-1 .pxl-item--title {
  font-size: 14px;
  color: #f2eff5;
  font-weight: bold;
  margin: 0 0 5px 0;
  transition: all 0.3s;
}
.pxl-icon-text2.style-1 .pxl-item--desc {
  font-size: 12px;
  color: #a89bb5;
}
.pxl-icon-text2.style-1 .pxl-item--icon {
  font-size: 25px;
  margin-right: 14px;
}
.pxl-icon-text2.style-1 .pxl-item--icon i {
  line-height: 1;
  background-image: -webkit-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%;
  background-position: 0 100%;
  transition: all 0.3s;
}
.pxl-icon-text2.style-1:hover .pxl-item--title {
  color: var(--heading-color);
}
.pxl-icon-text2.style-1:hover .pxl-item--icon i {
  background-image: -webkit-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  animation-name: wobble_vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-icon-text2.style-1:hover .pxl-item-wrap {
  background-color: #fff;
}
.pxl-icon-text2.style-2 {
  border-radius: 5px;
  z-index: 1;
}
.pxl-icon-text2.style-2 .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-icon-text2.style-2 .pxl-item-wrap {
  display: flex;
  border-radius: 5px;
  transition: all 0.3s;
  padding: 13px 30px 16px 11px;
}
.pxl-icon-text2.style-2 .pxl-item--title {
  font-size: 14px;
  color: #f2eff5;
  font-weight: bold;
  margin: 0 0 5px 0;
  transition: all 0.3s;
}
.pxl-icon-text2.style-2 .pxl-item--desc {
  font-size: 12px;
  color: #a89bb5;
}
.pxl-icon-text2.style-2 .pxl-item--icon {
  font-size: 25px;
  margin-right: 14px;
}
.pxl-icon-text2.style-2 .pxl-item--icon i {
  line-height: 1;
  background-image: -webkit-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: linear-gradient(-45deg, #a299ab 100%, var(--primary-color) 50%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%;
  background-position: 0 100%;
  transition: all 0.3s;
}
.pxl-icon-text2.style-2::before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(to right, var(--primary-color), var(--secondary-color));
  background-image: -moz-linear-gradient(to right, var(--primary-color), var(--secondary-color));
  background-image: -ms-linear-gradient(to right, var(--primary-color), var(--secondary-color));
  background-image: -o-linear-gradient(to right, var(--primary-color), var(--secondary-color));
  background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='var(--secondary-color)');
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px 2px 3px 2px;
}
.pxl-icon-text2.style-2 .pxl-item--icon i {
  background-image: -webkit-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-icon-text2.style-2:hover .pxl-item--title {
  color: var(--heading-color);
}
.pxl-icon-text2.style-2:hover .pxl-item--icon i {
  background-image: -webkit-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -moz-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -ms-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: -o-linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  background-image: linear-gradient(-45deg, #a299ab 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  animation-name: wobble_vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-icon-text2.style-2:hover .pxl-item--title {
  color: #fff;
}
.pxl-icon-text2.style-2:hover .pxl-item-wrap {
  background-color: transparent;
}
.pxl-icon-text2.style-3 .pxl-item--link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.pxl-icon-text2.style-3 .pxl-item--title {
  margin: 0;
}
.pxl-icon-text2.style-3 .pxl-item-wrap {
  display: flex;
}
.pxl-icon-text2.style-3 .pxl-item--icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-text2.style-3 .pxl-item--icon i, .pxl-icon-text2.style-3 .pxl-item--icon svg {
  animation: shake 2s ease-in-out infinite;
}
.pxl-icon-text2.style-4 .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-icon-text2.style-4 .pxl-item--icon {
  width: 48px;
  height: 48px;
  clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
  background: linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 0 4px;
}
.pxl-icon-text2.style-4 .pxl-item--inner:hover i {
  animation: wobble_vertical 1s ease;
}
.pxl-icon-text2.style-4 .pxl-item-wrap {
  display: flex;
  align-items: center;
}
.pxl-icon-text2.style-4 .pxl-item-wrap .pxl-item--title {
  color: rgba(var(--heading-color-rgb),0.7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.pxl-icon-text2.style-4 .pxl-item-wrap .pxl-item--desc {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.pxl-icon-text2.style-5 .pxl-item--inner {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
.pxl-icon-text2.style-5 .pxl-item--inner::before {
  position: absolute;
  content: '';
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: inherit;
  top: -16px;
  left: -16px;
  border-width: 1px 0 0 1px;
  border-color: #9f9f9f;
  border-style: solid;
  opacity: 0.3;
}
.pxl-icon-text2.style-5 .pxl-item--link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.pxl-icon-text2.style-5 .pxl-item--title {
  margin: 0 0 21px 0;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.pxl-icon-text2.style-5 .pxl-item--desc {
  color: var(--444444, #444);
  font-size: 18px;
  font-weight: 400;
}
.pxl-icon-text2.style-5 .pxl-item-wrap {
  display: flex;
}
.pxl-icon-text2.style-5 .pxl-item--icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-text2.style-5 .pxl-item--icon i, .pxl-icon-text2.style-5 .pxl-item--icon svg {
  animation: shake 2s ease-in-out infinite;
}
.pxl-solution-carousel1 * {
  transition: all 0.3s;
}
.pxl-solution-carousel1 .pxl-carousel-inner {
  overflow: unset;
}
.pxl-solution-carousel1.style-2 .pxl-button {
  opacity: 1;
  min-width: 44.3px;
  min-height: 44.3px;
}
.pxl-solution-carousel1.style-2 .pxl-button a i {
  font-size: 22px;
}
.pxl-solution-carousel1 .pxl-wrapper {
  display: flex;
  justify-content: center;
  gap: 27px;
  flex-wrap: wrap;
}
.pxl-solution-carousel1 .pxl-item:hover .pxl-item--inner {
  padding-right: 67px;
  min-width: 430px;
}
@media screen and (max-width: 1280px) {
  .pxl-solution-carousel1 .pxl-item:hover .pxl-item--inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-solution-carousel1 .pxl-item:hover .pxl-item--inner {
    padding-right: 0px;
    min-width: auto;
  }
}
.pxl-solution-carousel1 .pxl-item:hover .pxl-item--title {
  background-size: 100% 1px;
}
.pxl-solution-carousel1 .pxl-item:hover .pxl-button {
  opacity: 1;
  min-width: 44.3px;
  min-height: 44.3px;
}
@media screen and (max-width: 479px) {
  .pxl-solution-carousel1 .pxl-item:hover .pxl-button {
    opacity: 0;
  }
}
.pxl-solution-carousel1 .pxl-item:hover .pxl-button a i {
  font-size: 22px;
}
.pxl-solution-carousel1 .pxl-item--inner {
  min-height: 110px;
  min-width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 479px) {
  .pxl-solution-carousel1 .pxl-item--inner {
    min-width: auto;
  }
}
.pxl-solution-carousel1 .pxl-item--meta {
  margin: 0 0 0 25px;
  transition: padding 0.3s ease;
}
.pxl-solution-carousel1 .pxl-item--title {
  margin: 0;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
}
.pxl-solution-carousel1 .pxl-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-solution-carousel1 .pxl-button {
  opacity: 0;
  transition: all 0.3s;
  min-width: 0;
  min-height: 0;
  border-radius: 4px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  position: absolute;
  right: 30px;
}
.pxl-solution-carousel1 .pxl-button a {
  display: flex;
}
.pxl-solution-carousel1 .pxl-button a i {
  transform: rotate(-45deg);
  color: #fff;
  font-size: 0;
}
.pxl-banner-edit1 .pxl-item-title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.333;
  margin: 0;
}
.pxl-banner-edit1 .pxl-item-content {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.722);
  margin-bottom: 20px;
}
.pxl-banner-edit1 .wrap-content {
  position: absolute;
  bottom: 37px;
  left: 35px;
  text-align: center;
  width: 79.6%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 28px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 28px 55px 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.pxl-banner-edit1 .btn.btn-icon-box4 {
  line-height: 33px;
  padding: 0 27px 0 8px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-width: 2px;
}
.pxl-banner-edit1 .btn.btn-icon-box4 .pxl--btn-icon {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  margin-right: 15px;
  box-shadow: 0px 4px 1.96px 0.04px rgba(8, 0, 17, 0.2);
}
.pxl-banner-edit1 .pxl-image img {
  border-radius: 15px;
}
.pxl-banner-edit1 .pxl-icon--users {
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.pxl-banner-edit1 .pxl-icon--users a.pxl-is-login {
  font-weight: 500;
}
.pxl-banner-edit1 .pxl-icon--users .btn-sign-up {
  all: unset;
  width: 132px;
  height: 37px;
}
.pxl-banner-edit1 .pxl-icon--users .btn-sign-up:hover span {
  margin: 0;
}
.pxl-banner-edit1 .pxl-icon--users .btn-sign-up:hover span p {
  margin: 0;
}
.pxl-banner-edit1 .pxl-icon--users .btn-sign-up span {
  width: 100%;
  margin: 0;
  width: 122px;
  height: 37px;
}
.pxl-banner-edit1 .pxl-icon--users .btn-sign-up span p {
  font-size: 14px;
  font-weight: 700;
}
.pxl-banner-edit1 .pxl-icon--users .btn-sign-up span i {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-banner-edit1 .pxl-icon--users .pxl-is-not-login {
  display: flex;
  align-items: center;
}
.pxl-banner-edit1 .pxl-icon--users .pxl-is-not-login span {
  font-size: 18px;
}
.pxl-banner-edit1 .pxl-icon--users i {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 2px;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(1px);
  -khtml-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.pxl-banner-edit1 .pxl-icon--users i:hover, .pxl-banner-edit1 .pxl-icon--users i:active, .pxl-banner-edit1 .pxl-icon--users i:focus {
  color: var(--link-color-hover);
}
.pxl-banner-edit1 .pxl-icon--users .pxl-user-account {
  margin: 0;
  margin-left: 0px;
  background: var(--primary-color);
  border: 2px solid #fff;
  border-radius: 6px;
  width: 132px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-banner-edit1 .pxl-icon--users .pxl-user-account li {
  list-style: none;
}
.pxl-banner-edit1 .pxl-icon--users .pxl-user-account li a {
  color: #fff;
  font-size: 14px;
}
.pxl-banner-edit1 .pxl-icon--users span {
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 1400px) {
  .pxl-banner-edit1 .pxl-icon--users.name-show-h a.pxl-is-login {
    display: none;
  }
}
.pxl-banner-edit2 .wrap-content {
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16) inset;
  text-align: center;
  padding: 30px 50px 25px;
}
@media screen and (max-width: 1199px) {
  .pxl-banner-edit2 .wrap-content {
    padding: 25px;
  }
}
.pxl-banner-edit2 .pxl-item--icon {
  margin-bottom: 15px;
}
.pxl-banner-edit2 .pxl-item-title {
  margin-bottom: 12px;
}
.pxl-banner-edit2 .pxl-item-content {
  margin-bottom: 17px;
}
.pxl-banner-edit2 .pxl-button-link {
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  gap: 13px;
  border-radius: 8px;
  background: var(--primary-color);
  justify-content: center;
}
.pxl-banner-edit2 .pxl--btn-icon {
  margin-bottom: -8px;
  animation: shake-and-pause 2s ease-in-out infinite;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
}
.pxl-testimonial-box1 .pxl-item--inner {
  padding: 33px 40px 1px 38px;
  background: #f6f6f6;
  border-radius: 8px;
  border-left: 4px solid var(--primary-color);
}
.pxl-testimonial-box1 cite {
  color: var(--primary-color);
}
.pxl-testimonial-box1 .pxl-item--text {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: -0.05px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-box1 .pxl-item--text {
    font-size: 17px;
  }
}
.pxl-testimonial-box1 .pxl-item--author {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
  text-transform: uppercase;
  position: relative;
  padding-left: 72px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-box1 .pxl-item--author {
    font-size: 15px;
    padding-left: 40px;
  }
}
.pxl-testimonial-box1 .pxl-item--author:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  height: 2px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-box1 .pxl-item--author:before {
    width: 30px;
  }
}
.pxl-testimonial-box1 .pxl-svg {
  position: absolute;
  left: 32px;
  top: 24px;
}
.pxl-testimonial-box2 {
  position: relative;
  z-index: 1;
}
.pxl-testimonial-box2 .pxl-item--meta {
  display: flex;
  align-items: center;
  padding: 8px;
}
@media screen and (max-width: 1201px) {
  .pxl-testimonial-box2 .pxl-item--meta {
    padding: 20px 8px;
  }
}
@media (max-width: 768px) {
  .pxl-testimonial-box2 .pxl-item--meta {
    padding: 8px;
  }
}
.pxl-testimonial-box2 .pxl-item--meta img {
  clip-path: polygon(0 0, 70.3% 0, 100% 31%, 100% 100%, 25% 100%, 0 70%);
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-box2 .pxl-item--meta img {
    min-width: 140px;
    clip-path: polygon(0 0, 94.5% 0, 100% 30%, 100% 100%, 5% 100%, 0 72%);
  }
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-box2 .pxl-item--meta img {
    min-width: 80px;
    clip-path: polygon(0 0, 90% 0, 100% 36%, 100% 100%, 8% 100%, 0 72%);
  }
}
.pxl-testimonial-box2::before {
  content: '';
  width: 910px;
  height: 140px;
  z-index: -1;
  position: absolute;
  background: rgba(var(--primary-color-rgb),0.48);
  backdrop-filter: blur(6px);
  clip-path: polygon(0 0, 95% 0, 100% 33%, 100% 100%, 4% 100%, 0 72%);
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-box2::before {
    clip-path: polygon(0 0, 95% 0, 100% 36%, 100% 100%, 4% 100%, 0 72%);
  }
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-box2::before {
    clip-path: polygon(0 0, 93% 0, 100% 36%, 100% 100%, 6.5% 100%, 0 72%);
  }
}
@media screen and (max-width: 1025px) {
  .pxl-testimonial-box2::before {
    clip-path: polygon(0 0, 89.5% 0, 100% 33%, 100% 100%, 8.5% 100%, 0 72%);
  }
}
@media (max-width: 881px) {
  .pxl-testimonial-box2::before {
    clip-path: polygon(0 0, 93.5% 0, 100% 33%, 100% 100%, 5.5% 100%, 0 72%);
  }
}
.pxl-testimonial-box2 .pxl-item--text {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  /* 150% */
  line-height: 1.5;
  max-width: 375px;
  margin-left: 24px;
}
.pxl-project-box .pxl-item--text {
  display: flex;
}
.pxl-project-box .pxl-item--text + .pxl-item--text {
  margin-top: 13px;
}
.pxl-project-box .pxl-item--text > div {
  color: var(--heading-color);
  margin-right: 8px;
  font-weight: 500;
}
.pxl-project-box .pxl-item--meta {
  position: relative;
  padding: 35px 45px 30px 30px;
  border-radius: 12px;
  background: #fff;
}
.pxl-project-box .pxl-item--meta::before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: inherit;
  top: 49.9%;
  left: 50.1%;
  transform: translate(-50%, -50%);
  background-image: -webkit-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: -moz-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: -ms-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: -o-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  z-index: -1;
}
.pxl-showcase-layout1 .pxl-item--inner {
  position: relative;
}
.pxl-showcase-layout1 .pxl-item--inner:hover img {
  filter: grayscale(0);
}
.pxl-showcase-layout1 .lightbox {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-showcase-layout1 img {
  border-radius: 8px;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.pxl-showcase-layout1.style-2 .pxl-item--image {
  overflow: hidden;
  border-radius: 8px;
}
.pxl-showcase-layout1.style-2 .pxl-item--image:hover img {
  transform: scale(1.05);
}
.pxl-showcase-layout1.style-2 img {
  border-radius: 8px;
  filter: grayscale(0);
  width: 100%;
  transition: transform 0.3s;
}
.pxl-showcase-layout1.style-2 img:hover {
  transform: scale(1.09);
}
.pxl-list-modern1 {
  margin: 0 -20px;
}
@media screen and (max-width: 1200px) {
  .pxl-list-modern1 {
    margin: 0 -15px;
  }
}
.pxl-list-modern1 > div {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .pxl-list-modern1 > div {
    padding: 0 15px;
  }
}
.pxl-list-modern1 .pxl-list--content {
  display: flex;
  width: 100%;
}
.pxl-list-modern1 .pxl-list--images {
  width: 32.3%;
}
@media (max-width: 1280px) {
  .pxl-list-modern1 .pxl-list--images {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .pxl-list-modern1 .pxl-list--images {
    display: none;
  }
}
.pxl-list-modern1 .pxl-list--images .pxl-images--inner {
  height: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -moz-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -ms-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: -o-linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-image: linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  border-radius: 8px;
}
.pxl-list-modern1 .pxl-list--images .pxl-images--inner .pxl-list--featured {
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pxl-list-modern1 .pxl-list--images .pxl-images--inner .pxl-list--featured:not(.pxl-portfolio--first) {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
}
.pxl-list-modern1 .pxl-list--images .pxl-images--inner .pxl-list--featured.active {
  width: 100%;
  z-index: 3;
  opacity: 1;
}
.pxl-list-modern1 .pxl-right {
  display: flex;
  justify-content: space-between;
  width: 51.82%;
}
@media screen and (max-width: 991px) {
  .pxl-list-modern1 .pxl-right {
    width: 40%;
  }
}
@media (max-width: 580px) {
  .pxl-list-modern1 .pxl-right {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
}
.pxl-list-modern1 .pxl-item--title {
  font-size: 65px;
  font-weight: 700;
  /* 100% */
  line-height: 1;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 880px) {
  .pxl-list-modern1 .pxl-item--title {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pxl-list-modern1 .pxl-item--title {
    font-size: 30px;
  }
}
.pxl-list-modern1 .pxl-namespace {
  display: flex;
  justify-content: space-between;
  color: #939191;
  font-size: 16px;
  font-weight: 500;
  /* 175% */
  line-height: 1.75;
  text-transform: uppercase;
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .pxl-list-modern1 .pxl-namespace {
    display: none;
  }
}
.pxl-list-modern1 .pxl-list {
  width: 69.5%;
  padding-left: 30px;
  padding-top: 13px;
}
@media (max-width: 1280px) {
  .pxl-list-modern1 .pxl-list {
    width: 60%;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .pxl-list-modern1 .pxl-list {
    width: 100%;
    padding: 0;
  }
}
.pxl-list-modern1 .pxl-list .pxl--item {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pxl-list-modern1 .pxl-list .pxl--item {
    z-index: 3;
    position: relative;
  }
}
.pxl-list-modern1 .pxl-list .pxl--item.active {
  background: rgba(162, 52, 253, 0.10);
  padding: 0 30px;
}
.pxl-list-modern1 .pxl-list .pxl--item.active .pxl-item-content {
  color: var(--primary-color);
}
.pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfe1e5;
  padding: 35px 0 32px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content {
    display: block;
  }
}
@media (max-width: 480px) {
  .pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content {
    font-size: 18px;
  }
}
.pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content .pxl-item--text {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content .pxl-item-name {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
  /* 187.5% */
  line-height: 1.875;
}
.pxl-list-modern1 .pxl-list .pxl--item .pxl-item-content .pxl-item-year {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  /* 187.5% */
  line-height: 1.875;
}
.pxl-list-modern1 .pxl-item--image {
  display: none;
}
@media (max-width: 991px) {
  .pxl-list-modern1 .pxl-item--image {
    display: block;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .pxl-list-modern1 .pxl-item--image {
    width: 100%;
  }
}
.pxl-text-carousel1.style2 {
  display: flex;
}
.pxl-text-carousel1.style2 .pxl-icon {
  display: none;
}
.pxl-text-carousel1.style2 .pxl--item {
  padding-left: 48px;
}
.pxl-text-carousel1.style2 .pxl-text-slide {
  display: flex;
}
.pxl-text-carousel1.style2 .pxl-text-slide:last-child {
  display: flex;
  margin-left: 83px;
}
.pxl-text-carousel1 .pxl-text-slide {
  display: flex;
}
.pxl-text-carousel1 .pxl-text-slide:last-child {
  display: none;
}
.pxl-text-carousel1 .pxl--item {
  display: flex;
  font-size: 24px;
  color: #fefefe;
  font-weight: bold;
  margin-right: 35px;
  padding-left: 52px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-text-carousel1 .pxl--item {
    margin-right: 5px;
    padding-left: 20px;
  }
}
.pxl-text-carousel1 .pxl--item:first-child {
  padding: 0;
}
.pxl-text-carousel1 .pxl--item:first-child .pxl-icon {
  display: none;
}
.pxl-text-carousel1 .pxl--item .pxl-item--icon {
  margin-right: 45px;
}
.pxl-text-carousel1 .pxl--item:last-child {
  margin: 0;
}
.pxl-text-carousel1 .pxl-icon {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  left: 0;
}
.pxl-text-carousel2 .pxl-text-slide {
  display: flex;
}
.pxl-text-carousel2 .pxl-text-slide:last-child {
  display: none;
}
.pxl-text-carousel2 .pxl--item {
  display: flex;
  font-size: 24px;
  color: #fefefe;
  font-weight: bold;
  margin-right: 35px;
  padding-left: 52px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-text-carousel2 .pxl--item {
    margin-right: 5px;
    padding-left: 30px;
  }
}
.pxl-text-carousel2 .pxl--item:first-child {
  padding: 0;
}
.pxl-text-carousel2 .pxl--item:first-child .pxl-icon {
  display: none;
}
.pxl-text-carousel2 .pxl--item .pxl-item--icon {
  margin-right: 45px;
}
.pxl-text-carousel2 .pxl--item:last-child {
  margin: 0;
}
.pxl-text-carousel2 .pxl-icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .pxl-text-carousel2 .pxl-icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-text-carousel2 .pxl-icon {
    left: 0px;
  }
}
.pxl-details-box1 a {
  display: flex;
}
.pxl-details-box1 a h6 {
  width: 117px;
}
.pxl-details-box2 {
  border-radius: 15px;
  background: #f9f9f9;
  padding: 30px;
  padding-top: 8px;
}
.pxl-details-box2 .pxl--item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
  padding-top: 20px;
}
.pxl-details-box2 .pxl--item .pxl-title {
  font-size: 18px;
  font-weight: 400;
  /* 144.444% */
  line-height: 1.4;
  display: flex;
  margin: 0;
}
.pxl-details-box2 .pxl--item .pxl-title .pxl-item--icon {
  margin-right: 7px;
  margin-top: 3px;
}
.pxl-details-box2 .pxl--item .pxl-text {
  font-size: 18px;
  font-weight: 400;
  /* 144.444% */
  line-height: 1.4;
}
.pxl-details-box2 .pxl-item--readmore.btn.btn-icon-box4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  display: flex;
  position: relative;
  margin-top: 24px;
}
.pxl-details-box2 .pxl-item--readmore.btn.btn-icon-box4 .pxl--btn-icon {
  margin-left: 20px;
  font-size: 22px;
  box-shadow: none;
}
.pxl-details-box2 .pxl-item--readmore.btn.btn-icon-box4 .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-career-grid1 .pxl-item--inner {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 31px 20px 24px 24px;
  margin-bottom: 30px;
}
.pxl-career-grid1 .pxl-item--inner svg {
  width: 51px;
  height: 51px;
}
.pxl-career-grid1 .pxl-item--inner .pxl-item--holder {
  margin-top: 15px;
}
.pxl-career-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  /* 136.364% */
  line-height: 1.36;
  margin-bottom: 12px;
}
.pxl-career-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
  font-size: 16px;
}
.pxl-career-grid1 .pxl-item--inner .pxl-link {
  position: absolute;
  inset: 0;
}
.pxl-career-grid1 .pxl-item--inner:hover svg {
  animation: pxl_bounce 1s ease-out;
  -webkit-animation: pxl_bounce 1s ease-out;
}
.pxl-apply-list1 .pxl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
  padding-top: 35px;
  padding-bottom: 38px;
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item {
    flex-wrap: wrap;
  }
}
.pxl-apply-list1 .pxl-item:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.pxl-apply-list1 .pxl-item .pxl-address-time {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1199px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time {
    margin-bottom: 15px;
  }
}
.pxl-apply-list1 .pxl-item .pxl-item-boder {
  position: relative;
  padding-right: 51px;
}
.pxl-apply-list1 .pxl-item .pxl-item-boder.pxl-item-year {
  padding-right: 60px;
  padding-left: 62px;
}
@media screen and (max-width: 1260px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder.pxl-item-year {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder.pxl-item-year {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pxl-apply-list1 .pxl-item .pxl-item-boder.pxl-item-deadline {
  padding-right: 54px;
  padding-left: 63px;
}
@media screen and (max-width: 1260px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder.pxl-item-deadline {
    padding-left: 30px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder.pxl-item-deadline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .pxl-apply-list1 .pxl-item .pxl-item-boder:after {
    display: none;
  }
}
.pxl-apply-list1 .pxl-item .pxl-item-boder:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 77px;
  transform: translate(0, -50%);
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, #1e1c1c 0%, rgba(30, 28, 28, 0.00) 100%);
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-title-address {
  color: var(--heading-color);
  font-family: "DM Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  /* 134.783% */
  line-height: 31px;
  margin-bottom: 13px;
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time .pxl-title-address {
    font-size: 20px;
  }
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-sub-address {
  font-size: 16px;
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time .pxl-sub-address {
    padding-left: 0;
  }
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-sub-address .pxl-icon {
  margin-right: 4px;
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-sub-address .pxl-icon svg {
  margin-bottom: -3px;
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-item-time {
  font-size: 16px;
  margin-left: 48px;
}
@media screen and (max-width: 1199px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time .pxl-item-time {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time .pxl-item-time {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-item-time .pxl-icon svg {
  margin-bottom: -3px;
}
.pxl-apply-list1 .pxl-item .sub-style {
  font-size: 16px;
}
.pxl-apply-list1 .pxl-item .title-style {
  font-size: 20px;
  color: var(--heading-color);
  margin-bottom: -5px;
  margin-top: 7px;
}
.pxl-apply-list1 .pxl-item .pxl-item-button {
  padding-left: 60px;
}
.pxl-apply-list1 .pxl-item .pxl-item-button .pxl--btn-icon {
  box-shadow: unset;
  font-size: 22px;
}
@media screen and (max-width: 1260px) {
  .pxl-apply-list1 .pxl-item .pxl-item-button {
    padding-left: 30px;
  }
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item .pxl-item-button {
    padding-left: 20px;
    margin-top: 25px;
  }
}
.pxl-apply-list1 .pxl-item .btn.btn-icon-box4 {
  padding: 0 15px 0 5px;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #716f73;
}
.pxl-apply-list1 .pxl-item .btn.btn-icon-box4:hover {
  background: var(--primary-color);
}
.pxl-image-single2.style-1 {
  position: relative;
}
.pxl-image-single2.style-1 .span1 {
  position: absolute;
  width: 39px;
  background: #fff;
  top: 0;
  left: 0;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .pxl-image-single2.style-1 .span1 {
    display: none;
  }
}
.pxl-image-single2.style-1 .span1::before {
  position: absolute;
  content: '';
  width: 39px;
  background: #fff;
  top: 0;
  left: 0;
  height: 39px;
  animation: slide-top-left 1s forwards;
}
.pxl-image-single2.style-1 .span1::after {
  position: absolute;
  content: '';
  width: 39px;
  background: #fff;
  top: 0;
  left: 0;
  height: 39px;
  animation: slide-top-left1 1.2s forwards;
}
.pxl-image-single2.style-1 .span2 {
  position: absolute;
  width: 39px;
  background: #fff;
  bottom: 0;
  right: 0;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .pxl-image-single2.style-1 .span2 {
    display: none;
  }
}
.pxl-image-single2.style-1 .span2::before {
  position: absolute;
  content: '';
  width: 39px;
  background: #fff;
  bottom: 0;
  right: 0;
  height: 39px;
  animation: slide-bottom-right 1s forwards;
}
.pxl-image-single2.style-1 .span2::after {
  position: absolute;
  content: '';
  width: 39px;
  background: #fff;
  bottom: 0;
  right: 0;
  height: 39px;
  animation: slide-bottom-right1 1.2s forwards;
}
.pxl-image-single2.style-2 {
  position: relative;
}
.pxl-image-single2.style-2::before {
  position: absolute;
  content: '';
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-tabs-slip1 {
  position: relative;
}
.pxl-tabs-slip1 .pxl-item--content {
  position: sticky;
  top: -100px;
}
.pxl-ai-tria.style1 .pxl-box-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pxl-ai-tria.style1 .pxl-border img {
    width: 450px;
  }
}
.pxl-ai-tria.style1 .bd1 {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0px;
  left: -42px;
  background: #fff;
  padding: 17px;
}
@media screen and (max-width: 1024px) {
  .pxl-ai-tria.style1 .bd1 {
    top: 17px;
  }
}
.pxl-ai-tria.style1 .bd2 {
  position: absolute;
  bottom: 0;
  right: -42px;
  background: #fff;
  padding: 17px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 1024px) {
  .pxl-ai-tria.style1 .bd2 {
    bottom: 17px;
  }
}
.pxl-ai-tria.style1 .pxl-item--imgsecondary {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.pxl-ai-tria.style1 .pxl-item--imglast {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.pxl-featured-image-box.style1 .pxl--item {
  display: flex;
  align-items: center;
  padding: 25px;
  background: #f7f1fc;
  padding-right: 30px;
  margin-bottom: 32px;
  border-radius: 8px;
  border: 4px solid transparent;
  transition: all 0.3s;
  position: relative;
}
.pxl-featured-image-box.style1 .pxl--item .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-featured-image-box.style1 .pxl--item:hover {
  border-color: #9117a0;
  transform: rotate(-2.5deg);
  filter: drop-shadow(-0.314px 2.984px 27px rgba(19, 19, 19, 0.18));
}
@media screen and (max-width: 575px) {
  .pxl-featured-image-box.style1 .pxl--item:hover {
    transform: rotate(0);
  }
}
.pxl-featured-image-box.style1 .pxl--item:hover .pxl-title {
  background-size: 100% 1px;
}
@media (max-width: 580px) {
  .pxl-featured-image-box.style1 .pxl--item {
    display: block;
  }
  .pxl-featured-image-box.style1 .pxl--item .pxl-item--image {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-featured-image-box.style1 .pxl--item .pxl-footer-box {
    display: block;
  }
}
.pxl-featured-image-box.style1 .pxl-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -1.25px;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
}
.pxl-featured-image-box.style1 .pxl-desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  margin-right: 40px;
}
.pxl-featured-image-box.style1 .pxl-item--image {
  margin-right: 30px;
  max-width: 160px;
}
.pxl-featured-image-box.style1 .pxl-item--image img {
  min-width: 160px;
  min-height: 169px;
  border-radius: 8px;
  object-fit: cover;
}
.pxl-featured-image-box.style1 .pxl-footer-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.pxl-featured-image-box.style1 .pxl-footer-box .pxl-author {
  display: flex;
  align-items: center;
}
.pxl-featured-image-box.style1 .pxl-footer-box .pxl-date-tag {
  display: flex;
  align-items: center;
}
.pxl-featured-image-box.style1 .pxl-item--image-author {
  margin-right: 14px;
  width: 35px;
  min-width: 35px;
  height: 35px;
}
.pxl-featured-image-box.style1 .pxl-item--image-author img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.pxl-featured-image-box.style1 .pxl-author-name {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.714;
}
.pxl-featured-image-box.style1 .pxl-date {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.714;
  margin-right: 16px;
}
.pxl-featured-image-box.style1 .pxl-tag {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
  background: var(--primary-color);
  padding: 5px 11px 3px;
}
.pxl-featured-image-box.style2 .pxl--item {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  padding: 28px 36px 28px 28px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxl-featured-image-box.style2 .pxl--item {
    padding: 15px;
    display: block;
  }
  .pxl-featured-image-box.style2 .pxl--item .pxl-item--image {
    margin-bottom: 15px;
  }
  .pxl-featured-image-box.style2 .pxl--item .pxl-item--image img {
    max-width: 150px;
  }
  .pxl-featured-image-box.style2 .pxl--item .pxl-line {
    margin: 15px 0 15px;
  }
}
.pxl-featured-image-box.style2 .pxl--item + .pxl--item {
  margin-top: 32px;
}
.pxl-featured-image-box.style2 .pxl--item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #fff;
  z-index: -1;
  clip-path: polygon(8.2% 0, 100% 0, 100% 72%, 87.1% 100%, 0 100%, 0 17.5%);
}
@media screen and (max-width: 1025px) {
  .pxl-featured-image-box.style2 .pxl--item::before {
    clip-path: polygon(10% 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0 17.5%);
  }
}
@media screen and (max-width: 767px) {
  .pxl-featured-image-box.style2 .pxl--item::before {
    clip-path: none;
  }
}
.pxl-featured-image-box.style2 .pxl--item .pxl-item--link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.pxl-featured-image-box.style2 .pxl--item .pxl-item--image {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .pxl-featured-image-box.style2 .pxl--item .pxl-item--image {
    margin-bottom: 15px;
  }
}
.pxl-featured-image-box.style2 .pxl--item .pxl-item--image img {
  min-width: 263px;
  clip-path: polygon(19.77% 0, 100% 0, 100% 82.8%, 80.19% 100%, 0 100%, 0 17.11%);
}
@media screen and (max-width: 767px) {
  .pxl-featured-image-box.style2 .pxl--item .pxl-item--image img {
    min-width: 150px;
  }
}
.pxl-featured-image-box.style2 .pxl--item .pxl-title {
  font-size: 32px;
  font-weight: 800;
  /* 112.5% */
  line-height: 1.12;
  letter-spacing: -1.28px;
  padding-right: 20px;
  margin: 6px 0 0 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-featured-image-box.style2 .pxl--item .pxl-line {
  margin: 37px 0 30px;
}
@media screen and (max-width: 767px) {
  .pxl-featured-image-box.style2 .pxl--item .pxl-line {
    margin: 15px 0 15px;
  }
}
.pxl-featured-image-box.style2 .pxl--item .pxl-line .pxl-item--inner {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.pxl-featured-image-box.style2 .pxl--item .pxl-desc {
  color: var(--ai-agency-5-f-5-d-61, #5f5d61);
  font-size: 18px;
  font-weight: 400;
  padding-right: 15px;
}
.pxl-featured-image-box.style2 .pxl--item .pxl-item--image-ovelay {
  top: -32px;
  right: -59px;
  filter: grayscale(100%);
}
@media screen and (max-width: 1025px) {
  .pxl-featured-image-box.style2 .pxl--item .pxl-item--image-ovelay {
    top: -60px;
    right: -90px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-featured-image-box.style2 .pxl--item .pxl-item--image-ovelay {
    top: -60px;
    right: -80px;
  }
}
.pxl-featured-image-box.style2 .pxl--item .pxl-icon, .pxl-featured-image-box.style2 .pxl--item .pxl-item--image-ovelay {
  position: absolute;
}
.pxl-featured-image-box.style2 .pxl--item .pxl-icon {
  width: 72px;
  height: 72px;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  background-color: var(--primary-color);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  padding: 0 6px 7px 0;
}
.pxl-featured-image-box.style2 .pxl--item .pxl-icon i, .pxl-featured-image-box.style2 .pxl--item .pxl-icon svg {
  color: #fff;
  fill: #fff;
  font-size: 16px;
  -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-featured-image-box.style2 .pxl--item .pxl-icon svg {
  width: 30px;
  height: 30px;
}
.pxl-featured-image-box.style2 .pxl--item:hover .pxl-icon i, .pxl-featured-image-box.style2 .pxl--item:hover .pxl-icon svg {
  transform: rotate(45deg);
}
.pxl-featured-image-box.style2 .pxl--item:hover .pxl-title {
  color: var(--primary-color);
}
.pxl-client-review1.style-2 .pxl-item--star {
  display: none;
}
.pxl-client-review1.style-2 .pxl-item--title {
  font-size: 16px;
  color: #a234fd;
  font-weight: bold;
  text-decoration: underline;
}
.pxl-client-review1.style-2 cite {
  display: block;
  font-style: normal;
}
.pxl-client-review1.style-3 .pxl-item--star {
  display: none;
}
.pxl-client-review1.style-3 .pxl-item--inner .pxl-item--meta .pxl-item--title {
  text-decoration: none;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.3;
}
.pxl-client-review1.style-3 .pxl-item--inner .pxl-item--images .pxl-item--img {
  width: 66px;
  min-width: 66px;
  height: 66px;
  margin-left: -30px;
}
.pxl-client-review1.style-3 cite {
  display: block;
  font-style: normal;
  color: #0e0d0d;
  line-height: 1.3;
}
.pxl-client-review1 .pxl-item--inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pxl-client-review1 .pxl-item--inner .pxl-item--images {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 13px;
  margin-right: 20px;
}
.pxl-client-review1 .pxl-item--inner .pxl-item--images .pxl-item--img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  margin-left: -16px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-client-review1 .pxl-item--inner .pxl-item--images .pxl-item--img img {
  object-fit: cover;
  width: 100%;
}
.pxl-client-review1 .pxl-item--inner .pxl-item--meta {
  line-height: 42px;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.pxl-client-review1 .pxl-item--inner .pxl-item--meta .pxl-item--star i {
  color: #efcc4c;
}
.pxl-client-review1 .pxl-item--inner .pxl-item--meta .pxl-item--title {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
.pxl--user-count-widget1.style-1 {
  padding: 31px 35px 25px 50px;
  border-radius: 25px 25px 25px 25px;
  position: relative;
}
.pxl--user-count-widget1.style-1 .pxl-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pxl--user-count-widget1.style-1 .pxl-background .cls-1 {
  fill: #fff;
}
.pxl--user-count-widget1.style-1 .pxl-counter--number {
  font-size: 37px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1;
  display: flex;
}
.pxl--user-count-widget1.style-1 .pxl-counter--title {
  font-size: 18px;
  color: var(--heading-color);
  text-transform: uppercase;
  margin-bottom: 7px;
}
.pxl--user-count-widget1.style-1 .pxl-counter--desc {
  font-size: 15px;
  line-height: 1.2;
  max-width: 160px;
}
.pxl--user-count-widget1.style-1 .pxl-content {
  margin-bottom: 10px;
}
.pxl--user-count-widget1.style-1 .pxl-item-inner {
  display: flex;
  align-items: center;
}
.pxl--user-count-widget1.style-1 .pxl-item-inner .pxl-item--images {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 13px;
  align-items: center;
}
.pxl--user-count-widget1.style-1 .pxl-item-inner .pxl-item--images .pxl-item--img {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  margin-left: -16px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  box-shadow: 0px 3px 8.9px 1.1px rgba(0, 0, 0, 0.54);
}
.pxl--user-count-widget1.style-1 .pxl-item-inner .pxl-item--images .pxl-item--img img {
  object-fit: cover;
}
.pxl--user-count-widget1.style-1 .pxl-item-inner .pxl-item--images .pxl-item--title {
  font-size: 15px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.2;
  margin-left: 10px;
}
.pxl--user-count-widget1.style-1 .pxl-item-inner .pxl-item--meta {
  line-height: 42px;
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}
.pxl--user-count-widget1.style-1 .pxl-item-inner .pxl-item--meta .pxl-item--title {
  font-size: 16px;
  line-height: 1.875;
}
.pxl--user-count-widget1.style-1 .pxl-button {
  display: inline-flex;
  width: 77px;
  height: 77px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: -9px;
  right: -9px;
}
.pxl--user-count-widget1.style-1 .pxl-button:hover .pxl-item--link i {
  transform: rotate(0deg);
}
.pxl--user-count-widget1.style-1 .pxl-button:hover .pxl-item--link::before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}
.pxl--user-count-widget1.style-1 .pxl-button .pxl-item--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl--user-count-widget1.style-1 .pxl-button .pxl-item--link::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  background-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='var(--secondary-color)');
  border-radius: inherit;
  z-index: -2;
  transition: all 0.3s;
}
.pxl--user-count-widget1.style-1 .pxl-button .pxl-item--link::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
}
.pxl--user-count-widget1.style-1 .pxl-button .pxl-item--link i {
  transform: rotate(-45deg);
  color: #000;
  transition: all 0.3s;
}
.pxl--user-count-widget1.style-2 {
  position: relative;
  padding: 38px 48px 30px;
}
@media screen and (max-width: 479px) {
  .pxl--user-count-widget1.style-2 {
    padding: 15px;
  }
}
.pxl--user-count-widget1.style-2 .pxl-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pxl--user-count-widget1.style-2 .pxl-counter--number {
  color: var(--heading-color);
  display: flex;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -1.04px;
  margin-bottom: -14px;
}
.pxl--user-count-widget1.style-2 .pxl-counter--title {
  color: #5f5d61;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 28px;
}
.pxl--user-count-widget1.style-2 .pxl-counter--desc {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  max-width: 260px;
}
.pxl--user-count-widget1.style-2 .pxl-content {
  margin-bottom: 30px;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner {
  display: flex;
  align-items: center;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--images {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 13px;
  align-items: center;
  position: relative;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--images .pxl-item--img:nth-child(5)::before {
  content: '';
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
  clip-path: polygon(31% 0, 100% 0, 100% 69%, 69% 100%, 0 100%, 0 31%);
  z-index: 2;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--images .pxl-item--img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  margin-left: -9px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  clip-path: polygon(31% 0, 100% 0, 100% 69%, 69% 100%, 0 100%, 0 31%);
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--images .pxl-item--img img {
  object-fit: cover;
  width: 60px;
  min-width: 60px;
  height: 60px;
  clip-path: polygon(31% 0, 100% 0, 100% 69%, 69% 100%, 0 100%, 0 31%);
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--images .pxl-item--title {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  position: absolute;
  right: 10px;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--meta {
  line-height: 42px;
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}
.pxl--user-count-widget1.style-2 .pxl-item-inner .pxl-item--meta .pxl-item--title {
  font-size: 16px;
  line-height: 1.875;
}
.pxl--user-count-widget1.style-2 .pxl-button .pxl-item--link .pxl-item--icon {
  display: flex;
  justify-content: end;
  margin-top: 38px;
}
.pxl--user-count-widget1.style-2 .pxl-button .pxl-item--link i {
  transform: rotate(-45deg);
  color: #000;
  transition: all 0.3s;
}
.pxl--user-count-widget1.style-2 .pxl-button .pxl-item--link svg {
  transition: all 0.3s;
}
.pxl--user-count-widget1.style-2 .pxl-button .pxl-item--link:hover svg {
  transform: rotate(45deg);
}
.pxl-image-split1 {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.pxl-image-split1 .filler-space {
  width: 100%;
  height: 200vh;
}
@media screen and (max-width: 1200px) {
  .pxl-image-split1 .filler-space {
    display: none;
  }
}
.pxl-image-split1 .containers.full-width-height {
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.pxl-image-split1 .bg-image {
  display: flex;
  position: relative;
  width: 100%;
}
.pxl-image-split1 .bg-image img {
  transform-origin: 0%;
  object-position: 0% 50%;
  flex: none;
  width: 100%;
  position: absolute;
  inset: 0%;
  height: 100%;
}
.pxl-image-split1 .pxl-content {
  z-index: 3;
  justify-content: center;
  max-width: 970px;
  width: 970px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}
@media screen and (max-width: 1024px) {
  .pxl-image-split1 .pxl-content {
    max-width: 100%;
    width: 100%;
  }
}
.pxl-image-split1 .pxl-content .pxl-width {
  background-image: url(../img/bg-contact-h2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0;
  transition: width 0.2s ease-in-out;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}
@media screen and (max-width: 1200px) {
  .pxl-image-split1 .pxl-content .pxl-width {
    width: 100%;
  }
}
.pxl-image-split1 .content-between-split {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.pxl-image-split1 .sticky-in-between {
  align-items: center;
  max-width: 970px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.pxl-image-split1 .image-split-hold {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}
.pxl-image-split1 .pxl-list {
  padding: 0 40px 0 44px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list {
    padding: 0 15px;
  }
}
.pxl-image-split1 .pxl-list .pxl--item {
  border-radius: 48.83px;
  border: 3px solid #4a454e;
  margin-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl--item .pxl-item--text {
    padding: 20px;
  }
}
.pxl-image-split1 .pxl-list .pxl--item::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 3px;
  background-image: url(../img/layer-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: -2px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl--item::before {
    transform: translate(-20%, -50%);
  }
}
.pxl-image-split1 .pxl-list .pxl--item::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 3px;
  background-image: url(../img/layer-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: -4px;
  transform: translate(20%, -50%);
}
.pxl-image-split1 .pxl-list .pxl--item .pxl-desc {
  padding: 0 130px 0 0;
}
.pxl-image-split1 .pxl-list .pxl--item.active .pxl-desc {
  transform: scaleY(1);
  height: auto;
  padding: 34px 130px 50px 0;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl--item.active .pxl-desc {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
  }
}
.pxl-image-split1 .pxl-list .pxl--item.active .pxl-title {
  color: #fff;
}
.pxl-image-split1 .pxl-list .pxl--item.active .pxl-title::before {
  background-image: -webkit-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: linear-gradient(90deg, #e500ff, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e500ff', endColorStr='var(--secondary-color)');
}
.pxl-image-split1 .pxl-list .pxl--item.active .pxl-title::after {
  background-image: -webkit-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: linear-gradient(90deg, #e500ff, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e500ff', endColorStr='var(--secondary-color)');
}
.pxl-image-split1 .pxl-list .pxl--item.active .pxl-item--icon {
  background-image: -webkit-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: linear-gradient(90deg, #e500ff, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e500ff', endColorStr='var(--secondary-color)');
}
.pxl-image-split1 .pxl-list .pxl--item.active .pxl-item--icon i {
  color: #fff;
  transform: rotate(0deg);
}
.pxl-image-split1 .pxl-list .pxl--item .pxl-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.pxl-image-split1 .pxl-list .pxl-desc {
  transition: all 0.3s;
  font-size: 18px;
  color: rgba(216, 216, 216, 0.8);
  position: relative;
  padding: 0;
  margin-left: 94px;
  transform: scaleY(0);
  transform-origin: top;
  height: 0;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl-desc {
    margin: 0;
  }
}
.pxl-image-split1 .pxl-list .pxl-desc::before {
  content: '';
  position: absolute;
  width: 54%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #2e2e2e;
}
.pxl-image-split1 .pxl-list .pxl-title {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.129);
  font-weight: bold;
  position: relative;
  padding-left: 95px;
  line-height: 94px;
  margin: 0;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl-title {
    line-height: 1.2;
    padding: 0;
  }
}
.pxl-image-split1 .pxl-list .pxl-title::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  padding: 2px;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-color: rgba(255, 255, 255, 0.129);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl-title::before {
    display: none;
  }
}
.pxl-image-split1 .pxl-list .pxl-title::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 51%;
  left: 37px;
  transform: translateY(-50%);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.129);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl-title::after {
    display: none;
  }
}
.pxl-image-split1 .pxl-list .pxl-item--icon {
  transition: all 0.3s;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 16px;
  top: 12px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-list .pxl-item--icon {
    display: none;
  }
}
.pxl-image-split1 .pxl-list .pxl-item--icon i {
  transform: rotate(-45deg);
  color: #0d0712;
  transition: all 0.3s;
  font-size: 3 2px;
}
.pxl-image-split1 .pxl-heading {
  text-align: center;
  padding: 0 100px 43px 100px;
}
@media screen and (max-width: 1200px) {
  .pxl-image-split1 .pxl-heading {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-split1 .pxl-heading {
    padding: 15px;
    padding-top: 100px;
  }
}
.pxl-image-split1 .pxl-heading .heading {
  font-size: 54.31px;
  color: #fff;
  font-weight: bold;
  line-height: 1.016;
}
.pxl-image-split1 .pxl-heading .pxl-item--subtext {
  position: relative;
  padding: 9px 46px 8px 50px;
  margin-bottom: 32px;
  display: inline-flex;
}
.pxl-image-split1 .pxl-heading .pxl-item--subtext::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-image-split1 .pxl-heading .pxl-item--subtext::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-image-split1 .pxl-heading .pxl-item--subtext .sub-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: #d7d7d7;
  background-image: -webkit-linear-gradient(180deg, #a49bad, #261338);
  background-image: -moz-linear-gradient(180deg, #a49bad, #261338);
  background-image: -ms-linear-gradient(180deg, #a49bad, #261338);
  background-image: -o-linear-gradient(180deg, #a49bad, #261338);
  background-image: linear-gradient(180deg, #a49bad, #261338);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a49bad', endColorStr='#261338');
}
.pxl-image-split1 .btn {
  margin-top: 25px;
  margin-bottom: 95px;
  overflow: unset;
}
.pxl-image-split1 .btn .pxl--btn-icon {
  margin-left: 7px;
  border-radius: inherit;
}
.pxl-image-split1 .pxl--btn-text {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.pxl-image-split1 .pxl--btn-text::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 100%;
  background-image: url(../img/shadow-btn.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 97%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(15px);
}
@media screen and (max-width: 991px) {
  .pxl-process1 .pxl-list-modern1 .pxl-list {
    width: 90%;
  }
  .pxl-process1 .pxl-list-modern1 .pxl-list .pxl-item--image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-process1 .pxl-list-modern1 .pxl-list {
    width: 100%;
  }
}
.pxl-process1 .pxl-list-modern1 .pxl-list--images {
  margin-left: 110px;
  margin-top: -186px;
}
@media screen and (max-width: 1024px) {
  .pxl-process1 .pxl-list-modern1 .pxl-list--images {
    margin-top: 0px;
  }
}
.pxl-process1 .pxl-list-modern1 .pxl-images--inner {
  width: 485px;
  height: 665px;
  border-radius: 60px;
  overflow: hidden;
  transform: rotate(10deg);
}
@media (max-width: 992px) {
  .pxl-process1 .pxl-list-modern1 .pxl-images--inner {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1024px) {
  .pxl-process1 .pxl-list-modern1 .pxl-images--inner {
    width: 400px;
    height: 450px;
  }
}
.pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content {
  display: block;
  text-align: left;
  border: none;
  padding: 19px 0 0px;
}
.pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content .pxl-item--text {
  font-size: 30px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 9px;
  transition: all 0.3s;
}
.pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content .pxl-item-desc {
  font-size: 18px;
  color: #1c1c1c;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content {
    display: flex;
    align-items: start;
  }
  .pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content .pxl-content {
    width: 65%;
    margin-left: 15px;
  }
  .pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content .pxl-item--image {
    width: 35%;
  }
}
@media screen and (max-width: 479px) {
  .pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content {
    display: block;
  }
  .pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content .pxl-content {
    width: auto;
    margin-left: 0;
  }
  .pxl-process1 .pxl-list-modern1 .pxl--item .pxl-item-content .pxl-item--image {
    width: 50%;
  }
}
.pxl-process1 .pxl-list-modern1 .pxl--item.active {
  padding: 0;
  background: unset;
}
.pxl-process1 .pxl-list-modern1 .pxl--item.active .pxl-item--text {
  color: #fff;
}
.pxl-process1 .pxl-list-modern1 .pxl--item.active .pxl-item-desc {
  color: #979797;
}
.pxl-process1 .pxl-list {
  width: 41%;
  padding: 0;
  padding-left: 50px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pxl-process1 .pxl-list {
    padding-left: 15px;
  }
}
.pxl-process1 .pxl-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 79%;
  background: #1a1c21;
}
.pxl-process1 .pxl-list .btn {
  margin-top: 33px;
}
.pxl-process1 .pxl-list .btn .pxl--btn-icon {
  margin-left: 9px;
}
.pxl-process1 .pxl-list .pxl-bacground-gradien {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: #1a1c21;
  transition: height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pxl-process1 .pxl-list .pxl-bacground-gradien {
    display: none;
  }
}
.pxl-process1 .pxl-list .pxl-bacground-gradien .gradien1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 2px;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, #191a20 1%, var(--secondary-color) 40%, var(--primary-color) 50%, #fff 100%);
  background-image: -moz-linear-gradient(180deg, #191a20 1%, var(--secondary-color) 40%, var(--primary-color) 50%, #fff 100%);
  background-image: -ms-linear-gradient(180deg, #191a20 1%, var(--secondary-color) 40%, var(--primary-color) 50%, #fff 100%);
  background-image: -o-linear-gradient(180deg, #191a20 1%, var(--secondary-color) 40%, var(--primary-color) 50%, #fff 100%);
  background-image: linear-gradient(180deg, #191a20 1%, var(--secondary-color) 40%, var(--primary-color) 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  z-index: 3;
}
.pxl-process1 .pxl-list .pxl-bacground-gradien .gradien2 {
  width: 28px;
  height: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #5a0042;
  filter: blur(15px);
  z-index: 2;
  border-radius: 40px 40px 0 0;
}
.pxl-process1 .pxl-list .pxl-bacground-gradien .gradien3 {
  width: 68px;
  height: 65%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  background: #411258;
  filter: blur(30px);
  z-index: 1;
  border-radius: 40px 40px 0 0;
}
.pxl-process1 .pxl-list .pxl-bacground-gradien .img-star {
  width: 28px;
  height: 28px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/sparkle-star.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 3;
}
.pxl-process1 .pxl-heading {
  margin-bottom: 44px;
}
.pxl-process1 .pxl-heading .heading {
  font-size: 54.31px;
  color: #fff;
  font-weight: bold;
  line-height: 1.016;
}
.pxl-process1 .pxl-heading .pxl-item--subtext {
  position: relative;
  margin-bottom: 22px;
  display: inline-flex;
  padding: 5px 46px 5px 50px;
}
.pxl-process1 .pxl-heading .pxl-item--subtext::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-process1 .pxl-heading .pxl-item--subtext::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/sparkle-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-process1 .pxl-heading .pxl-item--subtext .sub-title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: #d7d7d7;
  background-image: -webkit-linear-gradient(180deg, #a49bad, #261338);
  background-image: -moz-linear-gradient(180deg, #a49bad, #261338);
  background-image: -ms-linear-gradient(180deg, #a49bad, #261338);
  background-image: -o-linear-gradient(180deg, #a49bad, #261338);
  background-image: linear-gradient(180deg, #a49bad, #261338);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a49bad', endColorStr='#261338');
}
.pxl-item-process2 {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-item-process2 .pxl-list {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
  }
  .pxl-item-process2 .pxl-list .pxl--item {
    margin-top: 60px;
  }
}
.pxl-item-process2 .pxl-image {
  border: 12px solid #fff;
  border-radius: 16px;
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.04));
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pxl-item-process2 .pxl-image {
    display: none;
  }
}
.pxl-item-process2 .pxl-image img {
  border-radius: 12px;
  transition: all 0.3s;
}
.pxl-item-process2 .pxl-image img:hover {
  transform: scale(1.01);
}
.pxl-item-process2 .pxl--item {
  position: absolute;
  width: 320px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1024px) {
  .pxl-item-process2 .pxl--item {
    position: unset;
  }
}
.pxl-item-process2 .pxl--item .pxl-content {
  position: relative;
  padding: 36px 32px 37px 32px;
}
.pxl-item-process2 .pxl--item .pxl-content .pxl-item--number {
  position: absolute;
  z-index: -1;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -2.88px;
  opacity: 0.5;
  background: var(--AI-Agency-Linear, linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -61px;
  left: 31px;
}
.pxl-item-process2 .pxl--item .pxl-content .pxl-item--text1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  /* 100% */
  line-height: 1;
  letter-spacing: -1.28px;
  margin-bottom: 21px;
}
.pxl-item-process2 .pxl--item .pxl-content .pxl-item-desc1 {
  color: var(--ai-agency-5-f-5-d-61, #5f5d61);
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.55;
  letter-spacing: -0.72px;
}
.pxl-item-process2 .pxl--item .pxl-content .pxl-conect {
  position: absolute;
  width: 103px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.04));
}
.pxl-item-process2 .pxl--item .pxl-content .pxl-conect::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 46px;
  background-color: #fff;
  mask-image: url(../img/Union1.png);
  mask-repeat: no-repeat;
  transition: 0.5s ease-in-out;
  mask-size: cover;
}
.pxl-item-process2 .pxl--item.p-top-right .pxl-conect, .pxl-item-process2 .pxl--item.p-bottom-right .pxl-conect {
  left: -97px;
  right: unset;
}
@media screen and (max-width: 1024px) {
  .pxl-item-process2 .pxl--item.p-top-right .pxl-conect, .pxl-item-process2 .pxl--item.p-bottom-right .pxl-conect {
    display: none;
  }
}
.pxl-item-process2 .pxl--item.p-top-right .pxl-conect::before, .pxl-item-process2 .pxl--item.p-bottom-right .pxl-conect::before {
  left: 11px;
}
.pxl-item-process2 .pxl--item.p-top-left .pxl-conect, .pxl-item-process2 .pxl--item.p-bottom-left .pxl-conect {
  right: -97px;
  left: unset;
}
@media screen and (max-width: 1024px) {
  .pxl-item-process2 .pxl--item.p-top-left .pxl-conect, .pxl-item-process2 .pxl--item.p-bottom-left .pxl-conect {
    display: none;
  }
}
.pxl-item-process2 .pxl--item.p-top-left .pxl-conect::before, .pxl-item-process2 .pxl--item.p-bottom-left .pxl-conect::before {
  left: 5px;
}
.pxl-item-process2.style6 .pxl--item {
  background-color: #110c2d;
}
.pxl-item-process2.style6 .pxl--item .pxl-content .pxl-item--text1, .pxl-item-process2.style6 .pxl--item .pxl-content .pxl-item-desc1 {
  color: #fff;
}
.pxl-item-process2.style6 .pxl--item .pxl-content .pxl-item--number {
  background: rgba(255, 255, 255, 0.32);
  background-clip: text;
  -webkit-background-clip: text;
}
.pxl-item-process2.style6 .pxl--item .pxl-content .pxl-conect::before {
  background-color: #110c2d;
}
.pxl-item-process2.style6 .pxl-image {
  border-color: #110c2d;
}
.pxl-image-marquee-vertical1 .pxl-swiper-wrapper {
  display: block;
  animation: marquee 15s linear infinite;
}
.pxl-image-marquee-vertical1 .pxl-swiper-wrapper + .pxl-swiper-wrapper {
  margin-top: 20px;
}
.pxl-image-marquee-vertical1 .pxl-swiper-slide + .pxl-swiper-slide {
  margin-top: 23px;
}
.pxl-image-marquee-vertical1 .pxl-item--image {
  border-radius: 50%;
  overflow: hidden;
}
.pxl-image-marquee-vertical1 .pxl-item--image a {
  position: absolute;
  inset: 0;
}
.pxl-image-marquee-vertical1 .pxl-carousel-inner {
  max-height: 320px;
}
.pxl-image-2d .pxl-carousel-inner {
  padding-top: 100px;
  margin-top: -100px;
}
.pxl-image-2d .container {
  box-sizing: border-box;
  position: relative;
  height: auto;
  background-color: #aac9d0;
  margin: 0;
  overflow: hidden;
  padding: 50px;
  max-height: 700px;
}
.pxl-image-2d .wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  padding: 0;
  padding-top: 200px;
}
.pxl-image-2d #path-svg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.pxl-image-2d .content {
  position: relative;
  top: 0;
  /*width: 100%;*/
  /*height: 0;*/
  left: 0;
  /*padding-bottom: 84%;*/
  overflow: visible;
  z-index: 2;
  height: 2000px;
  margin-bottom: -1245px;
}
.pxl-image-2d .content::before {
  float: left;
  padding-top: 84%;
  content: "";
}
.pxl-image-2d .content::after {
  display: block;
  content: "";
  clear: both;
}
.pxl-image-2d .track {
  border: 1px solid #708a91;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.pxl-image-2d .item {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  transition: width 1s, height 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 396px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pxl-image-2d .item {
    height: 300px;
  }
}
.pxl-icon-dark-light1 .pxl-item-wrap {
  position: relative;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 56px;
  background-color: rgba(255, 255, 255, 0.2);
}
.pxl-icon-dark-light1 .pxl-item-wrap::before {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(0deg, #ff4c13 0%, #fe7524 100%);
  background-image: -moz-linear-gradient(0deg, #ff4c13 0%, #fe7524 100%);
  background-image: -ms-linear-gradient(0deg, #ff4c13 0%, #fe7524 100%);
  background-image: -o-linear-gradient(0deg, #ff4c13 0%, #fe7524 100%);
  background-image: linear-gradient(0deg, #ff4c13 0%, #fe7524 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff4c13 0%', endColorStr='#fe7524 100%');
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-icon-dark-light1 .pxl-icon-light, .pxl-icon-dark-light1 .pxl-icon-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pxl-icon-dark-light1 .pxl-icon-light {
  opacity: 1;
  transform: translateX(0);
}
.pxl-icon-dark-light1 .pxl-icon-dark {
  opacity: 0;
  transform: translateX(-10px);
}
.pxl-icon-dark-light1 .pxl-item-wrap.dark-mode .pxl-icon-light {
  opacity: 0;
  transform: translateX(10px);
}
.pxl-icon-dark-light1 .pxl-item-wrap.dark-mode .pxl-icon-dark {
  opacity: 1;
  transform: translateX(0);
}
.pxl-line {
  overflow: hidden;
}
.pxl-line .pxl-item--inner {
  width: 580px;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #fe7524 0%, rgba(152, 70, 22, 0.00) 100%);
}
.pxl-line-icon1 .pxl-item--inner {
  display: flex;
  align-items: center;
}
.pxl-line-icon1 .pxl-line {
  height: 1px;
  margin-right: 32px;
}
.pxl-line-icon1 .pxl-item--icon {
  line-height: 1;
}
.pxl-line-icon2 .pxl-item--icon {
  position: relative;
}
.pxl-line-icon2 .pxl-item--icon.style-1::before, .pxl-line-icon2 .pxl-item--icon.style-1::after, .pxl-line-icon2 .pxl-item--icon.style-1 .pxl-gradien1 {
  display: none;
}
.pxl-line-icon2 .pxl-item--icon::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: 10px;
  right: 1px;
  transform: translate(50%, 50%);
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-line-icon2 .pxl-item--icon::after {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  bottom: 10px;
  right: 1px;
  transform: translate(50%, 50%);
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  opacity: 0.12;
}
.pxl-line-icon2 .pxl-item--icon .pxl-gradien1::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  bottom: 10px;
  right: 1px;
  transform: translate(50%, 50%);
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  opacity: 0.12;
}
.pxl-line-icon2 .pxl-item--icon .pxl-gradien1::after {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  bottom: 10px;
  right: 1px;
  transform: translate(50%, 50%);
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-image: linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  opacity: 0.12;
}
.pxl-counter-box1 {
  padding: 17px 41px 36px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8b6bc 0%, #771a99 0.01%, #89309e 40%, #bd6ffd 100%);
}
.pxl-counter-box1 .pxl-counter--number {
  position: relative;
  color: var(--ai-agency-ffffff, #fff);
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -2.72px;
  margin: 0 0 16px 0;
  padding: 0 0 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.pxl-counter-box1 .pxl-counter--number .pxl-svg {
  position: absolute;
  top: 27px;
  display: inline-flex;
  left: 3px;
}
.pxl-counter-box1 .pxl-counter--title {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 18px;
  font-weight: 400;
  align-self: stretch;
}
.pxl-process3 {
  position: relative;
  width: 880px;
  height: 461px;
}
@media (max-width: 960px) {
  .pxl-process3 {
    height: 100%;
  }
}
.pxl-process3 .pxl--item {
  position: absolute;
  transition: all 0.5s ease;
  cursor: pointer;
  clip-path: polygon(48px 0, 100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%, 0 48px);
  background: #ff5fbe;
  border-radius: 12px;
  padding: 51px 60px 53px 60px;
  filter: drop-shadow(-8px -8px 32px rgba(0, 0, 0, 0.25));
}
@media (max-width: 960px) {
  .pxl-process3 .pxl--item {
    position: relative;
  }
  .pxl-process3 .pxl--item + .pxl--item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-process3 .pxl--item {
    padding: 30px;
  }
}
.pxl-process3 .pxl--item .pxl_spin {
  animation: pxl_spin 1s ease-in-out;
}
.pxl-process3 .pxl--item .pxl-item--link {
  position: absolute;
  inset: 0;
}
.pxl-process3 .pxl--item .pxl-item--text {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 32px;
  font-weight: 700;
  /* 100% */
  line-height: 1;
  letter-spacing: -1.28px;
  margin-bottom: 53px;
}
.pxl-process3 .pxl--item img {
  border-radius: 12px;
}
.pxl-process3 .pxl--item .pxl-item-desc {
  color: var(--ai-agency-ffffff, #fff);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.72px;
  margin-top: 25px;
}
.pxl-process3 .pxl--item .pxl-icon {
  display: inline-flex;
  position: absolute;
  top: 52px;
  right: 52px;
}
@media screen and (max-width: 479px) {
  .pxl-process3 .pxl--item .pxl-icon {
    top: 75px;
    right: 15px;
    width: 90px;
  }
}
.pxl-text-marquee1 {
  font-size: 24px;
  color: #fefefe;
  font-weight: bold;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.pxl-text-marquee1 .pxl-item--icon {
  line-height: 1;
  color: #fff;
  font-size: 10px;
}
.pxl-text-marquee1 .pxl-item--text {
  padding: 0 22px;
}
.pxl-text-marquee1 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.pxl-text-marquee1 .pxl-item--marquee {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pxl-circle-svg svg {
  overflow: unset;
}
.pxl-circle-svg svg .dot {
  box-shadow: 0 4px 30px rgba(0, 255, 255, 0.60);
}
.pxl-image-effect1 .pxl-item--inner {
  position: relative;
}
.pxl-image-effect1 .pxl-item--inner:hover .image--reveal {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -khtml-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.pxl-image-effect1 .pxl-item--button {
  position: absolute;
  bottom: 90px;
  left: -54px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pxl-image-effect1 .pxl-item--button {
    left: 0;
  }
}
.pxl-image-effect1 .pxl-item--button .text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 21px;
  text-transform: capitalize;
  margin-right: 10px;
}
.pxl-image-effect1 .pxl-item--button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  animation: icon_bounce infinite linear 5s;
  min-width: auto;
  padding: 0;
  border-radius: 100%;
  background-color: var(--secondary-color);
}
.pxl-image-effect1 .pxl-item--button > a:hover {
  background-color: #fff;
}
.pxl-image-effect1 .pxl-item--button > a:hover .text {
  color: var(--secondary-color);
}
.pxl-image-effect1 .pxl-item--button > a:hover .text-arrow i:nth-child(1) {
  transform: translate(30px, -30px);
}
.pxl-image-effect1 .pxl-item--button > a:hover .text-arrow i:nth-child(2) {
  transform: translate(0px, 0px);
}
.pxl-image-effect1 .pxl-item--button .text-arrow {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.pxl-image-effect1 .pxl-item--button .text-arrow i {
  color: inherit;
  font-size: 14px;
}
.pxl-image-effect1 .pxl-item--button .text-arrow i:nth-child(1) {
  color: #fff;
  display: inline-block;
  transition: transform 0.5s linear;
}
.pxl-image-effect1 .pxl-item--button .text-arrow i:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-30px, 30px);
  transition: transform 0.5s linear;
}
.pxl-image-effect1 .image--reveal {
  position: absolute;
  left: 20px;
  bottom: 17px;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .pxl-image-effect1 .image--reveal {
    display: none;
  }
}
.pxl-image-effect1 .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pxl-image-effect1 .item--image img {
  opacity: 0;
  object-fit: cover;
}
.pxl-pxl_testimonial_marquee1 {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  height: 830px;
}
.pxl-pxl_testimonial_marquee1 .pxl-item--star {
  color: #fca804;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item {
  padding: 28px 15px 28px 21px;
  margin: 15px 0;
  width: auto;
  position: relative;
  box-shadow: 0px 5px 30px rgba(0, 7, 26, 0.08);
  border-radius: 10px;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item .pxl-item--text {
  white-space: nowrap;
  line-height: 1;
  font-size: 18px;
  color: #00071a;
  font-weight: bold;
  font-family: "Urbanist", Sans-serif;
  margin-right: 4px;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item .pxl-sub-title {
  line-height: 1;
  font-size: 18px;
  color: #4d515f;
  font-weight: 400;
  font-family: "Urbanist", Sans-serif;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item .pxl-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item .pxl-item-desc {
  font-size: 18px;
  color: #00071a;
  font-weight: 400;
  font-family: "Urbanist", Sans-serif;
  max-width: 99%;
  line-height: 1.55;
  margin-bottom: 38px;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item .pxl-item-right {
  display: flex;
  align-items: center;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl--item .pxl-item--star {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl-text-fixed {
  visibility: hidden;
  opacity: 0;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl-text-slide {
  position: absolute;
  top: 0;
  padding: 0 15px;
  height: inherit;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl-text-slide.text-slide-to-top {
  top: -50%;
}
.pxl-pxl_testimonial_marquee1.style1 .pxl-text-slide.text-slide-to-bottom {
  bottom: 50%;
}
.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;
}
.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-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: 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 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -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_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 .loader::before {
  margin: 0;
  background: none;
}
.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;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #080808;
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
  padding: 0;
  width: 53px;
  height: 50px;
  text-indent: -9999px;
  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;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #ececf0;
  color: #222;
  font-size: 15px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce #pxl-sidebar-area .widget_product_search button:after {
  content: "\f002";
  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: "Font Awesome 5 Pro";
  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: #222;
  border-color: #ececf0;
  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;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
@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 15px;
}
.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 {
  text-align: left;
  border-radius: 4px;
  background: #f5f6f6;
  font-size: 16px;
  padding-left: 26px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 48px;
  color: var(--504-e-4-e, #504e4e);
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .nice-select:before, .woocommerce-page .nice-select:before {
  color: #000;
  right: 18px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.woocommerce .nice-select ul.list, .woocommerce-page .nice-select ul.list {
  border: 1px solid rgba(22, 29, 57, 0.1);
  border-radius: 0 0 27px 27px;
  left: -1px;
  right: -1px;
  box-shadow: none;
}
.woocommerce .nice-select ul.list li, .woocommerce-page .nice-select ul.list li {
  border-radius: 5px;
}
.woocommerce .nice-select.open, .woocommerce-page .nice-select.open {
  border-radius: 27px 27px 0 0;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  height: 60px;
  background-color: #f8f8f8;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding-left: 32px;
  color: #454545;
}
.woocommerce .select2-container--open .select2-results li.select2-results__option, .woocommerce-page .select2-container--open .select2-results li.select2-results__option {
  padding: 6px 15px;
}
.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: 600;
  color: #fff;
  padding: 0 26px;
  line-height: 56px;
  border-radius: 46px;
  -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;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%, auto;
  text-transform: uppercase;
}
.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-position: right center;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-color: transparent;
}
.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, .woocommerce #commentform, .woocommerce-page #commentform {
  max-width: 100%;
  padding: 0;
  border: none;
}
.woocommerce #pxl-wapper .quantity, .woocommerce-page #pxl-wapper .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-wapper .quantity .qty, .woocommerce-page #pxl-wapper .quantity .qty {
  padding: 0 30px;
  color: #23272a;
  -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: transparent;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: textfield;
  text-align: center;
  height: 28px;
  width: 98px;
  border-radius: 46px;
  border: none;
}
.woocommerce #pxl-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #pxl-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #pxl-wapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #pxl-wapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce #pxl-wapper .quantity-icon, .woocommerce-page #pxl-wapper .quantity-icon {
  color: var(--heading-color);
  position: absolute;
  font-size: 8px;
  background-color: #e9e9e9;
  cursor: pointer;
  width: 28px;
  height: 28px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce #pxl-wapper .quantity-icon.quantity-down, .woocommerce-page #pxl-wapper .quantity-icon.quantity-down {
  left: 0;
}
.woocommerce #pxl-wapper .quantity-icon.quantity-up, .woocommerce-page #pxl-wapper .quantity-icon.quantity-up {
  right: 0;
}
.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 .woocommerce-summary-inner .pxl-return--products {
  display: flex;
  color: #504e4e;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 18px;
}
.woocommerce .woocommerce-summary-inner .pxl-return--products div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #e8e8ff;
  margin-right: 15px;
}
.woocommerce .woocommerce-summary-inner .woocommerce-Price-amount.amount {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 500;
}
.woocommerce .woocommerce-summary-content .woocommerce-sg-product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-summary-content .woocommerce-sg-product-details .woocommerce-sg-product-category {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.woocommerce .woocommerce-summary-content .woocommerce-sg-product-details .woocommerce-sg-product-category p {
  margin: 0;
}
.woocommerce .woocommerce-summary-content .entry-title {
  color: var(--261723, #261723);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
}
.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 {
  font-size: 16px;
  letter-spacing: 3px;
  width: 105px;
  height: 22px;
}
.woocommerce .star-rating span::before {
  color: #ffba0a;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px !important;
  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: 991px) {
  .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 {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
  /* 137.5% */
  line-height: 1.37;
  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 {
  margin-bottom: 0;
  color: var(--heading-color) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  /* 110% */
  line-height: 1.1;
}
.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;
  position: relative;
  z-index: 101;
  margin-bottom: 64px;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-topbar {
    padding: 20px 0;
  }
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 0;
  flex-grow: 1;
  color: var(--261723, #261723);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  /* 150% */
  line-height: 1.5;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
  min-width: 250px;
  margin: 5px 0;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-product-inner {
  -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;
  position: relative;
}
.woocommerce .woocommerce-product-inner:before, .woocommerce .woocommerce-product-inner:after {
  content: '';
  position: absolute;
  -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: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  padding: 60px 0 60px;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #f6f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  max-width: 250px !important;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar {
  display: none;
  align-content: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar button {
  background : #fff;
  border-radius: 5px;
  color: var(--primary-color);
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar button:hover {
  background : var(--primary-color);
  color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woos {
  position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woos:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woos:after {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woos:after {
  content: '';
  top: -11px;
  left: -22px;
  border-radius: 5px;
  line-height: 34px;
  padding: 0 6px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #fff;
  background-color: #6abc29;
  white-space: nowrap;
  transform: translateY(-100%);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woos:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woos:hover:after {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woocommerce--wishlist:after {
  content: 'Add to Favourite';
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woocommerce--compare:after {
  content: 'Add to Compare';
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce--toolbar .woocommerce--quickview:after {
  content: 'Quick View';
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
  display: inline-block;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating .star-rating {
  margin: 0 0 7px;
  letter-spacing: 5px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart {
  flex-direction: row-reverse;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  background: none;
  z-index: 1;
  color: var(--716-f-73, #716f73);
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button::after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -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: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:before {
  border: 1px solid #504e4e;
  background: var(--ffffff, #fff);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button::after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart::after {
  background: var(--primary-color);
  opacity: 0;
  z-index: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button i, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart i {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:focus, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:focus {
  color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:focus:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:focus:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:hover::after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:hover::after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button:focus::after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart:focus::after {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.added, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart.added {
  display: none !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.loading, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.loading .pxl-cart-loader, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart.loading .pxl-cart-loader {
  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: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: auto;
  right: 16px;
  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: 8;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .button.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .added_to_cart.loading:after {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward {
  flex-direction: row-reverse;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  background: none;
  z-index: 1;
  color: var(--716-f-73, #716f73);
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  justify-content: center;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:before {
  border: 1px solid #717171;
  z-index: -2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:after {
  background: var(--primary-color);
  opacity: 0;
  z-index: -1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward i {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:focus {
  color: #fff;
  background: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:focus:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:hover:after, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart .wc-forward:focus:after {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner:hover:after {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce--toolbar {
  bottom: 11px;
  opacity: 1;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.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 .page-numbers {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #261723;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination .page-numbers.pre, .woocommerce nav.woocommerce-pagination .page-numbers.next {
  transition: all 0.3s;
}
.woocommerce nav.woocommerce-pagination .page-numbers.pre.current, .woocommerce nav.woocommerce-pagination .page-numbers.next.current, .woocommerce nav.woocommerce-pagination .page-numbers.pre:hover, .woocommerce nav.woocommerce-pagination .page-numbers.next:hover {
  border: 1px solid var(--primary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers.pre.current i, .woocommerce nav.woocommerce-pagination .page-numbers.next.current i, .woocommerce nav.woocommerce-pagination .page-numbers.pre:hover i, .woocommerce nav.woocommerce-pagination .page-numbers.next:hover i {
  color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers.pre.current:before, .woocommerce nav.woocommerce-pagination .page-numbers.next.current:before, .woocommerce nav.woocommerce-pagination .page-numbers.pre:hover:before, .woocommerce nav.woocommerce-pagination .page-numbers.next:hover:before {
  display: none;
}
.woocommerce nav.woocommerce-pagination .page-numbers.pre.current:after, .woocommerce nav.woocommerce-pagination .page-numbers.next.current:after, .woocommerce nav.woocommerce-pagination .page-numbers.pre:hover:after, .woocommerce nav.woocommerce-pagination .page-numbers.next:hover:after {
  display: none;
}
.woocommerce nav.woocommerce-pagination .page-numbers:before, .woocommerce nav.woocommerce-pagination .page-numbers:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -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: -1;
}
.woocommerce nav.woocommerce-pagination .page-numbers:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce nav.woocommerce-pagination .page-numbers:after {
  opacity: 0;
  background: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers i {
  font-size: 13px;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers:hover {
  background-color: transparent;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current:before, .woocommerce nav.woocommerce-pagination .page-numbers:hover:before {
  opacity: 0;
}
.woocommerce nav.woocommerce-pagination .page-numbers.current:after, .woocommerce nav.woocommerce-pagination .page-numbers:hover:after {
  opacity: 1;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
  width: 100% !important;
}
.wc-block-components-totals-coupon > .wc-block-components-panel__button {
  padding-left: 15px;
}
.wc-block-components-button:not(.is-link) {
  min-height: unset !important;
  transition: background-color 0.5s;
  border: 2px solid transparent;
  line-height: 56px !important;
}
.wc-block-components-button:not(.is-link):hover {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
}
@media screen and (max-width: 991px) {
  .woocommerce-sg-sidebar {
    margin-bottom: 30px;
  }
}
.woocommerce-sg-sidebar .pxl-sidebar--content {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
}
.woocommerce-sg-sidebar .title-shipping {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  flex-wrap: wrap;
}
.woocommerce-sg-sidebar .title-shipping .ship-to {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 12px;
}
.woocommerce-sg-sidebar .title-shipping p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 12px;
}
.woocommerce-sg-sidebar .title-delivery {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce-sg-sidebar .title-delivery .product-shipping--cost {
  font-size: 16px;
}
.woocommerce-sg-sidebar .title-service {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce-sg-sidebar .title-service .pxl-content--service {
  color: var(--716-f-73, #716f73);
  font-weight: 400;
}
.woocommerce-sg-sidebar .product-shipping--time {
  color: var(--716-f-73, #716f73);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  margin-top: 12px;
}
.woocommerce-sg-sidebar .product-shipping--time .pxl-shipping--time {
  color: var(--heading-color);
  margin-left: 10px;
}
.woocommerce-sg-sidebar .title-quantity {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 13px 0 9px;
}
.woocommerce-sg-sidebar .title-stock {
  margin: 10px 0 20px;
}
.woocommerce-sg-sidebar .button {
  width: 100%;
  border-radius: 4px !important;
  background: #fff !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  margin-top: 30px !important;
}
.single-product .woosc-quick-table {
  display: none;
}
.single-product .woocommerce-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .woocommerce-social-share label {
  font-size: 20px;
  color: #000001;
  font-weight: 600;
  display: inline-block;
}
.single-product .woocommerce-social-share a {
  height: 35px;
  width: 35px;
  display: inline-flex;
  border-radius: 5px;
  color: #454545;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
.single-product .woocommerce-social-share a:before, .single-product .woocommerce-social-share a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  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;
}
.single-product .woocommerce-social-share a:before {
  border: 1px solid #454545;
  background-color: #fff;
}
.single-product .woocommerce-social-share a:after {
  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');
  opacity: 0;
}
.single-product .woocommerce-social-share a i {
  display: inline-flex;
}
.single-product .woocommerce-social-share a:hover {
  color: #fff;
}
.single-product .woocommerce-social-share a:hover:before {
  opacity: 0;
}
.single-product .woocommerce-social-share a:hover:after {
  opacity: 1;
}
.single-product .woocommerce-sg-product-price {
  margin-top: 20px;
}
.single-product .woocommerce-sg-product-price p {
  margin-bottom: 0;
}
.single-product section.related {
  padding-top: 46px;
}
.single-product section.related h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 36px;
  position: relative;
  border-bottom: 1px solid rgba(var(--heading-color-rgb),0.1);
  padding: 0 0 25px 0;
}
@media screen and (max-width: 991px) {
  .single-product section.related h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .single-product section.related h2 {
    font-size: 30px;
  }
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .single-product section.related ul.products li.product {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .single-product section.related ul.products li.product {
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 0;
}
.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 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: normal;
  color: #666;
}
.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.label, .single-product > div.product form.cart .variations td.label {
  padding: 0;
}
.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: #f9f9f9;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.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: 14px;
}
.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 {
  background-color: #000;
  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 {
  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);
}
.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 32px;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) select, .single-product > div.product form.cart:not(.variations_form) select, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) select, .single-product > div.product form.cart:not(.grouped_form) select {
  margin: 0;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) label, .single-product > div.product form.cart:not(.variations_form) label, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) label, .single-product > div.product form.cart:not(.grouped_form) label {
  line-height: 50px;
}
.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;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 57px;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
    margin-bottom: 40px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border-radius: 10px;
  z-index: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before {
  content: '';
  border-radius: inherit;
  background-image: url(../img/view-port-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #e7e8ea;
}
.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 {
  padding: 0;
  overflow: hidden;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport:before, .single-product > div.product .woocommerce-product-gallery .flex-viewport:before {
  content: '';
  border-radius: inherit;
  background-image: url(../img/view-port-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.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 -8px;
}
.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-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1;
  border: 1px solid rgba(3, 6, 23, 0.12);
  border-radius: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: rgba(var(--primary-color-rgb),0.32);
}
.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: 42px;
  height: 42px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 42px;
}
.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: 18px;
  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 {
  background-color: #fff;
}
.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;
  z-index: 99;
}
.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: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 .stock, .single-product > div.product .entry-summary .stock {
  display: none;
}
@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 {
  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: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: var(--secondary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.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 5px;
}
.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);
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
  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;
  width: 117px;
  height: 22px;
  letter-spacing: 5px;
  font-size: 18px;
}
.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 {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #454545;
  line-height: 1;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  color: var(--261723, #261723);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
  margin-top: 6px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
    font-size: 30px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
    font-size: 28px;
    margin-top: 0px;
  }
}
.single-product #pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}
.single-product #pxl-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
  margin-right: 22px;
  color: inherit;
  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 {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .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;
  }
}
.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;
  justify-content: center;
  float: none;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button i, .single-product > div.product .entry-summary .single_add_to_cart_button i {
  font-size: 16px;
}
.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;
  margin-top: 25px;
  margin-bottom: 0;
  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 {
  border-color: #e3e3e3;
  bottom: 50%;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before {
    display: none !important;
  }
}
.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: 0px 40px 0 0;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 10px 0 0;
    width: 100%;
  }
}
.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;
}
.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 30px;
  font-size: 24px;
  line-height: 54px;
  color: #555;
  font-weight: 500;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
  position: relative;
  border-radius: 54px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .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;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  border-radius: inherit;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:before {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:after {
  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');
  opacity: 0;
}
.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;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a:after, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover:after {
  opacity: 1;
}
.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;
}
@media screen and (max-width: 767px) {
  .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 {
    font-size: 17px;
  }
}
.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: 36px;
  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: 0px !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--additional_information .woocommerce-product-attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td {
  border: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) td, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information tr:nth-child(2n) th {
  background-color: transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel {
  padding-top: 40px;
}
.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, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
  width: 64%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
  width: 36%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
.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: 26px;
  margin-top: -2px;
  margin-bottom: 29px;
}
.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 {
  display: block;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.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 #review_form, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 32px 30px;
  background-color: transparent;
  border: 1px solid rgba(58, 58, 58, 0.15);
  border-radius: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea {
  border-color: transparent;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form input:focus, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form textarea:focus {
  border-color: var(--primary-color);
}
.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: 16px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p {
  margin-bottom: 12px;
  width: 100%;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-notes {
  margin-bottom: 22px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form > p.comment-form-rating {
  margin-top: 4px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-cookies-consent {
  color: rgba(45, 45, 45, 0.8);
  line-height: 1.625;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form #comment {
  height: 172px;
  min-height: 172px;
  font-size: 17px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-author label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-email label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .comment-form-comment label {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form .form-submit .submit {
  font-size: 16px;
  line-height: 54px;
  padding: 0 32px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 15px 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
  font-size: 16px;
  color: #2d2d2d;
  display: block;
  margin: 0 10px 0 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
  display: inline-flex;
  font-size: 16px;
  margin: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
  display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
  margin: 0 2px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
  color: rgba(45, 45, 45, 0.8);
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
  color: #f2994a;
}
.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: 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: 15px;
  padding: 20px 30px 38px 20px;
  background-color: #f5f6f6;
  border-radius: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating {
  font-size: 16px;
  margin-right: -10px;
}
.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: 991px) {
  .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: 78px;
  -webkit-border-radius: 78px;
  -khtml-border-radius: 78px;
  -moz-border-radius: 78px;
  -ms-border-radius: 78px;
  -o-border-radius: 78px;
  border-radius: 78px;
  border: 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 img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 60px;
    border: none;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
  font-size: 17px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
  margin-bottom: 0;
}
.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;
  padding: 0 0 0 102px;
  margin: 0;
}
@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: 80px;
  }
}
.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 12px;
  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: 15px;
  color: var(--primary-color);
  font-weight: 500;
  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: #000;
  display: block;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 18px;
  text-transform: uppercase;
}
.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:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .quantity, .single-product > div.product .quantity {
  margin-right: 20px;
  float: none;
}
.single-product #pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
  color: 646464;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
}
.single-product #pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
}
.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: #0a1320;
  font-size: 18px;
  text-transform: capitalize;
}
.single-product #pxl-content-area div.product .product_meta > span a:hover, .single-product > div.product .product_meta > span a:hover {
  color: var(--primary-color);
}
.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;
}
@media screen and (max-width: 1025px) {
  body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
    max-width: 100%;
  }
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
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, .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 {
  height: 45px;
  padding: 0 20px;
  min-width: 180px;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
  color: #222;
  border-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: 40px 50px;
  -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: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  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:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--primary-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;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout a.showcoupon, .woocommerce-checkout a.woocommerce-privacy-policy-link, .woocommerce-checkout .woocommerce-terms-and-conditions-link {
  color: #111;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-checkout a.showcoupon:hover, .woocommerce-checkout a.woocommerce-privacy-policy-link:hover, .woocommerce-checkout .woocommerce-terms-and-conditions-link:hover {
  color: var(--primary-color);
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
  font-size: 16px;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout strong {
  font-weight: 500;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-info {
    padding-bottom: 24px;
  }
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px 30px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px !important;
  }
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout form.checkout_coupon .form-row-last button.button {
    width: 100%;
  }
}
.woocommerce-checkout form.checkout_coupon #coupon_code {
  border-color: transparent;
  height: 46px;
  font-size: 16px;
}
.woocommerce-checkout form.checkout_coupon #coupon_code:focus {
  border-color: var(--primary-color);
}
.woocommerce-checkout form.checkout_coupon > .form-row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.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 {
  width: 60%;
  padding: 0 35px 0 15px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout #customer_details {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  flex: inherit;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
}
.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: 40px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    font-size: 28px;
  }
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 44px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 40px;
  margin-bottom: 32px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    font-size: 28px;
  }
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -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: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.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: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce-checkout form.woocommerce-checkout input, .woocommerce-checkout form.woocommerce-checkout textarea {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout form.woocommerce-checkout label {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.woocommerce-checkout form.woocommerce-checkout .form-row-first {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .form-row-first {
    padding-right: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout .form-row-last {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .form-row-last {
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout .form-row-last, .woocommerce-checkout form.woocommerce-checkout .form-row-first {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .form-row-last, .woocommerce-checkout form.woocommerce-checkout .form-row-first {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 28px;
  }
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
  width: 40%;
  padding: 0 15px;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .blockUI {
  background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #order_review {
  background-color: rgba(0, 0, 0, 0.037);
  padding: 34px 40px 40px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 600;
  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 {
  border: none;
  margin: 0;
  font-size: 16px;
  color: #2d2d2d;
  background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.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: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total th {
  border-bottom: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
  padding-right: 20px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name strong {
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  margin-top: 5px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment label {
  font-size: 16px;
  color: #2d2d2d;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box {
  font-size: 14px;
  line-height: 24px;
  color: rgba(45, 45, 45, 0.7);
  background-color: #fff;
  margin-bottom: 23px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods div.payment_box:before {
  border-bottom-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method {
  padding-top: 4px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label {
  cursor: pointer;
  position: relative;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  position: absolute;
  top: 2px;
  left: -35px;
  -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-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method label:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: -30px;
  top: 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;
  opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input {
  opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label:before {
  border-color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked + label:after {
  opacity: 1;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .form-row.place-order {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order.button {
  float: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-top: 22px;
  font-size: 16px;
  margin-bottom: 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .wp-block-heading {
  font-size: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area {
  /* All Notices */
}
.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;
  padding: 27px 30px 30px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
  max-width: 670px;
  margin: 0px auto 50px auto;
  display: block;
  width: 100%;
  -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: 20px;
  line-height: 1.55555;
  color: #0a1320;
  margin-bottom: 13px;
  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 .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;
  height: auto;
}
.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;
  text-decoration: underline;
  color: #000;
}
.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: #000;
}
.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;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 18px;
  color: #0a1320;
  display: inline-flex;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:before {
  content: '';
  width: 28px;
  height: 28px;
  border: 1px solid rgba(22, 29, 57, 0.1);
  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%);
  position: absolute;
  border-radius: 28px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span:after {
  content: "\f112";
  font-family: "Caseicon";
  color: #000;
  position: absolute;
  top: 50%;
  left: 7px;
  -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: 14px;
  -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;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme {
  margin: 0;
  opacity: 0;
  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: 24px;
  height: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox #rememberme:checked + span:after {
  opacity: 1;
}
.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: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login {
  margin: 0 -25px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login > div {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
  font-size: 42px;
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
    font-size: 32px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin: 0;
  }
  .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-row span em {
  margin-top: 8px;
  display: block;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form-row label {
  display: block;
  margin-bottom: 12px;
  line-height: normal;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-EditAccountForm fieldset {
  padding: 30px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-info {
  text-align: center;
  padding: 24px 30px 90px 30px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 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(--heading-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 {
  margin: 0 20px 0 0;
  padding: 0 12px;
  width: 70px;
  height: 54px;
}
.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;
}
.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: #000;
}
.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--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;
}
.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 .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-info {
  padding: 20px 20px 80px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--primary-color);
  position: relative;
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-info:before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-info a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding-left: 32px;
  padding-right: 32px;
}
.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-block-components-totals-shipping__change-address__link, .wc-block-cart__submit-button, .wc-block-components-panel__button, .wc-block-components-totals-coupon__button, button:not(.pxl-file-upload-button,.wc-block-components-quantity-selector__button,.wc-block-cart-item__remove-link,.btn) {
  background-color: var(--primary-color) !important;
  text-decoration: none !important;
  padding: 0 20px 0 20px !important;
  margin-top: 15px;
  border-radius: 4px !important;
  color: #fff;
}
.wc-block-components-totals-shipping__change-address__link:hover, .wc-block-cart__submit-button:hover, .wc-block-components-panel__button:hover, .wc-block-components-totals-coupon__button:hover, button:not(.pxl-file-upload-button,.wc-block-components-quantity-selector__button,.wc-block-cart-item__remove-link,.btn):hover, .wc-block-components-totals-shipping__change-address__link:focus, .wc-block-cart__submit-button:focus, .wc-block-components-panel__button:focus, .wc-block-components-totals-coupon__button:focus, button:not(.pxl-file-upload-button,.wc-block-components-quantity-selector__button,.wc-block-cart-item__remove-link,.btn):focus {
  line-height: 56px !important;
}
.pxl-popup--close2 {
  position: absolute;
  top: 32px;
  right: 0;
  height: 60px;
  width: 320px;
  z-index: 10000;
  cursor: pointer;
}
.pxl-text--hide {
  display: none;
}
.wc-empty-cart-message {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.woocommerce-tabs {
  width: 80%;
}
.woocommerce-tabs .wc-tabs {
  display: flex;
  list-style: none;
  border-bottom: 1px solid rgba(var(--heading-color-rgb),0.1);
  padding-bottom: 10px;
}
.woocommerce-tabs .wc-tabs li {
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
.woocommerce-tabs .wc-tabs li + li {
  margin-left: 80px;
}
.woocommerce-tabs .wc-tabs li a {
  color: var(--716-f-73, #716f73);
}
.woocommerce-tabs .wc-tabs li::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -10px;
  right: 0;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  transform: rotate(0) !important;
}
.woocommerce-tabs .wc-tabs li.active {
  font-weight: 500;
}
.woocommerce-tabs .wc-tabs li.active::before {
  width: 100%;
  left: 0;
  right: auto;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: var(--primary-color);
}
.woocommerce-tabs h2 {
  display: none;
}
.woocommerce-tabs #tab-description {
  width: 76.5%;
}
.woocommerce-tabs #tab-description li {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.556;
}
.woocommerce-tabs #tab-description li + li {
  margin-top: 17px;
}
.wc-block-components-quantity-selector {
  height: 28px;
}
.wc-block-components-quantity-selector::after {
  display: none;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: inherit;
  padding: 0 !important;
}
.wc-block-components-quantity-selector button:not(.btn) {
  line-height: 1;
  color: var(--heading-color);
  font-size: 18px;
  background-color: #e9e9e9;
  cursor: pointer;
  min-width: 28px;
  height: 28px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
}
.wc-block-cart-item__prices {
  color: var(--heading-color);
}
.wc-block-components-product-name {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
  /* 140% */
  line-height: 1.4x;
}
.wc-block-cart-items__row {
  position: relative;
}
.wc-block-cart-item__remove-link {
  color: transparent !important;
  position: absolute !important;
  overflow: visible;
  width: 40px;
  height: 40px !important;
  font-size: 0 !important;
  background: #ffeeea !important;
  border-radius: 50% !important;
  right: 0;
  top: 30px;
}
.wc-block-cart-item__remove-link::before {
  content: "\f2ed";
  position: absolute;
  color: #de4a28;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 16.25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wc-block-cart-items__header-total {
  display: none;
}
.wc-block-cart-item__total .wc-block-formatted-money-amount.wc-block-components-product-price__value {
  color: transparent !important;
}
.wc-block-components-totals-coupon__form {
  display: block !important;
}
.wc-block-components-totals-coupon__form button {
  margin: 10px 0 0 0 !important;
}
.is-large .wc-block-components-totals-coupon {
  padding: 0 !important;
}
.woocommerce table.shop_attributes td {
  padding-left: 15px;
  font-style: normal;
}
.woocommerce-sg-sidebar .title-shipping {
  line-height: 1;
}
.flex-control-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}
.flex-control-nav li {
  width: 30%;
  position: relative;
  margin: 6px;
}
.flex-control-nav li::before {
  content: '';
  border-radius: inherit;
  background-image: url(../img/view-port-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wc-block-components-panel__button {
  line-height: 56px;
  padding-left: 15px !important;
}
.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
  right: 15px !important;
}
.wc-block-components-panel__button > .wc-block-components-order-summary__button-text {
  padding-left: 15px;
}
.wc-block-components-button:hover {
  background-color: var(--primary-color);
}
.is-large .wc-block-components-totals-coupon {
  line-height: 56px !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  max-height: 60px !important;
}
.wc-block-components-totals-wrapper {
  padding: 15px !important;
}
.wc-block-components-panel {
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .single-product #pxl-wapper #pxl-main {
    padding: 100px 0 !important;
  }
}
.wc-block-components-checkout-step {
  margin: 15px !important;
}
.title-hover-line {
  --title-line-color: #666771;
}
.title-hover-line a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--title-line-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;
}
.title-hover-line a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-style1 .pxl-post--featured {
  margin-bottom: 18px;
}
.pxl-blog-style1 .pxl-post--button {
  margin-top: 22px;
}
.pxl-blog-style1 .pxl-post--title {
  font-size: 24px;
  font-weight: 500;
  /* 133.333% */
  line-height: 1.33;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 17px !important;
}
.pxl-blog-style1 .pxl-post--title .char {
  transition: transform 0.3s ease, color 0.3s ease;
  transition-delay: calc(var(--char-index) * 0.03s);
}
.pxl-blog-style1 .pxl-post--title:hover .char {
  color: var(--primary-color);
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pxl-blog-style1 .pxl- {
  padding: 0 24px;
}
.pxl-blog-style1 .pxl-post--meta {
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.56;
  position: relative;
  color: #07000e;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.pxl-blog-style1 .pxl-post--meta a {
  color: inherit;
}
.pxl-blog-style1 .pxl-post--meta a:hover {
  color: inherit;
}
.pxl-blog-style1 .pxl-post--meta > div {
  display: inline-flex;
  align-items: center;
}
.pxl-blog-style1 .pxl-post--meta > div:last-child {
  margin-right: 0;
}
.pxl-blog-style1 .post-button-video {
  font-size: 18px;
  width: 70px;
  height: 70px;
}
.pxl-blog-style1 .pxl-post--author img {
  border-radius: 50%;
  margin-right: 13px;
}
.pxl-blog-style1 .pxl-post--author cite {
  color: #bababa;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  font-family: "DM Sans";
  font-style: normal;
}
.pxl-blog-style1 .pxl-post--inner {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #dfe1e5;
  overflow: hidden;
}
.pxl-blog-grid-layout2 .pxl-post--inner {
  display: flex;
  align-items: center;
  padding: 25px;
  background: #f7f1fc;
  padding-right: 30px;
  margin-bottom: 32px;
  border-radius: 8px;
  border: 4px solid transparent;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 580px) {
  .pxl-blog-grid-layout2 .pxl-post--inner {
    display: block;
  }
  .pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--featured {
    margin-bottom: 30px;
  }
}
.pxl-blog-grid-layout2 .pxl-post--inner:hover {
  border-color: #9117a0;
  transform: rotate(-2.5deg);
  filter: drop-shadow(-0.314px 2.984px 27px rgba(19, 19, 19, 0.18));
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout2 .pxl-post--inner:hover {
    transform: rotate(0);
  }
}
.pxl-blog-grid-layout2 .pxl-post--inner:hover .pxl-post--title {
  background-size: 100% 1px;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--featured {
  margin-right: 30px;
  min-width: 160px;
  border-radius: 8px;
  display: inline-flex;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--featured img {
  max-width: 160px;
  min-height: 169px;
  border-radius: 8px;
  object-fit: cover;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -1.25px;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-item--content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  margin-right: 40px;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 360px) {
  .pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--meta {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--author {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.714;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--author img {
  margin-right: 14px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-date-tag {
  display: flex;
  align-items: center;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-date-tag .pxl-post--date {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.714;
  margin-right: 16px;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-date-tag .pxl-post--tag {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
  background: var(--primary-color);
  padding: 5px 11px 3px;
}
.pxl-post-carousel1 .pxl-content > a {
  position: relative;
  padding-left: 33px;
}
.pxl-post-carousel1 .pxl-content > a::before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 24px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pxl-post-carousel1 .pxl-content .pxl-post--title {
  color: var(--010101, #010101);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  /* 127.273% */
  line-height: 1.27;
  letter-spacing: -0.44px;
  padding-bottom: 24px !important;
  padding-top: 10px;
}
.pxl-post-carousel1 .pxl-swiper-slide {
  transition: all 0.3s;
}
.pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-active {
  margin: 0 -15px 0 0;
}
@media screen and (max-width: 1200px) {
  .pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-active {
    margin: 0;
  }
}
.pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-next {
  margin: 0 0 0 -15px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-next {
    margin: 0;
  }
}
.pxl-post-carousel1 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-post--featured {
  order: 2;
  margin-bottom: 79px;
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-content {
  order: 1;
  margin-top: 39px;
  margin-bottom: 63px;
  padding: 0 0 0 28px;
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(even) .pxl-content {
  margin-top: 61px;
  padding: 0 28px;
}
.pxl-post-carousel1 .pxl-post--meta {
  color: #5f5d61;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  justify-content: start;
}
.pxl-post-carousel1 .pxl-post--meta .pxl-post--date {
  margin-right: 33px;
}
.pxl-post-carousel1 .pxl-post--meta svg {
  margin-right: 12px;
}
.pxl-post-carousel1 .pxl-post--featured {
  margin-bottom: 0;
  width: 100%;
}
.pxl-post-carousel2 .pxl-content > a {
  position: relative;
  padding-left: 33px;
}
.pxl-post-carousel2 .pxl-content > a::before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 24px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pxl-post-carousel2 .pxl-content .pxl-post--title {
  color: var(--010101, #010101);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  /* 127.273% */
  line-height: 1.27;
  letter-spacing: -0.44px;
  padding-bottom: 24px !important;
  padding-top: 10px;
}
.pxl-post-carousel2 .pxl-swiper-slide {
  transition: all 0.3s;
}
.pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-active {
  margin: 0 -15px 0 0;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-active {
    margin: 0;
  }
}
.pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-next {
  margin: 0 0 0 -15px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-next {
    margin: 0;
  }
}
.pxl-post-carousel2 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
}
.pxl-post-carousel2 .pxl-content {
  margin-top: 28px;
}
.pxl-post-carousel2 .pxl-post--meta {
  color: #5f5d61;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  justify-content: start;
}
.pxl-post-carousel2 .pxl-post--meta .pxl-post--date {
  margin-right: 33px;
}
.pxl-post-carousel2 .pxl-post--meta svg {
  margin-right: 12px;
}
.pxl-post-carousel2 .pxl-post--featured {
  margin-bottom: 0;
}
.pxl-post-carousel3 .pxl-post--date {
  display: inline-grid;
  text-align: center;
  background: var(--primary-color);
  width: 80px;
  clip-path: polygon(13% 0%, 95% 0%, 100% 0%, 100% 82%, 93% 90%, 85% 100%, 0% 100%, 0% 95%, 0% 13%, 7% 7%);
  border-radius: 4px;
  position: absolute;
  bottom: -30px;
  left: 32px;
}
.pxl-post-carousel3 .pxl-post--date .date {
  color: var(--202020, #202020);
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  height: 48px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(11% 0, 100% 1%, 100% 82%, 90% 100%, 0 100%, 0 20%);
  background: #fff;
  border-radius: 4px;
}
.pxl-post-carousel3 .pxl-post--date .month {
  color: var(--ffffff, #fff);
  font-size: 14px;
  font-weight: 600;
}
.pxl-post-carousel3 .pxl-post--featured img {
  clip-path: polygon(12% 0, 100% 0, 100% 85%, 89% 100%, 0 100%, 0 15%);
  border-radius: 8px;
}
.pxl-post-carousel3 .pxl-post--title {
  color: var(--010101, #010101);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -0.52px;
  margin: 54px 0 25px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ededed;
}
.pxl-post-carousel3 .pxl-item--inner {
  position: relative;
}
.pxl-post-carousel3 .pxl-item--inner::before {
  content: '';
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 15%);
  border-radius: 8px;
}
.pxl-post-carousel3 .pxl-item--inner::after {
  content: '';
  background: #fff;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 15%);
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .pxl-post-carousel3 .pxl-item--inner::after {
    clip-path: polygon(15% 0, 100% 0, 100% 92%, 90% 99.8%, 0 99.8%, 0 15%);
  }
}
.pxl-post-carousel3 .pxl-post--author {
  display: flex;
  align-items: center;
}
.pxl-post-carousel3 .pxl-post--author img {
  border-radius: 50%;
  margin-right: 13px;
}
.pxl-post-carousel3 .pxl-content {
  padding: 0 32px 20px 32px;
}
.pxl-post-carousel3 .pxl-post--meta {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
  justify-content: space-between;
}
.pxl-post-carousel3 .pxl-text {
  color: var(--3-c-3-c-3-c, #3c3c3c);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  display: flow-root list-item;
}
.pxl-post-carousel3 .author-name a {
  color: var(--3-c-3-c-3-c, #3c3c3c);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.author-admin #pxl-main {
  padding: 220px 0 120px 0;
}
.pxl-service-style1 .pxl-post--featured {
  position: absolute;
  right: -110px;
  bottom: -90px;
  z-index: -1;
  transition: all 0.3s;
  width: 100%;
}
.pxl-service-style1 .pxl-post--featured img {
  width: auto;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style1 .pxl-post--featured {
    right: -50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-style1 .pxl-post--featured {
    right: -35%;
  }
}
@media (max-width: 580px) {
  .pxl-service-style1 .pxl-post--featured {
    right: -50%;
  }
}
.pxl-service-style1 .pxl-swiper-slide:nth-child(2) .pxl-post--featured {
  right: -233px;
  bottom: -50px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style1 .pxl-swiper-slide:nth-child(2) .pxl-post--featured {
    right: -50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-style1 .pxl-swiper-slide:nth-child(2) .pxl-post--featured {
    right: -35%;
  }
}
@media (max-width: 580px) {
  .pxl-service-style1 .pxl-swiper-slide:nth-child(2) .pxl-post--featured {
    right: -50%;
  }
}
.pxl-service-style1 .pxl-swiper-slide:last-child .pxl-post--featured {
  right: -170px;
  bottom: -103px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style1 .pxl-swiper-slide:last-child .pxl-post--featured {
    right: -50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-style1 .pxl-swiper-slide:last-child .pxl-post--featured {
    right: -35%;
  }
}
@media (max-width: 580px) {
  .pxl-service-style1 .pxl-swiper-slide:last-child .pxl-post--featured {
    right: -50%;
    bottom: -70px;
  }
}
.pxl-service-style1 .pxl-swiper-container {
  padding: 31px 31px 100px 31px;
  margin: -31px -31px -100px -31px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style1 .pxl-swiper-container {
    padding: 31px 15px 100px 15px;
    margin: -31px -30px -100px -30px;
  }
}
.pxl-service-style1 .pxl-carousel-inner {
  overflow: initial;
}
.pxl-service-style1 .pxl-post--inner {
  border-radius: 16px;
}
.pxl-service-style1 .pxl-post--inner:hover {
  filter: drop-shadow(-2.3px 21.879px 31px var(--primary-color));
}
.pxl-service-style1 .pxl-post--title {
  font-size: 30px;
  color: #fffefe;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -1.2px;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .pxl-service-style1 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-service-style1 .pxl-item--content {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.813;
  margin-top: 23px;
  opacity: 1;
  transition: all 0.3s;
  letter-spacing: -0.25px;
}
.pxl-service-style1 .pxl-post--readmore {
  width: 44.3px;
  height: 44.3px;
  border-radius: 4px;
  border: 2px solid #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  top: 36px;
  right: 30px;
  opacity: 0;
  transform: opacity 0.3s;
  margin-top: 5px;
  transition: all 0.3s;
}
.pxl-service-style1 .pxl-post--readmore i {
  transform: rotate(-45deg);
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: -6px;
}
.pxl-service-style1 .pxl-post--link-all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.pxl-service-style1 .pxl-post-content {
  padding: 43px 43px 43px 38px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 340px;
  transition: all 0.3s;
  z-index: 1;
}
.pxl-service-style1 .pxl-post-content::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -1px;
  left: 1px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
  z-index: -1;
}
.pxl-service-style1 .pxl-post-content::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(0deg, var(--primary-color) 0%, #09010f 100%);
  transition: all 0.3s;
  z-index: -2;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 1024px) {
  .pxl-service-style1 .pxl-post-content {
    padding: 30px;
  }
}
.pxl-service-style1 .pxl-post-content:hover .pxl-post--readmore {
  opacity: 1;
}
.pxl-service-style1 .pxl-post-content:hover::before {
  border-color: #fff;
}
.pxl-service-style1 .pxl-post-content:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.pxl-service-style1 .pxl-post-content:hover .pxl-post--title {
  background-size: 100% 1px;
}
.pxl-service-style1 .pxl-post-content:hover .pxl-item--content {
  opacity: 0;
}
.pxl-service-style1 .pxl-post-content:hover .pxl-post--icon {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-service-style1 .pxl-post-content:hover .pxl-post--icon:after {
  opacity: 1;
}
.pxl-service-style1 .pxl-post-content:hover .pxl-post--featured {
  transform: scale(1.05);
}
.pxl-service-style1.pxl-service-grid-layout1 .pxl-post--inner {
  padding-bottom: 48px;
}
.pxl-portfolio-style1 .pxl-post--featured {
  border-radius: 12px;
}
.pxl-portfolio-style1 .pxl-post--featured img {
  border-radius: inherit;
}
.pxl-portfolio-style1 .pxl-grid-item {
  padding: 0 20px;
}
.pxl-portfolio-style1 .pxl-post--title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-style1 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-portfolio-style1 .pxl-post--holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  margin-top: 23px;
  border-bottom: 1px solid #dfe1e5;
  margin-bottom: 40px;
}
.pxl-portfolio-style1 .pxl-post--readmore {
  font-size: 25px;
  color: #bababa;
}
.pxl-portfolio-style1 .pxl-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-portfolio-style2 .pxl-post--inner {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-style2 .pxl-post--inner {
    display: block;
  }
}
.pxl-portfolio-style2 .pxl-post--featured {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-style2 .pxl-post--featured {
    width: 100%;
  }
}
.pxl-portfolio-style2 .pxl-post--featured > a {
  height: 100%;
  display: flex;
}
.pxl-portfolio-style2 .pxl-post--featured > a img {
  object-fit: cover;
}
.pxl-portfolio-style2 .pxl-post--holder {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-style2 .pxl-post--holder {
    width: 100%;
  }
}
.pxl-portfolio-style2 .pxl-grid-item {
  display: flex;
  align-items: center;
}
.pxl-portfolio-style2 .content-right .pxl-post--featured {
  order: 1;
}
.pxl-portfolio-style2 .content-right .pxl-post--featured .pxl-post--category a {
  left: 32px;
}
.pxl-portfolio-style2 .content-right .pxl-post--holder {
  order: 2;
}
.pxl-portfolio-style2 .content-left .pxl-post--featured {
  order: 2;
}
.pxl-portfolio-style2 .content-left .pxl-post--featured .pxl-post--category a {
  right: 32px;
}
.pxl-portfolio-style2 .content-left .pxl-post--holder {
  order: 1;
}
.pxl-portfolio-style2 .pxl-post--featured {
  position: relative;
}
.pxl-portfolio-style2 .pxl-post--featured .pxl-post--category {
  position: unset;
}
.pxl-portfolio-style2 .pxl-post--featured .pxl-post--category a {
  position: absolute;
  top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
  background: var(--primary-color);
  padding: 0 20px;
  border-radius: 4px;
}
.pxl-portfolio-style2 .pxl-post--holder {
  padding: 49px 52px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .pxl-portfolio-style2 .pxl-post--holder {
    padding: 30px;
  }
}
.pxl-portfolio-style2 .pxl-post--holder .pxl-post--title {
  font-size: 36px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-style2 .pxl-post--holder .pxl-post--title {
    font-size: 25px;
  }
}
.pxl-portfolio-style2 .pxl-post--holder .pxl-post--content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.556;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-style2 .pxl-post--holder .pxl-post--content {
    font-size: 17px;
    margin-bottom: 50px;
  }
}
.pxl-portfolio-style2 .pxl-post--holder .pxl-button {
  max-width: 80px;
  height: 80px;
  border: 1px solid #bababa;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.pxl-portfolio-style2 .pxl-post--holder .pxl-button .pxl--btn-icon {
  display: inline-flex;
  transition: all 0.3s;
}
.pxl-portfolio-style2 .pxl-post--holder:hover .pxl--btn-icon {
  transform: rotate(45deg);
}
.pxl-project-info1 {
  background-color: #0a1320;
  padding: 25px 25px 30px 25px;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
}
.pxl-project-info1 .pxl-item--title {
  text-align: center;
  margin: -25px -25px 21px -25px;
  font-size: 30px;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 21px 0;
}
.pxl-project-info1 .pxl-item--button {
  margin-top: 35px;
  text-align: center;
}
.pxl-project-info1 .pxl-item--button a {
  padding: 0 32px;
  line-height: 54px;
  font-size: 16px;
}
.pxl-project-info1 .pxl-item--icon {
  position: relative;
  top: 2px;
  color: var(--third-color);
  font-size: 18px;
}
.pxl-project-info1 .pxl--item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 21px;
  margin-bottom: 21px;
  display: flex;
  flex-wrap: nowrap;
}
.pxl-project-info1 .pxl--item label {
  font-weight: 700;
  font-size: 20px;
  display: block;
}
.pxl-project-info1 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-project-info2 {
  border-radius: 65px;
  padding: 19px 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .pxl-project-info2 {
    justify-content: inherit;
  }
}
@media screen and (max-width: 767px) {
  .pxl-project-info2 {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  }
}
.pxl-project-info2:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
}
.pxl-project-info2:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 0px;
  left: 0px;
  height: 100%;
  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');
  border-radius: inherit;
  z-index: -2;
}
.pxl-project-info2 .pxl-item--icon {
  color: var(--primary-color);
  font-size: 18px;
}
.pxl-project-info2 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  margin: 12px 0;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .pxl-project-info2 .pxl--item {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-project-info2 .pxl--item {
    width: 100%;
  }
}
.pxl-project-info2 .pxl--item label {
  font-weight: 600;
  color: #0a1320;
  font-size: 22px;
  display: block;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .pxl-project-info2 .pxl--item label {
    font-size: 20px;
  }
}
.pxl-project-info2 .pxl--item:last-child {
  padding-right: 0;
}
.pxl-portfolio-style1 .pxl-post--readmore.pxl-gradient-rotate {
  background-image: -webkit-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.pxl-portfolio-carousel1 .pxl-post--category {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel1 .pxl-post--category {
    font-size: 16px;
  }
}
.pxl-portfolio-carousel1 .pxl-post--title {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel1 .pxl-post--title {
    font-size: 24px;
  }
}
.pxl-portfolio-carousel1 .pxl-post--holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 45px 41px;
  z-index: 77;
  -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;
  transform: translateY(100%);
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel1 .pxl-post--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pxl-portfolio-carousel1 .pxl-post--button {
  width: 67px;
  height: 67px;
  background-color: #fff;
  border-radius: 67px;
  position: absolute;
  top: 44px;
  right: 54px;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  z-index: 77;
  -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;
  transform: translateY(-110px);
}
.pxl-portfolio-carousel1 .pxl-post--inner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-carousel1 .pxl-post--inner:before {
  content: '';
  z-index: 66;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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');
  opacity: 0;
  transform: scale(2);
  -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-portfolio-carousel1 .pxl-post--inner:hover:before {
  opacity: 0.86;
  transform: scale(1);
}
.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-post--holder, .pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-post--button {
  opacity: 1;
  transform: translateY(0%);
}
.title-hover-line {
  --title-line-color: #666771;
}
.title-hover-line a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--title-line-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;
}
.title-hover-line a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-style1 .pxl-post--featured {
  margin-bottom: 18px;
}
.pxl-blog-style1 .pxl-post--button {
  margin-top: 22px;
}
.pxl-blog-style1 .pxl-post--title {
  font-size: 24px;
  font-weight: 500;
  /* 133.333% */
  line-height: 1.33;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 17px !important;
}
.pxl-blog-style1 .pxl-post--title .char {
  transition: transform 0.3s ease, color 0.3s ease;
  transition-delay: calc(var(--char-index) * 0.03s);
}
.pxl-blog-style1 .pxl-post--title:hover .char {
  color: var(--primary-color);
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pxl-blog-style1 .pxl- {
  padding: 0 24px;
}
.pxl-blog-style1 .pxl-post--meta {
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.56;
  position: relative;
  color: #07000e;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.pxl-blog-style1 .pxl-post--meta a {
  color: inherit;
}
.pxl-blog-style1 .pxl-post--meta a:hover {
  color: inherit;
}
.pxl-blog-style1 .pxl-post--meta > div {
  display: inline-flex;
  align-items: center;
}
.pxl-blog-style1 .pxl-post--meta > div:last-child {
  margin-right: 0;
}
.pxl-blog-style1 .post-button-video {
  font-size: 18px;
  width: 70px;
  height: 70px;
}
.pxl-blog-style1 .pxl-post--author img {
  border-radius: 50%;
  margin-right: 13px;
}
.pxl-blog-style1 .pxl-post--author cite {
  color: #bababa;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  font-family: "DM Sans";
  font-style: normal;
}
.pxl-blog-style1 .pxl-post--inner {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #dfe1e5;
  overflow: hidden;
}
.pxl-blog-grid-layout2 .pxl-post--inner {
  display: flex;
  align-items: center;
  padding: 25px;
  background: #f7f1fc;
  padding-right: 30px;
  margin-bottom: 32px;
  border-radius: 8px;
  border: 4px solid transparent;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 580px) {
  .pxl-blog-grid-layout2 .pxl-post--inner {
    display: block;
  }
  .pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--featured {
    margin-bottom: 30px;
  }
}
.pxl-blog-grid-layout2 .pxl-post--inner:hover {
  border-color: #9117a0;
  transform: rotate(-2.5deg);
  filter: drop-shadow(-0.314px 2.984px 27px rgba(19, 19, 19, 0.18));
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout2 .pxl-post--inner:hover {
    transform: rotate(0);
  }
}
.pxl-blog-grid-layout2 .pxl-post--inner:hover .pxl-post--title {
  background-size: 100% 1px;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--featured {
  margin-right: 30px;
  min-width: 160px;
  border-radius: 8px;
  display: inline-flex;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--featured img {
  max-width: 160px;
  min-height: 169px;
  border-radius: 8px;
  object-fit: cover;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -1.25px;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-item--content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  margin-right: 40px;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 360px) {
  .pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--meta {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--author {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.714;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-post--author img {
  margin-right: 14px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-date-tag {
  display: flex;
  align-items: center;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-date-tag .pxl-post--date {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  line-height: 1.714;
  margin-right: 16px;
}
.pxl-blog-grid-layout2 .pxl-post--inner .pxl-date-tag .pxl-post--tag {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
  background: var(--primary-color);
  padding: 5px 11px 3px;
}
.pxl-post-carousel1 .pxl-content > a {
  position: relative;
  padding-left: 33px;
}
.pxl-post-carousel1 .pxl-content > a::before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 24px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pxl-post-carousel1 .pxl-content .pxl-post--title {
  color: var(--010101, #010101);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  /* 127.273% */
  line-height: 1.27;
  letter-spacing: -0.44px;
  padding-bottom: 24px !important;
  padding-top: 10px;
}
.pxl-post-carousel1 .pxl-swiper-slide {
  transition: all 0.3s;
}
.pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-active {
  margin: 0 -15px 0 0;
}
@media screen and (max-width: 1200px) {
  .pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-active {
    margin: 0;
  }
}
.pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-next {
  margin: 0 0 0 -15px;
}
@media screen and (max-width: 1200px) {
  .pxl-post-carousel1 .pxl-swiper-slide.swiper-slide-next {
    margin: 0;
  }
}
.pxl-post-carousel1 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-post--featured {
  order: 2;
  margin-bottom: 79px;
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-content {
  order: 1;
  margin-top: 39px;
  margin-bottom: 63px;
  padding: 0 0 0 28px;
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(even) .pxl-content {
  margin-top: 61px;
  padding: 0 28px;
}
.pxl-post-carousel1 .pxl-post--meta {
  color: #5f5d61;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  justify-content: start;
}
.pxl-post-carousel1 .pxl-post--meta .pxl-post--date {
  margin-right: 33px;
}
.pxl-post-carousel1 .pxl-post--meta svg {
  margin-right: 12px;
}
.pxl-post-carousel1 .pxl-post--featured {
  margin-bottom: 0;
  width: 100%;
}
.pxl-post-carousel2 .pxl-content > a {
  position: relative;
  padding-left: 33px;
}
.pxl-post-carousel2 .pxl-content > a::before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 24px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pxl-post-carousel2 .pxl-content .pxl-post--title {
  color: var(--010101, #010101);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  /* 127.273% */
  line-height: 1.27;
  letter-spacing: -0.44px;
  padding-bottom: 24px !important;
  padding-top: 10px;
}
.pxl-post-carousel2 .pxl-swiper-slide {
  transition: all 0.3s;
}
.pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-active {
  margin: 0 -15px 0 0;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-active {
    margin: 0;
  }
}
.pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-next {
  margin: 0 0 0 -15px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-swiper-slide.swiper-slide-next {
    margin: 0;
  }
}
.pxl-post-carousel2 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
}
.pxl-post-carousel2 .pxl-content {
  margin-top: 28px;
}
.pxl-post-carousel2 .pxl-post--meta {
  color: #5f5d61;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  justify-content: start;
}
.pxl-post-carousel2 .pxl-post--meta .pxl-post--date {
  margin-right: 33px;
}
.pxl-post-carousel2 .pxl-post--meta svg {
  margin-right: 12px;
}
.pxl-post-carousel2 .pxl-post--featured {
  margin-bottom: 0;
}
.pxl-post-carousel3 .pxl-post--date {
  display: inline-grid;
  text-align: center;
  background: var(--primary-color);
  width: 80px;
  clip-path: polygon(13% 0%, 95% 0%, 100% 0%, 100% 82%, 93% 90%, 85% 100%, 0% 100%, 0% 95%, 0% 13%, 7% 7%);
  border-radius: 4px;
  position: absolute;
  bottom: -30px;
  left: 32px;
}
.pxl-post-carousel3 .pxl-post--date .date {
  color: var(--202020, #202020);
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  height: 48px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(11% 0, 100% 1%, 100% 82%, 90% 100%, 0 100%, 0 20%);
  background: #fff;
  border-radius: 4px;
}
.pxl-post-carousel3 .pxl-post--date .month {
  color: var(--ffffff, #fff);
  font-size: 14px;
  font-weight: 600;
}
.pxl-post-carousel3 .pxl-post--featured img {
  clip-path: polygon(12% 0, 100% 0, 100% 85%, 89% 100%, 0 100%, 0 15%);
  border-radius: 8px;
}
.pxl-post-carousel3 .pxl-post--title {
  color: var(--010101, #010101);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -0.52px;
  margin: 54px 0 25px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ededed;
}
.pxl-post-carousel3 .pxl-item--inner {
  position: relative;
}
.pxl-post-carousel3 .pxl-item--inner::before {
  content: '';
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 15%);
  border-radius: 8px;
}
.pxl-post-carousel3 .pxl-item--inner::after {
  content: '';
  background: #fff;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 15%);
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .pxl-post-carousel3 .pxl-item--inner::after {
    clip-path: polygon(15% 0, 100% 0, 100% 92%, 90% 99.8%, 0 99.8%, 0 15%);
  }
}
.pxl-post-carousel3 .pxl-post--author {
  display: flex;
  align-items: center;
}
.pxl-post-carousel3 .pxl-post--author img {
  border-radius: 50%;
  margin-right: 13px;
}
.pxl-post-carousel3 .pxl-content {
  padding: 0 32px 20px 32px;
}
.pxl-post-carousel3 .pxl-post--meta {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
  justify-content: space-between;
}
.pxl-post-carousel3 .pxl-text {
  color: var(--3-c-3-c-3-c, #3c3c3c);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  display: flow-root list-item;
}
.pxl-post-carousel3 .author-name a {
  color: var(--3-c-3-c-3-c, #3c3c3c);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
.author-admin #pxl-main {
  padding: 220px 0 120px 0;
}
.pxl-nav-menu:not(.fr-icon-bottom) {
  /* First Level */
}
.pxl-nav-menu:not(.fr-icon-bottom) .sub-menu:not(.pxl-mega-menu), .pxl-nav-menu:not(.fr-icon-bottom) .children:not(.pxl-mega-menu) {
  padding: 10px 0 !important;
}
.pxl-nav-menu:not(.fr-icon-bottom) .sub-menu:not(.pxl-mega-menu)::before, .pxl-nav-menu:not(.fr-icon-bottom) .children:not(.pxl-mega-menu)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--primary-color);
}
.pxl-nav-menu:not(.fr-icon-bottom) .sub-menu:not(.pxl-mega-menu)::after, .pxl-nav-menu:not(.fr-icon-bottom) .children:not(.pxl-mega-menu)::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 0px solid transparent;
  border-top: 7px solid var(--primary-color);
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-plus {
  display: inline-flex;
  -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-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-plus:before {
  content: '+';
  font-style: normal;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-arrow {
  display: inline-flex;
  line-height: normal;
  -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-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .pxl-arrow-arrow:before {
  content: "\f150";
  font-family: "Caseicon";
  font-size: 8px;
  font-style: normal;
  position: relative;
  top: 2px;
}
.pxl-nav-menu .sub-menu.pxl-mega-menu {
  background-color: transparent !important;
  border: none !important;
  /* Style Level First */
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
  display: none !important;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a .pxl-menu-item-text {
  display: inline-flex;
  align-items: center;
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a .pxl-menu-item-text .flaticon-up-right-arrow {
  font-size: 9px;
  font-weight: 400;
  color: var(--gradient-color-to);
  margin-left: 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;
  opacity: 0;
  transform: translateX(-10px);
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li > a.pxl-onepage-active .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li:hover > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current_page_item > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current-menu-item > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current_page_ancestor > a .pxl-menu-item-text .flaticon-up-right-arrow, .pxl-nav-menu.fr-style-ha .pxl-menu-primary > li.current-menu-ancestor > a .pxl-menu-item-text .flaticon-up-right-arrow {
  opacity: 1;
  transform: translateX(0px);
}
.pxl-nav-menu.fr-style-ha .pxl-menu-primary > li .sub-menu .flaticon-up-right-arrow {
  display: none;
}
.pxl-nav-menu.fr-icon-bottom .pxl-menu-primary > .menu-item-has-children.menu-item:active, .pxl-nav-menu.fr-icon-bottom .pxl-menu-primary > .menu-item-has-children.menu-item:hover {
  background-color: #e3e0e5;
  border: 1px solid rgba(37, 17, 55, 0.2);
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item > a, .pxl-nav-menu.fr-icon-bottom .menu-item-home > a {
  position: relative;
  padding: 0 23px 0 25px;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item > a, .pxl-nav-menu.fr-icon-bottom .menu-item-home > a {
    padding: 0 15px;
  }
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item > a::before, .pxl-nav-menu.fr-icon-bottom .menu-item-home > a::before {
  position: absolute;
  content: '';
  right: 6px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 7px solid var(--primary-color);
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu .menu-item-has-children.menu-item > a, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu .menu-item-has-children.menu-item > a {
  padding: 10px 20px;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item, .pxl-nav-menu.fr-icon-bottom .menu-item-home {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transform: all 0.3s;
  -khtml-transform: all 0.3s;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -o-transform: all 0.3s;
  transform: all 0.3s;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item:active, .pxl-nav-menu.fr-icon-bottom .menu-item-home:active, .pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item:hover, .pxl-nav-menu.fr-icon-bottom .menu-item-home:hover {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item:active .sub-menu, .pxl-nav-menu.fr-icon-bottom .menu-item-home:active .sub-menu, .pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item:hover .sub-menu, .pxl-nav-menu.fr-icon-bottom .menu-item-home:hover .sub-menu {
  margin-top: 23px;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu {
  background-color: #251137;
  border: 2px solid #382246;
  border-radius: 4px;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu li > a, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu li > a {
  color: #fff;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu .menu-item, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu .menu-item {
  padding: 0;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu .menu-item a::after, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu .menu-item a::after {
  display: none;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu .menu-item .sub-menu, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu .menu-item .sub-menu {
  left: calc(100% + 1px);
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu .menu-item .sub-menu::before, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu .menu-item .sub-menu::before {
  display: none;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu.pxl-mega-menu::before, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu.pxl-mega-menu::before {
  position: absolute;
  content: '';
  top: -8px;
  left: 60px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #251137;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu::before, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu::before {
  position: absolute;
  content: '';
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #251137;
}
.pxl-nav-menu.fr-icon-bottom .menu-item-has-children.menu-item .sub-menu::after, .pxl-nav-menu.fr-icon-bottom .menu-item-home .sub-menu::after {
  position: absolute;
  content: '';
  top: -25px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  cursor: pointer;
}
.pxl-nav-menu.fr-icon-bottom .pxl-menu-item-text::before {
  display: none;
}
.pxl-nav-menu.fr-icon-bottom .pxl-menu-item-text::after {
  display: none;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item {
  position: relative;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item::before {
  content: '';
  position: absolute;
  display: flex;
  width: 4px;
  left: 40%;
  transform: translateX(-50%);
  height: 0%;
  top: 0;
  background: linear-gradient(180deg, #fe7524 0%, rgba(254, 117, 36, 0.00) 100%);
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item::after {
  content: '';
  position: absolute;
  display: flex;
  width: 4px;
  left: 40%;
  transform: translateX(-50%);
  height: 0%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(254, 117, 36, 0.00) 0%, #fe7524 100%);
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item > a span {
  padding-right: 0;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item:active::before, .pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item:hover::before, .pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item.current-menu-parent::before {
  height: 40%;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item:active::after, .pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item:hover::after, .pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item.current-menu-parent::after {
  height: 40%;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item:active > a::before, .pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item:hover > a::before, .pxl-nav-menu.fr-light-streak .pxl-menu-primary > .menu-item.current-menu-parent > a::before {
  color: inherit;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item, .pxl-nav-menu.fr-light-streak .menu-item-home {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transform: all 0.3s;
  -khtml-transform: all 0.3s;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -o-transform: all 0.3s;
  transform: all 0.3s;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item:active > a::before, .pxl-nav-menu.fr-light-streak .menu-item-home:active > a::before, .pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item:hover > a::before, .pxl-nav-menu.fr-light-streak .menu-item-home:hover > a::before {
  color: inherit;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item:active .sub-menu, .pxl-nav-menu.fr-light-streak .menu-item-home:active .sub-menu, .pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item:hover .sub-menu, .pxl-nav-menu.fr-light-streak .menu-item-home:hover .sub-menu {
  margin-top: 14px;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item:active .sub-menu li > a span .char, .pxl-nav-menu.fr-light-streak .menu-item-home:active .sub-menu li > a span .char, .pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item:hover .sub-menu li > a span .char, .pxl-nav-menu.fr-light-streak .menu-item-home:hover .sub-menu li > a span .char {
  color: inherit;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item > a, .pxl-nav-menu.fr-light-streak .menu-item-home > a {
  position: relative;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item > a span:not(.char), .pxl-nav-menu.fr-light-streak .menu-item-home > a span:not(.char) {
  padding-right: 15px;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item > a::after, .pxl-nav-menu.fr-light-streak .menu-item-home > a::after {
  display: none;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item > a::before, .pxl-nav-menu.fr-light-streak .menu-item-home > a::before {
  position: absolute;
  content: "\f0d7";
  right: 0px;
  width: 8px;
  height: 4px;
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item .sub-menu, .pxl-nav-menu.fr-light-streak .menu-item-home .sub-menu {
  background-color: #241b38;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item .sub-menu .menu-item, .pxl-nav-menu.fr-light-streak .menu-item-home .sub-menu .menu-item {
  padding: 0;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item .sub-menu .menu-item > a, .pxl-nav-menu.fr-light-streak .menu-item-home .sub-menu .menu-item > a {
  color: #fff;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item .sub-menu .menu-item > a::before, .pxl-nav-menu.fr-light-streak .menu-item-home .sub-menu .menu-item > a::before {
  display: none;
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item .sub-menu .menu-item .sub-menu, .pxl-nav-menu.fr-light-streak .menu-item-home .sub-menu .menu-item .sub-menu {
  left: calc(100% + 1px);
}
.pxl-nav-menu.fr-light-streak .menu-item-has-children.menu-item .sub-menu .menu-item .sub-menu::before, .pxl-nav-menu.fr-light-streak .menu-item-home .sub-menu .menu-item .sub-menu::before {
  display: none;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-item-text::before {
  display: none;
}
.pxl-nav-menu.fr-light-streak .pxl-menu-item-text::after {
  display: none;
}
.pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item > a {
  position: relative;
}
.pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item > a .pxl-menu-item-text {
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item > a span {
  padding-right: 0;
}
.pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item:active > a .pxl-menu-item-text, .pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item:hover > a .pxl-menu-item-text, .pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item.current-menu-parent > a .pxl-menu-item-text {
  background-position: 0;
}
.pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item:active > a::before, .pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item:hover > a::before, .pxl-nav-menu.fr-gradient .pxl-menu-primary > .menu-item.current-menu-parent > a::before {
  background-position: 0;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item:active > a::before, .pxl-nav-menu.fr-gradient .menu-item-home:active > a::before, .pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item:hover > a::before, .pxl-nav-menu.fr-gradient .menu-item-home:hover > a::before {
  background-position: 0;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item:active .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-home:active .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item:hover .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-home:hover .sub-menu {
  opacity: 1;
  margin-top: 10.2px;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item:active .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-home:active .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item:hover .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-home:hover .sub-menu {
  margin-top: 10px;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item > a, .pxl-nav-menu.fr-gradient .menu-item-home > a {
  position: relative;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item > a span:not(.char), .pxl-nav-menu.fr-gradient .menu-item-home > a span:not(.char) {
  padding-right: 15px;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item > a::after, .pxl-nav-menu.fr-gradient .menu-item-home > a::after {
  display: none;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item > a::before, .pxl-nav-menu.fr-gradient .menu-item-home > a::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 47%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  clip-path: polygon(48% 100%, 0 50%, 100% 48%);
  color: transparent;
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item {
  padding: 0;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item > a::before, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item > a::before {
  display: none;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item > a > span, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item > a > span {
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  background-image: linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, var(--heading-color) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item > a:hover > span, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item > a:hover > span {
  background-position: 0;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item .sub-menu {
  left: calc(100% + 0px);
  margin-top: 10px;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item .sub-menu::before, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item .sub-menu::before {
  display: none;
}
.pxl-nav-menu.fr-gradient .menu-item-has-children.menu-item .sub-menu .menu-item:hover .sub-menu, .pxl-nav-menu.fr-gradient .menu-item-home .sub-menu .menu-item:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
}
.pxl-nav-menu.fr-gradient .pxl-menu-item-text::before {
  display: none;
}
.pxl-nav-menu.fr-gradient .pxl-menu-item-text::after {
  display: none;
}
.pxl-nav-menu.fr-landing {
  /* Sub Menu */
}
.pxl-nav-menu.fr-landing .pxl-menu-primary > li > a span::before {
  display: none;
}
.pxl-nav-menu.fr-landing .pxl-menu-primary > li > a span {
  padding: 0;
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f14d";
  position: absolute;
  top: 50%;
  right: 20px;
  -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: 9px;
  font-family: "Caseicon";
  font-weight: 400;
}
@media screen and (min-width: 1201px) {
  .pxl-nav-menu.sub-style-default .sub-menu > li .pxl-menu-item-text {
    -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;
    position: relative;
  }
  .pxl-nav-menu.sub-style-default .sub-menu > li .pxl-menu-item-text:before {
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    background-color: transparent;
    margin-top: 9px;
  }
  .pxl-nav-menu.sub-style-default .sub-menu > li > a.pxl-onepage-active .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li:hover > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_item > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-item > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_ancestor > a .pxl-menu-item-text, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-ancestor > a .pxl-menu-item-text {
    margin-left: 7px;
  }
  .pxl-nav-menu.sub-style-default .sub-menu > li > a.pxl-onepage-active .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li:hover > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_item > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-item > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current_page_ancestor > a .pxl-menu-item-text:before, .pxl-nav-menu.sub-style-default .sub-menu > li.current-menu-ancestor > a .pxl-menu-item-text:before {
    width: 100%;
  }
}
.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);
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  padding: 0;
  text-align: inherit;
  background-color: transparent;
  margin: 0;
  padding-top: 18px;
  display: none;
  transition: none;
  min-width: auto;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li {
  padding: 0;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li > a {
  padding: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li > a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu > li + li {
  margin-top: 12px;
}
.pxl-nav-menu.pxl-nav-vertical .sub-menu li:hover > .sub-menu {
  margin-top: 0 !important;
}
.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary > li {
  display: block;
  margin: 0;
}
.pxl-nav-menu.pxl-nav-vertical .pxl-menu-primary > li > a {
  line-height: normal;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-arrow-toggle {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 80%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  -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;
  align-items: center;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary {
  padding: 0 50px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li + li {
  margin-top: 30px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li > a {
  line-height: normal;
  font-size: 36px;
  text-transform: uppercase;
  color: #141414;
  font-weight: 500;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary > li > a .caseicon-angle-arrow-down {
  display: none !important;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-default .pxl-menu-primary li.menu-item-has-children > a:hover .pxl-arrow-toggle {
  opacity: 1;
  right: -60px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-arrow-toggle {
  display: none;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a {
  min-width: 145px;
  font-size: 18px;
  line-height: 60px;
  color: #040607;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a {
    font-size: 16px;
    line-height: 51px;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before, .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 27px;
  border-color: var(--primary-color);
  border-style: solid;
  -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-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before {
  top: 0;
  left: 0;
  border-radius: 8px 0 0 0;
  border-width: 3px 0 0 3px;
  transform-origin: top left;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:before {
    border-width: 2px 0 0 2px;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
  border-radius: 0 0 8px 0px;
  border-width: 0 3px 3px 0;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:after {
    border-width: 0 2px 2px 0;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a .pxl-menu-item-text {
  position: static;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a .pxl-menu-item-text:before {
  -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;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  background-color: var(--primary-color);
  transform: scaleY(0);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover:before, .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover:after {
  transform: scale(0);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li > a:hover .pxl-menu-item-text:before {
  transform: scaleY(1);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li + li {
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li + li {
    margin-top: 12px;
  }
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary > li .sub-menu {
  margin-bottom: 36px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .pxl-menu-primary li.menu-item-has-children > a .pxl-menu-item-text:after {
  content: '+';
  margin-left: 4px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a {
  color: #555;
  font-size: 16px;
  font-weight: 700;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a:after {
  display: none;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li > a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li .sub-menu > li > a {
  color: #777;
  font-size: 15px;
}
.pxl-nav-menu.pxl-nav-vertical.vertical-style-button .sub-menu > li .sub-menu > li > a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.pxl-mega-boxed .pxl-megamenu > .sub-menu {
  max-width: 1170px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-primary-menu-not-set li a {
    padding: 0 22px;
    background-color: var(--primary-color);
    font-weight: 700;
    line-height: 46px;
    border-radius: 23px;
    display: inline-flex;
    color: #fff;
    font-size: 16px;
  }
}
@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 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    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);
  }
}
.section-mega-active.section-remove-br {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
button:not(.btn), .button:not(.btn), input[type="submit"]:not(.btn) {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 28px;
  line-height: 56px;
  -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;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 56px;
  color: #fff;
  border: none;
  height: auto;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--primary-color);
}
button:not(.btn):hover, .button:not(.btn):hover, input[type="submit"]:not(.btn):hover, button:not(.btn):focus, .button:not(.btn):focus, input[type="submit"]:not(.btn):focus {
  background-color: var(--secondary-color);
  color: #fff;
}
.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 28px;
  line-height: 56px;
  border-radius: 56px;
  -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: relative;
  cursor: pointer;
  border: none;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  background-color: var(--primary-color);
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.btn:hover, .btn:focus {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
.btn.btn-block {
  width: 100%;
}
.btn.pxl-icon--right {
  flex-direction: row-reverse;
}
.btn.pxl-icon-active i {
  justify-content: center;
  align-items: center;
}
.btn.btn-w-full {
  width: 100%;
}
.btn .pxl--btn-icon {
  display: inline-flex;
  -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;
}
.btn .pxl--btn-icon i, .btn .pxl--btn-icon svg {
  -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;
}
.btn.btn-icon-box {
  padding-left: 30px;
  padding-right: 66px;
  line-height: 56px;
  background-color: var(--gradient-color-from);
}
.btn.btn-icon-box .pxl--btn-icon {
  width: 51px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--gradient-color-to);
  border-radius: 67px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.btn.btn-icon-box .pxl--btn-icon i, .btn.btn-icon-box .pxl--btn-icon svg {
  -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;
}
.btn.btn-icon-box:hover, .btn.btn-icon-box:focus {
  background-color: var(--gradient-color-from);
}
.btn.btn-icon-box2 {
  line-height: 53px;
  background-image: -webkit-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(135deg, 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;
  padding-left: 10px;
  padding-right: 15px;
}
.btn.btn-icon-box2 .pxl--btn-icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 36px;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}
.btn.btn-icon-box2 .pxl--btn-text {
  margin: 0 17px;
}
.btn.btn-icon-box2:hover {
  background-color: transparent;
}
.btn.btn-icon-box2:hover .pxl--btn-icon i, .btn.btn-icon-box2:hover .pxl--btn-icon svg {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.btn.btn-icon-box2.btn-version-light {
  background: #fff;
  color: #000;
}
.btn.btn-icon-box2.btn-version-light .pxl--btn-icon {
  background-image: -webkit-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.btn.btn-icon-box2.btn-version-light:hover, .btn.btn-icon-box2.btn-version-light:focus {
  background: #fff;
}
.btn.btn-icon-box3 {
  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');
  line-height: 94px;
  padding: 0 22px 0 0;
  border-radius: 0 94px 94px 0;
}
.btn.btn-icon-box3 .pxl--btn-icon {
  margin: 0 !important;
  width: 94px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 28px;
  background-image: -webkit-linear-gradient(45deg, var(--gradient-color-from2), var(--gradient-color-to2));
  background-image: -moz-linear-gradient(45deg, var(--gradient-color-from2), var(--gradient-color-to2));
  background-image: -ms-linear-gradient(45deg, var(--gradient-color-from2), var(--gradient-color-to2));
  background-image: -o-linear-gradient(45deg, var(--gradient-color-from2), var(--gradient-color-to2));
  background-image: linear-gradient(45deg, var(--gradient-color-from2), var(--gradient-color-to2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from2)', endColorStr='var(--gradient-color-to2)');
}
.btn.btn-icon-box3 .pxl-divider-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  height: 52px;
  width: 52px;
  border-radius: 52px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.btn.btn-icon-box3 .pxl-divider-circle svg {
  height: 52px;
  width: 52px;
  fill: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(-1);
}
.btn.btn-icon-box3 .pxl-divider-circle svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  stroke-dashoffset: 152px;
  stroke-dasharray: 307.919px, 307.919px;
}
.btn.btn-icon-box3 .pxl--btn-text {
  margin: 0 30px;
}
.btn.btn-icon-box3:hover {
  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');
}
.btn.btn-icon-box3:hover .pxl-divider-circle svg path {
  stroke-dashoffset: 0px;
}
.btn.btn-icon-box4 {
  line-height: 50px;
  color: #dbd8d8;
  background: var(--primary-color);
  font-size: 18px;
  border-radius: 8px;
  border: 3px solid #fff;
}
.btn.btn-icon-box4 .pxl--btn-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: inherit;
  color: #07000e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn.btn-icon-box4 .pxl--btn-icon i, .btn.btn-icon-box4 .pxl--btn-icon svg {
  display: inline-block;
  margin-top: 4px;
}
.btn.btn-icon-box4 .pxl--btn-text {
  margin: 0 17px;
}
.btn.btn-icon-box4:hover {
  background: #220210;
}
.btn.btn-icon-box4:hover .pxl--btn-icon i, .btn.btn-icon-box4:hover .pxl--btn-icon svg {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.btn.btn-icon-box4.btn-version-light {
  background: #fff;
  color: #000;
}
.btn.btn-icon-box4.btn-version-light .pxl--btn-icon {
  background-image: -webkit-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(135deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.btn.btn-icon-box4.btn-version-light:hover, .btn.btn-icon-box4.btn-version-light:focus {
  background: #fff;
}
.btn.btn-icon-box5 {
  overflow: unset;
}
.btn.btn-icon-box5:hover .pxl--btn-icon i, .btn.btn-icon-box5:hover .pxl--btn-icon svg {
  transform: rotate(45deg);
}
.btn.btn-icon-box5 .pxl--btn-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  display: flex;
  justify-content: center;
  align-items: center;
  right: -22px;
}
.btn.btn-icon-box5 .pxl--btn-icon::before {
  position: absolute;
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  background-color: #020522;
  z-index: -1;
}
.btn.btn-icon-box6 {
  background: transparent;
}
.btn.btn-icon-box6:hover .pxl--btn-icon::before, .btn.btn-icon-box6:hover .pxl--btn-icon::after {
  left: 0;
}
.btn.btn-icon-box6:hover .pxl--btn-icon i::after {
  left: 0;
}
.btn.btn-icon-box6 .pxl--btn-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  position: relative;
  display: flex;
  justify-content: center;
}
.btn.btn-icon-box6 .pxl--btn-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: inherit;
  mask-composite: exclude;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.68;
  transition: all 0.3s;
}
.btn.btn-icon-box6 .pxl--btn-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: inherit;
  mask-composite: exclude;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
  opacity: 0.36;
  transition: all 0.3s;
}
.btn.btn-icon-box6 .pxl--btn-icon i {
  border-radius: inherit;
  background-image: inherit;
  width: 100%;
}
.btn.btn-icon-box6 .pxl--btn-icon i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: inherit;
  mask-composite: exclude;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
  opacity: 0.16;
  transition: all 0.3s;
}
.btn.btn-icon-box7 {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.btn.btn-icon-box7:hover .pxl--btn-text {
  animation: gradient-moving 1s ease;
  background-size: 200% 100%;
}
.btn.btn-icon-box7 .pxl--btn-text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 100% 100%;
  background-position: -100%;
}
.btn.btn-icon-box7::before {
  clip-path: polygon(12.8% 0, 100% 0, 100% 64.3%, 87.2% 100%, 0 100%, 0 35.7%);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  z-index: -2;
}
.btn.btn-icon-box7::after {
  clip-path: polygon(12.8% 0, 100% 0, 100% 64.3%, 87.2% 100%, 0 100%, 0 35.7%);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: inherit;
  background: #fff;
  z-index: -1;
}
.btn.btn-icon-box8 {
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  position: relative;
  clip-path: polygon(12.8% 0, 100% 0, 100% 64.3%, 87.2% 100%, 0 100%, 0 35.7%);
  transition: all 0.3s;
}
.btn.btn-icon-box8:hover {
  background-position: 0;
}
.btn.btn-line-gradient {
  background: transparent;
  overflow: visible;
}
.btn.btn-line-gradient:before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #191818;
  position: absolute;
  top: 0;
  left: 0;
}
.btn.btn-line-gradient:after {
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  -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;
  background-size: 200%, auto;
}
.btn.btn-line-gradient:hover:after {
  background-position: right center;
}
.btn.btn-text-nina.btn-default:hover, .btn.btn-text-nina.btn-default:focus {
  background-color: var(--primary-color);
}
.btn.btn-text-nina .pxl--btn-text {
  position: relative;
}
.btn.btn-text-nina .pxl--btn-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
}
.btn.btn-text-nina .pxl--btn-text > span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}
.btn.btn-text-nina:hover {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.btn.btn-text-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn.btn-text-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn.btn-text-nina:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.btn.btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.btn.btn-text-nanuk .pxl--btn-text span {
  display: inline-block;
}
.btn.btn-text-nanuk:hover, .btn.btn-text-nanuk:active, .btn.btn-text-nanuk:not([disabled]):not(.disabled).active, .btn.btn-text-nanuk:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1), .btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1) {
  -webkit-animation: pxl_nanuk_1 0.5s forwards;
  animation: pxl_nanuk_1 0.5s forwards;
}
.btn.btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n) {
  -webkit-animation: pxl_nanuk_2 0.5s forwards;
  animation: pxl_nanuk_2 0.5s forwards;
}
.btn.btn-text-parallax {
  overflow: visible;
  /* Button Style */
}
.btn.btn-text-parallax.btn-default:hover, .btn.btn-text-parallax.btn-default:focus {
  background-color: var(--primary-color);
}
.btn.btn-text-parallax .pxl--btn-text {
  -webkit-transition: all 120ms linear 0ms;
  -khtml-transition: all 120ms linear 0ms;
  -moz-transition: all 120ms linear 0ms;
  -ms-transition: all 120ms linear 0ms;
  -o-transition: all 120ms linear 0ms;
  transition: all 120ms linear 0ms;
}
.btn.btn-text-parallax:not(.hovered), .btn.btn-text-parallax:not(.hovered) .pxl--btn-text {
  transform: translate3d(0px, 0px, 0px) !important;
}
.btn.btn-text-parallax .flaticon-up-right-arrow:before {
  -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;
}
.btn.btn-text-parallax:hover .flaticon-up-right-arrow:before {
  transform: rotate(45deg);
}
.btn.btn-text-underline {
  padding: 0;
  line-height: 30px;
  background: none;
  font-size: 17px;
  color: #000;
  text-decoration: underline;
}
.btn.btn-text-underline .pxl--btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-text-underline .pxl--btn-icon i, .btn.btn-text-underline .pxl--btn-icon svg {
  animation: move-down 2s ease-in-out infinite;
}
.btn.btn-gradient-rotate {
  position: relative;
}
.btn.btn-gradient-rotate .pxl--btn-icon {
  border-radius: inherit;
}
.btn.btn-gradient-rotate .pxl--btn-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(var(--rotate), #4a454e, #fff 5%, #4a454e 10%);
  position: absolute;
  z-index: -2;
  animation: spin 10s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn.btn-gradient-rotate::before {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  right: 14px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: url(../img/Layer-19.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transform: opacity 0.3s;
}
.btn.btn-gradient-rotate::after {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 14px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: url(../img/Layer-19.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  opacity: 1;
  transform: opacity 0.3s;
}
.btn.btn-gradient-rotate:hover::before {
  opacity: 1;
}
.btn.btn-gradient-rotate:hover::after {
  opacity: 0;
}
.btn.btn-gradient-horizontal {
  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;
}
.btn.btn-gradient-horizontal:hover {
  background-color: transparent;
}
.btn.btn-gradient-horizontal2 {
  background-image: -webkit-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(45deg, var(--gradient-first-color), var(--gradient-color-to) 45%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-color: transparent;
}
.btn.btn-gradient-horizontal2:hover {
  background-color: transparent;
}
.btn.pxl-btn-slide-style1 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.52) inset;
  color: var(--ai-agency-ffffff, #fff);
  font-size: 18px;
  font-weight: 600;
  padding: 0 45px 0 25px;
}
.btn.pxl-btn-slide-style1 svg {
  fill: #fff;
}
.pxl-contact-form1 .btn.btn-gradient-horizontal {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  -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;
  background-size: 200%, auto;
}
.pxl-contact-form1 .btn.btn-gradient-horizontal i {
  font-size: 10px;
  -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-contact-form1 .btn.btn-gradient-horizontal:hover {
  background-position: right center;
}
.pxl-contact-form1 .btn.btn-gradient-horizontal:hover i.flaticon-up-right-arrow {
  transform: rotate(45deg);
}
@keyframes pxl_nanuk_1 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  100% {
    color: inherit;
  }
}
@keyframes pxl_nanuk_2 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  100% {
    color: inherit;
  }
}
@media screen and (min-width: 576px) {
  .revslider-initialised .btn.btn-icon-box {
    padding-left: 44px;
    padding-right: 90px;
    line-height: 67px;
    font-size: 18px;
    background-color: var(--gradient-color-to);
  }
  .revslider-initialised .btn.btn-icon-box .pxl--btn-icon {
    width: 65px;
    height: 67px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--gradient-color-from);
    border-radius: 67px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .revslider-initialised .btn.btn-icon-box:hover, .revslider-initialised .btn.btn-icon-box:focus {
    background-color: var(--gradient-color-to);
  }
}
.pxl-icon-box {
  position: relative;
}
.pxl-icon-box .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-team-grid1 .pxl-item--image {
  position: relative;
  z-index: 1;
}
.pxl-team-grid1 .pxl-item--image::before {
  content: '';
  position: absolute;
  height: 82.8%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: radial-gradient(circle, #651288 0%, #4b1068 40%, #311248 70%, #1a1331 100%);
  z-index: -1;
  transition: background-size 0.6s ease, background-position 0.6s ease;
  background-size: 100% 100%;
  background-position: center;
}
.pxl-team-grid1 .pxl-content {
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.pxl-team-grid1 .pxl-content .pxl-item--title {
  margin: 0;
}
.pxl-team-grid1 .pxl-social--button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1.5px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-team-grid1 .pxl-social--button i {
  line-height: 1;
  transition: all 0.3s;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.pxl-team-grid1 .pxl-item--social {
  position: absolute;
  bottom: 65px;
  right: 0;
  transition: 0.3s ease;
  transform-origin: bottom;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pxl-team-grid1 .pxl-item--social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1.5px solid #fff;
  border-radius: 40px;
  z-index: 2;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.pxl-team-grid1 .pxl-item--social a:hover i {
  animation-name: wobble_vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-team-grid1 .pxl-item--social a i {
  font-size: 15px;
}
.pxl-team-grid1 .pxl-item--social a + a {
  margin-top: 5px;
}
.pxl-team-grid1 .pxl-item--social a:nth-child(1) {
  transition-delay: 0.3s;
}
.pxl-team-grid1 .pxl-item--social a:nth-child(2) {
  transition-delay: 0.2s;
}
.pxl-team-grid1 .pxl-item--social a:nth-child(3) {
  transition-delay: 0.1s;
}
.pxl-team-grid1 .pxl-item--inner {
  border: 1px solid #651288;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 28px;
  padding-bottom: 22px;
  background: #050113;
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--social {
  opacity: 1;
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--social a {
  opacity: 1;
  transform: translateY(0);
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--social a:nth-child(1) {
  transition-delay: 0.1s;
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--social a:nth-child(2) {
  transition-delay: 0.2s;
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--social a:nth-child(3) {
  transition-delay: 0.3s;
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-social--button i {
  transform: rotate(45deg);
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--image::before {
  background-size: 150% 150%;
  background-position: center;
}
.pxl-team-carousel1 .pxl-swiper-slide {
  padding: 0 10px 15px 10px;
}
.pxl-team-carousel1 .pxl-swiper-container {
  margin: 0 -10px;
}
.pxl-team-carousel1 .pxl-item--image {
  display: flex;
  justify-content: center;
  border-radius: inherit;
  overflow: hidden;
}
.pxl-team-carousel1 .pxl-item--inner {
  border-radius: 25px;
  border: 10px solid #fff;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.pxl-team-carousel1 .pxl-item--inner:hover {
  border-color: transparent;
}
.pxl-team-carousel1 .pxl-item--inner:hover::before {
  opacity: 0;
}
.pxl-team-carousel1 .pxl-item--inner:hover::after {
  opacity: 1;
  border-radius: inherit;
}
.pxl-team-carousel1 .pxl-item--inner:hover .pxl-icon-link, .pxl-team-carousel1 .pxl-item--inner:hover .pxl-item--social {
  opacity: 1;
  transform: translateY(0);
}
.pxl-team-carousel1 .pxl-item--inner:hover .pxl-icon-link i {
  animation: rotate-icon 1s ease-in-out;
}
.pxl-team-carousel1 .pxl-item--inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
  transition: all 0.3s;
}
.pxl-team-carousel1 .pxl-item--inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-team-carousel.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pxl-team-carousel1 .pxl-item--inner::after {
    background-position: center right;
  }
}
@media screen and (max-width: 767px) {
  .pxl-team-carousel1 .pxl-item--inner::after {
    background-position: top center;
  }
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--social, .pxl-team-carousel1 .pxl-item--inner .pxl-item--holder {
  position: absolute;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--holder {
  border-radius: 26px;
  background-image: -webkit-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: linear-gradient(90deg, #dc00f9, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dc00f9', endColorStr='var(--secondary-color)');
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 56%;
  padding: 6px 0 5px;
  box-shadow: inset 4px 9px 19px #000;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-size: 12px;
  color: #ecebeb;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-icon-link {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 4px;
  background-image: -webkit-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #dc00f9, var(--secondary-color));
  background-image: linear-gradient(90deg, #dc00f9, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dc00f9', endColorStr='var(--secondary-color)');
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-icon-link i {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--social {
  opacity: 0;
  display: flex;
  flex-direction: column;
  top: 55px;
  right: 6px;
  background: #fff;
  padding: 16px 11px 14px 14px;
  gap: 2px;
  border-radius: 21.5px;
  transform: translateY(-5px);
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .pxl-team-carousel1 .pxl-item--inner .pxl-item--social {
    top: 51px;
    padding: 10px 12px 10px 13px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-team-carousel1 .pxl-item--inner .pxl-item--social {
    top: 70px;
  }
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--social a {
  color: #07040a;
}
.pxl-team-carousel1 .pxl-item--inner .pxl-item--social a:hover {
  color: var(--primary-color);
}
.pxl-team-carousel1.style-2 .pxl-item--inner {
  border-color: #290d41;
}
.pxl-team-carousel1.style-2 .pxl-item--inner::before {
  background-color: #412d58;
}
.pxl-team-carousel1.style-2 .pxl-item--inner::after {
  background-image: url(../img/bg-team-carousel-dark.webp);
}
.pxl-team-carousel1.style-2 .pxl-item--inner .pxl-item--social {
  background: #000;
}
.pxl-team-carousel1.style-2 .pxl-item--inner .pxl-item--social a {
  color: #fff;
}
.pxl-team-carousel1.style-2 .pxl-item--inner:hover {
  border-color: transparent;
}
.pxl-team-carousel2 {
  position: relative;
}
.pxl-team-carousel2 .pxl-swiper-slide {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .pxl-team-carousel2 .pxl-swiper-slide {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    opacity: 0;
    transition: all 0.3s;
  }
  .pxl-team-carousel2:hover .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    opacity: 1;
  }
}
.pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -33px;
}
.pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -33px;
}
.pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  font-size: 11px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover::before {
  padding: 24px;
}
.pxl-team-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: -moz-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: -ms-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: -o-linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  background-image: linear-gradient(180deg, #f8b6bc 0%, #771a99 47%, var(--primary-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  mask-composite: exclude;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s;
  z-index: -1;
}
.pxl-team-carousel2 .pxl-item--inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 27px 0 0 0;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--social {
  transform: scaleX(1);
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-bg-before {
  transform: scaleX(1);
  z-index: 1;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-bg-after {
  transform: scaleX(1);
  opacity: 1;
  z-index: 2;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--image img {
  -webkit-transform: translateX(30px);
  -khtml-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.pxl-team-carousel2 .pxl-item--holder {
  position: relative;
  z-index: 3;
}
.pxl-team-carousel2 .pxl-item--background .bg-image {
  position: relative;
}
.pxl-team-carousel2 .pxl-item--background .pxl-bg-before {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  transform: scaleX(1);
  transition: all 0.5s;
  border-radius: 20px;
}
.pxl-team-carousel2 .pxl-item--background .pxl-bg-after {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  transform: scaleX(0.99);
  transition: all 0.5s;
  opacity: 0;
  border-radius: 20px;
}
.pxl-team-carousel2 .pxl-item--title {
  color: var(--ffffff, #fff);
  font-size: 28px;
  font-weight: 700;
  /* 135.714% */
  line-height: 1.36;
  letter-spacing: -0.28px;
  margin: 0 0 7px 0;
}
.pxl-team-carousel2 .pxl-item--position {
  color: var(--ai-agency-fe-7524, #fe7524);
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.556;
}
.pxl-team-carousel2 .pxl-item--image {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  position: relative;
  z-index: 3;
}
.pxl-team-carousel2 .pxl-item--image img {
  -webkit-transition: all 0.7s;
  -khtml-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  object-fit: cover;
}
.pxl-team-carousel2 .pxl-plus {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 32px;
  left: 22px;
  -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;
  border: 2px solid #fff;
  border-radius: 50%;
}
.pxl-team-carousel2 .pxl-plus svg {
  font-size: 15px;
  -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-team-carousel2 .pxl-item--social {
  position: absolute;
  bottom: 88px;
  left: 22px;
  transition: 0.3s ease;
  transform: scaleY(0);
  transform-origin: bottom;
  display: flex;
  flex-direction: column-reverse;
}
.pxl-team-carousel2 .pxl-item--social a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-team-carousel2 .pxl-item--social a + a {
  margin-bottom: 8px;
}
.pxl-team-carousel2 .pxl-item--social a i {
  color: #fff;
}
.pxl-team-carousel2 .pxl-item--social a + .pxl-icon {
  margin-bottom: 3px;
}
.pxl-team-carousel2 .pxl-item--social a.hover::after {
  left: 0;
  opacity: 1;
}
.pxl-team-carousel2 .pxl-item--social a:hover::after {
  left: 0;
  opacity: 1;
}
.pxl-testimonial-grid1 .pxl-item--inner {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 44px;
  margin-bottom: 30px;
}
.pxl-testimonial-grid1 .pxl-item--holder {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.pxl-testimonial-grid1 .pxl-item--avatar {
  margin-right: 13px;
}
.pxl-testimonial-grid1 .pxl-item--avatar img {
  border-radius: 50%;
}
.pxl-testimonial-grid1 .pxl-item--title {
  font-size: 18px;
  margin-bottom: 0;
}
.pxl-testimonial-grid1 .pxl-item--position {
  font-size: 15px;
  font-weight: 400;
  color: var(--heading-color);
}
.pxl-testimonial-grid1 .pxl-item--star i {
  color: #fca804;
  gap: 8px;
  font-size: 15px;
}
.pxl-testimonial-grid1 .pxl-item--desc {
  font-size: 18px;
  font-weight: 400;
  /* 144.444% */
  line-height: 1.4;
  color: var(--heading-color);
  margin-top: 25px;
}
.pxl-testimonial-grid1 .pxl-star--inner {
  gap: 7px;
  display: flex;
}
.pxl-testimonial-carousel .pxl-item--4-star i:nth-child(5) {
  display: none;
}
.pxl-testimonial-carousel .pxl-item--3-star i:nth-child(5), .pxl-testimonial-carousel .pxl-item--3-star i:nth-child(4) {
  display: none;
}
.pxl-testimonial-carousel .pxl-item--2-star i:nth-child(5), .pxl-testimonial-carousel .pxl-item--2-star i:nth-child(4), .pxl-testimonial-carousel .pxl-item--2-star i:nth-child(3) {
  display: none;
}
.pxl-testimonial-carousel .pxl-item--1-star i:nth-child(5), .pxl-testimonial-carousel .pxl-item--1-star i:nth-child(4), .pxl-testimonial-carousel .pxl-item--1-star i:nth-child(3), .pxl-testimonial-carousel .pxl-item--1-star i:nth-child(2) {
  display: none;
}
.pxl-testimonial-carousel .pxl-item--star {
  color: #000;
}
.pxl-testimonial-carousel1 .pxl-swiper-container {
  padding-top: 20px;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide {
  opacity: 0.3;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-next {
  opacity: 1;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-next .pxl-item--avatar::before {
  opacity: 1;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-next .pxl-item--avatar::after {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--avatar::before {
    opacity: 1;
  }
  .pxl-testimonial-carousel1 .pxl-swiper-slide.swiper-slide-active .pxl-item--avatar::after {
    opacity: 1;
  }
}
.pxl-testimonial-carousel1 .pxl-item--flexnw {
  display: block;
  text-align: center;
}
.pxl-testimonial-carousel1 .pxl-item--avatar {
  margin-bottom: 32px;
}
.pxl-testimonial-carousel1 .pxl-item--avatar img {
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  max-width: 92px;
  height: 92px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  transition: opacity 0.6s ease;
}
.pxl-testimonial-carousel1 .pxl-item--avatar::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  top: 0;
  left: 53%;
  transition-delay: 0.65s;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.pxl-testimonial-carousel1 .pxl-item--avatar::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--primary-color);
  top: -10px;
  left: calc(53% + 15px);
  transition-delay: 0.5s;
  opacity: 0;
}
.pxl-testimonial-carousel1 .pxl-item--position {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pxl-testimonial-carousel1 .pxl-item--position span {
  padding: 0 12px;
}
.pxl-testimonial-carousel1 .pxl-item--title {
  font-size: 36px;
  line-height: 1.333;
  width: 475px;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel1 .pxl-item--title {
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel1 .pxl-item--title {
    width: 400px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-testimonial-carousel1 .pxl-item--title {
    width: 320px;
  }
}
.pxl-testimonial-carousel1 .pxl-item--desc {
  font-size: 18px;
  width: 805px;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--heading-color);
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel1 .pxl-item--desc {
    width: 550px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel1 .pxl-item--desc {
    width: 400px;
  }
}
@media screen and (max-width: 479px) {
  .pxl-testimonial-carousel1 .pxl-item--desc {
    width: 320px;
  }
}
.pxl-testimonial-carousel1 .pxl-item--star {
  font-size: 16px;
}
.pxl-testimonial-carousel1 .pxl-swiper-dot {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-swiper-dot {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 {
    display: none;
  }
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet {
  width: 65px;
  height: 3px;
  position: relative;
  z-index: 7;
  background-color: #dcdadd;
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet span {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet::before {
  display: none;
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet::after {
  display: none;
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 90px;
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--primary-color));
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--primary-color));
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--primary-color));
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--primary-color));
  background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='var(--primary-color)');
}
.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
  margin: 0 213px 0 243px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
    margin: 0 50px;
  }
}
@media (max-width: 960px) {
  .pxl-testimonial-carousel1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
    display: none;
  }
}
.pxl-testimonial-carousel1 .pxl-swiper-arrow-wrap.style-1 {
  margin: 0;
  line-height: 1;
}
.pxl-testimonial-carousel1 .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  color: #050505;
  font-size: 19px;
  margin: 0 28.5px;
}
.pxl-testimonial-carousel1 .pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  font-size: 19px;
  margin-top: 5px;
  transform: rotate(180deg);
}
.pxl-testimonial-carousel1 .pxl-testimonials {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  padding: 0 13px;
  background: var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-testimonials {
    display: none;
  }
}
.pxl-testimonial-carousel2 {
  position: relative;
}
.pxl-testimonial-carousel2 .pxl--link {
  position: absolute;
  inset: 0;
}
.pxl-testimonial-carousel2 .pxl-swiper-slide {
  transition: width 1s ease;
  padding: 0 10px;
}
.pxl-testimonial-carousel2 .pxl-swiper-container {
  margin: 0 -10px;
}
.pxl-testimonial-carousel2 .pxl-slide-transition {
  display: flex;
  justify-content: center;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot {
  display: inline-flex;
  position: relative;
  justify-content: center;
  margin-top: 55px;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-item--fraction, .pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
  position: absolute;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-item--fraction {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-item--fraction {
    top: -25px;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-item--fraction .pxl-item--fraction-active {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-item--fraction .pxl-item--fraction-sum {
  font-size: 16px;
  color: #bfbfbf;
  font-weight: bold;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
  width: calc(100% + 46px);
  margin: 0;
  justify-content: space-between;
  top: 63%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
    transform: translateY(-55%);
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  border: none;
  color: #d0d0d0;
  width: auto;
  height: auto;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  font-weight: 900;
  font-size: 15px;
}
.pxl-testimonial-carousel2 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  color: #000;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 {
    display: flex;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  left: 0;
  background: #d0d0d0;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet {
  width: 56px;
  height: 3px;
  position: relative;
  z-index: 7;
  background-color: transparent;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet span {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  background-image: none;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet::before {
  display: none;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet::after {
  display: none;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #222;
  background-image: none;
}
.pxl-testimonial-carousel2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
    margin: 0;
  }
}
.pxl-testimonial-carousel2 .pxl-item--inner {
  border-radius: 40px;
  min-height: 395px;
  z-index: 2;
  position: relative;
  transition: all 0.3s;
  padding: 35px 72px 0 37px;
}
@media screen and (max-width: 1400px) {
  .pxl-testimonial-carousel2 .pxl-item--inner {
    padding: 35px 32px 0 37px;
  }
  .pxl-testimonial-carousel2 .pxl-item--inner .pxl-item--meta {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-item--inner {
    padding: 30px 35px 30px 30px;
  }
}
.pxl-testimonial-carousel2 .pxl-item--inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  z-index: -1;
  transition: all 0.3s;
}
.pxl-testimonial-carousel2 .pxl-item--inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background-image: url(../img/bg-ttm-h2.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.pxl-testimonial-carousel2 .pxl-item--inner .pxl-item-content {
  display: flex;
}
.pxl-testimonial-carousel2 .pxl-item--inner .pxl-quote {
  width: 29px;
  transform: translate(50%, -243%);
  transition: all 0.3s;
  margin-right: -9px;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-quote {
  transform: translate(0);
  fill: #fff;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover::before {
  opacity: 0;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover::after {
  opacity: 1;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--desc {
  color: #fff;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--title {
  color: rgba(163, 163, 163, 0.871);
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--position .pxl-title {
  color: #fff;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-icon-link {
  transform: translate(0);
  opacity: 1;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--rating {
  opacity: 1;
}
.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--holder {
  border-color: rgba(255, 255, 255, 0.122);
}
.pxl-testimonial-carousel2 .pxl-item--title {
  margin-bottom: 28px;
  font-size: 14px;
  color: rgba(7, 4, 10, 0.871);
  transition: all 0.3s;
  text-transform: uppercase;
}
.pxl-testimonial-carousel2 .pxl-item--desc {
  font-size: 24px;
  color: #07040a;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.17;
  margin-bottom: 41px;
  transition: all 0.3s;
}
.pxl-testimonial-carousel2 .pxl-item--position {
  display: grid;
}
.pxl-testimonial-carousel2 .pxl-item--rating {
  margin-bottom: 17px;
  opacity: 0;
  transition: all 0.3s;
}
.pxl-testimonial-carousel2 .pxl-item--rating i {
  color: #efcc4c;
  font-size: 16px;
}
.pxl-testimonial-carousel2 .pxl-item--avatar {
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 3px 9.7px 0.3px rgba(0, 0, 0, 0.47);
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.pxl-testimonial-carousel2 .pxl-item--avatar img {
  border-radius: inherit;
}
.pxl-testimonial-carousel2 .pxl-item--position .pxl-title {
  font-size: 18px;
  color: #131313;
  font-weight: bold;
}
.pxl-testimonial-carousel2 .pxl-item--position .pxl-position {
  font-size: 14px;
  color: #777c83;
}
.pxl-testimonial-carousel2 .pxl-icon-link {
  position: absolute;
  width: 63px;
  height: 63px;
  top: 26px;
  right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -moz-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -ms-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: -o-linear-gradient(90deg, #e500ff, var(--secondary-color));
  background-image: linear-gradient(90deg, #e500ff, var(--secondary-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e500ff', endColorStr='var(--secondary-color)');
  transition: all 0.3s;
  transform: translate(-10px, 10px);
  opacity: 0;
}
.pxl-testimonial-carousel2 .pxl-icon-link i {
  transform: rotate(-45deg);
  color: #fff;
}
.pxl-testimonial-carousel2 .pxl-item--holder {
  padding-top: 39px;
  border-top: 1px solid transparent;
  display: flex;
  justify-content: space-between;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--5-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--5-star .pxl-star--hide i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--5-star .pxl-star--hide i:nth-child(3), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--5-star .pxl-star--hide i:nth-child(2), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--5-star .pxl-star--hide i:nth-child(1) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--4-star .pxl-star--show i:nth-child(5) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--4-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--4-star .pxl-star--hide i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--4-star .pxl-star--hide i:nth-child(3), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--4-star .pxl-star--hide i:nth-child(2) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--3-star .pxl-star--show i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--3-star .pxl-star--show i:nth-child(4) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--3-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--3-star .pxl-star--hide i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--3-star .pxl-star--hide i:nth-child(3) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--2-star .pxl-star--show i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--2-star .pxl-star--show i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--2-star .pxl-star--show i:nth-child(3) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--2-star .pxl-star--hide i {
  display: block;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--2-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--2-star .pxl-star--hide i:nth-child(4) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--1-star i {
  display: block;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--1-star .pxl-star--hide i:nth-child(5) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--1-star .pxl-star--show i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--1-star .pxl-star--show i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--1-star .pxl-star--show i:nth-child(3), .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--1-star .pxl-star--show i:nth-child(2) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--star {
  color: #fe7524;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--star > div {
  display: flex;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--star i {
  display: flex;
  font-size: 16px;
  margin-right: 7px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--title {
  color: var(--ai-agency-07000-e, #07000e);
  font-size: 24px;
  font-weight: 600;
  /* 133.333% */
  line-height: 1.333;
  letter-spacing: -0.48px;
  margin-bottom: 21px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--desc {
  color: var(--ai-agency-5-f-5-d-61, #5f5d61);
  font-size: 18px;
  font-weight: 400;
  /* 155.556% */
  line-height: 1.556;
  letter-spacing: -0.72px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .swiper-slide-active .pxl-item--meta {
  background-color: #fff;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--meta {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 49px 35px 49px 41px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--rating {
  margin-bottom: 33px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--imgprimary {
  margin-left: -274px;
  border-radius: 100% 0 0 0;
  overflow: hidden;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-content {
  margin: 60px 0 0 0;
  padding-left: 68px;
  position: relative;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-content::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 1px;
  top: 28px;
  left: -13px;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-content .pxl-title {
  color: var(--it-agency-1-e-1-e-1-e, #1e1e1e);
  font-size: 20px;
  font-weight: 600;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-content .pxl-desc {
  color: var(--it-agency-404046, #404046);
  font-size: 16px;
  font-weight: 400;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-image {
  display: inline-flex;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-image {
    display: inline-block;
  }
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-content {
    margin: 15px 0;
  }
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-item--imgprimary {
    margin: 0;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot {
  display: inline-flex;
  position: relative;
  justify-content: center;
  margin: 63px 0 0 148px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot {
    margin: 60px 0;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-item--fraction, .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
  position: absolute;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-item--fraction {
  top: -15px;
  left: 19px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-item--fraction {
    top: -25px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-item--fraction .pxl-item--fraction-active {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-item--fraction .pxl-item--fraction-sum {
  font-size: 16px;
  color: #bfbfbf;
  font-weight: bold;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
  width: calc(100% + 46px);
  margin: 0;
  justify-content: space-between;
  top: 63%;
  transform: translateY(-50%);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap.pxl-dark-mode .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap.pxl-dark-mode .pxl-swiper-arrow.pxl-swiper-arrow-next {
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(255, 255, 255, 0.6) 50%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(255, 255, 255, 0.6) 50%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(255, 255, 255, 0.6) 50%);
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(255, 255, 255, 0.6) 50%);
  background-image: linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(255, 255, 255, 0.6) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
    transform: translateY(-55%);
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap {
    left: 0;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  border: none;
  color: #d0d0d0;
  width: auto;
  height: auto;
  font-size: 14px;
  color: rgba(18, 28, 35, 0.4);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: all 0.3s;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  background-image: -webkit-linear-gradient(90deg, rgba(18, 28, 35, 0.4) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: -moz-linear-gradient(90deg, rgba(18, 28, 35, 0.4) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: -ms-linear-gradient(90deg, rgba(18, 28, 35, 0.4) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: -o-linear-gradient(90deg, rgba(18, 28, 35, 0.4) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  background-image: linear-gradient(90deg, rgba(18, 28, 35, 0.4) 50%, var(--primary-color), var(--fourth-color), var(--third-color));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-position: 0;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  font-size: 15px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(18, 28, 35, 0.4) 50%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(18, 28, 35, 0.4) 50%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(18, 28, 35, 0.4) 50%);
  background-image: -o-linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(18, 28, 35, 0.4) 50%);
  background-image: linear-gradient(90deg, var(--primary-color), var(--fourth-color), var(--third-color) 50%, rgba(18, 28, 35, 0.4) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  opacity: 0.88;
  background-position: 0;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dot .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover.pxl-swiper-arrow-prev {
  background-position: -100%;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 {
  display: flex;
  position: relative;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #d0d0d0;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet {
  width: 100px;
  height: 2px;
  position: relative;
  z-index: 7;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet {
    width: 50px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet span {
  width: 0;
  height: 100%;
  border-radius: 0;
  background: transparent;
  background-image: none;
  position: absolute;
  left: 0;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet::before {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet::after {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  width: 100%;
  right: auto;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
  margin: 0 87px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel.pxl-testimonial-carousel3 .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
    margin: 0 75px;
  }
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--5-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--5-star .pxl-star--hide i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--5-star .pxl-star--hide i:nth-child(3), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--5-star .pxl-star--hide i:nth-child(2), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--5-star .pxl-star--hide i:nth-child(1) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--4-star .pxl-star--show i:nth-child(5) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--4-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--4-star .pxl-star--hide i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--4-star .pxl-star--hide i:nth-child(3), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--4-star .pxl-star--hide i:nth-child(2) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--3-star .pxl-star--show i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--3-star .pxl-star--show i:nth-child(4) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--3-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--3-star .pxl-star--hide i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--3-star .pxl-star--hide i:nth-child(3) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--2-star .pxl-star--show i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--2-star .pxl-star--show i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--2-star .pxl-star--show i:nth-child(3) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--2-star .pxl-star--hide i {
  display: block;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--2-star .pxl-star--hide i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--2-star .pxl-star--hide i:nth-child(4) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--1-star i {
  display: block;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--1-star .pxl-star--hide i:nth-child(5) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--1-star .pxl-star--show i:nth-child(5), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--1-star .pxl-star--show i:nth-child(4), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--1-star .pxl-star--show i:nth-child(3), .pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--1-star .pxl-star--show i:nth-child(2) {
  display: none;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--star {
  color: #fe7524;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--star > div {
  display: flex;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--star i {
  display: flex;
  font-size: 16px;
  margin-right: 7px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--avatar img {
  clip-path: polygon(31% 0, 100% 0, 100% 69%, 69% 100%, 0 100%, 0 31%);
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--rating {
  margin-bottom: 27px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--desc {
  margin-bottom: 32px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--holder {
  display: block;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item-content {
  display: flex;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--position {
  display: grid;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-item--desc {
  color: var(--heading-color);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  /* 160% */
  line-height: 1.6;
  letter-spacing: -0.8px;
  max-width: 600px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-title {
  color: var(--it-agency-1-e-1-e-1-e, #1e1e1e);
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-position {
  color: var(--it-agency-404046, #404046);
  font-size: 16px;
  font-weight: 400;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots {
  display: flex;
  justify-content: end;
  margin: -25px 72px 0 10px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet::before {
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet::after {
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: transparent;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet > span {
  background: rgba(var(--heading-color-rgb),0.24);
  width: 6px;
  height: 6px;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 24px;
  height: 24px;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  mask-composite: exclude;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.pxl-testimonial-carousel.pxl-testimonial-carousel4 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active > span {
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
body:not(.rtl) .ltr-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .rtl-icon {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
body.rtl .rtl-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .pxl-icon-reverse {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
body.rtl .pxl-text-left {
  text-align: right;
}
body.rtl .pxl-text-right {
  text-align: left;
}
@media screen and (min-width: 1201px) {
  body.rtl .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
    margin-left: 0;
    margin-right: 8px;
  }
  body.rtl .pxl-menu-primary .sub-menu, body.rtl .pxl-menu-primary .children {
    text-align: right;
  }
  body.rtl .pxl-menu-primary li a span:before {
    left: auto;
    right: 0;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu), body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) {
    left: auto;
    right: 0;
    text-align: right;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .children, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .children {
    left: auto;
    right: 100%;
    text-align: right;
  }
  body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children > a::after {
    content: "\f136";
    right: auto;
    left: 24px;
  }
  body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.rtl #pxl-header-default #pxl-nav-mobile, body.rtl #pxl-header-elementor #pxl-nav-mobile {
    right: auto;
    left: 15px;
  }
  body.rtl .pxl-header-menu {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.rtl .pxl-header-menu.active {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.rtl .pxl-menu-toggle, body.rtl .pxl-menu-close, body.rtl .pxl-header-mobile-search .search-submit {
    right: auto;
    left: 0;
  }
  body.rtl .pxl-menu-primary .sub-menu li a, body.rtl .pxl-menu-primary .children li a {
    padding-left: 0;
    padding-right: 14px;
  }
  body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 0;
    padding-right: 14px;
  }
}
body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
  right: auto;
  left: 0;
  text-align: left;
}
body.rtl .pxl---post .pxl-item--meta li {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl---post .pxl-item--meta li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl blockquote {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl .pxl--post-footer label {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl--post-footer .pxl--tags {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .pxl---post .pxl-item--meta::before {
  right: 0;
  left: auto;
}
body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .comment-reply {
  right: auto;
  left: 23px;
}
body.rtl .comment-reply a i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 5px;
}
body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 32px;
}
body.rtl .comment-form-cookies-consent input, body.rtl .comment-form-cookies-consent label::before, body.rtl .comment-form-cookies-consent label::after {
  left: auto;
  right: 0;
}
body.rtl .comment-list li .comment-respond {
  margin-left: 0;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .comment-respond {
    margin-left: 0px;
    margin-right: 78px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .comment-respond {
    margin-right: 0;
  }
}
body.rtl .comment-list li .children {
  padding-right: 120px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .children {
    padding-right: 78px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .children {
    padding-right: 0;
  }
}
body.rtl .comment-reply-title small {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .pxl-pagination-wrap .page-numbers i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before {
  left: auto;
  right: 0;
}
body.rtl .widget_product_categories ul li a:after, body.rtl .widget_categories ul li a:after, body.rtl .widget_nav_menu ul li a:after, body.rtl .widget_pages ul li a:after, body.rtl .widget_archive ul li a:after, body.rtl .widget_meta ul li a:after, body.rtl .widget_recent_entries ul li a:after {
  right: auto;
  left: 24px;
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .widget_search .search-submit {
  right: auto;
  left: 0;
}
.pxl-mr-3 {
  margin-right: 3px;
}
.pxl-mr-4 {
  margin-right: 4px;
}
.pxl-mr-5 {
  margin-right: 5px;
}
.pxl-mr-6 {
  margin-right: 6px;
}
.pxl-mr-7 {
  margin-right: 7px;
}
.pxl-mr-8 {
  margin-right: 8px;
}
.pxl-mr-9 {
  margin-right: 9px;
}
.pxl-mr-10 {
  margin-right: 10px;
}
.pxl-mr-11 {
  margin-right: 11px;
}
.pxl-mr-12 {
  margin-right: 12px;
}
.pxl-mr-13 {
  margin-right: 13px;
}
.pxl-mr-14 {
  margin-right: 14px;
}
.pxl-mr-15 {
  margin-right: 15px;
}
.pxl-mr-16 {
  margin-right: 16px;
}
.pxl-mr-17 {
  margin-right: 17px;
}
.pxl-mr-18 {
  margin-right: 18px;
}
.pxl-mr-19 {
  margin-right: 19px;
}
.pxl-mr-20 {
  margin-right: 20px;
}
.pxl-mr-21 {
  margin-right: 21px;
}
.pxl-mr-22 {
  margin-right: 22px;
}
.pxl-mr-23 {
  margin-right: 23px;
}
.pxl-mr-24 {
  margin-right: 24px;
}
.pxl-mr-25 {
  margin-right: 25px;
}
.pxl-mr-26 {
  margin-right: 26px;
}
.pxl-mr-27 {
  margin-right: 27px;
}
.pxl-mr-28 {
  margin-right: 28px;
}
.pxl-mr-29 {
  margin-right: 29px;
}
.pxl-mr-30 {
  margin-right: 30px;
}
.pxl-mr-31 {
  margin-right: 31px;
}
.pxl-mr-32 {
  margin-right: 32px;
}
.pxl-mr-33 {
  margin-right: 33px;
}
.pxl-mr-34 {
  margin-right: 34px;
}
.pxl-mr-35 {
  margin-right: 35px;
}
.pxl-mr-36 {
  margin-right: 36px;
}
.pxl-mr-37 {
  margin-right: 37px;
}
.pxl-mr-38 {
  margin-right: 38px;
}
.pxl-mr-39 {
  margin-right: 39px;
}
.pxl-mr-40 {
  margin-right: 40px;
}
.pxl-ml-3 {
  margin-left: 3px;
}
.pxl-ml-4 {
  margin-left: 4px;
}
.pxl-ml-5 {
  margin-left: 5px;
}
.pxl-ml-6 {
  margin-left: 6px;
}
.pxl-ml-7 {
  margin-left: 7px;
}
.pxl-ml-8 {
  margin-left: 8px;
}
.pxl-ml-9 {
  margin-left: 9px;
}
.pxl-ml-10 {
  margin-left: 10px;
}
.pxl-ml-11 {
  margin-left: 11px;
}
.pxl-ml-12 {
  margin-left: 12px;
}
.pxl-ml-13 {
  margin-left: 13px;
}
.pxl-ml-14 {
  margin-left: 14px;
}
.pxl-ml-15 {
  margin-left: 15px;
}
.pxl-ml-16 {
  margin-left: 16px;
}
.pxl-ml-17 {
  margin-left: 17px;
}
.pxl-ml-18 {
  margin-left: 18px;
}
.pxl-ml-19 {
  margin-left: 19px;
}
.pxl-ml-20 {
  margin-left: 20px;
}
.pxl-ml-21 {
  margin-left: 21px;
}
.pxl-ml-22 {
  margin-left: 22px;
}
.pxl-ml-23 {
  margin-left: 23px;
}
.pxl-ml-24 {
  margin-left: 24px;
}
.pxl-ml-25 {
  margin-left: 25px;
}
.pxl-ml-26 {
  margin-left: 26px;
}
.pxl-ml-27 {
  margin-left: 27px;
}
.pxl-ml-28 {
  margin-left: 28px;
}
.pxl-ml-29 {
  margin-left: 29px;
}
.pxl-ml-30 {
  margin-left: 30px;
}
.pxl-ml-31 {
  margin-left: 31px;
}
.pxl-ml-32 {
  margin-left: 32px;
}
.pxl-ml-33 {
  margin-left: 33px;
}
.pxl-ml-34 {
  margin-left: 34px;
}
.pxl-ml-35 {
  margin-left: 35px;
}
.pxl-ml-36 {
  margin-left: 36px;
}
.pxl-ml-37 {
  margin-left: 37px;
}
.pxl-ml-38 {
  margin-left: 38px;
}
.pxl-ml-39 {
  margin-left: 39px;
}
.pxl-ml-40 {
  margin-left: 40px;
}
.pxl-pr-3 {
  padding-right: 3px;
}
.pxl-pr-4 {
  padding-right: 4px;
}
.pxl-pr-5 {
  padding-right: 5px;
}
.pxl-pr-6 {
  padding-right: 6px;
}
.pxl-pr-7 {
  padding-right: 7px;
}
.pxl-pr-8 {
  padding-right: 8px;
}
.pxl-pr-9 {
  padding-right: 9px;
}
.pxl-pr-10 {
  padding-right: 10px;
}
.pxl-pr-11 {
  padding-right: 11px;
}
.pxl-pr-12 {
  padding-right: 12px;
}
.pxl-pr-13 {
  padding-right: 13px;
}
.pxl-pr-14 {
  padding-right: 14px;
}
.pxl-pr-15 {
  padding-right: 15px;
}
.pxl-pr-16 {
  padding-right: 16px;
}
.pxl-pr-17 {
  padding-right: 17px;
}
.pxl-pr-18 {
  padding-right: 18px;
}
.pxl-pr-19 {
  padding-right: 19px;
}
.pxl-pr-20 {
  padding-right: 20px;
}
.pxl-pr-21 {
  padding-right: 21px;
}
.pxl-pr-22 {
  padding-right: 22px;
}
.pxl-pr-23 {
  padding-right: 23px;
}
.pxl-pr-24 {
  padding-right: 24px;
}
.pxl-pr-25 {
  padding-right: 25px;
}
.pxl-pr-26 {
  padding-right: 26px;
}
.pxl-pr-27 {
  padding-right: 27px;
}
.pxl-pr-28 {
  padding-right: 28px;
}
.pxl-pr-29 {
  padding-right: 29px;
}
.pxl-pr-30 {
  padding-right: 30px;
}
.pxl-pr-31 {
  padding-right: 31px;
}
.pxl-pr-32 {
  padding-right: 32px;
}
.pxl-pr-33 {
  padding-right: 33px;
}
.pxl-pr-34 {
  padding-right: 34px;
}
.pxl-pr-35 {
  padding-right: 35px;
}
.pxl-pr-36 {
  padding-right: 36px;
}
.pxl-pr-37 {
  padding-right: 37px;
}
.pxl-pr-38 {
  padding-right: 38px;
}
.pxl-pr-39 {
  padding-right: 39px;
}
.pxl-pr-40 {
  padding-right: 40px;
}
.pxl-pr-60 {
  padding-right: 60px;
}
.pxl-pl-3 {
  padding-left: 3px;
}
.pxl-pl-4 {
  padding-left: 4px;
}
.pxl-pl-5 {
  padding-left: 5px;
}
.pxl-pl-6 {
  padding-left: 6px;
}
.pxl-pl-7 {
  padding-left: 7px;
}
.pxl-pl-8 {
  padding-left: 8px;
}
.pxl-pl-9 {
  padding-left: 9px;
}
.pxl-pl-10 {
  padding-left: 10px;
}
.pxl-pl-11 {
  padding-left: 11px;
}
.pxl-pl-12 {
  padding-left: 12px;
}
.pxl-pl-13 {
  padding-left: 13px;
}
.pxl-pl-14 {
  padding-left: 14px;
}
.pxl-pl-15 {
  padding-left: 15px;
}
.pxl-pl-16 {
  padding-left: 16px;
}
.pxl-pl-17 {
  padding-left: 17px;
}
.pxl-pl-18 {
  padding-left: 18px;
}
.pxl-pl-19 {
  padding-left: 19px;
}
.pxl-pl-20 {
  padding-left: 20px;
}
.pxl-pl-21 {
  padding-left: 21px;
}
.pxl-pl-22 {
  padding-left: 22px;
}
.pxl-pl-23 {
  padding-left: 23px;
}
.pxl-pl-24 {
  padding-left: 24px;
}
.pxl-pl-25 {
  padding-left: 25px;
}
.pxl-pl-26 {
  padding-left: 26px;
}
.pxl-pl-27 {
  padding-left: 27px;
}
.pxl-pl-28 {
  padding-left: 28px;
}
.pxl-pl-29 {
  padding-left: 29px;
}
.pxl-pl-30 {
  padding-left: 30px;
}
.pxl-pl-31 {
  padding-left: 31px;
}
.pxl-pl-32 {
  padding-left: 32px;
}
.pxl-pl-33 {
  padding-left: 33px;
}
.pxl-pl-34 {
  padding-left: 34px;
}
.pxl-pl-35 {
  padding-left: 35px;
}
.pxl-pl-36 {
  padding-left: 36px;
}
.pxl-pl-37 {
  padding-left: 37px;
}
.pxl-pl-38 {
  padding-left: 38px;
}
.pxl-pl-39 {
  padding-left: 39px;
}
.pxl-pl-40 {
  padding-left: 40px;
}
.pxl-l-0 {
  left: 0;
}
.pxl-l-1 {
  left: 1px;
}
.pxl-l-2 {
  left: 2px;
}
.pxl-l-3 {
  left: 3px;
}
.pxl-l-4 {
  left: 4px;
}
.pxl-l-5 {
  left: 5px;
}
.pxl-l-6 {
  left: 6px;
}
.pxl-l-7 {
  left: 7px;
}
.pxl-l-8 {
  left: 8px;
}
.pxl-l-9 {
  left: 9px;
}
.pxl-l-10 {
  left: 10px;
}
.pxl-l-11 {
  left: 11px;
}
.pxl-l-12 {
  left: 12px;
}
.pxl-l-13 {
  left: 13px;
}
.pxl-l-14 {
  left: 14px;
}
.pxl-l-15 {
  left: 15px;
}
.pxl-l-16 {
  left: 16px;
}
.pxl-l-17 {
  left: 17px;
}
.pxl-l-18 {
  left: 18px;
}
.pxl-l-19 {
  left: 19px;
}
.pxl-l-20 {
  left: 20px;
}
.pxl-l-21 {
  left: 21px;
}
.pxl-l-22 {
  left: 22px;
}
.pxl-l-23 {
  left: 23px;
}
.pxl-l-24 {
  left: 24px;
}
.pxl-l-25 {
  left: 25px;
}
.pxl-l-26 {
  left: 26px;
}
.pxl-l-27 {
  left: 27px;
}
.pxl-l-28 {
  left: 28px;
}
.pxl-l-29 {
  left: 29px;
}
.pxl-l-30 {
  left: 30px;
}
.pxl-l-31 {
  left: 31px;
}
.pxl-l-32 {
  left: 32px;
}
.pxl-l-33 {
  left: 33px;
}
.pxl-l-34 {
  left: 34px;
}
.pxl-l-35 {
  left: 35px;
}
.pxl-l-36 {
  left: 36px;
}
.pxl-l-37 {
  left: 37px;
}
.pxl-l-38 {
  left: 38px;
}
.pxl-l-39 {
  left: 39px;
}
.pxl-l-40 {
  left: 40px;
}
.pxl-r-0 {
  right: 0;
}
.pxl-r-1 {
  right: 1px;
}
.pxl-r-2 {
  right: 2px;
}
.pxl-r-3 {
  right: 3px;
}
.pxl-r-4 {
  right: 4px;
}
.pxl-r-5 {
  right: 5px;
}
.pxl-r-6 {
  right: 6px;
}
.pxl-r-7 {
  right: 7px;
}
.pxl-r-8 {
  right: 8px;
}
.pxl-r-9 {
  right: 9px;
}
.pxl-r-10 {
  right: 10px;
}
.pxl-r-11 {
  right: 11px;
}
.pxl-r-12 {
  right: 12px;
}
.pxl-r-13 {
  right: 13px;
}
.pxl-r-14 {
  right: 14px;
}
.pxl-r-15 {
  right: 15px;
}
.pxl-r-16 {
  right: 16px;
}
.pxl-r-17 {
  right: 17px;
}
.pxl-r-18 {
  right: 18px;
}
.pxl-r-19 {
  right: 19px;
}
.pxl-r-20 {
  right: 20px;
}
.pxl-r-21 {
  right: 21px;
}
.pxl-r-22 {
  right: 22px;
}
.pxl-r-23 {
  right: 23px;
}
.pxl-r-24 {
  right: 24px;
}
.pxl-r-25 {
  right: 25px;
}
.pxl-r-26 {
  right: 26px;
}
.pxl-r-27 {
  right: 27px;
}
.pxl-r-28 {
  right: 28px;
}
.pxl-r-29 {
  right: 29px;
}
.pxl-r-30 {
  right: 30px;
}
.pxl-r-31 {
  right: 31px;
}
.pxl-r-32 {
  right: 32px;
}
.pxl-r-33 {
  right: 33px;
}
.pxl-r-34 {
  right: 34px;
}
.pxl-r-35 {
  right: 35px;
}
.pxl-r-36 {
  right: 36px;
}
.pxl-r-37 {
  right: 37px;
}
.pxl-r-38 {
  right: 38px;
}
.pxl-r-39 {
  right: 39px;
}
.pxl-r-40 {
  right: 40px;
}
[dir="rtl"] .pxl-mr-3 {
  margin-right: 0px;
  margin-left: 3px;
}
[dir="rtl"] .pxl-mr-4 {
  margin-right: 0px;
  margin-left: 4px;
}
[dir="rtl"] .pxl-mr-5 {
  margin-right: 0px;
  margin-left: 5px;
}
[dir="rtl"] .pxl-mr-6 {
  margin-right: 0px;
  margin-left: 6px;
}
[dir="rtl"] .pxl-mr-7 {
  margin-right: 0px;
  margin-left: 7px;
}
[dir="rtl"] .pxl-mr-8 {
  margin-right: 0px;
  margin-left: 8px;
}
[dir="rtl"] .pxl-mr-9 {
  margin-right: 0px;
  margin-left: 9px;
}
[dir="rtl"] .pxl-mr-10 {
  margin-right: 0px;
  margin-left: 10px;
}
[dir="rtl"] .pxl-mr-11 {
  margin-right: 0px;
  margin-left: 11px;
}
[dir="rtl"] .pxl-mr-12 {
  margin-right: 0px;
  margin-left: 12px;
}
[dir="rtl"] .pxl-mr-13 {
  margin-right: 0px;
  margin-left: 13px;
}
[dir="rtl"] .pxl-mr-14 {
  margin-right: 0px;
  margin-left: 14px;
}
[dir="rtl"] .pxl-mr-15 {
  margin-right: 0px;
  margin-left: 15px;
}
[dir="rtl"] .pxl-mr-16 {
  margin-right: 0px;
  margin-left: 16px;
}
[dir="rtl"] .pxl-mr-17 {
  margin-right: 0px;
  margin-left: 17px;
}
[dir="rtl"] .pxl-mr-18 {
  margin-right: 0px;
  margin-left: 18px;
}
[dir="rtl"] .pxl-mr-19 {
  margin-right: 0px;
  margin-left: 19px;
}
[dir="rtl"] .pxl-mr-20 {
  margin-right: 0px;
  margin-left: 20px;
}
[dir="rtl"] .pxl-mr-21 {
  margin-right: 0px;
  margin-left: 21px;
}
[dir="rtl"] .pxl-mr-22 {
  margin-right: 0px;
  margin-left: 22px;
}
[dir="rtl"] .pxl-mr-23 {
  margin-right: 0px;
  margin-left: 23px;
}
[dir="rtl"] .pxl-mr-24 {
  margin-right: 0px;
  margin-left: 24px;
}
[dir="rtl"] .pxl-mr-25 {
  margin-right: 0px;
  margin-left: 25px;
}
[dir="rtl"] .pxl-mr-26 {
  margin-right: 0px;
  margin-left: 26px;
}
[dir="rtl"] .pxl-mr-27 {
  margin-right: 0px;
  margin-left: 27px;
}
[dir="rtl"] .pxl-mr-28 {
  margin-right: 0px;
  margin-left: 28px;
}
[dir="rtl"] .pxl-mr-29 {
  margin-right: 0px;
  margin-left: 29px;
}
[dir="rtl"] .pxl-mr-30 {
  margin-right: 0px;
  margin-left: 30px;
}
[dir="rtl"] .pxl-mr-31 {
  margin-right: 0px;
  margin-left: 31px;
}
[dir="rtl"] .pxl-mr-32 {
  margin-right: 0px;
  margin-left: 32px;
}
[dir="rtl"] .pxl-mr-33 {
  margin-right: 0px;
  margin-left: 33px;
}
[dir="rtl"] .pxl-mr-34 {
  margin-right: 0px;
  margin-left: 34px;
}
[dir="rtl"] .pxl-mr-35 {
  margin-right: 0px;
  margin-left: 35px;
}
[dir="rtl"] .pxl-mr-36 {
  margin-right: 0px;
  margin-left: 36px;
}
[dir="rtl"] .pxl-mr-37 {
  margin-right: 0px;
  margin-left: 37px;
}
[dir="rtl"] .pxl-mr-38 {
  margin-right: 0px;
  margin-left: 38px;
}
[dir="rtl"] .pxl-mr-39 {
  margin-right: 0px;
  margin-left: 39px;
}
[dir="rtl"] .pxl-mr-40 {
  margin-right: 0px;
  margin-left: 40px;
}
[dir="rtl"] .pxl-ml-3 {
  margin-left: 0px;
  margin-right: 3px;
}
[dir="rtl"] .pxl-ml-4 {
  margin-left: 0px;
  margin-right: 4px;
}
[dir="rtl"] .pxl-ml-5 {
  margin-left: 0px;
  margin-right: 5px;
}
[dir="rtl"] .pxl-ml-6 {
  margin-left: 0px;
  margin-right: 6px;
}
[dir="rtl"] .pxl-ml-7 {
  margin-left: 0px;
  margin-right: 7px;
}
[dir="rtl"] .pxl-ml-8 {
  margin-left: 0px;
  margin-right: 8px;
}
[dir="rtl"] .pxl-ml-9 {
  margin-left: 0px;
  margin-right: 9px;
}
[dir="rtl"] .pxl-ml-10 {
  margin-left: 0px;
  margin-right: 10px;
}
[dir="rtl"] .pxl-ml-11 {
  margin-left: 0px;
  margin-right: 11px;
}
[dir="rtl"] .pxl-ml-12 {
  margin-left: 0px;
  margin-right: 12px;
}
[dir="rtl"] .pxl-ml-13 {
  margin-left: 0px;
  margin-right: 13px;
}
[dir="rtl"] .pxl-ml-14 {
  margin-left: 0px;
  margin-right: 14px;
}
[dir="rtl"] .pxl-ml-15 {
  margin-left: 0px;
  margin-right: 15px;
}
[dir="rtl"] .pxl-ml-16 {
  margin-left: 0px;
  margin-right: 16px;
}
[dir="rtl"] .pxl-ml-17 {
  margin-left: 0px;
  margin-right: 17px;
}
[dir="rtl"] .pxl-ml-18 {
  margin-left: 0px;
  margin-right: 18px;
}
[dir="rtl"] .pxl-ml-19 {
  margin-left: 0px;
  margin-right: 19px;
}
[dir="rtl"] .pxl-ml-20 {
  margin-left: 0px;
  margin-right: 20px;
}
[dir="rtl"] .pxl-ml-21 {
  margin-left: 0px;
  margin-right: 21px;
}
[dir="rtl"] .pxl-ml-22 {
  margin-left: 0px;
  margin-right: 22px;
}
[dir="rtl"] .pxl-ml-23 {
  margin-left: 0px;
  margin-right: 23px;
}
[dir="rtl"] .pxl-ml-24 {
  margin-left: 0px;
  margin-right: 24px;
}
[dir="rtl"] .pxl-ml-25 {
  margin-left: 0px;
  margin-right: 25px;
}
[dir="rtl"] .pxl-ml-26 {
  margin-left: 0px;
  margin-right: 26px;
}
[dir="rtl"] .pxl-ml-27 {
  margin-left: 0px;
  margin-right: 27px;
}
[dir="rtl"] .pxl-ml-28 {
  margin-left: 0px;
  margin-right: 28px;
}
[dir="rtl"] .pxl-ml-29 {
  margin-left: 0px;
  margin-right: 29px;
}
[dir="rtl"] .pxl-ml-30 {
  margin-left: 0px;
  margin-right: 30px;
}
[dir="rtl"] .pxl-ml-31 {
  margin-left: 0px;
  margin-right: 31px;
}
[dir="rtl"] .pxl-ml-32 {
  margin-left: 0px;
  margin-right: 32px;
}
[dir="rtl"] .pxl-ml-33 {
  margin-left: 0px;
  margin-right: 33px;
}
[dir="rtl"] .pxl-ml-34 {
  margin-left: 0px;
  margin-right: 34px;
}
[dir="rtl"] .pxl-ml-35 {
  margin-left: 0px;
  margin-right: 35px;
}
[dir="rtl"] .pxl-ml-36 {
  margin-left: 0px;
  margin-right: 36px;
}
[dir="rtl"] .pxl-ml-37 {
  margin-left: 0px;
  margin-right: 37px;
}
[dir="rtl"] .pxl-ml-38 {
  margin-left: 0px;
  margin-right: 38px;
}
[dir="rtl"] .pxl-ml-39 {
  margin-left: 0px;
  margin-right: 39px;
}
[dir="rtl"] .pxl-ml-40 {
  margin-left: 0px;
  margin-right: 40px;
}
[dir="rtl"] .pxl-pr-3 {
  padding-right: 0px;
  padding-left: 3px;
}
[dir="rtl"] .pxl-pr-4 {
  padding-right: 0px;
  padding-left: 4px;
}
[dir="rtl"] .pxl-pr-5 {
  padding-right: 0px;
  padding-left: 5px;
}
[dir="rtl"] .pxl-pr-6 {
  padding-right: 0px;
  padding-left: 6px;
}
[dir="rtl"] .pxl-pr-7 {
  padding-right: 0px;
  padding-left: 7px;
}
[dir="rtl"] .pxl-pr-8 {
  padding-right: 0px;
  padding-left: 8px;
}
[dir="rtl"] .pxl-pr-9 {
  padding-right: 0px;
  padding-left: 9px;
}
[dir="rtl"] .pxl-pr-10 {
  padding-right: 0px;
  padding-left: 10px;
}
[dir="rtl"] .pxl-pr-11 {
  padding-right: 0px;
  padding-left: 11px;
}
[dir="rtl"] .pxl-pr-12 {
  padding-right: 0px;
  padding-left: 12px;
}
[dir="rtl"] .pxl-pr-13 {
  padding-right: 0px;
  padding-left: 13px;
}
[dir="rtl"] .pxl-pr-14 {
  padding-right: 0px;
  padding-left: 14px;
}
[dir="rtl"] .pxl-pr-15 {
  padding-right: 0px;
  padding-left: 15px;
}
[dir="rtl"] .pxl-pr-16 {
  padding-right: 0px;
  padding-left: 16px;
}
[dir="rtl"] .pxl-pr-17 {
  padding-right: 0px;
  padding-left: 17px;
}
[dir="rtl"] .pxl-pr-18 {
  padding-right: 0px;
  padding-left: 18px;
}
[dir="rtl"] .pxl-pr-19 {
  padding-right: 0px;
  padding-left: 19px;
}
[dir="rtl"] .pxl-pr-20 {
  padding-right: 0px;
  padding-left: 20px;
}
[dir="rtl"] .pxl-pr-21 {
  padding-right: 0px;
  padding-left: 21px;
}
[dir="rtl"] .pxl-pr-22 {
  padding-right: 0px;
  padding-left: 22px;
}
[dir="rtl"] .pxl-pr-23 {
  padding-right: 0px;
  padding-left: 23px;
}
[dir="rtl"] .pxl-pr-24 {
  padding-right: 0px;
  padding-left: 24px;
}
[dir="rtl"] .pxl-pr-25 {
  padding-right: 0px;
  padding-left: 25px;
}
[dir="rtl"] .pxl-pr-26 {
  padding-right: 0px;
  padding-left: 26px;
}
[dir="rtl"] .pxl-pr-27 {
  padding-right: 0px;
  padding-left: 27px;
}
[dir="rtl"] .pxl-pr-28 {
  padding-right: 0px;
  padding-left: 28px;
}
[dir="rtl"] .pxl-pr-29 {
  padding-right: 0px;
  padding-left: 29px;
}
[dir="rtl"] .pxl-pr-30 {
  padding-right: 0px;
  padding-left: 30px;
}
[dir="rtl"] .pxl-pr-31 {
  padding-right: 0px;
  padding-left: 31px;
}
[dir="rtl"] .pxl-pr-32 {
  padding-right: 0px;
  padding-left: 32px;
}
[dir="rtl"] .pxl-pr-33 {
  padding-right: 0px;
  padding-left: 33px;
}
[dir="rtl"] .pxl-pr-34 {
  padding-right: 0px;
  padding-left: 34px;
}
[dir="rtl"] .pxl-pr-35 {
  padding-right: 0px;
  padding-left: 35px;
}
[dir="rtl"] .pxl-pr-36 {
  padding-right: 0px;
  padding-left: 36px;
}
[dir="rtl"] .pxl-pr-37 {
  padding-right: 0px;
  padding-left: 37px;
}
[dir="rtl"] .pxl-pr-38 {
  padding-right: 0px;
  padding-left: 38px;
}
[dir="rtl"] .pxl-pr-39 {
  padding-right: 0px;
  padding-left: 39px;
}
[dir="rtl"] .pxl-pr-40 {
  padding-right: 0px;
  padding-left: 40px;
}
[dir="rtl"] .pxl-pr-60 {
  padding-right: 0px;
  padding-left: 60px;
}
[dir="rtl"] .pxl-pl-3 {
  padding-left: 0px;
  padding-right: 3px;
}
[dir="rtl"] .pxl-pl-4 {
  padding-left: 0px;
  padding-right: 4px;
}
[dir="rtl"] .pxl-pl-5 {
  padding-left: 0px;
  padding-right: 5px;
}
[dir="rtl"] .pxl-pl-6 {
  padding-left: 0px;
  padding-right: 6px;
}
[dir="rtl"] .pxl-pl-7 {
  padding-left: 0px;
  padding-right: 7px;
}
[dir="rtl"] .pxl-pl-8 {
  padding-left: 0px;
  padding-right: 8px;
}
[dir="rtl"] .pxl-pl-9 {
  padding-left: 0px;
  padding-right: 9px;
}
[dir="rtl"] .pxl-pl-10 {
  padding-left: 0px;
  padding-right: 10px;
}
[dir="rtl"] .pxl-pl-11 {
  padding-left: 0px;
  padding-right: 11px;
}
[dir="rtl"] .pxl-pl-12 {
  padding-left: 0px;
  padding-right: 12px;
}
[dir="rtl"] .pxl-pl-13 {
  padding-left: 0px;
  padding-right: 13px;
}
[dir="rtl"] .pxl-pl-14 {
  padding-left: 0px;
  padding-right: 14px;
}
[dir="rtl"] .pxl-pl-15 {
  padding-left: 0px;
  padding-right: 15px;
}
[dir="rtl"] .pxl-pl-16 {
  padding-left: 0px;
  padding-right: 16px;
}
[dir="rtl"] .pxl-pl-17 {
  padding-left: 0px;
  padding-right: 17px;
}
[dir="rtl"] .pxl-pl-18 {
  padding-left: 0px;
  padding-right: 18px;
}
[dir="rtl"] .pxl-pl-19 {
  padding-left: 0px;
  padding-right: 19px;
}
[dir="rtl"] .pxl-pl-20 {
  padding-left: 0px;
  padding-right: 20px;
}
[dir="rtl"] .pxl-pl-21 {
  padding-left: 0px;
  padding-right: 21px;
}
[dir="rtl"] .pxl-pl-22 {
  padding-left: 0px;
  padding-right: 22px;
}
[dir="rtl"] .pxl-pl-23 {
  padding-left: 0px;
  padding-right: 23px;
}
[dir="rtl"] .pxl-pl-24 {
  padding-left: 0px;
  padding-right: 24px;
}
[dir="rtl"] .pxl-pl-25 {
  padding-left: 0px;
  padding-right: 25px;
}
[dir="rtl"] .pxl-pl-26 {
  padding-left: 0px;
  padding-right: 26px;
}
[dir="rtl"] .pxl-pl-27 {
  padding-left: 0px;
  padding-right: 27px;
}
[dir="rtl"] .pxl-pl-28 {
  padding-left: 0px;
  padding-right: 28px;
}
[dir="rtl"] .pxl-pl-29 {
  padding-left: 0px;
  padding-right: 29px;
}
[dir="rtl"] .pxl-pl-30 {
  padding-left: 0px;
  padding-right: 30px;
}
[dir="rtl"] .pxl-pl-31 {
  padding-left: 0px;
  padding-right: 31px;
}
[dir="rtl"] .pxl-pl-32 {
  padding-left: 0px;
  padding-right: 32px;
}
[dir="rtl"] .pxl-pl-33 {
  padding-left: 0px;
  padding-right: 33px;
}
[dir="rtl"] .pxl-pl-34 {
  padding-left: 0px;
  padding-right: 34px;
}
[dir="rtl"] .pxl-pl-35 {
  padding-left: 0px;
  padding-right: 35px;
}
[dir="rtl"] .pxl-pl-36 {
  padding-left: 0px;
  padding-right: 36px;
}
[dir="rtl"] .pxl-pl-37 {
  padding-left: 0px;
  padding-right: 37px;
}
[dir="rtl"] .pxl-pl-38 {
  padding-left: 0px;
  padding-right: 38px;
}
[dir="rtl"] .pxl-pl-39 {
  padding-left: 0px;
  padding-right: 39px;
}
[dir="rtl"] .pxl-pl-40 {
  padding-left: 0px;
  padding-right: 40px;
}
[dir="rtl"] .pxl-l-0 {
  right: 0;
  left: auto;
}
[dir="rtl"] .pxl-l-1 {
  right: 1px;
  left: auto;
}
[dir="rtl"] .pxl-l-2 {
  right: 2px;
  left: auto;
}
[dir="rtl"] .pxl-l-3 {
  right: 3px;
  left: auto;
}
[dir="rtl"] .pxl-l-4 {
  right: 4px;
  left: auto;
}
[dir="rtl"] .pxl-l-5 {
  right: 5px;
  left: auto;
}
[dir="rtl"] .pxl-l-6 {
  right: 6px;
  left: auto;
}
[dir="rtl"] .pxl-l-7 {
  right: 7px;
  left: auto;
}
[dir="rtl"] .pxl-l-8 {
  right: 8px;
  left: auto;
}
[dir="rtl"] .pxl-l-9 {
  right: 9px;
  left: auto;
}
[dir="rtl"] .pxl-l-10 {
  right: 10px;
  left: auto;
}
[dir="rtl"] .pxl-l-11 {
  right: 11px;
  left: auto;
}
[dir="rtl"] .pxl-l-12 {
  right: 12px;
  left: auto;
}
[dir="rtl"] .pxl-l-13 {
  right: 13px;
  left: auto;
}
[dir="rtl"] .pxl-l-14 {
  right: 14px;
  left: auto;
}
[dir="rtl"] .pxl-l-15 {
  right: 15px;
  left: auto;
}
[dir="rtl"] .pxl-l-16 {
  right: 16px;
  left: auto;
}
[dir="rtl"] .pxl-l-17 {
  right: 17px;
  left: auto;
}
[dir="rtl"] .pxl-l-18 {
  right: 18px;
  left: auto;
}
[dir="rtl"] .pxl-l-19 {
  right: 19px;
  left: auto;
}
[dir="rtl"] .pxl-l-20 {
  right: 20px;
  left: auto;
}
[dir="rtl"] .pxl-l-21 {
  right: 21px;
  left: auto;
}
[dir="rtl"] .pxl-l-22 {
  right: 22px;
  left: auto;
}
[dir="rtl"] .pxl-l-23 {
  right: 23px;
  left: auto;
}
[dir="rtl"] .pxl-l-24 {
  right: 24px;
  left: auto;
}
[dir="rtl"] .pxl-l-25 {
  right: 25px;
  left: auto;
}
[dir="rtl"] .pxl-l-26 {
  right: 26px;
  left: auto;
}
[dir="rtl"] .pxl-l-27 {
  right: 27px;
  left: auto;
}
[dir="rtl"] .pxl-l-28 {
  right: 28px;
  left: auto;
}
[dir="rtl"] .pxl-l-29 {
  right: 29px;
  left: auto;
}
[dir="rtl"] .pxl-l-30 {
  right: 30px;
  left: auto;
}
[dir="rtl"] .pxl-l-31 {
  right: 31px;
  left: auto;
}
[dir="rtl"] .pxl-l-32 {
  right: 32px;
  left: auto;
}
[dir="rtl"] .pxl-l-33 {
  right: 33px;
  left: auto;
}
[dir="rtl"] .pxl-l-34 {
  right: 34px;
  left: auto;
}
[dir="rtl"] .pxl-l-35 {
  right: 35px;
  left: auto;
}
[dir="rtl"] .pxl-l-36 {
  right: 36px;
  left: auto;
}
[dir="rtl"] .pxl-l-37 {
  right: 37px;
  left: auto;
}
[dir="rtl"] .pxl-l-38 {
  right: 38px;
  left: auto;
}
[dir="rtl"] .pxl-l-39 {
  right: 39px;
  left: auto;
}
[dir="rtl"] .pxl-l-40 {
  right: 40px;
  left: auto;
}
[dir="rtl"] .pxl-r-0 {
  left: 0;
  right: auto;
}
[dir="rtl"] .pxl-r-1 {
  left: 1px;
  right: auto;
}
[dir="rtl"] .pxl-r-2 {
  left: 2px;
  right: auto;
}
[dir="rtl"] .pxl-r-3 {
  left: 3px;
  right: auto;
}
[dir="rtl"] .pxl-r-4 {
  left: 4px;
  right: auto;
}
[dir="rtl"] .pxl-r-5 {
  left: 5px;
  right: auto;
}
[dir="rtl"] .pxl-r-6 {
  left: 6px;
  right: auto;
}
[dir="rtl"] .pxl-r-7 {
  left: 7px;
  right: auto;
}
[dir="rtl"] .pxl-r-8 {
  left: 8px;
  right: auto;
}
[dir="rtl"] .pxl-r-9 {
  left: 9px;
  right: auto;
}
[dir="rtl"] .pxl-r-10 {
  left: 10px;
  right: auto;
}
[dir="rtl"] .pxl-r-11 {
  left: 11px;
  right: auto;
}
[dir="rtl"] .pxl-r-12 {
  left: 12px;
  right: auto;
}
[dir="rtl"] .pxl-r-13 {
  left: 13px;
  right: auto;
}
[dir="rtl"] .pxl-r-14 {
  left: 14px;
  right: auto;
}
[dir="rtl"] .pxl-r-15 {
  left: 15px;
  right: auto;
}
[dir="rtl"] .pxl-r-16 {
  left: 16px;
  right: auto;
}
[dir="rtl"] .pxl-r-17 {
  left: 17px;
  right: auto;
}
[dir="rtl"] .pxl-r-18 {
  left: 18px;
  right: auto;
}
[dir="rtl"] .pxl-r-19 {
  left: 19px;
  right: auto;
}
[dir="rtl"] .pxl-r-20 {
  left: 20px;
  right: auto;
}
[dir="rtl"] .pxl-r-21 {
  left: 21px;
  right: auto;
}
[dir="rtl"] .pxl-r-22 {
  left: 22px;
  right: auto;
}
[dir="rtl"] .pxl-r-23 {
  left: 23px;
  right: auto;
}
[dir="rtl"] .pxl-r-24 {
  left: 24px;
  right: auto;
}
[dir="rtl"] .pxl-r-25 {
  left: 25px;
  right: auto;
}
[dir="rtl"] .pxl-r-26 {
  left: 26px;
  right: auto;
}
[dir="rtl"] .pxl-r-27 {
  left: 27px;
  right: auto;
}
[dir="rtl"] .pxl-r-28 {
  left: 28px;
  right: auto;
}
[dir="rtl"] .pxl-r-29 {
  left: 29px;
  right: auto;
}
[dir="rtl"] .pxl-r-30 {
  left: 30px;
  right: auto;
}
[dir="rtl"] .pxl-r-31 {
  left: 31px;
  right: auto;
}
[dir="rtl"] .pxl-r-32 {
  left: 32px;
  right: auto;
}
[dir="rtl"] .pxl-r-33 {
  left: 33px;
  right: auto;
}
[dir="rtl"] .pxl-r-34 {
  left: 34px;
  right: auto;
}
[dir="rtl"] .pxl-r-35 {
  left: 35px;
  right: auto;
}
[dir="rtl"] .pxl-r-36 {
  left: 36px;
  right: auto;
}
[dir="rtl"] .pxl-r-37 {
  left: 37px;
  right: auto;
}
[dir="rtl"] .pxl-r-38 {
  left: 38px;
  right: auto;
}
[dir="rtl"] .pxl-r-39 {
  left: 39px;
  right: auto;
}
[dir="rtl"] .pxl-r-40 {
  left: 40px;
  right: auto;
}
.pxl-border-header:not(.pxl-nav-menu) {
  border-radius: 8px;
}
.pxl-border-header:not(.pxl-nav-menu)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% + 2px);
  border-radius: inherit;
  background-image: -webkit-linear-gradient(180deg, #e7e0ef, #a89dad);
  background-image: -moz-linear-gradient(180deg, #e7e0ef, #a89dad);
  background-image: -ms-linear-gradient(180deg, #e7e0ef, #a89dad);
  background-image: -o-linear-gradient(180deg, #e7e0ef, #a89dad);
  background-image: linear-gradient(180deg, #e7e0ef, #a89dad);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e7e0ef', endColorStr='#a89dad');
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-composite: exclude;
  padding: 3px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.94;
}
.pxl-border-header:not(.pxl-nav-menu) > div::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(90deg, #ceaaf0 0%, rgba(237, 237, 237, 0.999) 100%);
  background-image: -moz-linear-gradient(90deg, #ceaaf0 0%, rgba(237, 237, 237, 0.999) 100%);
  background-image: -ms-linear-gradient(90deg, #ceaaf0 0%, rgba(237, 237, 237, 0.999) 100%);
  background-image: -o-linear-gradient(90deg, #ceaaf0 0%, rgba(237, 237, 237, 0.999) 100%);
  background-image: linear-gradient(90deg, #ceaaf0 0%, rgba(237, 237, 237, 0.999) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ceaaf0 0%', endColorStr='rgba(237, 237, 237, 0.999) 100%');
  opacity: 0.302;
}
.pxl-border-header:not(.pxl-nav-menu) > div::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 27px #fff;
}
@media (max-width: 580px) {
  .pxl-counter- .elementor-column {
    width: 100% !important;
  }
  .pxl-counter- .elementor-column:nth-child(1) {
    width: 50% !important;
    margin-bottom: 15px;
  }
  .pxl-counter- .elementor-column:nth-child(2) {
    width: 50% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .pxl-counter- .elementor-column {
    width: 100% !important;
  }
  .pxl-counter- .elementor-column:nth-child(1) {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .pxl-counter- .elementor-column:nth-child(2) {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .pxl-counter- .elementor-column:nth-child(1) {
    width: 100% !important;
  }
  .pxl-counter- .elementor-column:nth-child(2) {
    width: 100% !important;
  }
}
.pxl-img-team-details {
  position: relative;
  z-index: 1;
}
.pxl-img-team-details::before {
  content: '';
  position: absolute;
  height: 82.8%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: radial-gradient(circle, #651288 0%, #4b1068 40%, #311248 70%, #1a1331 100%);
  z-index: -1;
  transition: background-size 0.6s ease, background-position 0.6s ease;
  background-size: 100% 100%;
  background-position: center;
}
.pxl-img-max-width {
  width: 100%;
  height: 100%;
}
.pxl-img-max-width * {
  height: 100%;
}
.pxl-img-max-width img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pxl-box-career-page {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 15px;
  display: inline-flex;
  max-width: 496px !important;
}
@media screen and (max-width: 767px) {
  .pxl-box-career-page {
    position: unset;
  }
}
.pxl-counter-service {
  position: absolute !important;
  left: 90px !important;
  top: -758px;
}
@media screen and (max-width: 1024px) {
  .pxl-counter-service {
    position: relative !important;
    top: 0;
    left: 0 !important;
  }
}
.pxl-carousel-about-us {
  margin-top: -21px;
  margin-left: -46.7%;
  transform: rotate(-15.5deg);
}
@media (max-width: 880px) {
  .pxl-carousel-about-us {
    margin-top: 0;
    margin-left: 0;
    transform: rotate(0deg);
  }
}
.pxl-footer-opacity::before {
  position: absolute;
  content: '';
  width: 92.71%;
  height: 100%;
  background-color: rgba(var(--secondary-color-rgb),0.251);
  bottom: 73px;
  left: 50%;
  border-radius: 0px 0px 60px 60px;
  z-index: -1;
  transform: translateY(-100px) translateX(-50%);
  animation: slideDown 0.5s forwards;
}
.pxl-footer-opacity::after {
  position: absolute;
  content: '';
  width: 83.99%;
  height: 100%;
  background-color: rgba(var(--secondary-color-rgb),0.251);
  bottom: 51px;
  left: 50%;
  border-radius: 0px 0px 60px 60px;
  z-index: -1;
  transform: translateY(-100px) translateX(-50%);
  animation: slideDown 0.7s forwards;
}
.pxl-text-blur {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #000 40%, #000 50%, rgba(0, 0, 0, 0) 90%);
}
.pxl-blur-img-marquee {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000 20%, #000 60%, rgba(0, 0, 0, 0) 90%);
}
.pxl-mix-blend-mode {
  mix-blend-mode: luminosity;
}
.pxl-flex-center {
  display: flex;
  justify-content: center;
}
.pxl-border-header-1-dark {
  filter: drop-shadow(0px 3px 10.5px rgba(132, 82, 182, 0.2));
  background-image: linear-gradient(92deg, rgba(148, 89, 205, 0.5019607843137254) 0%, rgba(138, 105, 169, 0.10196078431372547) 100%, rgba(138, 105, 169, 0.10196078431372547) 100%);
  border: 3px solid #362942;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-max-width .elementor-widget {
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  .pxl-column-footer .elementor-column {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  .pxl-column-footer1 .elementor-column {
    width: 100% !important;
  }
}
.pxl-logo-home-3-stk {
  position: relative !important;
}
.pxl-logo-home-3-stk > div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: transparent;
  mask-composite: exclude;
  padding: 1px 1px 1px 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-logo-home-3 {
  position: relative !important;
}
.pxl-logo-home-3 > div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color), #ff31ab, #ff6f05);
  background-image: -moz-linear-gradient(90deg, var(--primary-color), #ff31ab, #ff6f05);
  background-image: -ms-linear-gradient(90deg, var(--primary-color), #ff31ab, #ff6f05);
  background-image: -o-linear-gradient(90deg, var(--primary-color), #ff31ab, #ff6f05);
  background-image: linear-gradient(90deg, var(--primary-color), #ff31ab, #ff6f05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  mask-composite: exclude;
  padding: 1px 1px 1px 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-menu-home3 > div {
  position: relative !important;
}
.pxl-menu-home3 > div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(90deg, var(--primary-color) 0%, #ff31ab 2%, #ff6f05 100%);
  background-image: -moz-linear-gradient(90deg, var(--primary-color) 0%, #ff31ab 2%, #ff6f05 100%);
  background-image: -ms-linear-gradient(90deg, var(--primary-color) 0%, #ff31ab 2%, #ff6f05 100%);
  background-image: -o-linear-gradient(90deg, var(--primary-color) 0%, #ff31ab 2%, #ff6f05 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, #ff31ab 2%, #ff6f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  mask-composite: exclude;
  padding: 0 0 0 4px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-right-menu-home3 {
  position: relative !important;
}
.pxl-right-menu-home3 > div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-color);
  mask-composite: exclude;
  padding: 0 0 0 4px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-header-home3 .pxl-menu-home3 {
  transform: translateX(35px);
}
@media (max-width: 1800px) {
  .pxl-header-home3 .pxl-left-menu-home3 {
    width: 55% !important;
  }
}
@media (max-width: 1730px) {
  .pxl-header-home3 .pxl-menu-home3 {
    width: 60% !important;
  }
  .pxl-header-home3 .pxl-right-menu-home3 {
    width: 40% !important;
  }
  .pxl-header-home3 .pxl-icon-text2.style-3 .pxl-item--meta {
    display: none;
  }
  .pxl-header-home3 .pxl-icon-text-home3 > div {
    margin-right: 35px !important;
  }
}
@media (max-width: 1600px) {
  .pxl-header-home3 .pxl-menu-home3 {
    width: 55% !important;
  }
  .pxl-header-home3 .pxl-right-menu-home3 {
    width: 45% !important;
  }
  .pxl-header-home3 .pxl-icon-text-home3 > div {
    margin: 0 !important;
  }
  .pxl-header-home3 .pxl-menu-home3 > div {
    margin: 0px 0px 0px 200px !important;
  }
  .pxl-header-home3 .pxl-menu-home3 li.menu-item {
    margin: 0px 0px 0px 35px !important;
  }
}
@media (max-width: 1400px) {
  .pxl-header-home3 .pxl-menu-home3 {
    width: 62% !important;
  }
  .pxl-header-home3 .pxl-right-menu-home3 {
    width: 38% !important;
  }
  .pxl-header-home3 .pxl-icon-text-home3 > div {
    margin: 0 !important;
  }
  .pxl-header-home3 .pxl-menu-home3 > div {
    margin: 0px 0px 0px 115px !important;
  }
  .pxl-header-home3 .pxl-menu-home3 li.menu-item {
    margin: 0px 0px 0px 30px !important;
  }
}
.pxl-section-left > div {
  margin-right: -15px !important;
}
.pxl-border-animation {
  clip-path: inset(0 0 100% 0);
}
.pxl-border-gradien {
  position: relative;
  /*slider*/
}
.pxl-border-gradien::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(0deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -moz-linear-gradient(0deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -ms-linear-gradient(0deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: -o-linear-gradient(0deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  background-image: linear-gradient(0deg, var(--primary-color) 0%, var(--fourth-color) 49%, var(--third-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  mask-composite: exclude;
  padding: 0 0 0 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pxl-heading--text-slider {
  padding: 64px !important;
}
@media screen and (max-width: 991px) {
  .pxl-heading--text-slider {
    padding: 15px !important;
  }
}
.pxl-heading--text-slider::before {
  position: absolute;
  content: '';
  width: 864.31px;
  height: 668.849px;
  background-image: url(../img/group-box-text-slide.webp);
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pxl-ss-slider .uranus {
    opacity: 0 !important;
    transition: all 0.3s;
  }
  .pxl-ss-slider:hover .uranus {
    opacity: 1 !important;
  }
}
.pxl-ss-slider .uranus {
  width: 51px;
  height: 216px;
}
.pxl-ss-slider .uranus::before {
  position: relative;
  z-index: 2;
}
.pxl-ss-slider .uranus.sr7-rightarrow::after {
  content: '';
  mask-image: url(../img/union-slide.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fe7524;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pxl-ss-slider .uranus.sr7-leftarrow::after {
  content: '';
  mask-image: url(../img/union-slide.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fe7524;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.pxl-before-header-h4 {
  position: relative !important;
}
.pxl-before-header-h4 > div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  clip-path: polygon(2.29% 0, 100% 0, 100% 62.5%, 97.71% 100%, 0 100%, 0 37.5%);
  background: #fff;
  z-index: -1;
}
.pxl-before-header-h4::before {
  width: 69.6%;
  height: 100px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--fourth-color) 48.53%, var(--third-color) 100%), #fff;
  z-index: -2;
}
.pxl-ss-ttm-h4 {
  clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 17%);
}
@media (max-width: 880px) {
  .pxl-ss-ttm-h4 {
    clip-path: none;
  }
}
@media screen and (max-width: 1400px) {
  .pxl-svg-h2 {
    right: -365px !important;
  }
}
@media screen and (max-width: 1280px) {
  .pxl-svg-h2 {
    right: -425px !important;
  }
}
sr7-content {
  border-radius: 0 0 40px 40px !important;
  overflow: hidden;
}
.bg-light {
  position: relative;
}
.bg-light::before {
  position: absolute;
  content: '';
  width: calc(100% + 30px);
  height: calc(40% + 30px);
  background: #fff;
  bottom: -30px;
  left: -30px;
  border-radius: 16px 0px 0px 16px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .bg-light::before {
    height: calc(15% + 30px);
  }
}
@media screen and (max-width: 767px) {
  .bg-light::before {
    display: none;
  }
}
.bg-dark {
  position: relative;
}
.bg-dark::before {
  position: absolute;
  content: '';
  width: calc(100% + 30px);
  height: calc(40% + 30px);
  background: var(--heading-color);
  bottom: -30px;
  left: -30px;
  border-radius: 16px 0px 0px 16px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .bg-dark::before {
    height: calc(15% + 30px);
  }
}
@media screen and (max-width: 767px) {
  .bg-dark::before {
    display: none;
  }
}
.pxl-bgr-h2 {
  position: relative;
  z-index: 1;
}
.pxl-bgr-h2:before {
  z-index: 4;
  flex-shrink: 0;
  border-radius: 100%;
  opacity: 0.4;
  mix-blend-mode: luminosity;
  border: 1px solid #fff;
  rotate: 180deg;
  background: radial-gradient(60.42% 60.42% at 50.02% 60.42%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 69.42%, rgba(255, 255, 255, 0.08) 75.33%, rgba(255, 255, 255, 0.13) 80.42%, rgba(255, 255, 255, 0.31) 86.39%, rgba(255, 255, 255, 0.57) 92.19%, #fff 100%);
  box-shadow: 0px -20px 40px 0px rgba(255, 255, 255, 0.6);
  width: 160%;
  height: 160%;
  position: absolute;
  content: '';
  bottom: 446px;
  right: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .pxl-bgr-h2:before {
    width: 200%;
    height: 200%;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-bgr-h2:before {
    width: 298%;
    height: 298%;
    bottom: 306px;
  }
}
@media (max-width: 880px) {
  .pxl-bgr-h2:before {
    display: none;
  }
}
.pxl-heading-liner .pxl-item--title {
  opacity: 0.36;
  background: linear-gradient(180deg, #f8b6bc 0%, #771a99 46.5%, #bd6ffd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-contact-form-1 .row {
  margin-right: -15px;
}
.pxl-contact-form-1 input[type="text"], .pxl-contact-form-1 input[type="email"], .pxl-contact-form-1 input[type="tel"], .pxl-contact-form-1 input[type="number"], .pxl-contact-form-1 textarea, .pxl-contact-form-1 select {
  padding: 10px 0 10px 25px;
  background: #352146;
  height: 42px;
  border-color: transparent;
  opacity: 0.729;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
}
.pxl-contact-form-1 input[type="text"]:hover, .pxl-contact-form-1 input[type="email"]:hover, .pxl-contact-form-1 input[type="tel"]:hover, .pxl-contact-form-1 input[type="number"]:hover, .pxl-contact-form-1 textarea:hover, .pxl-contact-form-1 select:hover, .pxl-contact-form-1 input[type="text"]:focus, .pxl-contact-form-1 input[type="email"]:focus, .pxl-contact-form-1 input[type="tel"]:focus, .pxl-contact-form-1 input[type="number"]:focus, .pxl-contact-form-1 textarea:focus, .pxl-contact-form-1 select:focus {
  border-color: var(--primary-color);
}
.pxl-contact-form-1 textarea {
  height: 104px;
}
.pxl-contact-form-1 .pxl-text {
  font-size: 14px;
  color: #c1c1c1;
  font-weight: 400;
  letter-spacing: -0.25px;
}
.pxl-contact-form-1 .pxl-text p {
  margin: 0 0 4px 0;
}
.pxl-contact-form-1 .col-6 {
  margin-right: -8px;
}
@media (max-width: 880px) {
  .pxl-contact-form-1 .col-6 {
    flex: 100%;
    max-width: 100%;
  }
}
.pxl-contact-form-1 .col-12 {
  padding: 0 15px !important;
}
.pxl-contact-form-1 .pxl-phone-number, .pxl-contact-form-1 .pxl-email {
  margin-top: -12px;
}
.pxl-contact-form-1 .pxl-comment {
  margin-top: -6px;
}
.pxl-contact-form-1 .contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.pxl-contact-form-1 .contact-submit p {
  margin: 0;
}
.pxl-contact-form-1 .contact-submit .btn-primary {
  font-size: 14px;
  line-height: 37px;
  border: 2px solid #f3f1f4;
  border-radius: 6px;
  background: var(--primary-color);
  color: #fff;
  padding: 0 20px 0 45px;
  box-shadow: 0px 4px 2px rgba(128, 0, 128, 0.2);
}
.pxl-contact-form-1 .contact-submit .btn-primary br {
  display: none;
}
.pxl-contact-form-1 .contact-submit .pxl-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 2;
  transform: translateY(-50%);
  line-height: 0;
  width: 23.36px;
  height: 23.36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.2);
}
.pxl-contact-form-1 .contact-submit .pxl-icon p {
  overflow: hidden;
}
.pxl-contact-form-1 .contact-submit .pxl-icon svg {
  height: 10px;
  fill: #383838;
  margin-top: 2px;
}
.pxl-contact-form-1 .contact-submit:hover .pxl-icon svg {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-contact-form-1 .pxl-footer-ctf1 {
  display: flex;
  justify-content: space-between;
}
.pxl-contact-form-1 .pxl-footer-ctf1 p {
  margin: 0;
}
.pxl-contact-form-1 .pxl-footer-ctf1 .cf7sr-recaptcha {
  margin: 0;
}
.pxl-contact-form-2 input[type="email"] {
  font-size: 14px;
  font-weight: 400;
  height: 58px;
  color: #9ea0ac;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2) !important;
  border: 2px solid;
  border-radius: 8px;
  padding-left: 27px;
}
.pxl-contact-form-2 .contact-submit {
  display: inline-flex;
  width: 46px;
  height: 40px;
  background: #a234fd;
  border-radius: 3px;
  padding: 6px 0 0 9px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}
.pxl-contact-form-2 .contact-submit > p button, .pxl-contact-form-2 .contact-submit > .pxl-process1p {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  top: 0;
  left: 0;
  z-index: 99;
}
.pxl-contact-form-2 .wpcf7-list-item-label::before {
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px !important;
}
.pxl-contact-form-2 .wpcf7-list-item-label::after {
  left: 7px !important;
}
.pxl-contact-form3 .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -19px;
}
.pxl-contact-form3 .pxl-contact-title {
  color: rgba(var(--heading-color-rgb),0.56);
  font-size: 14px;
  font-weight: 400;
}
.pxl-contact-form3 input[type="text"], .pxl-contact-form3 input[type="email"], .pxl-contact-form3 input[type="tel"], .pxl-contact-form3 input[type="number"], .pxl-contact-form3 textarea, .pxl-contact-form3 select, .pxl-contact-form3 .pxl-select-higthlight, .pxl-contact-form3 .nice-select {
  padding: 0;
  border: none;
  border-radius: 0;
  height: 36px;
  color: rgba(var(--heading-color-rgb),0.8);
  font-size: 16px;
  font-weight: 400;
}
.pxl-contact-form3 input[type="text"]:hover, .pxl-contact-form3 input[type="email"]:hover, .pxl-contact-form3 input[type="tel"]:hover, .pxl-contact-form3 input[type="number"]:hover, .pxl-contact-form3 textarea:hover, .pxl-contact-form3 select:hover, .pxl-contact-form3 .pxl-select-higthlight:hover, .pxl-contact-form3 .nice-select:hover, .pxl-contact-form3 input[type="text"]:focus, .pxl-contact-form3 input[type="email"]:focus, .pxl-contact-form3 input[type="tel"]:focus, .pxl-contact-form3 input[type="number"]:focus, .pxl-contact-form3 textarea:focus, .pxl-contact-form3 select:focus, .pxl-contact-form3 .pxl-select-higthlight:focus, .pxl-contact-form3 .nice-select:focus {
  color: rgba(var(--heading-color-rgb),1);
}
.pxl-contact-form3 textarea {
  height: 85px;
  resize: none;
}
.pxl-contact-form3 .pxl-name, .pxl-contact-form3 .pxl-phone, .pxl-contact-form3 .pxl-email, .pxl-contact-form3 .pxl-message {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.pxl-contact-form3 .pxl-name:hover .pxl-contact-title, .pxl-contact-form3 .pxl-phone:hover .pxl-contact-title, .pxl-contact-form3 .pxl-email:hover .pxl-contact-title, .pxl-contact-form3 .pxl-message:hover .pxl-contact-title, .pxl-contact-form3 .pxl-name:focus .pxl-contact-title, .pxl-contact-form3 .pxl-phone:focus .pxl-contact-title, .pxl-contact-form3 .pxl-email:focus .pxl-contact-title, .pxl-contact-form3 .pxl-message:focus .pxl-contact-title {
  color: var(--primary-color);
}
.pxl-contact-form3 .pxl-name:hover input[type="text"], .pxl-contact-form3 .pxl-phone:hover input[type="text"], .pxl-contact-form3 .pxl-email:hover input[type="text"], .pxl-contact-form3 .pxl-message:hover input[type="text"], .pxl-contact-form3 .pxl-name:focus input[type="text"], .pxl-contact-form3 .pxl-phone:focus input[type="text"], .pxl-contact-form3 .pxl-email:focus input[type="text"], .pxl-contact-form3 .pxl-message:focus input[type="text"], .pxl-contact-form3 .pxl-name:hover input[type="email"], .pxl-contact-form3 .pxl-phone:hover input[type="email"], .pxl-contact-form3 .pxl-email:hover input[type="email"], .pxl-contact-form3 .pxl-message:hover input[type="email"], .pxl-contact-form3 .pxl-name:focus input[type="email"], .pxl-contact-form3 .pxl-phone:focus input[type="email"], .pxl-contact-form3 .pxl-email:focus input[type="email"], .pxl-contact-form3 .pxl-message:focus input[type="email"], .pxl-contact-form3 .pxl-name:hover input[type="tel"], .pxl-contact-form3 .pxl-phone:hover input[type="tel"], .pxl-contact-form3 .pxl-email:hover input[type="tel"], .pxl-contact-form3 .pxl-message:hover input[type="tel"], .pxl-contact-form3 .pxl-name:focus input[type="tel"], .pxl-contact-form3 .pxl-phone:focus input[type="tel"], .pxl-contact-form3 .pxl-email:focus input[type="tel"], .pxl-contact-form3 .pxl-message:focus input[type="tel"], .pxl-contact-form3 .pxl-name:hover input[type="number"], .pxl-contact-form3 .pxl-phone:hover input[type="number"], .pxl-contact-form3 .pxl-email:hover input[type="number"], .pxl-contact-form3 .pxl-message:hover input[type="number"], .pxl-contact-form3 .pxl-name:focus input[type="number"], .pxl-contact-form3 .pxl-phone:focus input[type="number"], .pxl-contact-form3 .pxl-email:focus input[type="number"], .pxl-contact-form3 .pxl-message:focus input[type="number"], .pxl-contact-form3 .pxl-name:hover textarea, .pxl-contact-form3 .pxl-phone:hover textarea, .pxl-contact-form3 .pxl-email:hover textarea, .pxl-contact-form3 .pxl-message:hover textarea, .pxl-contact-form3 .pxl-name:focus textarea, .pxl-contact-form3 .pxl-phone:focus textarea, .pxl-contact-form3 .pxl-email:focus textarea, .pxl-contact-form3 .pxl-message:focus textarea, .pxl-contact-form3 .pxl-name:hover select, .pxl-contact-form3 .pxl-phone:hover select, .pxl-contact-form3 .pxl-email:hover select, .pxl-contact-form3 .pxl-message:hover select, .pxl-contact-form3 .pxl-name:focus select, .pxl-contact-form3 .pxl-phone:focus select, .pxl-contact-form3 .pxl-email:focus select, .pxl-contact-form3 .pxl-message:focus select, .pxl-contact-form3 .pxl-name:hover .pxl-select-higthlight, .pxl-contact-form3 .pxl-phone:hover .pxl-select-higthlight, .pxl-contact-form3 .pxl-email:hover .pxl-select-higthlight, .pxl-contact-form3 .pxl-message:hover .pxl-select-higthlight, .pxl-contact-form3 .pxl-name:focus .pxl-select-higthlight, .pxl-contact-form3 .pxl-phone:focus .pxl-select-higthlight, .pxl-contact-form3 .pxl-email:focus .pxl-select-higthlight, .pxl-contact-form3 .pxl-message:focus .pxl-select-higthlight, .pxl-contact-form3 .pxl-name:hover .nice-select, .pxl-contact-form3 .pxl-phone:hover .nice-select, .pxl-contact-form3 .pxl-email:hover .nice-select, .pxl-contact-form3 .pxl-message:hover .nice-select, .pxl-contact-form3 .pxl-name:focus .nice-select, .pxl-contact-form3 .pxl-phone:focus .nice-select, .pxl-contact-form3 .pxl-email:focus .nice-select, .pxl-contact-form3 .pxl-message:focus .nice-select {
  color: rgba(var(--heading-color-rgb),1);
}
.pxl-contact-form3 .wpcf7-form-control-wrap {
  margin: 0;
}
.pxl-contact-form3 br {
  display: none;
}
.pxl-contact-form3 p {
  margin: 0;
}
.pxl-contact-form3 .pxl--btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 63px;
}
.pxl-contact-form3 .pxl--btn-icon {
  font-size: 20px !important;
  box-shadow: none !important;
}
.pxl-contact-form3 .btn.btn-icon-box4 {
  padding: 0 15px 0 5px;
}
.pxl-contact-form3 .contact-submit {
  margin-top: 22px;
}
.pxl-contact-form .pxl-contact-form-2 .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  color: #1080d0;
  font-weight: 700;
}
.pxl-contact-form .pxl-contact-form-2 .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
  border-color: #fff;
}
.pxl-contact-form .pxl-contact-form-2 .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  color: #80828e;
  display: block;
}
.pxl-contact-form .pxl-contact-form-2 .wpcf7-acceptance .wpcf7-list-item {
  padding-left: 33px;
}
.pxl-contact-form .pxl-contact-form-2 .wpcf7-form-control-wrap {
  margin-bottom: 17px;
}
.pxl-contact-form4 {
  background: #f8f8f8;
  border-radius: 16px;
}
.pxl-contact-form4 .pxl-heading {
  font-size: 32px;
  /* 100% */
  line-height: 1;
  letter-spacing: -1px;
  padding: 47px 52px 0px 52px;
}
.pxl-contact-form4 .pxl-select-higthlight {
  color: rgba(var(--heading-color-rgb),0.56);
  font-family: "Clash Grotesk Variable";
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 1px;
}
.pxl-contact-form4 .pxl-info {
  padding: 52px;
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 17px;
  padding-top: 22px;
}
.pxl-contact-form4 .pxl-info input[type="text"], .pxl-contact-form4 .pxl-info input[type="email"], .pxl-contact-form4 .pxl-info input[type="url"], .pxl-contact-form4 .pxl-info input[type="password"], .pxl-contact-form4 .pxl-info input[type="search"], .pxl-contact-form4 .pxl-info input[type="tel"], .pxl-contact-form4 .pxl-info input[type="number"], .pxl-contact-form4 .pxl-info input[type="range"], .pxl-contact-form4 .pxl-info input[type="date"], .pxl-contact-form4 .pxl-info input[type="month"], .pxl-contact-form4 .pxl-info input[type="week"], .pxl-contact-form4 .pxl-info input[type="time"], .pxl-contact-form4 .pxl-info input[type="datetime"], .pxl-contact-form4 .pxl-info input[type="datetime-local"], .pxl-contact-form4 .pxl-info input[type="color"], .pxl-contact-form4 .pxl-info textarea, .pxl-contact-form4 .pxl-info select, .pxl-contact-form4 .pxl-info .pxl-select-higthlight, .pxl-contact-form4 .pxl-info .nice-select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #dfe1e5;
  border-radius: 0;
  color: rgba(var(--heading-color-rgb),0.56);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form4 .pxl-info .pxl-first-name ~ div, .pxl-contact-form4 .pxl-info .pxl-first-name {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.pxl-contact-form4 .pxl-info .pxl-country .pxl-select-higthlight::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6.58px solid black;
}
.pxl-contact-form4 .form-fieldset {
  padding: 43px 52px 32px 52px;
  border-bottom: 1px solid #dfe1e5;
}
.pxl-contact-form4 .form-fieldset .pxl-file1 ~ div, .pxl-contact-form4 .form-fieldset .pxl-file1 {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pxl-contact-form4 .form-fieldset .wpcf7-form-control-wrap {
  margin-top: -8px;
  margin-bottom: 17px;
}
.pxl-contact-form4 .form-fieldset .pxl-file-upload-wrapper {
  position: relative;
}
.pxl-contact-form4 .form-fieldset .pxl-file-upload-wrapper::before {
  content: '';
  position: absolute;
  background-image: url(../img/file.svg);
  top: 39%;
  right: 58.5%;
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .pxl-contact-form4 .form-fieldset .pxl-file-upload-wrapper::before {
    display: none;
  }
}
.pxl-contact-form4 .form-fieldset .pxl-file-upload-wrapper .wpcf7-file {
  visibility: unset !important;
  width: 34%;
  height: 82%;
  z-index: 999;
  left: 0;
}
.pxl-contact-form4 .form-fieldset .pxl-date-picker {
  margin-bottom: 29px;
}
.pxl-contact-form4 .form-fieldset .pxl-date-picker input[type="date"], .pxl-contact-form4 .form-fieldset .pxl-salary-input input[type="date"], .pxl-contact-form4 .form-fieldset .pxl-date-picker input[type="text"], .pxl-contact-form4 .form-fieldset .pxl-salary-input input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #dfe1e5;
  border-radius: 0;
  color: rgba(var(--heading-color-rgb),0.56);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form4 .form-fieldset .pxl-date-picker .wpcf7-form-control-wrap, .pxl-contact-form4 .form-fieldset .pxl-salary-input .wpcf7-form-control-wrap {
  margin-top: -24px;
  margin-left: -2px;
}
.pxl-contact-form4 .wpcf7-form-control-wrap {
  margin-top: -22px;
}
.pxl-contact-form4 .pxl-file-upload-button {
  border-radius: 4px;
  border: 2px solid var(--primary-color);
  background: #f3f3f3;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  padding: 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-contact-form4 input.pxl-file-upload-input {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 46px;
}
.pxl-contact-form4 input.pxl-file-upload-input:focus {
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .pxl-contact-form4 input.pxl-file-upload-input {
    padding-left: 0;
  }
}
.pxl-contact-form4 .profile-links {
  padding: 52px;
  padding-top: 42px;
  padding-bottom: 27px;
  border-bottom: 1px solid #dfe1e5;
}
.pxl-contact-form4 .profile-links .wpcf7-form-control-wrap input[type="url"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #dfe1e5;
  border-radius: 0;
  color: rgba(var(--heading-color-rgb),0.56);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form4 .profile-links .pxl-linkedin {
  position: relative;
  margin-top: 27px;
}
.pxl-contact-form4 .profile-links .pxl-linkedin svg {
  position: absolute;
  top: 28px;
  left: 0;
}
.pxl-contact-form4 .profile-links .pxl-linkedin input[type="url"] {
  padding-left: 24px;
}
.pxl-contact-form4 .profile-links .pxl-linkedin .wpcf7-form-control-wrap {
  margin-top: -22px !important;
}
.pxl-contact-form4 .profile-links .pxl-website .wpcf7-form-control-wrap {
  margin-top: -3px;
}
.pxl-contact-form4 .profile-links .pxl-website, .pxl-contact-form4 .profile-links .pxl-linkedin {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pxl-contact-form4 .profile-links .pxl-website .wpcf7-form-control-wrap, .pxl-contact-form4 .profile-links .pxl-linkedin .wpcf7-form-control-wrap {
  margin-top: -3px;
}
.pxl-contact-form4 .pxl-question {
  padding: 42px 52px 52px 52px;
}
.pxl-contact-form4 .pxl-question .wpcf7-form-control-wrap {
  margin: 0;
  padding: 0;
}
.pxl-contact-form4 .pxl-question .question1 {
  margin-bottom: 19px;
}
.pxl-contact-form4 .pxl-question .question1 .wpcf7-list-item {
  margin: 13px 0 0 -5px;
}
.pxl-contact-form4 .pxl-question .question1 .wpcf7-list-item.first {
  margin: 0 35px 0 -5px;
}
.pxl-contact-form4 .pxl-question .question2 {
  margin-bottom: 19px;
}
.pxl-contact-form4 .pxl-question .question2 .wpcf7-form-control, .pxl-contact-form4 .pxl-question .question3 .wpcf7-form-control {
  display: grid;
  margin-top: 6px;
}
.pxl-contact-form4 .pxl-question .question2 .wpcf7-list-item, .pxl-contact-form4 .pxl-question .question3 .wpcf7-list-item {
  margin: 8px 0 0 -5px;
}
.pxl-contact-form4 .pxl-question .pxl-last-checkbox {
  margin: 29px 0 0 -22px;
}
.pxl-contact-form4 .pxl-question .pxl-last-checkbox input {
  width: 16px;
  height: 16px;
}
.pxl-contact-form4 .contact-submit {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.pxl-contact-form4 .contact-submit i {
  font-size: 22px;
}
.pxl-contact-form4 .contact-submit .pxl--btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pxl-contact-form4 .pxl-heading, .pxl-contact-form4 .pxl-info, .pxl-contact-form4 .form-fieldset, .pxl-contact-form4 .profile-links, .pxl-contact-form4 .pxl-question {
    padding: 30px;
  }
}
.pxl-contact-form5 {
  border-radius: 15px;
  border: 1px solid #dfe1e5;
}
.pxl-contact-form5 .pxl-heading {
  font-size: 32px;
  font-weight: 700;
  /* 115.625% */
  line-height: 1.15;
  padding: 30px 0 0 37px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form5 .pxl-heading {
    padding: 30px 0 0 15px;
  }
}
.pxl-contact-form5 .pxl-info {
  padding-right: 40px;
  padding-top: 13px;
  padding-left: 38px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form5 .pxl-info {
    padding: 15px;
  }
}
.pxl-contact-form5 .pxl-info input[type="text"], .pxl-contact-form5 .pxl-info input[type="email"], .pxl-contact-form5 .pxl-info input[type="url"], .pxl-contact-form5 .pxl-info input[type="password"], .pxl-contact-form5 .pxl-info input[type="search"], .pxl-contact-form5 .pxl-info input[type="tel"], .pxl-contact-form5 .pxl-info input[type="number"], .pxl-contact-form5 .pxl-info input[type="range"], .pxl-contact-form5 .pxl-info input[type="date"], .pxl-contact-form5 .pxl-info input[type="month"], .pxl-contact-form5 .pxl-info input[type="week"], .pxl-contact-form5 .pxl-info input[type="time"], .pxl-contact-form5 .pxl-info input[type="datetime"], .pxl-contact-form5 .pxl-info input[type="datetime-local"], .pxl-contact-form5 .pxl-info input[type="color"], .pxl-contact-form5 .pxl-info textarea, .pxl-contact-form5 .pxl-info select, .pxl-contact-form5 .pxl-info .pxl-select-higthlight, .pxl-contact-form5 .pxl-info .nice-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dfe1e5;
  border-radius: 0;
  color: rgba(var(--heading-color-rgb),0.56);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form5 .pxl-info textarea {
  height: 75px;
  padding-top: 6px;
  resize: none;
}
.pxl-contact-form5 .pxl-info .wpcf7-form-control-wrap {
  margin-top: -22px;
  margin-bottom: -1px;
}
.pxl-contact-form5 .pxl-info .pxl-first-name ~ div, .pxl-contact-form5 .pxl-info .pxl-first-name {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.pxl-contact-form5 .pxl-info .pxl-country .pxl-select-higthlight::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6.58px solid black;
}
.pxl-contact-form5 .contact-submit {
  display: flex;
  margin-bottom: 24px !important;
  padding-top: 5px;
}
.pxl-contact-form5 .contact-submit .pxl--btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  display: flex;
}
.pxl-contact-form5 .contact-submit .btn.btn-icon-box4 {
  padding: 0 16px 0 5px;
}
.pxl-contact-form5 .contact-submit .btn.btn-icon-box4 br {
  display: none;
}
.pxl-contact-form5 .contact-submit .btn.btn-icon-box4 .pxl--btn-text {
  margin-right: 19px;
}
.pxl-contact-form5 .contact-submit .btn.btn-icon-box4 .pxl--btn-icon {
  font-size: 22px;
  border-radius: 4px;
}
.pxl-contact-form-6 input[type="email"] {
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24) !important;
  border-style: solid;
  border-radius: 0;
  padding-left: 0;
  border-width: 0 0 1px 0;
}
.pxl-contact-form-6 .contact-submit {
  display: inline-flex;
  position: absolute;
  top: 17px;
  right: 0;
  cursor: pointer;
}
.pxl-contact-form-6 .contact-submit > p button, .pxl-contact-form-6 .contact-submit > .pxl-process1p {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  top: 0;
  left: 0;
  z-index: 99;
}
.pxl-contact-form-6 .wpcf7-list-item-label::before {
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px !important;
}
.pxl-contact-form-6 .wpcf7-list-item-label::after {
  left: 7px !important;
}
.pxl-icon--users {
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.pxl-icon--users a.pxl-is-login {
  font-weight: 500;
}
.pxl-icon--users .pxl-is-not-login {
  display: flex;
  align-items: center;
}
.pxl-icon--users .pxl-is-not-login span {
  font-size: 18px;
}
.pxl-icon--users i {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 2px;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(1px);
  -khtml-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.pxl-icon--users i:hover, .pxl-icon--users i:active, .pxl-icon--users i:focus {
  color: var(--link-color-hover);
}
.pxl-icon--users .pxl-user-account {
  margin: 0;
  margin-left: 0px;
}
.pxl-icon--users .pxl-user-account li {
  list-style: none;
}
.pxl-icon--users .pxl-user-account li a {
  font-size: 20px;
}
.pxl-icon--users span {
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 1400px) {
  .pxl-icon--users.name-show-h a.pxl-is-login {
    display: none;
  }
}
.pxl-icon--users.name-hidden a.pxl-is-login {
  display: none;
}
.pxl-user .pxl-user-inner {
  max-width: 430px;
  margin: auto;
}
.pxl-user .pxl-user-holder {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.pxl-user .pxl-user-meta {
  padding: 30px;
}
.pxl-user .pxl-user-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 22px;
  text-transform: capitalize;
}
.pxl-user .pxl-user-bottom {
  border-top: 1px solid #efefef;
  padding: 18px 30px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.pxl-user .pxl-user-bottom a {
  text-decoration: underline;
}
.pxl-user .pxl-user-form .field-group {
  position: relative;
  margin-bottom: 15px;
}
.pxl-user .pxl-user-form .field-group:last-child {
  margin-bottom: 0;
}
.pxl-user .pxl-user-form .button {
  width: 100%;
  line-height: 55px;
  border-radius: 12px;
  margin-top: 10px;
  height: 55px !important;
  font-size: 14px;
  font-weight: 600;
  max-width: 200px;
  color: #fff;
}
.pxl-user .pxl-user-form .button:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #000;
}
.pxl-user .pxl-user-form input {
  border-radius: 10px;
  padding-left: 55px;
  background-color: #fff !important;
  border-color: #e9e9e9;
}
.pxl-user .pxl-user-form input:hover, .pxl-user .pxl-user-form input:active, .pxl-user .pxl-user-form input:focus {
  border-color: var(--gradient-color-to) !important;
}
.pxl-user .pxl-user-form i {
  width: 55px;
  height: 32px;
  font-size: 16px;
  color: var(--primary-color);
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  border-right: 1px solid #efefef;
  -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-weight: 900;
  font-style: normal;
}
.pxl-user .pxl-user-form span {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  display: inline-block;
  -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: 10px;
  line-height: 18px;
  padding: 0 8px;
  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: 10px;
}
.pxl-user .pxl-user-footer {
  padding: 25px 15px 0 15px;
  text-align: center;
}
.pxl-user .pxl-user-footer a {
  text-decoration: underline;
  margin-left: 8px;
}
.pxl-user .pxl-user-form-profile {
  text-align: center;
}
.pxl-user .pxl-user-form-profile .user-avatar img {
  border: 1px solid #ebebeb;
  padding: 5px;
}
.pxl-user .pxl-user-form-profile .user-name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 18px;
}
.pxl-user .zmdi:before {
  font-family: "Font Awesome 5 Free";
}
.pxl-user .zmdi-account:before {
  content: "\f007";
}
.pxl-user .zmdi-lock:before {
  content: "\f023";
}
.pxl-user .zmdi-email:before {
  content: "\f0e0";
}
.logged-in .pxl-user .pxl-user-bottom, .logged-in .pxl-user .pxl-user-title {
  display: none;
}
.pxl-user-popup {
  background-color: rgba(0, 0, 0, 0.82);
  visibility: hidden;
}
.pxl-user-popup.open {
  visibility: visible;
}
.pxl-user-popup .pxl-user .pxl-user-content {
  position: relative;
  max-width: 400px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-user-popup .pxl-user .pxl-user-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
}
.pxl-user-popup .pxl-user .pxl-user-content .pxl-user-heading {
  font-weight: 500;
  line-height: 1.1;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.pxl-user-popup .pxl-user .pxl-user-content .pxl-user-desc {
  margin-bottom: 30px !important;
  color: #9b9b9b;
}
.pxl-user-popup .pxl-user .pxl-user-footer {
  padding-top: 15px;
}
.pxl-user-popup .pxl-user .pxl-user-footer a {
  font-weight: 500;
  color: #555 !important;
  text-decoration: none;
}
.pxl-user-popup .pxl-user .pxl-user-footer a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.pxl-user-popup .pxl-user .pxl-user-footer span {
  color: #555;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass {
  text-align: center;
  margin-top: 8px;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass a {
  color: #555;
  font-weight: 500;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass a:hover {
  color: #000;
  text-decoration: underline;
}
.pxl-user-popup .pxl-user.u-close {
  display: none;
}
.pxl-icon-close {
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-icon-close:before, .pxl-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: 0.34s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.34s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.34s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.34s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.34s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.34s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-icon-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-icon-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-icon-close:hover:before, .pxl-icon-close:hover:after {
  background-color: var(--primary-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.pxl-modal .pxl-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 9999;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
}
.pxl-modal .pxl-modal-close .pxl-icon-close {
  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%);
  background-color: transparent;
}
.pxl-modal .pxl-modal-close .pxl-icon-close:before, .pxl-modal .pxl-modal-close .pxl-icon-close:after {
  background-color: #fff;
}
.pxl-modal .pxl-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.85);
}
.pxl-modal .pxl-modal-content {
  position: fixed;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  z-index: 3;
  -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: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  margin-top: 60px;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  opacity: 0;
}
.pxl-modal.open {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.pxl-modal.open .pxl-modal-close {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.pxl-modal.open .pxl-modal-content {
  margin-top: 0;
  opacity: 1;
}
.pxl-modal.remove {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
}
.pxl-modal.remove .pxl-modal-content {
  margin-top: 60px;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.pxl-modal.remove .pxl-modal-close {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.pxl-modal.pxl-modal-search .pxl-modal-content {
  max-width: 680px;
}
.pxl-icon-close {
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-icon-close:before, .pxl-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  transform-origin: 50% 50%;
  opacity: 1;
  -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);
}
.pxl-icon-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-icon-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-icon-close:hover:before, .pxl-icon-close:hover:after {
  background-color: var(--primary-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-user-form-login .login-form .fields-content .field-group {
  position: relative;
}
.pxl-user-form-login .login-form .fields-content .field-group .field-icon {
  position: absolute;
  width: 20px;
  z-index: 2;
  top: 20px;
  left: 17px;
}
.pxl-user-form-login .field-rememberme {
  position: relative;
  left: -3px;
}
.pxl-user-form-login .field-rememberme label {
  color: ;
  font-size: 16px;
}
.pxl-user-form-login .field-forgot-password {
  position: relative;
  left: 1px;
  display: none;
}
.pxl-user-form-login .field-footer-group button {
  text-transform: uppercase;
}
.pxl-user-form-login .field-footer-group button svg {
  display: none;
}
.field-group.field-footer-group {
  position: relative;
  display: flex;
  justify-content: center;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .fields-content .field-group {
  position: relative;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .fields-content .field-group .field-icon {
  position: absolute;
  width: 20px;
  z-index: 2;
  top: 20px;
  left: 17px;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button {
  text-transform: uppercase;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button svg {
  display: none;
}
.btn-sign-in, .pxl-user-account {
  font-size: 18px;
  color: #260935;
  font-weight: bold;
}
.pxl-user-account {
  padding: 0 25px;
  border-radius: 29.5px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  transition: all 0.5s;
}
.pxl-user-account:hover {
  background: rgba(255, 255, 255, 0.1);
}
.pxl-user-account a {
  color: #260935;
}
.btn-sign-up {
  display: flex;
  align-items: center;
  border-radius: 29.5px;
  background: #260935;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 157px;
  margin-left: 29px;
}
.btn-sign-up:hover {
  padding: 0;
}
.btn-sign-up:hover span {
  margin-left: 5px;
  width: 100%;
}
.btn-sign-up:hover span p {
  font-size: 13px;
  margin-left: 10px;
  margin-top: 4px;
}
.btn-sign-up:hover .pxl-sign-up-box {
  font-size: 0;
}
.btn-sign-up .pxl-sign-up-box {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: -0.25;
}
.btn-sign-up span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #fff;
  font-size: 22px;
  margin: 5px 5px 5px 16px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-sign-up span i {
  margin: 0;
}
.btn-sign-up span p {
  font-size: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-image-box1 .pxl-inner-image {
  display: flex;
  overflow: hidden;
  position: relative;
  clip-path: polygon(27.7% 0, 100% 0, 100% 48.64%, 72.3% 100%, 0 100%, 0 51.46%);
  border-radius: 0 40px;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner {
  width: 400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner0 {
  width: 41.4%;
  z-index: 3;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner0 .img-counter {
  width: 1400px;
  height: 1400px;
  bottom: -9.5%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner0 .img-counter {
    width: 1200px;
    height: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner0 .img-counter {
    width: 800px;
    height: 800px;
  }
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner0 .img-counter img {
  border: 8px solid #fff;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner1 {
  width: 76.91%;
  z-index: 2;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner1 .img-counter {
  width: 1523px;
  height: 1523px;
  bottom: -18.3%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner1 .img-counter {
    width: 1123px;
    height: 1123px;
    bottom: -9.3%;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner1 .img-counter {
    width: 900px;
    height: 900px;
  }
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner1 .img-counter img {
  border: 8px solid #fff;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner2 {
  width: 100%;
  z-index: 1;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner2 .img-counter {
  width: 1516px;
  height: 816px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner2 .img-counter {
    width: 1162px;
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner2 .img-counter {
    width: 986px;
    height: 450px;
  }
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner.pxl-box-inner2 .img-counter img {
  border: unset;
  border-radius: 0;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner .img-counter {
  position: absolute;
}
.pxl-image-box1 .pxl-inner-image .pxl-box-inner .img-counter img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
