/* Header Default */
/*--------------------------------------------------------------
RTL
----------------------------------------------------------------
# Header
# Blog
# WordPress Widget
# Elementor Widget
# Extra
# Important
--------------------------------------------------------------*/
/* Loading */
/*--------------------------------------------------------------
POSTs
----------------------------------------------------------------
# Carousel Reset
# Grid Reset
# Grid Loadmore Style
# Grid Filter Style
# Blog
# Portfolio
# Service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TESTIMONIALS GRID
----------------------------------------------------------------
# Testimonial Grid
# Testimonial Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team Grid/Carousel
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Set Font Default */  .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
    display: none !important;
  }
}
@keyframes pxl_scale {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes pxl_spin_child {
  0% {
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pxl-image-spin img {
  animation: pxl_spin 12s linear infinite;
}
@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.pxl-image-zoom {
  animation: pxl_zoom_reverse 8s linear infinite;
}
@keyframes zoom-banner-box {
  0% {
    transform: scale(0.7, 0.7);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.7, 0.7);
  }
}
@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: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_reverse {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_reverse {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes pxl_spin_reverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-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_float_three {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}
@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_pulse_radius {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_pulse_radius {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    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 pxl_clip_ani_1 {
  0% {
    clip-path: polygon(100% 10%, 80% 40%, 60% 60%, 70% 80%, 70% 90%, 75% 100%, 2% 96%, 0% 44%, 3% 7%, 47% 0%);
  }
  100% {
    clip-path: polygon(100% 10%, 90% 40%, 70% 65%, 65% 80%, 70% 90%, 75% 100%, 2% 96%, 0% 44%, 3% 7%, 47% 0%);
  }
}
@keyframes pxl_clip_ani_2 {
  0% {
    -webkit-border-radius: 120% 200% 0 0;
    -khtml-border-radius: 120% 200% 0 0;
    -moz-border-radius: 120% 200% 0 0;
    -ms-border-radius: 120% 200% 0 0;
    -o-border-radius: 120% 200% 0 0;
    border-radius: 120% 200% 0 0;
    width: 28%;
  }
  100% {
    -webkit-border-radius: 200% 120% 0 0;
    -khtml-border-radius: 200% 120% 0 0;
    -moz-border-radius: 200% 120% 0 0;
    -ms-border-radius: 200% 120% 0 0;
    -o-border-radius: 200% 120% 0 0;
    border-radius: 200% 120% 0 0;
    width: 30%;
  }
}
@keyframes pxl_video_ani_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes wave {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(7deg);
  }
}
@keyframes wave2 {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes movement {
  16%, 48%, 78% {
    top: 50px;
    animation-timing-function: ease-out;
  }
  32% {
    top: 20px;
    animation-timing-function: ease-out;
  }
  62% {
    top: 10px;
    animation-timing-function: ease-out;
  }
  90% {
    top: 20px;
    animation-timing-function: ease-out;
  }
  100% {
    top: 0px;
    left: 100%;
    animation-timing-function: ease-out;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes pxl_line_anim {
  0% {
    right: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    right: 99%;
  }
}
@keyframes swing {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    transform: none;
  }
}
@-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 pxl_grid_fall {
  0% {
    top: 36%;
  }
  100% {
    top: 90%;
  }
}
@keyframes shine_left {
  0 {
    width: 170%;
    height: 170%;
    animation-timing-function: ease-out;
  }
  30% {
    width: 150%;
    height: 150%;
    animation-timing-function: ease-out;
  }
  60% {
    width: 170%;
    height: 170%;
    animation-timing-function: ease-out;
  }
  100% {
    width: 150%;
    height: 150%;
    animation-timing-function: ease-out;
  }
}
@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 1201px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-lg-66-pxl {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 1201px) {
  .pxl-grid .col-xl-66-pxl {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.elementor-editor-active .grid-sizer {
  display: none;
}
body:not(.elementor-editor-active) .pxl-swiper-slider {
  opacity: 0;
}
.pxl-carousel-inner {
  overflow: hidden;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-navigation-carousel {
  display: inline-flex;
  margin: 0 -10px;
}
.pxl-swiper-arrow, .pxl-navigation-arrow {
  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-arrow.style-1, .pxl-navigation-arrow.style-1 {
  font-size: 12px;
  color: var(--secondary-color);
  width: 47px;
  height: 47px;
  line-height: 47px;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  background-color: rgba(248, 248, 248, 0.58);
  -webkit-border-radius: 47px;
  -khtml-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  -o-border-radius: 47px;
  border-radius: 47px;
  margin: 0 10px;
  cursor: pointer;
}
.pxl-swiper-arrow.style-1:hover, .pxl-navigation-arrow.style-1:hover {
  color: #fff;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.pxl-swiper-arrow.style-2, .pxl-navigation-arrow.style-2 {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  background-color: #373737;
  line-height: 72px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}
.pxl-swiper-arrow.style-2:hover, .pxl-navigation-arrow.style-2:hover, .pxl-swiper-arrow.style-2.active, .pxl-navigation-arrow.style-2.active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.pxl-swiper-arrow.style-3, .pxl-navigation-arrow.style-3 {
  height: 43px;
  width: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #9a4f00;
  color: #fff;
  font-size: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
}
.pxl-swiper-arrow.style-3 i, .pxl-navigation-arrow.style-3 i {
  display: inline-flex;
}
.pxl-swiper-arrow.style-3:hover, .pxl-navigation-arrow.style-3:hover {
  background-color: var(--primary-color);
}
.pxl-swiper-arrow.swiper-button-disabled, .pxl-navigation-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-mouse-effect, .pxl-navigation-arrow.pxl-mouse-effect {
  height: 100%;
  width: 140px;
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
}
.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-next, .pxl-navigation-arrow.pxl-mouse-effect.pxl-swiper-arrow-next {
  right: -120px;
}
.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev, .pxl-navigation-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev {
  left: -120px;
}
.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;
}
.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;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 17px;
  line-height: 1.6;
  color: var(--secondary-color);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
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(--link-color);
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
.ft-heading, .pxl-item--archive .pxl-post--meta, .pxl--post-footer label, .pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position, .pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position:before, .pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position:after, .pxl-text-animation1 .pxl-item-inner .pxl-item-text, .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .pxl--meta .pxl--title, .pxl-call.pxl-call1 .pxl-box-inner .pxl-item--image .pxl-item-title, .pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content .pxl-item-phone, .pxl-pagination1 .pxl--item .pxl-title-inner a, .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--text, .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-list-btn .pxl-btn, .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--text, .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-list-btn .pxl-btn, .pxl-list-box.pxl-list-box2 .pxl--item .pxl-item--text, .pxl-list-box.pxl-list-box2 .pxl--item .pxl-sub-text, .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--title, .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item--title, .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-sub-title, .pxl-text-video.pxl-text-video1 .pxl-meta-inner .pxl-item-title, .pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-title, .pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-desc, .pxl-showcase-grid .pxl-item--buttons .btn, .woocommerce #pxl-sidebar-area .widget_products ul li a, .single-product #pxl-content-area div.product form.cart label, .single-product > div.product form.cart label, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle, .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title, .pxl-heading.px-sub-title-style2-style .pxl-item--title, .pxl-heading.px-sub-title-style3-style .pxl-item--subtitle {
  font-family: "Exo 2";
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2";
  color: var(--link-color);
  font-weight: 800;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.1;
}
h1, .h1 {
  font-size: 72px;
}
h2, .h2 {
  font-size: 60px;
}
h3, .h3 {
  font-size: 34px;
}
h4, .h4 {
  font-size: 26px;
}
h5, .h5 {
  font-size: 24px;
}
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;
  font-size: 15px;
}
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;
  font-size: 15px;
  text-align: center;
}
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: 25px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #1b1b1b;
  position: relative;
  font-weight: 700;
  margin: 30px 0 26px;
  z-index: 1;
  background-color: #f8f9fa;
  border-left: 5px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  blockquote:not(.pxl-blockquote) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote:not(.pxl-blockquote) cite {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 500;
  display: block;
  font-style: normal;
  margin-top: 16px;
}
blockquote:not(.pxl-blockquote) p:last-child {
  margin-bottom: 0;
}
blockquote:not(.pxl-blockquote).wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote:not(.pxl-blockquote).wp-block-quote cite br {
  display: none;
}
blockquote:not(.pxl-blockquote).wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: var(--primary-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;
  /* NeueMachina Ultrabold */
}
@font-face {
  font-family: 'NeueMachina';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/neuemachina/neuemachina-light.woff2') format('woff2'), url('../fonts/neuemachina/neuemachina-light.woff') format('woff');
}
@font-face {
  font-family: 'NeueMachina';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/neuemachina/neuemachina-regular.woff2') format('woff2'), url('../fonts/neuemachina/neuemachina-regular.woff') format('woff');
}
@font-face {
  font-family: 'NeueMachina';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/neuemachina/neuemachina-ultrabold.woff2') format('woff2'), url('../fonts/neuemachina/neuemachina-ultrabold.woff') format('woff');
}
.ft-neuemachina {
  font-family: 'NeueMachina' !important;
}
@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;
  max-width: inherit !important;
}
@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 {
  margin: 105px 0 110px 0;
  min-height: calc(100vh - 606px);
}
@media (max-width: 991px) {
  #pxl-main {
    margin: 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-main {
    overflow-x: clip;
  }
}
@media screen and (max-width: 1024px) {
  #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
.pxl-wapper {
  overflow: clip;
}
.elementor-page:not(.single-post):not(.single-product) #pxl-main {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-page.single-product .woocommerce-Tabs-panel > .elementor {
  margin: 0 -15px;
}
@media screen and (min-width: 1201px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    top: 0 !important;
  }
}
body.elementor-editor-active .pxl-row-scroll-fixed .pxl-column-sticky {
  top: 0 !important;
}
.elementor-page:not(.single-post):not(.single-product) #pxl-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: var(--link-color);
  padding: 150px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default {
    padding: 90px 0;
  }
}
#pxl-page-title-default .pxl-page-title {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: "Exo 2", Sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0px;
  margin: 0;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.2px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 65px;
  }
}
@media (max-width: 880px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 45px;
  }
}
#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-breadcrumb-wrap {
  text-align: center;
}
.pxl-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 13px 24px 15px 25px;
  margin: 0;
  list-style: none;
  color: var(--link-color);
  font-size: 16px;
  font-weight: 600;
  font-family: "Exo 2";
  background-color: #f6f6f6;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.pxl-breadcrumb span.breadcrumb-entry {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #b1b1b1;
}
.pxl-breadcrumb a {
  color: inherit;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-breadcrumb a:after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow-1.png);
  z-index: 1;
  background-repeat: no-repeat;
  right: -10px;
  top: 4px;
  width: 20px;
  height: 20px;
}
.pxl-breadcrumb a:hover {
  color: var(--primary-color);
}
body.single .pxl-breadcrumb li:not(:first-child):not(:last-child) {
  display: none;
}
#pxl-footer-default {
  padding: 30px 0;
  background-color: #f8f8f8;
  font-size: 15px;
  text-align: center;
  color: #424242;
  font-family: "Exo 2", Sans-serif;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: var(--primary-color);
}
.pxl-scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  line-height: 46px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 9999;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .pxl-scroll-top {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .pxl-scroll-top {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.pxl-scroll-top:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background-color: #fff;
  border-radius: 100%;
}
.pxl-scroll-top .pxl-scroll-progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.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 i {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--primary-color);
}
.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%;
}
.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;
}
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-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(255, 162, 0, 0.28);
    box-shadow: 32px 0 rgba(255, 162, 0, 0.28), -32px 0 var(--primary-color);
  }
  50% {
    background-color: var(--primary-color);
    box-shadow: 32px 0 rgba(255, 162, 0, 0.28), -32px 0 rgba(255, 162, 0, 0.28);
  }
  100% {
    background-color: rgba(255, 162, 0, 0.28);
    box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(255, 162, 0, 0.28);
  }
}
@keyframes pxl_animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes pxl_loader_photography {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@-webkit-keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@-webkit-keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_loader_rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate3 {
  /*  Site Loader */
  /*  Mouse Move Animation */
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.pxl-cursor {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}
.pxl-cursor .pxl-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower {
  position: absolute;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  opacity: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 6px;
}
.pxl-cursor .pxl-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: var(--secondary-color);
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor .pxl-cursor--drap:after {
  content: "\f10b";
  font-family: "Caseicon";
  font-size: 10px;
  display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-cursor .pxl-cursor--drap:after {
  margin-left: 10px;
}
.pxl-cursor .pxl-cursor--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower {
  background-color: rgba(var(--primary-color-rgb),0.25);
  -webkit-transform: scale(3);
  -khtml-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  border: none;
}
.pxl-cursor.is-active .pxl-cursor--follower:before {
  display: none;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap {
  transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f10e";
  font-family: "Caseicon";
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-cursor.drap-style1 .pxl-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before, .pxl-cursor.drap-style1 .pxl-cursor--drap:after {
  font-size: 12px;
}
.elementor-editor-active.page-template-default {
  /* Cookie Policy */
}
.elementor-editor-active.page-template-default #pxl-content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
  display: none;
}
.pxl-cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
  background-color: #fff;
  -webkit-border-radius: 57px;
  -khtml-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border-radius: 57px;
  padding: 17px 58px 17px 24px;
  -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  font-size: 15px;
  color: #111013;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  /* PXL Popup */
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
  }
}
.pxl-cookie-policy a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  margin: 0 4px;
  white-space: nowrap;
}
.pxl-cookie-policy a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.pxl-cookie-policy .pxl-item--icon {
  min-width: 20px;
}
.pxl-cookie-policy .pxl-item--icon img {
  max-height: 20px;
}
.pxl-cookie-policy .pxl-item--close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 12px;
}
.pxl-cookie-policy .pxl-item--close:before, .pxl-cookie-policy .pxl-item--close:after {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy .pxl-item--close {
    top: 10px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.pxl-cookie-policy.pxl-active {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.pxl-cookie-policy.pxl-hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
}
.pxl-popup--close.style2 {
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.pxl-popup--close.style2:before, .pxl-popup--close.style2:after {
  background-color: #878787;
}
.pxl-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Section Overlay Image */
}
.pxl-popup .pxl-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
  border-width: 8px;
}
.pxl-popup .pxl-popup--close:before, .pxl-popup .pxl-popup--close:after {
  background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before, .pxl-popup .pxl-popup--close:hover:after {
  background-color: #111;
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
  opacity: 1;
  visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -khtml-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-section-overlay-image {
  /* End Section Overlay Image */
}
.pxl-section-overlay-image .pxl-overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageLeft {
  right: auto;
}
.pxl-section-overlay-image .pxl-overlay--image.pxl-overlay--imageRight {
  right: 0;
  left: auto;
}
.pxl-section-overlay-image .pxl-overlay--image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
  right: 140px;
  left: 46%;
}
@media screen and (max-width: 1024px) {
  .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    display: none;
  }
}
.pxl-section-effect-images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pxl-section-effect-images .pxl-item--image {
  position: absolute;
}
body.rtl {
  /* Start Page Popup */
}
body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f111";
}
body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f110";
}
body.rtl .pxl-cookie-policy {
  padding-left: 58px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-cookie-policy {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.rtl .pxl-cookie-policy .pxl-item--close {
  right: auto;
  left: 10px;
}
.pxl-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 60px 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.pxl-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-page-popup .pxl-popup--conent {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 80vh;
}
.pxl-page-popup .pxl-popup--close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.pxl-page-popup .pxl-popup--close .pxl-close {
  border-width: 0px;
}
@media screen and (max-width: 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);
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.pxl-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.pxl-loader .pxl-loader-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%);
  text-align: center;
}
.pxl-loader .pxl-loader-spinner .pxl-content-loader {
  display: inline-flex;
  align-items: center;
  align-content: center;
  margin-top: 15px;
}
.pxl-loader .pxl-loader-spinner .loader-logo {
  font-size: 50px;
  line-height: 1;
  align-content: center;
  display: flex;
  color: var(--primary-color);
  margin-top: 7px;
}
@media (max-width: 480px) {
  .pxl-loader .pxl-loader-spinner .loader-logo {
    font-size: 45px;
  }
}
.pxl-loader .pxl-loader-spinner .pxl-loadding-text {
  color: var(--link-color);
  text-align: center;
  font-family: "Exo 2";
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-loader .pxl-loader-spinner .pxl-loadding-text {
    font-size: 45px;
  }
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle {
  width: 220px;
  height: 60px;
  display: inline-flex;
  position: relative;
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--primary-color);
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle .circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.pxl-loader .pxl-loader-spinner .pxl-inner-circle .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.elementor > .pin-spacer {
  width: 100% !important;
}
.elementor > .pin-spacer > .elementor-section {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
}
.elementor-editor-active #pxl-loadding {
  display: none !important;
}
.elementor-editor-active .pin-spacer > .elementor-element {
  position: static !important;
  height: auto !important;
  max-height: 100% !important;
}
.pxl-section-fix-bottom {
  z-index: 999;
}
.scroll-top-active > .elementor-section {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
@media screen and (max-width: 1260px) {
  .pxl-section-fix-bottom .pxl-section-overlay-color {
    left: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-hide-sr-md {
    display: none !important;
  }
}
.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);
  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%;
}
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-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-mw-1200 {
  max-width: 1200px;
}
.fs-17 {
  font-size: 17px;
}
.lt-4 {
  letter-spacing: -0.03em !important;
}
.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: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}
.pxl-icon--minus {
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before {
  content: '';
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--minus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-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-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-test-carousel2 .pxl-item--inner .pxl-block--left .pxl-banner--image, .pxl-showcase-grid .pxl-item--image:before, .pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .pxl-post--link {
  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, .woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout i, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
  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, .pxl-contact-info-widget .pxl-item--icon i, .pxl-link .pxl-type-gradient i, .swiper-filter-wrap .filter-item.active span {
  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-bottom, .pxl-heading .highlight-text-gradient .pxl-title--highlight {
  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, .btn:not(.btn-stroke).btn-outline-gradient: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');
}
.bg-gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.ft-theme-default, .pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides, .page-links .post-page-numbers, .widget_recent_comments ul, .widget_recent_comments ol, .widget_rss .rsswidget, .widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments, .pxl-wg-categories .pxl-category--inner span, .pxl-contact-info-widget .pxl-phone--number, .pxl-logo-marquee1 .pxl-item--text, .pxl-text-marquee1.style1 .pxl-item--text, .pxl-text-marquee1.style2 .pxl-item--text, .woocommerce .button.add_to_cart_button, .woocommerce-page .button.add_to_cart_button, .woocommerce button.single_add_to_cart_button, .woocommerce-page button.single_add_to_cart_button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.added_to_cart.wc-forward, .woocommerce-page a.added_to_cart.wc-forward, .woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart), .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.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.woocommerce-cart .woocommerce-cart-form .shop_table thead th, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label, .pxl-contact-form .pxl-form-label, .pxl-button-circle, .pxl-content-slip1 .pxl-item--feature, .pxl-content-listing1 .pxl-item--number, .btn-text-more1, .btn-text-more2, .pxl-client-box1 .pxl-counter--number, .pxl-anchor-link-scroll .pxl-anchor-text, .pxl-search-form .pxl-search-field, .swiper-filter-wrap .filter-item, .pxl-grid-filter, button, .button, .btn-submit, input[type="submit"], .btn:not(.btn-stroke), .pxl-tabs1.style-1 .pxl-tab--title, .pxl-pricing1 .pxl-item--button a, .pxl-pricing1 .pxl-item--price, .pxl-pricing2 .pxl-pricing--item .pxl-pricing--price {
  font-family: "Inter", sans-serif;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1201px) {
  .pxl-hide-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-hide-lg2 {
    display: none !important;
  }
}
.pxl-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: 57px;
  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 */  .fr-style-default .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-default .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-default .pxl-menu-primary li {
    position: relative;
    color: #1a1920;
  }
  .fr-style-default .pxl-menu-primary li a {
    font-size: 16px;
    font-style: normal;
    position: relative;
    font-family: 'Roboto', sans-serif;
  }
  .fr-style-default .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .fr-style-default .pxl-menu-primary > li > a {
    line-height: 100px;
    font-size: 16px;
    display: inline-block;
    color: #1a1920;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: clip;
  }
  .fr-style-default .pxl-menu-primary > li > a:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 13px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) rotate(-90deg);
    -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;
  }
  .fr-style-default .pxl-menu-primary > li > a:hover, .fr-style-default .pxl-menu-primary > li.current_page_item > a, .fr-style-default .pxl-menu-primary > li.current-menu-item > a, .fr-style-default .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-default .pxl-menu-primary > li.current-menu-ancestor > a {
    color: #1a1920;
  }
  .fr-style-default .pxl-menu-primary > li > a:hover:before, .fr-style-default .pxl-menu-primary > li.current_page_item > a:before, .fr-style-default .pxl-menu-primary > li.current-menu-item > a:before, .fr-style-default .pxl-menu-primary > li.current_page_ancestor > a:before, .fr-style-default .pxl-menu-primary > li.current-menu-ancestor > a:before {
    opacity: 1;
    bottom: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu, .fr-style-default .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu:before, .fr-style-default .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-default .pxl-menu-primary .sub-menu:after, .fr-style-default .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li, .fr-style-default .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a, .fr-style-default .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 15px;
    font-weight: 500;
    -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;
    overflow: clip;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a span, .fr-style-default .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;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a span .char, .fr-style-default .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);
  }
  .fr-style-default .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-default .pxl-menu-primary .children li > a:hover span .char, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-default .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-default .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-default .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-default .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);
  }
  .fr-style-default .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-default .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .sub-menu, .fr-style-default .pxl-menu-primary .children .sub-menu, .fr-style-default .pxl-menu-primary .sub-menu .children, .fr-style-default .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-default .pxl-menu-primary li:hover > .sub-menu, .fr-style-default .pxl-menu-primary li.focus > .sub-menu, .fr-style-default .pxl-menu-primary li:hover > .children, .fr-style-default .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-default .pxl-menu-toggle {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-header-menu .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-header-menu .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .pxl-header-menu .pxl-menu-primary li a {
    font-size: 16px;
    font-style: normal;
    position: relative;
    font-family: "Exo 2";
    font-weight: 700;
  }
  .pxl-header-menu .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
  }
  .pxl-header-menu .pxl-menu-primary > li > a {
    line-height: 81px;
    font-size: 16px;
    display: inline-block;
    color: #0d0c0c;
    font-weight: 700;
    font-family: "Exo 2";
    position: relative;
    overflow: clip;
  }
  .pxl-header-menu .pxl-menu-primary > li > a:hover, .pxl-header-menu .pxl-menu-primary > li.current_page_item > a, .pxl-header-menu .pxl-menu-primary > li.current-menu-item > a, .pxl-header-menu .pxl-menu-primary > li.current_page_ancestor > a, .pxl-header-menu .pxl-menu-primary > li.current-menu-ancestor > a {
    color: #0d0c0c;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-hide {
    display: inline-block;
    color: var(--primary-color);
    margin-left: 5px;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu, .pxl-header-menu .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .pxl-hide, .pxl-header-menu .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu:before, .pxl-header-menu .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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-header-menu .pxl-menu-primary .sub-menu:after, .pxl-header-menu .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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-header-menu .pxl-menu-primary .sub-menu li, .pxl-header-menu .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li a, .pxl-header-menu .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 700;
    -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;
    overflow: clip;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li a span, .pxl-header-menu .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-header-menu .pxl-menu-primary .sub-menu li a span .char, .pxl-header-menu .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-header-menu .pxl-menu-primary .sub-menu li > a:hover:after, .pxl-header-menu .pxl-menu-primary .children li > a:hover:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover span .char, .pxl-header-menu .pxl-menu-primary .children li > a:hover span .char, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a span .char, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a span .char, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a span .char, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .pxl-header-menu .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-header-menu .pxl-menu-primary .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .pxl-header-menu .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .sub-menu, .pxl-header-menu .pxl-menu-primary .children .sub-menu, .pxl-header-menu .pxl-menu-primary .sub-menu .children, .pxl-header-menu .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-header-menu .pxl-menu-primary li:hover > .sub-menu, .pxl-header-menu .pxl-menu-primary li.focus > .sub-menu, .pxl-header-menu .pxl-menu-primary li:hover > .children, .pxl-header-menu .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-header-menu .pxl-menu-toggle {
    display: none;
  }
  .fr-style-box1 .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-box1 .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-box1 .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .fr-style-box1 .pxl-menu-primary li a {
    font-size: 16px;
    font-style: normal;
    position: relative;
    font-family: "Exo 2";
    font-weight: 700;
  }
  .fr-style-box1 .pxl-menu-primary li a span i {
    display: none !important;
  }
  .fr-style-box1 .pxl-menu-primary .menu-item-has-children a span {
    position: relative;
  }
  .fr-style-box1 .pxl-menu-primary .menu-item-has-children a span i {
    display: none;
  }
  .fr-style-box1 .pxl-menu-primary .menu-item-has-children a span:after {
    content: "\f13c";
    position: relative;
    top: calc(50% - 5px);
    right: 0px;
    font-size: 9px;
    font-family: Caseicon;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
    color: var(--primary-color);
  }
  .fr-style-box1 .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
  }
  .fr-style-box1 .pxl-menu-primary > li > a {
    line-height: 81px;
    font-size: 16px;
    display: inline-block;
    color: #0d0c0c;
    font-weight: 700;
    font-family: "Exo 2";
    position: relative;
    overflow: clip;
  }
  .fr-style-box1 .pxl-menu-primary > li > a:hover, .fr-style-box1 .pxl-menu-primary > li.current_page_item > a, .fr-style-box1 .pxl-menu-primary > li.current-menu-item > a, .fr-style-box1 .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-box1 .pxl-menu-primary > li.current-menu-ancestor > a {
    color: #0d0c0c;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-hide {
    display: inline-block;
    color: var(--primary-color);
    margin-left: 5px;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu, .fr-style-box1 .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu .pxl-hide, .fr-style-box1 .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu:before, .fr-style-box1 .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu:after, .fr-style-box1 .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li, .fr-style-box1 .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .fr-style-box1 .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box1 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box1 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box1 .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box1 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .fr-style-box1 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li a, .fr-style-box1 .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 700;
    -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;
    overflow: clip;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li a span, .fr-style-box1 .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;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li a span .char, .fr-style-box1 .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);
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li a span:after, .fr-style-box1 .pxl-menu-primary .children li a span:after {
    display: none;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li > a:hover:after, .fr-style-box1 .pxl-menu-primary .children li > a:hover:after, .fr-style-box1 .pxl-menu-primary .sub-menu li.current_page_item > a:after, .fr-style-box1 .pxl-menu-primary .children li.current_page_item > a:after, .fr-style-box1 .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .fr-style-box1 .pxl-menu-primary .children li.current-menu-item > a:after, .fr-style-box1 .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .fr-style-box1 .pxl-menu-primary .children li.current_page_ancestor > a:after, .fr-style-box1 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .fr-style-box1 .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-box1 .pxl-menu-primary .children li > a:hover span .char, .fr-style-box1 .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-box1 .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-box1 .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-box1 .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-box1 .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-box1 .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-box1 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-box1 .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);
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-box1 .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-box1 .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu .sub-menu, .fr-style-box1 .pxl-menu-primary .children .sub-menu, .fr-style-box1 .pxl-menu-primary .sub-menu .children, .fr-style-box1 .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-box1 .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-box1 .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-box1 .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-box1 .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-box1 .pxl-menu-primary li:hover > .sub-menu, .fr-style-box1 .pxl-menu-primary li.focus > .sub-menu, .fr-style-box1 .pxl-menu-primary li:hover > .children, .fr-style-box1 .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu > .sub-menu .pxl-showcase .pxl-item--title {
    font-family: "Exo 2";
    font-size: 15px;
    font-weight: 700;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-box1.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box1.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;
  }
  .fr-style-box1.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box1.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);
  }
  .fr-style-box1.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box1.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box1.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box1.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  .fr-style-box2 .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-box2 .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-box2 .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .fr-style-box2 .pxl-menu-primary li a {
    font-style: normal;
    position: relative;
    font-size: 17px;
    color: var(--link-color);
    font-weight: 700;
    font-family: "Barlow Semi Condensed";
  }
  .fr-style-box2 .pxl-menu-primary li a span i {
    display: none !important;
  }
  .fr-style-box2 .pxl-menu-primary .menu-item-has-children a span {
    position: relative;
  }
  .fr-style-box2 .pxl-menu-primary .menu-item-has-children a span i {
    display: none;
  }
  .fr-style-box2 .pxl-menu-primary .menu-item-has-children a span:after {
    content: "\f13c";
    position: relative;
    top: calc(50% - 5px);
    right: 0px;
    font-size: 8px;
    font-family: Caseicon;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
    color: #c6c5c3;
  }
  .fr-style-box2 .pxl-menu-primary .menu-item-has-children a:hover span:after {
    color: var(--primary-color);
  }
  .fr-style-box2 .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px;
  }
  .fr-style-box2 .pxl-menu-primary > li > a {
    line-height: 75px;
    font-size: 17px;
    display: inline-block;
    color: var(--link-color);
    font-weight: 700;
    font-family: "Barlow Semi Condensed";
    position: relative;
    overflow: clip;
  }
  .fr-style-box2 .pxl-menu-primary > li > a:before {
    content: '';
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 50%;
    transform: scaleY(0) translate(-50%, 0);
    position: absolute;
    transform-origin: center;
    opacity: 0;
  }
  .fr-style-box2 .pxl-menu-primary > li > a .pxl-hide {
    display: inline-block;
    color: #c6c5c3;
    margin-left: 5px;
    font-size: 13px;
  }
  .fr-style-box2 .pxl-menu-primary > li > a:hover, .fr-style-box2 .pxl-menu-primary > li.current_page_item > a, .fr-style-box2 .pxl-menu-primary > li.current-menu-item > a, .fr-style-box2 .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-box2 .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .fr-style-box2 .pxl-menu-primary > li > a:hover:before, .fr-style-box2 .pxl-menu-primary > li.current_page_item > a:before, .fr-style-box2 .pxl-menu-primary > li.current-menu-item > a:before, .fr-style-box2 .pxl-menu-primary > li.current_page_ancestor > a:before, .fr-style-box2 .pxl-menu-primary > li.current-menu-ancestor > a:before {
    width: 100%;
    opacity: 1;
    transform: scaleY(1) translate(-50%, 0);
  }
  .fr-style-box2 .pxl-menu-primary > li > a:hover .pxl-hide, .fr-style-box2 .pxl-menu-primary > li.current_page_item > a .pxl-hide, .fr-style-box2 .pxl-menu-primary > li.current-menu-item > a .pxl-hide, .fr-style-box2 .pxl-menu-primary > li.current_page_ancestor > a .pxl-hide, .fr-style-box2 .pxl-menu-primary > li.current-menu-ancestor > a .pxl-hide {
    color: var(--primary-color);
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu, .fr-style-box2 .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu .pxl-hide, .fr-style-box2 .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu:before, .fr-style-box2 .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu:after, .fr-style-box2 .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li, .fr-style-box2 .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .fr-style-box2 .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box2 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box2 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box2 .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box2 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .fr-style-box2 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li a, .fr-style-box2 .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 15px;
    font-weight: 600;
    -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;
    overflow: clip;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li a span, .fr-style-box2 .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;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li a span .char, .fr-style-box2 .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);
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li a span:after, .fr-style-box2 .pxl-menu-primary .children li a span:after {
    display: none;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li > a:hover:after, .fr-style-box2 .pxl-menu-primary .children li > a:hover:after, .fr-style-box2 .pxl-menu-primary .sub-menu li.current_page_item > a:after, .fr-style-box2 .pxl-menu-primary .children li.current_page_item > a:after, .fr-style-box2 .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .fr-style-box2 .pxl-menu-primary .children li.current-menu-item > a:after, .fr-style-box2 .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .fr-style-box2 .pxl-menu-primary .children li.current_page_ancestor > a:after, .fr-style-box2 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .fr-style-box2 .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-box2 .pxl-menu-primary .children li > a:hover span .char, .fr-style-box2 .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-box2 .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-box2 .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-box2 .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-box2 .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-box2 .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-box2 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-box2 .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);
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-box2 .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-box2 .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu .sub-menu, .fr-style-box2 .pxl-menu-primary .children .sub-menu, .fr-style-box2 .pxl-menu-primary .sub-menu .children, .fr-style-box2 .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-box2 .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-box2 .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-box2 .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-box2 .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-box2 .pxl-menu-primary li:hover > .sub-menu, .fr-style-box2 .pxl-menu-primary li.focus > .sub-menu, .fr-style-box2 .pxl-menu-primary li:hover > .children, .fr-style-box2 .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu > .sub-menu .pxl-showcase .pxl-item--title {
    font-family: "Barlow Semi Condensed";
    font-size: 16px;
    font-weight: 600;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-box2.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box2.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;
  }
  .fr-style-box2.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box2.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);
  }
  .fr-style-box2.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box2.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box2.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box2.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  .fr-style-box3 .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-box3 .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-box3 .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .fr-style-box3 .pxl-menu-primary li a {
    font-style: normal;
    position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: "Exo 2";
  }
  .fr-style-box3 .pxl-menu-primary li a span i {
    display: none !important;
  }
  .fr-style-box3 .pxl-menu-primary .menu-item-has-children a span {
    position: relative;
  }
  .fr-style-box3 .pxl-menu-primary .menu-item-has-children a span i {
    display: none;
  }
  .fr-style-box3 .pxl-menu-primary .menu-item-has-children a span:after {
    content: "\f150";
    position: relative;
    top: calc(50% - 5px);
    right: 0px;
    font-size: 8px;
    font-family: Caseicon;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
  }
  .fr-style-box3 .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
  }
  .fr-style-box3 .pxl-menu-primary > li > a {
    line-height: 79px;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-family: "Exo 2";
    position: relative;
    overflow: clip;
  }
  .fr-style-box3 .pxl-menu-primary > li > a:before {
    content: '';
    width: 0;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: scaleY(0) translate(-50%, 0);
    position: absolute;
    transform-origin: center;
    opacity: 0;
  }
  .fr-style-box3 .pxl-menu-primary > li > a .pxl-hide {
    display: inline-block;
    color: #c6c5c3;
    margin-left: 5px;
    font-size: 13px;
  }
  .fr-style-box3 .pxl-menu-primary > li > a:hover, .fr-style-box3 .pxl-menu-primary > li.current_page_item > a, .fr-style-box3 .pxl-menu-primary > li.current-menu-item > a, .fr-style-box3 .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-box3 .pxl-menu-primary > li.current-menu-ancestor > a {
    color: #fff;
  }
  .fr-style-box3 .pxl-menu-primary > li > a:hover:before, .fr-style-box3 .pxl-menu-primary > li.current_page_item > a:before, .fr-style-box3 .pxl-menu-primary > li.current-menu-item > a:before, .fr-style-box3 .pxl-menu-primary > li.current_page_ancestor > a:before, .fr-style-box3 .pxl-menu-primary > li.current-menu-ancestor > a:before {
    width: 100%;
    opacity: 1;
    transform: scaleY(1) translate(-50%, 0);
  }
  .fr-style-box3 .pxl-menu-primary > li > a:hover .pxl-hide, .fr-style-box3 .pxl-menu-primary > li.current_page_item > a .pxl-hide, .fr-style-box3 .pxl-menu-primary > li.current-menu-item > a .pxl-hide, .fr-style-box3 .pxl-menu-primary > li.current_page_ancestor > a .pxl-hide, .fr-style-box3 .pxl-menu-primary > li.current-menu-ancestor > a .pxl-hide {
    color: var(--primary-color);
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu, .fr-style-box3 .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu .pxl-hide, .fr-style-box3 .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu:before, .fr-style-box3 .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu:after, .fr-style-box3 .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li, .fr-style-box3 .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .fr-style-box3 .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box3 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box3 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box3 .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box3 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .fr-style-box3 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li a, .fr-style-box3 .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 15px;
    font-weight: 600;
    -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;
    overflow: clip;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li a span, .fr-style-box3 .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;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li a span .char, .fr-style-box3 .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);
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li a span:after, .fr-style-box3 .pxl-menu-primary .children li a span:after {
    display: none;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li > a:hover:after, .fr-style-box3 .pxl-menu-primary .children li > a:hover:after, .fr-style-box3 .pxl-menu-primary .sub-menu li.current_page_item > a:after, .fr-style-box3 .pxl-menu-primary .children li.current_page_item > a:after, .fr-style-box3 .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .fr-style-box3 .pxl-menu-primary .children li.current-menu-item > a:after, .fr-style-box3 .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .fr-style-box3 .pxl-menu-primary .children li.current_page_ancestor > a:after, .fr-style-box3 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .fr-style-box3 .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-box3 .pxl-menu-primary .children li > a:hover span .char, .fr-style-box3 .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-box3 .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-box3 .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-box3 .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-box3 .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-box3 .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-box3 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-box3 .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);
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-box3 .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-box3 .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu .sub-menu, .fr-style-box3 .pxl-menu-primary .children .sub-menu, .fr-style-box3 .pxl-menu-primary .sub-menu .children, .fr-style-box3 .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-box3 .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-box3 .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-box3 .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-box3 .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-box3 .pxl-menu-primary li:hover > .sub-menu, .fr-style-box3 .pxl-menu-primary li.focus > .sub-menu, .fr-style-box3 .pxl-menu-primary li:hover > .children, .fr-style-box3 .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu > .sub-menu .pxl-showcase .pxl-item--title {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 600;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-box3.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box3.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;
  }
  .fr-style-box3.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box3.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);
  }
  .fr-style-box3.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box3.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box3.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box3.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  .fr-style-box4 .pxl-menu-primary {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .fr-style-box4 .pxl-menu-primary li {
    list-style: none;
    margin-right: 53px;
  }
  .fr-style-box4 .pxl-menu-primary li:last-child {
    margin-right: 0;
  }
  .fr-style-box4 .pxl-menu-primary li a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    -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;
  }
  .fr-style-box4 .pxl-menu-primary li a:hover {
    color: var(--primary-color);
  }
  .fr-style-box4.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box4.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;
  }
  .fr-style-box4.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box4.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);
  }
  .fr-style-box4.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box4.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box4.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box4.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  .fr-style-box5 .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-box5 .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-box5 .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .fr-style-box5 .pxl-menu-primary li a {
    font-style: normal;
    position: relative;
    font-size: 17px;
    color: var(--link-color);
    font-weight: 700;
    font-family: "Barlow Semi Condensed";
  }
  .fr-style-box5 .pxl-menu-primary li a span i {
    display: none !important;
  }
  .fr-style-box5 .pxl-menu-primary .menu-item-has-children a span {
    position: relative;
  }
  .fr-style-box5 .pxl-menu-primary .menu-item-has-children a span i {
    display: none;
  }
  .fr-style-box5 .pxl-menu-primary .menu-item-has-children a:hover span:after {
    color: var(--primary-color);
  }
  .fr-style-box5 .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px;
  }
  .fr-style-box5 .pxl-menu-primary > li > a {
    line-height: 100px;
    font-size: 19px;
    display: inline-block;
    color: var(--link-color);
    font-weight: 700;
    font-family: "Barlow Semi Condensed";
    position: relative;
    overflow: clip;
  }
  .fr-style-box5 .pxl-menu-primary > li > a .pxl-hide {
    display: inline-block;
    color: #c6c5c3;
    margin-left: 5px;
    font-size: 13px;
  }
  .fr-style-box5 .pxl-menu-primary > li > a span {
    position: relative;
    padding-bottom: 10px;
    -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;
  }
  .fr-style-box5 .pxl-menu-primary > li > a span:before {
    content: '';
    width: 30%;
    height: 4px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    opacity: 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;
    border-radius: 2px;
    background-color: var(--primary-color);
  }
  .fr-style-box5 .pxl-menu-primary > li > a span .pxl-dot {
    display: block !important;
    left: 50%;
    bottom: 0;
    transform: scaleX(1) translate(-50%, 0);
    position: absolute;
    width: 0%;
    height: 4px;
    transform-origin: center center;
    border-radius: 2px;
    background-color: var(--primary-color);
    opacity: 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;
  }
  .fr-style-box5 .pxl-menu-primary > li > a span:after {
    content: '';
    width: 30%;
    height: 4px;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    opacity: 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;
    border-radius: 2px;
    background-color: var(--primary-color);
    display: block !important;
  }
  .fr-style-box5 .pxl-menu-primary > li > a:hover, .fr-style-box5 .pxl-menu-primary > li.current_page_item > a, .fr-style-box5 .pxl-menu-primary > li.current-menu-item > a, .fr-style-box5 .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-box5 .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .fr-style-box5 .pxl-menu-primary > li > a:hover span:before, .fr-style-box5 .pxl-menu-primary > li.current_page_item > a span:before, .fr-style-box5 .pxl-menu-primary > li.current-menu-item > a span:before, .fr-style-box5 .pxl-menu-primary > li.current_page_ancestor > a span:before, .fr-style-box5 .pxl-menu-primary > li.current-menu-ancestor > a span:before {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 0.1s;
  }
  .fr-style-box5 .pxl-menu-primary > li > a:hover span .pxl-dot, .fr-style-box5 .pxl-menu-primary > li.current_page_item > a span .pxl-dot, .fr-style-box5 .pxl-menu-primary > li.current-menu-item > a span .pxl-dot, .fr-style-box5 .pxl-menu-primary > li.current_page_ancestor > a span .pxl-dot, .fr-style-box5 .pxl-menu-primary > li.current-menu-ancestor > a span .pxl-dot {
    opacity: 1;
    width: 30%;
    transition-delay: 0s;
  }
  .fr-style-box5 .pxl-menu-primary > li > a:hover span:after, .fr-style-box5 .pxl-menu-primary > li.current_page_item > a span:after, .fr-style-box5 .pxl-menu-primary > li.current-menu-item > a span:after, .fr-style-box5 .pxl-menu-primary > li.current_page_ancestor > a span:after, .fr-style-box5 .pxl-menu-primary > li.current-menu-ancestor > a span:after {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 0.1s;
  }
  .fr-style-box5 .pxl-menu-primary > li > a:hover .pxl-hide, .fr-style-box5 .pxl-menu-primary > li.current_page_item > a .pxl-hide, .fr-style-box5 .pxl-menu-primary > li.current-menu-item > a .pxl-hide, .fr-style-box5 .pxl-menu-primary > li.current_page_ancestor > a .pxl-hide, .fr-style-box5 .pxl-menu-primary > li.current-menu-ancestor > a .pxl-hide {
    color: var(--primary-color);
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu, .fr-style-box5 .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu .pxl-hide, .fr-style-box5 .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu:before, .fr-style-box5 .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu:after, .fr-style-box5 .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li, .fr-style-box5 .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .fr-style-box5 .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box5 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box5 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box5 .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box5 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .fr-style-box5 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li a, .fr-style-box5 .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 17px;
    font-weight: 600;
    -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;
    overflow: clip;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li a span, .fr-style-box5 .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;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li a span .char, .fr-style-box5 .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);
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li a span:after, .fr-style-box5 .pxl-menu-primary .children li a span:after {
    display: none;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li > a:hover:after, .fr-style-box5 .pxl-menu-primary .children li > a:hover:after, .fr-style-box5 .pxl-menu-primary .sub-menu li.current_page_item > a:after, .fr-style-box5 .pxl-menu-primary .children li.current_page_item > a:after, .fr-style-box5 .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .fr-style-box5 .pxl-menu-primary .children li.current-menu-item > a:after, .fr-style-box5 .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .fr-style-box5 .pxl-menu-primary .children li.current_page_ancestor > a:after, .fr-style-box5 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .fr-style-box5 .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-box5 .pxl-menu-primary .children li > a:hover span .char, .fr-style-box5 .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-box5 .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-box5 .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-box5 .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-box5 .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-box5 .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-box5 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-box5 .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);
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-box5 .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-box5 .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu .sub-menu, .fr-style-box5 .pxl-menu-primary .children .sub-menu, .fr-style-box5 .pxl-menu-primary .sub-menu .children, .fr-style-box5 .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-box5 .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-box5 .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-box5 .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-box5 .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-box5 .pxl-menu-primary li:hover > .sub-menu, .fr-style-box5 .pxl-menu-primary li.focus > .sub-menu, .fr-style-box5 .pxl-menu-primary li:hover > .children, .fr-style-box5 .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu > .sub-menu .pxl-showcase .pxl-item--title {
    font-family: "Barlow Semi Condensed";
    font-size: 17px;
    font-weight: 600;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-box5.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box5.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;
  }
  .fr-style-box5.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box5.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);
  }
  .fr-style-box5.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box5.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box5.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box5.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  .fr-style-box6 .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-box6 .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-box6 .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .fr-style-box6 .pxl-menu-primary li a {
    font-style: normal;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: var(--gradient-color-to);
    font-family: "Exo 2";
  }
  .fr-style-box6 .pxl-menu-primary li a span i {
    display: none !important;
  }
  .fr-style-box6 .pxl-menu-primary .menu-item-has-children a span {
    position: relative;
    display: flex;
    align-items: center;
  }
  .fr-style-box6 .pxl-menu-primary .menu-item-has-children a span i {
    display: none;
  }
  .fr-style-box6 .pxl-menu-primary .menu-item-has-children a span:after {
    content: '+';
    position: relative;
    -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;
    border-radius: 2px;
    color: var(--gradient-color-to);
    display: block !important;
    margin-left: 5px;
  }
  .fr-style-box6 .pxl-menu-primary .menu-item-has-children a:hover span:after {
    color: var(--primary-color);
  }
  .fr-style-box6 .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
  }
  .fr-style-box6 .pxl-menu-primary > li > a {
    line-height: 69px;
    font-size: 19px;
    display: inline-block;
    color: var(--gradient-color-to);
    font-weight: 700;
    font-family: "Exo 2";
    position: relative;
    font-size: 16px;
    overflow: clip;
  }
  .fr-style-box6 .pxl-menu-primary > li > a:before {
    content: '';
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    transform: scaleX(0);
    position: absolute;
    transform-origin: center;
    opacity: 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;
  }
  .fr-style-box6 .pxl-menu-primary > li > a .pxl-hide {
    display: inline-block;
    color: #c6c5c3;
    margin-left: 5px;
    font-size: 13px;
  }
  .fr-style-box6 .pxl-menu-primary > li > a span {
    position: relative;
    -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;
  }
  .fr-style-box6 .pxl-menu-primary > li > a:hover, .fr-style-box6 .pxl-menu-primary > li.current_page_item > a, .fr-style-box6 .pxl-menu-primary > li.current-menu-item > a, .fr-style-box6 .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-box6 .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .fr-style-box6 .pxl-menu-primary > li > a:hover:before, .fr-style-box6 .pxl-menu-primary > li.current_page_item > a:before, .fr-style-box6 .pxl-menu-primary > li.current-menu-item > a:before, .fr-style-box6 .pxl-menu-primary > li.current_page_ancestor > a:before, .fr-style-box6 .pxl-menu-primary > li.current-menu-ancestor > a:before {
    opacity: 1;
    transform: scaleX(1);
  }
  .fr-style-box6 .pxl-menu-primary > li > a:hover .pxl-hide, .fr-style-box6 .pxl-menu-primary > li.current_page_item > a .pxl-hide, .fr-style-box6 .pxl-menu-primary > li.current-menu-item > a .pxl-hide, .fr-style-box6 .pxl-menu-primary > li.current_page_ancestor > a .pxl-hide, .fr-style-box6 .pxl-menu-primary > li.current-menu-ancestor > a .pxl-hide {
    color: var(--primary-color);
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu, .fr-style-box6 .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu .pxl-hide, .fr-style-box6 .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu:before, .fr-style-box6 .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu:after, .fr-style-box6 .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li, .fr-style-box6 .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .fr-style-box6 .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box6 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box6 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box6 .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box6 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .fr-style-box6 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li a, .fr-style-box6 .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 600;
    -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;
    overflow: clip;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li a span, .fr-style-box6 .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;
    display: unset;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li a span .char, .fr-style-box6 .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);
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li a span:after, .fr-style-box6 .pxl-menu-primary .children li a span:after {
    display: none !important;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li > a:hover:after, .fr-style-box6 .pxl-menu-primary .children li > a:hover:after, .fr-style-box6 .pxl-menu-primary .sub-menu li.current_page_item > a:after, .fr-style-box6 .pxl-menu-primary .children li.current_page_item > a:after, .fr-style-box6 .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .fr-style-box6 .pxl-menu-primary .children li.current-menu-item > a:after, .fr-style-box6 .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .fr-style-box6 .pxl-menu-primary .children li.current_page_ancestor > a:after, .fr-style-box6 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .fr-style-box6 .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-box6 .pxl-menu-primary .children li > a:hover span .char, .fr-style-box6 .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-box6 .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-box6 .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-box6 .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-box6 .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-box6 .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-box6 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-box6 .pxl-menu-primary .children li.current-menu-ancestor > a span .char {
    color: var(--primary-color);
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-box6 .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-box6 .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu .sub-menu, .fr-style-box6 .pxl-menu-primary .children .sub-menu, .fr-style-box6 .pxl-menu-primary .sub-menu .children, .fr-style-box6 .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-box6 .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-box6 .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-box6 .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-box6 .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-box6 .pxl-menu-primary li:hover > .sub-menu, .fr-style-box6 .pxl-menu-primary li.focus > .sub-menu, .fr-style-box6 .pxl-menu-primary li:hover > .children, .fr-style-box6 .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu > .sub-menu .pxl-showcase .pxl-item--title {
    font-family: "Exo 2";
    font-size: 15px;
    font-weight: 600;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-box6.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box6.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;
  }
  .fr-style-box6.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box6.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);
  }
  .fr-style-box6.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box6.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box6.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box6.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  .fr-style-box7 .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-box7 .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-box7 .pxl-menu-primary li {
    position: relative;
    color: #0d0c0c;
  }
  .fr-style-box7 .pxl-menu-primary li a {
    font-style: normal;
    position: relative;
    font-size: 17px;
    color: var(--link-color);
    font-weight: 700;
    font-family: "Barlow Semi Condensed";
  }
  .fr-style-box7 .pxl-menu-primary li a span i {
    display: none !important;
  }
  .fr-style-box7 .pxl-menu-primary .menu-item-has-children a span {
    position: relative;
  }
  .fr-style-box7 .pxl-menu-primary .menu-item-has-children a span i {
    display: none;
  }
  .fr-style-box7 .pxl-menu-primary .menu-item-has-children a:hover span:after {
    color: var(--primary-color);
  }
  .fr-style-box7 .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
  }
  .fr-style-box7 .pxl-menu-primary > li > a {
    line-height: 100px;
    font-size: 19px;
    display: inline-block;
    color: var(--link-color);
    font-weight: 700;
    font-family: "Barlow Semi Condensed";
    position: relative;
    overflow: inherit;
    padding: 0 21px;
  }
  .fr-style-box7 .pxl-menu-primary > li > a:before {
    content: '';
    width: 107%;
    height: 12px;
    bottom: -12px;
    left: 50%;
    transform: scaleY(0) translateX(-50%);
    position: absolute;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    background-color: var(--primary-color);
    z-index: 999;
  }
  .fr-style-box7 .pxl-menu-primary > li > a .pxl-hide {
    display: inline-block;
    color: #c6c5c3;
    margin-left: 5px;
    font-size: 13px;
  }
  .fr-style-box7 .pxl-menu-primary > li > a span {
    position: relative;
    padding-bottom: 10px;
    -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;
  }
  .fr-style-box7 .pxl-menu-primary > li > a:hover, .fr-style-box7 .pxl-menu-primary > li.current_page_item > a, .fr-style-box7 .pxl-menu-primary > li.current-menu-item > a, .fr-style-box7 .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-box7 .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
    background-color: var(--link-color);
  }
  .fr-style-box7 .pxl-menu-primary > li > a:hover:before, .fr-style-box7 .pxl-menu-primary > li.current_page_item > a:before, .fr-style-box7 .pxl-menu-primary > li.current-menu-item > a:before, .fr-style-box7 .pxl-menu-primary > li.current_page_ancestor > a:before, .fr-style-box7 .pxl-menu-primary > li.current-menu-ancestor > a:before {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
  }
  .fr-style-box7 .pxl-menu-primary > li > a:hover .pxl-hide, .fr-style-box7 .pxl-menu-primary > li.current_page_item > a .pxl-hide, .fr-style-box7 .pxl-menu-primary > li.current-menu-item > a .pxl-hide, .fr-style-box7 .pxl-menu-primary > li.current_page_ancestor > a .pxl-hide, .fr-style-box7 .pxl-menu-primary > li.current-menu-ancestor > a .pxl-hide {
    color: var(--primary-color);
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu, .fr-style-box7 .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: -3%;
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    -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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 5px 0;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu .pxl-hide, .fr-style-box7 .pxl-menu-primary .children .pxl-hide {
    display: none;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu:before, .fr-style-box7 .pxl-menu-primary .children:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: 1;
    transform: translateY(0) rotate(135deg);
    -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;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu:after, .fr-style-box7 .pxl-menu-primary .children:after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 10px;
    position: absolute;
    bottom: -10px;
    right: -10.04px;
    opacity: 1;
    transform: translateY(0) rotate(44deg);
    -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;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li, .fr-style-box7 .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .fr-style-box7 .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f11e";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 13px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box7 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after, .fr-style-box7 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box7 .pxl-menu-primary .children li.menu-item-has-children .menu-item-type-post_type a:after, .fr-style-box7 .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-custom a:after, .fr-style-box7 .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-custom a:after {
    display: none;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li a, .fr-style-box7 .pxl-menu-primary .children li a {
    padding: 10px 15px;
    display: block;
    color: var(--link-color);
    font-size: 17px;
    font-weight: 600;
    -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;
    overflow: clip;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li a span, .fr-style-box7 .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;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li a span .char, .fr-style-box7 .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);
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li a span:after, .fr-style-box7 .pxl-menu-primary .children li a span:after {
    display: none;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li > a:hover:after, .fr-style-box7 .pxl-menu-primary .children li > a:hover:after, .fr-style-box7 .pxl-menu-primary .sub-menu li.current_page_item > a:after, .fr-style-box7 .pxl-menu-primary .children li.current_page_item > a:after, .fr-style-box7 .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .fr-style-box7 .pxl-menu-primary .children li.current-menu-item > a:after, .fr-style-box7 .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .fr-style-box7 .pxl-menu-primary .children li.current_page_ancestor > a:after, .fr-style-box7 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .fr-style-box7 .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu li > a:hover span .char, .fr-style-box7 .pxl-menu-primary .children li > a:hover span .char, .fr-style-box7 .pxl-menu-primary .sub-menu li.current_page_item > a span .char, .fr-style-box7 .pxl-menu-primary .children li.current_page_item > a span .char, .fr-style-box7 .pxl-menu-primary .sub-menu li.current-menu-item > a span .char, .fr-style-box7 .pxl-menu-primary .children li.current-menu-item > a span .char, .fr-style-box7 .pxl-menu-primary .sub-menu li.current_page_ancestor > a span .char, .fr-style-box7 .pxl-menu-primary .children li.current_page_ancestor > a span .char, .fr-style-box7 .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span .char, .fr-style-box7 .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);
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-box7 .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-box7 .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu .sub-menu, .fr-style-box7 .pxl-menu-primary .children .sub-menu, .fr-style-box7 .pxl-menu-primary .sub-menu .children, .fr-style-box7 .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-box7 .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-box7 .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-box7 .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-box7 .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-box7 .pxl-menu-primary li:hover > .sub-menu, .fr-style-box7 .pxl-menu-primary li.focus > .sub-menu, .fr-style-box7 .pxl-menu-primary li:hover > .children, .fr-style-box7 .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu > .sub-menu .pxl-showcase .pxl-item--title {
    font-family: "Barlow Semi Condensed";
    font-size: 17px;
    font-weight: 600;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar {
    width: 3px;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-track {
    background: #fff;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu .elementor > section > .elementor-container::-webkit-scrollbar-thumb {
    background-color: ;
  }
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-box7.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0;
  }
  .fr-style-box7.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;
  }
  .fr-style-box7.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box7.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);
  }
  .fr-style-box7.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-box7.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .fr-style-box7.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .fr-style-box7.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
    transform: perspective(500px) rotateX(0deg);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    margin-left: 5px;
    color: var(--primary-color);
    -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);
    display: inline-flex;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-default .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .pxl-header-menu .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-box1 .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-box1 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-box2 .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-box2 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-box3 .pxl-menu-primary > li {
    margin: 0 12px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-box3 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-box5 .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-box5 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-box6 .pxl-menu-primary > li {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-box6 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fr-style-box7 .pxl-menu-primary > li > a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .fr-style-box7 .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 55px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    height: 45px;
  }
  #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 20px;
  }
  .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 {
    position: relative;
  }
  .pxl-menu-primary li.menu-item > a {
    display: block;
    line-height: 46px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.menu-item.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: 50px;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 44px;
    padding: 0 22px;
    background-color: #f8f8f8;
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 5px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 44px;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: none;
    color: #000;
    border: none;
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
    background-color: transparent;
  }
  .pxl-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    position: relative;
    z-index: 999;
    box-shadow: 0px 0px 2px 2px rgba(219, 219, 219, 0.3);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark {
    background-color: #151a25;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark.pxl-header-mobile-fixed {
    background-color: #151a25;
  }
  #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;
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-main {
    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;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px rgba(219, 219, 219, 0.3);
  }
  .admin-bar #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-main {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-main {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed .pxl-header-main {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  /* Hidden Panel */  .pxl-header-menu {
    width: 100%;
  }
}
.pxl-hidden-panel-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-hidden-panel-popup {
    display: none;
  }
}
.pxl-hidden-panel-popup .pxl-popup--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.4);
  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 .pxl-close {
  position: absolute;
  right: 50px;
  z-index: 99999;
  top: 20px;
  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);
}
.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: 0px 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.active .pxl-close {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s !important;
}
.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: 34px;
  height: 30px;
  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: var(--primary-color);
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.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: 100%;
}
.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: 100%;
  bottom: 0;
}
.pxl-anchor-divider:hover .pxl-icon-line, .pxl-anchor-button.type-menu-hidden:hover .pxl-icon-line {
  /* Search Popup */
}
.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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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 {
  -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;
}
.pxl-popup-wrap .pxl-item--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.4);
  opacity: 0;
  visibility: hidden;
  -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-wrap.active .pxl-item--overlay {
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-search-popup .pxl-item--close {
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  border-radius: 45px;
  border-width: 11px;
}
#pxl-search-popup .searchform-wrap {
  position: relative;
}
#pxl-search-popup .searchform-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  transform-origin: left center;
}
#pxl-search-popup.active .searchform-wrap:before {
  webkit-animation-name: PXLfadeInMove;
  animation-name: PXLfadeInMove;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#pxl-search-popup .pxl-item--conent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 15px 80px 15px;
  -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: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#pxl-search-popup .pxl-item--conent form {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#pxl-search-popup .pxl-item--conent form .search-field {
  height: 80px;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  border: none;
  background-color: unset;
  width: 94%;
  border-radius: 0;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  border: none;
  background: none;
  font-size: 28px;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  color: var(--link-color);
}
#pxl-search-popup .pxl-item--conent form .search-submit:hover svg path {
  fill: var(--primary-color);
}
#pxl-search-popup .pxl-item--conent form .search-submit i {
  width: 30px;
  height: 30px;
}
#pxl-search-popup .pxl-item--conent form .search-submit 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;
}
#pxl-search-popup .pxl-item--conent form .search-submit svg path {
  fill: rgba(0, 0, 0, 0.5);
  -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-search-popup .pxl--search-divider {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#pxl-search-popup.active {
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
  -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-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar .pxl-hidden-panel-popup {
    top: 0;
  }
}
.admin-bar .pxl-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-menu {
    top: 46px;
  }
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.pxl---post .pxl-item--image > a {
  display: block;
  width: 100%;
}
.pxl---post .pxl-item--title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.pxl---post .pxl-item--title a {
  color: inherit;
}
.pxl---post .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl---post .pxl-item--category {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pxl---post .pxl-item--category a {
  color: var(--primary-color);
  position: relative;
}
.pxl---post .pxl-item--category a:before {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  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---post .pxl-item--category a: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---post .pxl-item--excerpt {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #5a5a5a;
}
@media (max-width: 480px) {
  .pxl---post .pxl-item--excerpt {
    font-size: 16px;
  }
}
.pxl---post .pxl-item--meta {
  align-items: center;
}
.pxl---post.product .pxl-item--meta {
  display: none !important;
}
.pxl-item--archive {
  margin-bottom: 30px;
  -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;
  /* End Blog Layout */
}
.pxl-item--archive:hover .pxl-item--image img {
  transform: scale(1.1);
}
.pxl-item--archive .pxl-item-inner {
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
}
@media (max-width: 480px) {
  .pxl-item--archive .pxl-item-inner {
    padding: 30px 15px;
  }
}
.pxl-item--archive .pxl-item--holder {
  padding-top: 27px;
}
.pxl-item--archive .pxl-post--meta {
  justify-content: center;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.pxl-item--archive .pxl-post--meta a {
  font-weight: inherit;
  color: inherit;
}
.pxl-item--archive .pxl-post--meta i {
  color: var(--primary-color);
  font-size: 18px;
  display: inline-flex;
}
.pxl-item--archive .pxl-post--meta > div {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive .pxl-post--meta > div {
    padding: 0 8px;
  }
}
.pxl-item--archive .pxl-item--image {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  -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-item--archive .pxl-item--image img {
  transform: scale(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;
}
.pxl-item--archive .pxl-item--image .pxl-post-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
  opacity: 1;
}
.pxl-item--archive .pxl-item--image .pxl-post-video .pxl-btn-video {
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--primary-color);
  justify-content: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-size: 300% 100%;
  background-color: #fff;
  font-size: 13px;
}
@media (max-width: 575px) {
  .pxl-item--archive .pxl-item--image .pxl-post-video .pxl-btn-video {
    width: 60px;
    height: 60px;
  }
}
.pxl-item--archive .pxl-item--image .pxl-post-video .pxl-btn-video:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-item--archive .pxl-item--image .pxl-post-video .pxl-btn-video i {
  line-height: 1;
}
.pxl-item--archive .pxl-item--image .pxl-post-video .pxl-btn-video: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-item--archive .pxl-item--meta {
  color: #494949;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 676px) {
  .pxl-item--archive .pxl-item--meta {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.pxl-item--archive .pxl-item--meta li {
  list-style: none;
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
@media (max-width: 676px) {
  .pxl-item--archive .pxl-item--meta li {
    padding: 10px 0;
  }
}
@media (max-width: 676px) {
  .pxl-item--archive .pxl-item--meta li.pxl-mr-33 {
    margin-right: 20px;
  }
}
.pxl-item--archive .pxl-item--meta li:last-child {
  margin-right: 0;
}
.pxl-item--archive .pxl-item--meta li a {
  color: #494949;
}
.pxl-item--archive .pxl-item--meta li a:hover {
  color: var(--link-color-hover);
}
.pxl-item--archive .pxl-item--meta .pxl-item--author {
  align-items: center;
  display: inherit;
}
.pxl-item--archive .pxl-item--title {
  font-size: 34px;
  color: var(--link-color);
  font-weight: bold;
  margin-bottom: 17px;
  max-width: 95%;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .pxl-item--archive .pxl-item--title {
    font-size: 25px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.pxl-item--archive .pxl-item--excerpt {
  font-size: 17px;
  font-weight: 400;
  color: #494949;
}
.pxl-item--archive .pxl-item--readmore {
  margin-top: 24px;
}
.pxl-item--archive .pxl-item--readmore .btn-readmore {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  -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-item--archive .pxl-item--readmore .btn-readmore .btn-icon {
  font-size: 18px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  background-color: var(--primary-color);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
  position: relative;
}
.pxl-item--archive .pxl-item--readmore .btn-readmore .btn-icon .pxl-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scalex(1);
  transform-origin: right;
  -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-item--archive .pxl-item--readmore .btn-readmore .btn-icon .pxl-item-icon.after {
  opacity: 0;
  transform: translate(-50%, -50%) scalex(0);
  transform-origin: left;
}
.pxl-item--archive .pxl-item--readmore .btn-readmore:hover {
  color: var(--primary-color);
}
.pxl-item--archive .pxl-item--readmore .btn-readmore:hover .btn-icon .pxl-item-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scalex(0);
}
.pxl-item--archive .pxl-item--readmore .btn-readmore:hover .btn-icon .pxl-item-icon.after {
  opacity: 1;
  transform: translate(-50%, -50%) scalex(1);
}
.single-post .pxl---post iframe {
  width: 100%;
}
.single-post .pxl---post .single-heading {
  font-size: 24px;
  margin-bottom: 26px;
}
.single-post .pxl---post .pxl-gallery {
  margin-top: -18px;
}
.single-post .pxl---post .pxl-item--image img {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.single-post .pxl---post .pxl-item--meta {
  color: #494949;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 40px;
  padding-bottom: 28px;
  margin-bottom: 36px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 676px) {
  .single-post .pxl---post .pxl-item--meta {
    font-size: 14px;
    margin-top: 15px;
  }
}
.single-post .pxl---post .pxl-item--meta li {
  list-style: none;
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
@media (max-width: 676px) {
  .single-post .pxl---post .pxl-item--meta li {
    padding: 5px 0;
  }
}
@media (max-width: 676px) {
  .single-post .pxl---post .pxl-item--meta li.pxl-mr-25 {
    margin-right: 15px;
  }
}
.single-post .pxl---post .pxl-item--meta li:last-child {
  margin-right: 0;
}
.single-post .pxl---post .pxl-item--meta li a {
  color: #494949;
}
.single-post .pxl---post .pxl-item--meta li a:hover {
  color: var(--primary-color);
}
.single-post .pxl---post .pxl-item--title {
  font-size: 40px;
  color: var(--link-color);
  font-weight: bold;
  max-width: 90%;
  margin-bottom: 22px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .single-post .pxl---post .pxl-item--title {
    font-size: 27px;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.single-post .section-hidde-single-post {
  display: none;
}
.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;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 22px;
  margin-top: 54px;
  border-top: 1px solid #e2e2e2;
  padding-top: 26px;
}
.pxl--post-footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.pxl--post-footer label {
  font-size: 20px;
  color: var(--link-color);
  font-weight: 500;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .pxl--post-footer label {
    font-size: 16px;
  }
}
.pxl--post-footer .pxl--tags {
  flex-grow: 1;
}
.pxl--post-footer .pxl--tags a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 7px 19px;
  color: #9e9e9e;
  background-color: #f6f6f6;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 8px 5px 0;
}
@media (max-width: 767px) {
  .pxl--post-footer .pxl--tags a {
    padding: 4px 15px;
  }
}
.pxl--post-footer .pxl--tags a:last-child {
  margin-right: 0;
}
.pxl--post-footer .pxl--tags a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl--post-footer .pxl--social a {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-right: 8px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bb5;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .pxl--post-footer .pxl--social a {
    font-size: 16px;
  }
}
.pxl--post-footer .pxl--social a:nth-child(2) {
  background-color: #3a5897;
}
.pxl--post-footer .pxl--social a:nth-child(3) {
  background-color: var(--link-color);
}
.pxl--post-footer .pxl--social a:nth-child(4) {
  background-color: #e8170e;
}
.pxl--post-footer .pxl--social a:last-child {
  margin-right: 0;
}
.pxl--post-footer .pxl--social a:hover {
  transform: translateY(-5px);
}
.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;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 5px;
  border: none;
  font-weight: 400;
  border-radius: 0px;
}
.pxl-pagination-wrap .page-numbers:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #f6f6f6;
  z-index: -1;
  opacity: 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;
}
.pxl-pagination-wrap .page-numbers:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  z-index: -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;
  background-color: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers:hover, .pxl-pagination-wrap .page-numbers.current {
  color: #fff;
}
.pxl-pagination-wrap .page-numbers:hover:before, .pxl-pagination-wrap .page-numbers.current:before {
  opacity: 0;
}
.pxl-pagination-wrap .page-numbers:hover:after, .pxl-pagination-wrap .page-numbers.current:after {
  opacity: 1;
}
.pxl-pagination-wrap .page-numbers i {
  font-size: 15px;
  color: var(--link-color);
  -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-pagination-wrap .prev:after, .pxl-pagination-wrap .next:after {
  display: none;
}
.pxl-pagination-wrap .prev:hover, .pxl-pagination-wrap .next:hover, .pxl-pagination-wrap .prev.current, .pxl-pagination-wrap .next.current {
  color: var(--primary-color);
}
.pxl-pagination-wrap .prev:hover i, .pxl-pagination-wrap .next:hover i, .pxl-pagination-wrap .prev.current i, .pxl-pagination-wrap .next.current i {
  color: var(--primary-color);
}
.pxl-pagination-wrap .prev:hover:before, .pxl-pagination-wrap .next:hover:before, .pxl-pagination-wrap .prev.current:before, .pxl-pagination-wrap .next.current:before {
  opacity: 1;
  border-color: var(--primary-color);
}
.pxl-pagination-wrap .pxl-pagination-links {
  margin-top: 43px;
  display: inline-flex;
}
.pxl-post--navigation {
  border-bottom: 1px solid #e2e2e2;
  padding: 35px 0 40px;
  margin-bottom: 45px;
}
.pxl-post--navigation .pxl--label {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.pxl-post--navigation .pxl--label i {
  font-size: 10px;
}
.pxl-post--navigation .pxl--label span {
  margin: 0 6px;
  position: relative;
}
.pxl-post--navigation .pxl--label span:before {
  content: '';
  position: absolute;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-post--navigation .pxl--label:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--label:hover span:before {
  width: 100%;
}
.pxl-post--navigation .pxl--img {
  width: 61px;
  min-width: 61px;
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl--img {
    width: 50px;
    min-width: 50px;
  }
}
.pxl-post--navigation .pxl--img img {
  border-radius: 10px;
}
.pxl-post--navigation .pxl-item-button {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl-item-button {
    margin: 20px 0;
  }
}
.pxl-post--navigation .pxl-item-button a {
  color: #9e9e9e;
}
.pxl-post--navigation .pxl-item-button a:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--meta {
  padding: 0 22px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.41;
  color: #222;
}
@media screen and (max-width: 767px) {
  .pxl-post--navigation .pxl--meta {
    padding: 0 10px;
    font-size: 16px;
  }
}
.pxl-post--navigation .pxl--meta a {
  color: inherit;
}
.pxl-post--navigation .pxl--holder {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 26px;
}
.pxl-post--navigation .pxl--item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--items {
    justify-content: center;
  }
}
.pxl-post--navigation .pxl--item-prev .pxl--label span:before {
  right: 0;
  left: auto;
}
.pxl-post--navigation .pxl--item-next {
  text-align: right;
}
.pxl-post--author-info {
  margin: 65px 0 30px 0;
  background-color: #f9f9f9;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 29px 30px 18px 32px;
  align-items: unset;
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info {
    display: block;
  }
}
.pxl-post--author-info .pxl-post--author-meta {
  margin-top: 7px;
}
.pxl-post--author-info .pxl-user--name {
  font-size: 24px;
  font-weight: 500;
  color: #261723;
  margin-bottom: 6px;
  letter-spacing: -0.38px;
}
.pxl-post--author-info .pxl-user--name a {
  color: inherit;
}
.pxl-post--author-info .pxl-user--name a:hover {
  color: inherit;
}
.pxl-post--author-info .pxl-post--author-description {
  font-size: 18px;
  margin-bottom: 14px;
  color: #261723;
  letter-spacing: -0.44px;
}
.pxl-post--author-info .pxl-post--author-image {
  width: 137px;
  min-width: 137px;
  height: 137px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info .pxl-post--author-image {
    margin-bottom: 32px;
  }
}
.pxl-post--author-info .pxl-post--author-social a {
  display: inline-flex;
  color: #005ef9;
}
.pxl-post--author-info .pxl-post--author-social a:hover {
  color: var(--primary-color);
}
.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;
}
.error404 #pxl-main {
  margin: 0px 0 110px 0;
}
.error404 #pxl-page-title-elementor {
  display: none;
}
.error404 .pxl-header-content {
  position: relative;
}
.error404 .pxl-header-content:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  background-color: var(--link-color);
  width: 99.4%;
  height: 110%;
  transform: translate(-50%, 0);
}
.error404 .pxl-error-title {
  padding-left: 110px;
  margin-bottom: 1px;
}
@media (max-width: 1200px) {
  .error404 .pxl-error-title {
    padding-left: 0;
  }
}
.error404 .pxl-error-title img {
  animation: swing 5s infinite ease-in-out;
}
.error404 .pxl-error-inner {
  text-align: center;
}
.error404 .pxl-error-image {
  margin-bottom: 60px;
}
.error404 .pxl-error-image .pxl-inner-image {
  position: relative;
  display: inline-block;
}
.error404 .pxl-error-image .pxl-inner-image:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 4px;
  height: 6px;
  width: 12px;
  opacity: 1;
  background-color: #fff;
  -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;
  -webkit-animation: pxl_line_anim 7s linear infinite;
  -khtml-animation: pxl_line_anim 7s linear infinite;
  -moz-animation: pxl_line_anim 7s linear infinite;
  -ms-animation: pxl_line_anim 7s linear infinite;
  -o-animation: pxl_line_anim 7s linear infinite;
  animation: pxl_line_anim 7s linear infinite;
}
@media (max-width: 676px) {
  .error404 .pxl-error-image .pxl-inner-image:after {
    bottom: 2px;
  }
}
.error404 .pxl-error-image .pxl-inner-image:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--link-color);
}
@media (max-width: 676px) {
  .error404 .pxl-error-image .pxl-inner-image:before {
    bottom: 2px;
  }
}
.error404 .pxl-error-image .pxl-inner-image .pxl-image2 {
  position: absolute;
  bottom: 0;
  left: 12px;
  animation: pxl_spin 8s linear infinite;
}
@media (max-width: 480px) {
  .error404 .pxl-error-image .pxl-inner-image .pxl-image2 {
    height: 50px;
    left: 0;
  }
}
.error404 .pxl-error-inner {
  position: relative;
  z-index: 1;
  padding-top: 138px;
}
@media (max-width: 1200px) {
  .error404 .pxl-error-inner {
    padding-top: 0;
  }
}
.btn--readmore {
  min-width: 106px;
  width: 106px;
  height: 106px;
  border-radius: 106px;
  background-color: var(--primary-color);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}
.btn--readmore i {
  font-size: 21px;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.btn--readmore:hover {
  color: #fff;
}
.btn--readmore:hover i {
  transform: rotate(45deg);
}
.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-top {
  margin-bottom: 37px;
  width: 100%;
}
.pxl-content-top .pxl-sub-page--title {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 7px;
}
.pxl-content-top .pxl-page--title {
  font-size: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .pxl-content-top .pxl-page--title {
    font-size: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-content-top .pxl-page--title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-top .pxl-page--title {
    font-size: 36px;
  }
}
.pxl-content-wrap.no-sidebar .pxl-post-inner {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.pxl-content-wrap.no-sidebar .comments-area {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.pxl-post-slip1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.pxl-post-slip1 .pxl-post-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 97px;
}
@media (max-width: 1024px) {
  .pxl-post-slip1 .pxl-post-content {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-content {
    display: block;
  }
}
@media (max-width: 575px) {
  .pxl-post-slip1 .pxl-post-content {
    top: 0;
  }
}
.pxl-post-slip1 .pxl-post-content .pxl-widget--title {
  font-size: 113px;
  color: #dbdbdb;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 0.8;
  width: 41%;
  padding-left: 19px;
  padding-top: 32px;
  transform: translate(0px, -32px);
}
@media (max-width: 1280px) {
  .pxl-post-slip1 .pxl-post-content .pxl-widget--title {
    font-size: 90px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .pxl-post-slip1 .pxl-post-content .pxl-widget--title {
    font-size: 70px;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-content .pxl-widget--title {
    width: 100%;
    font-size: 60px;
    padding: 0 15px;
  }
}
.pxl-post-slip1 .pxl-post-content .pxl-text-marquee1.style2 {
  width: 59%;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-content .pxl-text-marquee1.style2 {
    width: 100%;
  }
}
.pxl-post-slip1 .pxl-post-content .pxl-text-marquee1.style2:before {
  content: '';
  width: 15%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -7%;
  z-index: 1;
  clip-path: polygon(0 0, 35% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-content .pxl-text-marquee1.style2:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .pxl-post-slip1 .pxl-post-content .pxl-text-marquee1.style2 .pxl-item--text {
    font-size: 60px;
  }
}
.pxl-post-slip1 .pxl-post-image-slip {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--track {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-block--min {
  -webkit-transition: 0.5s ease-out;
  -khtml-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  z-index: 9;
  display: inline-flex;
  justify-content: center;
  max-width: 1640px;
  margin: 0 auto;
  padding: 96px 152px 85px 0;
}
@media (max-width: 1280px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-block--min {
    padding: 60px 52px 60px 0;
  }
}
@media (max-width: 1199px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-block--min {
    padding: 60px 15px 60px 0;
  }
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-block--min {
    padding: 40px 15px 40px 0;
  }
}
@media (max-width: 676px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-block--min {
    display: block;
  }
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner {
  display: flex;
}
@media (max-width: 1280px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner {
    display: block;
    padding: 0 15px;
  }
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item--number {
  font-size: 402px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 0.6;
  width: 38.9%;
}
@media (max-width: 1280px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item--number {
    font-size: 300px;
  }
}
@media (max-width: 991px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item--number {
    line-height: 0.8;
    font-size: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item--number {
    font-size: 170px;
  }
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--title {
    font-size: 27px;
  }
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-item--content {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  margin-top: 19px;
  margin-bottom: 36px;
  max-width: 92%;
}
@media (max-width: 1199px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-item--content {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--button .btn {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--button .btn i {
  background-color: var(--gradient-color-from);
  color: #fff;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block {
  display: flex;
  justify-content: center;
  width: 100%;
  position: sticky;
  -webkit-transition: 1.2s ease-out;
  -khtml-transition: 1.2s ease-out;
  -moz-transition: 1.2s ease-out;
  -ms-transition: 1.2s ease-out;
  -o-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  top: 200px;
  opacity: 1;
  background-color: var(--primary-color);
}
@media (max-width: 1024px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block {
    top: 150px;
  }
}
@media (max-width: 575px) {
  .pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block {
    top: 65px;
  }
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block img {
  width: 100%;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.active .pxl-post-block--min {
  opacity: 1;
  visibility: visible;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.end .pxl-post-block--min {
  opacity: 1;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_1 {
  background-color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_2 {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_2 .pxl-item--number {
  color: var(--primary-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_2 .pxl-item-content .pxl-post--title {
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_2 .pxl-item-content .pxl-item--content {
  color: #818181;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_2 .pxl-item-content .pxl-post--button .btn {
  background-color: var(--gradient-color-from);
  color: #fff;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_2 .pxl-item-content .pxl-post--button .btn i {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_4 {
  background-color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_5 {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_5 .pxl-item--number {
  color: var(--primary-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_5 .pxl-item-content .pxl-post--title {
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_5 .pxl-item-content .pxl-item--content {
  color: #818181;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_5 .pxl-item-content .pxl-post--button .btn {
  background-color: var(--gradient-color-from);
  color: #fff;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_5 .pxl-item-content .pxl-post--button .btn i {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_7 {
  background-color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_8 {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_8 .pxl-item--number {
  color: var(--primary-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_8 .pxl-item-content .pxl-post--title {
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_8 .pxl-item-content .pxl-item--content {
  color: #818181;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_8 .pxl-item-content .pxl-post--button .btn {
  background-color: var(--gradient-color-from);
  color: #fff;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_8 .pxl-item-content .pxl-post--button .btn i {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_10 {
  background-color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_11 {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_11 .pxl-item--number {
  color: var(--primary-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_11 .pxl-item-content .pxl-post--title {
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_11 .pxl-item-content .pxl-item--content {
  color: #818181;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_11 .pxl-item-content .pxl-post--button .btn {
  background-color: var(--gradient-color-from);
  color: #fff;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_11 .pxl-item-content .pxl-post--button .btn i {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_13 {
  background-color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_14 {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_14 .pxl-item--number {
  color: var(--primary-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_14 .pxl-item-content .pxl-post--title {
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_14 .pxl-item-content .pxl-item--content {
  color: #818181;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_14 .pxl-item-content .pxl-post--button .btn {
  background-color: var(--gradient-color-from);
  color: #fff;
}
.pxl-post-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_14 .pxl-item-content .pxl-post--button .btn i {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-post-slip1 .pxl-post--image {
  position: relative;
  overflow: hidden;
  width: 322px;
  min-width: 322px;
  height: 313px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 676px) {
  .pxl-post-slip1 .pxl-post--image {
    display: none;
  }
}
.pxl-post-slip1 .pxl-post--image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.rtl .pxl-post-slip1 .pxl-post-image-slip .pxl-post-min-inner .pxl-item-content .pxl-post--button .btn i {
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (min-width: 1201px) {
  .pxl-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .admin-bar .pxl-sidebar-sticky {
    top: 72px;
  }
}
.widget .widget-title, .pxl-widget-title, .comments-title, .comment-reply-title {
  font-size: 22px;
  position: relative;
  font-weight: 600;
  margin-bottom: 21px;
  color: var(--link-color);
  font-family: "Exo 2";
}
.pxl-sidebar-area .widget {
  margin-bottom: 30px;
  background-color: #f6f6f6;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 23px 22px 22px 22px;
  font-size: 0;
}
.pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .search-submit {
  height: 38px;
  width: 38px;
  font-weight: 700;
  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;
  top: 50%;
  right: 5px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.widget_search .search-submit:before, .widget_search .search-submit:after {
  display: none;
}
.widget_search .search-submit i {
  line-height: 1;
  background-color: unset;
  color: #fff;
  font-size: 14px;
}
.widget_search .search-submit:hover i {
  color: #fff;
}
.widget_search .search-field, .widget_search .wp-block-search__input {
  background-color: #fff;
  font-size: 16px;
  padding-left: 20px;
  height: 52px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #b7b7b7;
  border: 1px solid #fff;
  padding-right: 46px;
}
.widget_search .search-field:focus, .widget_search .wp-block-search__input:focus {
  border-color: var(--primary-color);
}
.widget_search .search-field:focus + .search-submit, .widget_search .wp-block-search__input:focus + .search-submit {
  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, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li, .widget_recent_entries ul li {
  margin-bottom: 8px;
}
.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 {
  color: #261723;
  padding: 13.4px 18px;
  font-weight: bold;
  position: relative;
  font-size: 17px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  -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: #fff;
}
@media (max-width: 1199px) {
  .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: 14px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .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: 13px;
  }
}
.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 {
  position: absolute;
  line-height: 27px;
  text-align: center;
  color: #261723;
  font-size: 17px;
  right: 14px;
  top: 50%;
  transform: translate(0, -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;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1199px) {
  .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 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .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 {
    font-size: 14px;
  }
}
.widget_product_categories ul li:first-child > a, .widget_categories ul li:first-child > a, .widget_nav_menu ul li:first-child > a, .widget_pages ul li:first-child > a, .widget_archive ul li:first-child > a, .widget_meta ul li:first-child > a, .widget_recent_entries ul li:first-child > a {
  border-top: none;
}
.widget_product_categories ul li.current-menu-item > a, .widget_categories ul li.current-menu-item > a, .widget_nav_menu ul li.current-menu-item > a, .widget_pages ul li.current-menu-item > a, .widget_archive ul li.current-menu-item > a, .widget_meta ul li.current-menu-item > a, .widget_recent_entries ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_categories ul li.current-cat > a, .widget_nav_menu ul li.current-cat > a, .widget_pages ul li.current-cat > a, .widget_archive ul li.current-cat > a, .widget_meta ul li.current-cat > a, .widget_recent_entries ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat-parent > a, .widget_nav_menu ul li.current-cat-parent > a, .widget_pages ul li.current-cat-parent > a, .widget_archive ul li.current-cat-parent > a, .widget_meta ul li.current-cat-parent > a, .widget_recent_entries ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover, .widget_categories ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_pages ul li > a:hover, .widget_archive ul li > a:hover, .widget_meta ul li > a:hover, .widget_recent_entries ul li > a:hover {
  color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a .pxl-count, .widget_categories ul li.current-menu-item > a .pxl-count, .widget_nav_menu ul li.current-menu-item > a .pxl-count, .widget_pages ul li.current-menu-item > a .pxl-count, .widget_archive ul li.current-menu-item > a .pxl-count, .widget_meta ul li.current-menu-item > a .pxl-count, .widget_recent_entries ul li.current-menu-item > a .pxl-count, .widget_product_categories ul li.current-cat > a .pxl-count, .widget_categories ul li.current-cat > a .pxl-count, .widget_nav_menu ul li.current-cat > a .pxl-count, .widget_pages ul li.current-cat > a .pxl-count, .widget_archive ul li.current-cat > a .pxl-count, .widget_meta ul li.current-cat > a .pxl-count, .widget_recent_entries ul li.current-cat > a .pxl-count, .widget_product_categories ul li.current-cat-parent > a .pxl-count, .widget_categories ul li.current-cat-parent > a .pxl-count, .widget_nav_menu ul li.current-cat-parent > a .pxl-count, .widget_pages ul li.current-cat-parent > a .pxl-count, .widget_archive ul li.current-cat-parent > a .pxl-count, .widget_meta ul li.current-cat-parent > a .pxl-count, .widget_recent_entries ul li.current-cat-parent > a .pxl-count, .widget_product_categories ul li > a:hover .pxl-count, .widget_categories ul li > a:hover .pxl-count, .widget_nav_menu ul li > a:hover .pxl-count, .widget_pages ul li > a:hover .pxl-count, .widget_archive ul li > a:hover .pxl-count, .widget_meta ul li > a:hover .pxl-count, .widget_recent_entries ul li > a:hover .pxl-count {
  color: var(--primary-color);
}
.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: 5px;
}
.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 {
  border: none;
  padding: 0;
  padding-left: 15px;
}
.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 {
  border: none;
  padding: 0;
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 15px;
}
.widget_product_categories ul > li:last-child, .widget_categories ul > li:last-child, .widget_nav_menu ul > li:last-child, .widget_pages ul > li:last-child, .widget_archive ul > li:last-child, .widget_meta ul > li:last-child, .widget_recent_entries ul > li:last-child {
  margin-bottom: 0;
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.widget_tag_cloud a {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  padding: 4px 15px;
  font-family: "Exo 2";
  color: #494949;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin: 5px;
}
.widget_tag_cloud a:last-child {
  margin-right: 0;
}
.widget_tag_cloud a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl--items .pxl--item {
  display: inline-flex;
  align-items: center;
  margin-bottom: 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;
  border: 1px solid #eaeaea;
  width: 100%;
  position: relative;
  padding-left: 110px;
}
.widget_pxl_recent_posts .pxl--items .pxl--item:last-child {
  margin-bottom: 0;
}
.widget_pxl_recent_posts .pxl--items .pxl--item:hover .pxl-item--img a img {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--img {
  margin-right: 15px;
  -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;
  height: 100%;
  position: absolute;
  width: 95px;
  min-width: 95px;
  left: 0;
  top: 0;
}
.widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--img a {
  width: 95px;
  min-width: 95px;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  height: 100%;
  min-height: 100%;
}
.widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--img a img {
  height: 100%;
  position: absolute;
  right: 0;
  width: auto;
  max-width: unset;
  -webkit-transition: all 1s ease-out;
  -khtml-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transform: translateX(0%);
}
.widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--holder {
  padding: 10px 20px 10px 0;
}
.widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--holder .pxl-item--date {
  font-size: 14px;
  color: var(--primary-color);
  font-family: 'Inter', sans-serif;
  margin-bottom: 3px;
}
.widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .widget_pxl_recent_posts .pxl--items .pxl--item .pxl-item--holder .pxl-item--title {
    font-size: 16px;
  }
}
.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 30px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 30px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.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: 5px;
}
.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;
  position: relative;
  font-weight: 600;
  margin-bottom: 21px;
  color: var(--link-color);
  font-family: "Exo 2";
  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__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  height: 38px;
  width: 38px;
  font-weight: 700;
  background-color: var(--primary-color);
  top: 50%;
  right: 5px;
  padding: 0;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  padding: 0;
  line-height: 38px;
  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;
}
.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%);
}
.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;
}
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: #f2f7ff;
  color: #666;
  padding: 0px 20px;
  padding-top: 3px;
  line-height: 1.73;
  font-size: 16px;
  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: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  outline: none;
  border: 1px solid #f6f6f6;
  font-family: 'Roboto', sans-serif;
}
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;
  color: var(--link-color);
  border-color: var(--primary-color);
  background-color: unset !important;
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 60px;
}
textarea {
  padding: 20px 23px;
  height: 166px;
  margin: 0;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.comments-area {
  padding-top: 35px;
}
.comments-area .comment-respond {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 51px;
  padding-top: 43px;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .comments-area .comment-respond {
    padding: 30px 20px;
  }
}
.comments-area .comment-respond .logged-in-as {
  font-size: 15px;
}
.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-input, .comment-form-comment {
  width: 100%;
  margin-bottom: 23px;
  -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;
}
.comment-input:hover .comment-text, .comment-form-comment:hover .comment-text, .comment-input:focus .comment-text, .comment-form-comment:focus .comment-text, .comment-input:active .comment-text, .comment-form-comment:active .comment-text {
  color: var(--primary-color);
}
.comment-input .comment-text, .comment-form-comment .comment-text {
  font-size: 14px;
  color: #494949;
  margin-bottom: 8px;
}
.comment-input input, .comment-form-comment input {
  height: 36px;
}
.comment-input textarea, .comment-form-comment textarea {
  height: 84px;
}
.comment-input input, .comment-form-comment input, .comment-input textarea, .comment-form-comment textarea {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
}
.comment-input input:focus, .comment-form-comment input:focus, .comment-input textarea:focus, .comment-form-comment textarea:focus {
  border-color: var(--link-color);
  color: var(--link-color);
  font-weight: 500;
}
.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 img {
  -webkit-border-radius: 78px;
  -khtml-border-radius: 78px;
  -moz-border-radius: 78px;
  -ms-border-radius: 78px;
  -o-border-radius: 78px;
  border-radius: 78px;
  width: 78px;
  min-width: 78px;
  margin-right: 25px;
}
@media screen and (max-width: 575px) {
  .comment-image img {
    margin-bottom: 12px;
  }
}
.comment-title {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: -0.38px;
  font-family: 'Roboto', sans-serif;
}
@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: 14px;
  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;
}
@media (max-width: 575px) {
  .comment-content .comment-text.pxl-pr-40 {
    padding-right: 0;
  }
}
.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;
}
.comment-reply {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 575px) {
  .comment-reply {
    position: unset;
  }
}
.comment-reply a {
  font-size: 16px;
  font-weight: 500;
  color: var(--link-color);
}
.comment-reply a:hover {
  color: var(--primary-color);
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ececec;
  padding: 20px 20px 38px 20px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    display: block;
  }
}
.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-bottom: 15px;
}
.comment-form .comment-form-cookies-consent {
  order: 3;
}
.comment-form .form-submit {
  order: 4;
  margin-bottom: 0;
  width: 100%;
}
.single-post .comment-form .row {
  margin: 0 -10px;
}
.single-post .comment-form .row > div {
  margin-bottom: 15px;
  padding: 0 10px;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 1.625;
  padding-left: 26px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #222;
  /* Select Style */
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 4px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
  border-radius: 0px;
}
.comment-form-cookies-consent label:after {
  content: '\f112';
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 8px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 5px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
  margin: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.pxl-select .pxl-select-options {
  max-height: 282px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 900;
  font-size: 16px;
  color: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
}
.pxl-select .pxl-select-options li {
  padding: 9px 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
  border-radius: 5px;
}
.pxl-select .pxl-select-options li:first-child {
  display: none;
}
.pxl-select .pxl-select-options li:hover {
  color: #0a1320;
  background-color: rgba(10, 19, 32, 0.04);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #646464;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-family: Caseicon;
  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%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
}
.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);
  opacity: 0;
  z-index: -1;
}
.nice-select {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}
.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: 0 12px;
  border-radius: 50px;
}
.post-password-form {
  /* Select 2 */
}
.post-password-form input[type="password"] {
  margin-top: 6px;
}
.post-password-form input[type="submit"] {
  margin-top: 10px;
}
.select2 .select2-selection--single {
  border: 1px solid #2d2d2d;
  height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  height: 60px;
  background-color: #f5f6f6;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding-left: 22px;
  font-size: 16px;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #646464;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: inherit;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: var(--primary-color);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--secondary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--primary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1201px) {
  body .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 36px;
  }
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
@media screen and (min-width: 1201px) {
  body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 305px;
  }
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-no-results #pxl-main {
  min-height: calc(100vh - 308px);
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
  max-width: 780px;
  margin: auto;
}
.search-no-results .search-form .searchform-wrap {
  position: relative;
}
.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: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: 0;
  }
  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--navigation .pxl--item-prev .pxl--img {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i:before {
  content: "\f134";
}
body.rtl .pxl-post--navigation .pxl--item-next {
  text-align: left;
}
body.rtl .pxl-post--navigation .pxl--item-next .pxl--img {
  margin-left: 0;
  margin-right: 22px;
}
body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i:before {
  content: "\f13a";
}
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-primary-menu-not-set {
  box-shadow: none;
}
.pxl-primary-menu-not-set li a:hover {
  color: var(--primary-color) !important;
}
.widget_block .wp-block-search__label {
  font-family: "Exo 2";
}
.wp-block-search .wp-block-search__button {
  padding: 0 20px;
}
.pxl-item--archive.pxl-item--standard .pxl-item--title a {
  width: 100%;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .pxl-main-footer {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pxl-main-footer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pxl-main-pricing {
    width: 50%;
  }
}
@media (max-width: 676px) {
  .pxl-main-pricing {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pxl-main-post {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .pxl-main-post {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pxl-main-tab {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .pxl-main-tab {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pxl-main-tab2 {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .pxl-main-tab2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pxl-main-home05 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .pxl-main-home05 {
    width: 100%;
  }
}
.pxl-border-layout1 {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pxl-clip-layout1 {
  filter: drop-shadow(0px 30px 80px rgba(0, 0, 0, 0.21));
}
.pxl-banner-absolute {
  left: 33px;
}
@media (max-width: 1700px) {
  .pxl-banner-absolute {
    left: -100px;
    width: 39% !important;
    max-width: 39% !important;
  }
}
.pxl-page-title-h4 {
  position: relative !important;
}
.pxl-page-title-h4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .pxl-page-title-h4:before {
    display: block;
  }
}
.pxl-contact-newsletter {
  position: relative;
}
.pxl-contact-newsletter:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--gradient-color-to);
  clip-path: polygon(1.3% 0%, 96% 0%, 99.3% 100%, 3.6% 100%);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media (max-width: 880px) {
  .pxl-contact-newsletter:before {
    clip-path: unset;
  }
}
.pxl-contact-newsletter:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 103%;
  left: -3px;
  top: 0;
  background-color: var(--primary-color);
  clip-path: polygon(0% 0%, 100% 36%, 100% 97%, 0% 100%);
  transform: rotate(12deg);
  z-index: -2;
}
@media (max-width: 880px) {
  .pxl-contact-newsletter:after {
    display: none;
  }
}
.pxl-text-slide-left {
  transform: rotate(-90deg);
}
@media (max-width: 1800px) {
  .pxl-text-slide-left {
    display: none;
  }
}
.pxl-footer-main {
  position: relative;
}
.pxl-footer-main:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f3f3f3;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.pxl-contact-lv1 {
  position: relative;
}
.pxl-contact-lv1:before {
  content: '';
  width: 110%;
  height: 100%;
  background-color: var(--sub-primary-color);
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  transform: rotate(3.7deg);
  border-radius: 0 0 60px 60px;
}
@media (max-width: 1200px) {
  .pxl-contact-lv1:before {
    display: none;
  }
}
.pxl-item-relative {
  position: relative !important;
}
.pxl-footer-main2 {
  position: relative;
}
.pxl-footer-main2:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.pxl-main-sticky .pxl-menu-primary {
  box-shadow: none;
}
.pxl-service-layout1 {
  padding-left: 319px;
  padding-top: 52px;
}
@media (max-width: 1700px) {
  .pxl-service-layout1 {
    padding-left: 150px;
  }
}
@media (max-width: 1366px) {
  .pxl-service-layout1 {
    padding-left: 100px;
  }
}
@media (max-width: 1280px) {
  .pxl-service-layout1 {
    padding-left: 50px;
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .pxl-service-layout1 {
    padding-left: 0;
  }
}
.pxl-service-layout2 {
  padding-left: 117px;
  padding-right: 320px;
}
@media (max-width: 1700px) {
  .pxl-service-layout2 {
    padding-right: 200px;
  }
}
@media (max-width: 1366px) {
  .pxl-service-layout2 {
    padding-right: 100px;
  }
}
@media (max-width: 1280px) {
  .pxl-service-layout2 {
    padding-right: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .pxl-service-layout2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.pxl-header-one {
  position: relative !important;
}
.pxl-header-one:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  width: 96.6%;
  height: 100%;
  background-color: #eee;
  z-index: -2;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transform: translate(-50%, 0);
}
.pxl-menu-home5 {
  position: relative;
}
.pxl-menu-home5:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 130%;
  background-color: #0e0e0e;
  top: 0;
  left: 0;
  z-index: -1;
}
.pxl-menu-left5 {
  position: relative !important;
}
.pxl-menu-left5:before {
  content: '';
  position: absolute;
  width: 98.8%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -173px;
  z-index: -1;
  clip-path: polygon(15% 0%, 100% 0%, 98.2% 100%, 15% 100%);
}
.pxl-home02-layout1 {
  position: relative !important;
}
.pxl-home02-layout1:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #e7e7e7;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .pxl-home02-layout1:before {
    clip-path: unset;
  }
}
.pxl-home02-layout2 {
  position: relative !important;
}
.pxl-home02-layout2:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 92%;
  background-color: #1e1e1e;
  bottom: 0;
  left: -50px;
  z-index: -2;
}
@media (max-width: 1024px) {
  .pxl-home02-layout2:before {
    height: 100%;
  }
}
.pxl-video-counter {
  position: relative !important;
}
.pxl-video-counter:before {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  width: 51.5%;
  height: 62%;
  background-color: #fafafa;
  z-index: -1;
  transform: translate(0, -53%);
  clip-path: polygon(15% 0%, 100% 0%, 96% 100%, 15% 100%);
}
@media (max-width: 1199px) {
  .pxl-video-counter:before {
    display: none;
  }
}
.pxl-video-counter:after {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  width: 300%;
  height: 62%;
  background-color: #f2f3f5;
  z-index: -2;
  transform: translate(0, -53%);
  clip-path: polygon(15% 0%, 100% 0%, 96% 100%, 15% 100%);
}
@media (max-width: 1199px) {
  .pxl-video-counter:after {
    width: 100%;
    height: 100%;
    clip-path: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.pxl-header-home02-layout1 {
  position: relative !important;
}
.pxl-header-home02-layout1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 135%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 47px 47px 0 0;
}
.pxl-header-home02-layout1:after {
  content: '';
  position: absolute;
  width: 99.4%;
  height: 135%;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background-color: #1d1b1b;
  border-radius: 47px 47px 0 0;
  transform: translate(-50%, 0);
}
.pxl-colum1-home7 {
  position: relative !important;
}
.pxl-colum1-home7:before {
  content: '';
  position: absolute;
  height: 123%;
  width: 125px;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 21% 100%);
  top: -2px;
  left: -16.5%;
  background-color: var(--primary-color);
  z-index: -1;
}
.pxl-header-home07-layout1 {
  position: relative !important;
}
.pxl-header-home07-layout1:before {
  content: '';
  position: absolute;
  width: 43%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #52514a;
  border-radius: 47px 0px 0 0;
}
.pxl-bg7-layout1 {
  position: relative !important;
}
.pxl-bg7-layout1:before {
  content: '';
  position: absolute;
  width: 75%;
  height: 100%;
  bottom: 0;
  right: 8px;
  z-index: -1;
  background-color: var(--link-color);
  border-radius: 0;
}
.pxl-header-home02-layout2 {
  position: relative !important;
}
.pxl-header-home02-layout2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  clip-path: polygon(1% 0%, 100% 0%, 98% 100%, 0% 100%);
  border-radius: 18px 5px 32px 5px;
  -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-content-contact1 {
  position: absolute !important;
  bottom: -147px;
}
@media (max-width: 1200px) {
  .pxl-content-contact1 {
    position: relative !important;
    bottom: unset;
  }
}
.pxl-content-contact2 {
  position: absolute !important;
  bottom: -92px;
}
@media (max-width: 1200px) {
  .pxl-content-contact2 {
    position: relative !important;
    bottom: unset;
  }
}
.pxl-home04-menu1 {
  position: relative !important;
}
.pxl-home04-menu1:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300%;
  height: 122%;
  background-color: #fff;
  border-radius: 0px 0px 50px 0;
}
.pxl-home04-menu2 {
  position: relative !important;
}
.pxl-home04-menu2:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  border-radius: 24px 24px 0px 0px;
  z-index: -1;
}
.pxl-home04-menu3 {
  position: relative !important;
}
.pxl-home04-menu3:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 0px 0px 48px 0px;
  z-index: -1;
}
.pxl-landing-section1 {
  position: relative !important;
}
.pxl-landing-section1:before {
  content: '';
  background-image: url(../img/left1.png);
  width: 240px;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pxl-landing-section1:before {
    width: 150px;
  }
}
@media (max-width: 880px) {
  .pxl-landing-section1:before {
    display: none;
  }
}
.pxl-landing-section1:after {
  content: '';
  background-image: url(../img/right1.png);
  width: 240px;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pxl-landing-section1:after {
    width: 150px;
  }
}
@media (max-width: 880px) {
  .pxl-landing-section1:after {
    display: none;
  }
}
.pxl-bg-banner-custom {
  width: 100%;
  height: 100%;
}
.pxl-bg-banner-custom .elementor-widget-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 .pxl-box-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 .pxl-box-inner .pxl-item--img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 .pxl-box-inner .pxl-item--img1 {
    height: 70%;
  }
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 .pxl-box-inner .pxl-item--img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 .pxl-box-inner .pxl-item--img1 img {
    width: auto;
    max-width: unset;
  }
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-banner-bg1 .pxl-box-inner .pxl-item--img1:before {
  z-index: 1;
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-inner-img2 {
  height: 100%;
}
@media (max-width: 767px) {
  .pxl-bg-banner-custom .elementor-widget-container .pxl-inner-img2 {
    display: none;
  }
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-inner-img2 .pxl-item--img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-inner-img2 .pxl-item--img2 .pxl-img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 99%;
  height: 100%;
}
.pxl-bg-banner-custom .elementor-widget-container .pxl-inner-img2 .pxl-item--img2 .pxl-img2 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pxl-section7-layout1 {
  position: relative !important;
}
.pxl-section7-layout1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  width: 120%;
  height: 50%;
}
.pxl-section7-layout2 {
  position: relative !important;
}
.pxl-section7-layout2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  clip-path: polygon(2.3% 0%, 100% 0%, 100% 100%, 2.5% 100%, 0% 50%);
}
@media (max-width: 1024px) {
  .pxl-section7-layout2:before {
    clip-path: none;
  }
}
.pxl-section7-layout2 .pxl-icon-box-lv1 {
  padding-right: 29px;
  margin-right: 63px;
}
@media (max-width: 1200px) {
  .pxl-section7-layout2 .pxl-icon-box-lv1 {
    padding-right: 0;
  }
}
.pxl-section7-layout2 .pxl-icon-box-lv1 .elementor-widget-container {
  position: relative !important;
}
.pxl-section7-layout2 .pxl-icon-box-lv1 .elementor-widget-container:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #cacaca;
  width: 1px;
  height: 60%;
  transform: translate(0, -50%);
}
@media (max-width: 1366px) {
  .pxl-section7-layout2 .pxl-icon-box-lv1 .elementor-widget-container:before {
    display: none;
  }
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item .pxl-item--icon {
  font-size: 15px;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item .pxl-item--icon svg {
  width: 14px;
  height: 14px;
  fill: var(--primary-color);
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item .pxl-item--icon svg path {
  fill: var(--primary-color);
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item .pxl-item--title {
  font-size: 16px;
  letter-spacing: 0.02px;
  font-weight: bold;
}
.pxl-meta.pxl-meta1.style1 .pxl-meta-inner .pxl-item .pxl-item--title a {
  color: #b5b5b5;
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--icon.pxl-mr-9 {
  margin-right: 18px;
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--icon i {
  margin-right: -9px;
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--icon svg {
  height: 12px;
  width: auto;
  margin-right: -9px;
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--icon svg path {
  fill: var(--link-color);
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--title {
  font-size: 18px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--title a {
  color: var(--link-color);
}
.pxl-meta.pxl-meta2 .pxl-meta-inner .pxl-item {
  margin-bottom: 15px;
}
.pxl-meta.pxl-meta2 .pxl-meta-inner .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-meta.pxl-meta2 .pxl-meta-inner .pxl-item .pxl-link {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 40px 12px 40px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-meta.pxl-meta3.style1 .pxl-meta-inner .pxl-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pxl-meta.pxl-meta3.style1 .pxl-meta-inner .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-meta.pxl-meta3.style1 .pxl-meta-inner .pxl-item .pxl-item--icon {
  font-size: 35px;
  color: var(--primary-color);
}
.pxl-meta.pxl-meta3.style1 .pxl-meta-inner .pxl-item .pxl-sub-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
}
.pxl-meta.pxl-meta3.style1 .pxl-meta-inner .pxl-item .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.pxl-meta.pxl-meta3.style1 .pxl-meta-inner .pxl-item .pxl-item--title a {
  color: var(--link-color);
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner {
    display: block;
  }
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
@media (max-width: 1199px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item {
    display: block;
    text-align: center;
    margin-right: 0;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item {
    padding: 0;
    margin-bottom: 15px;
  }
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item:last-child {
    margin-bottom: 0px;
  }
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item:nth-child(2) {
  animation-delay: 500ms !important;
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item:nth-child(3) {
  animation-delay: 700ms !important;
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item--icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
}
@media (max-width: 575px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item--icon {
    margin: 0 auto;
  }
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content {
    margin-top: 15px;
  }
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-sub-title {
  font-size: 14px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #616161;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title {
  font-size: 20px;
  letter-spacing: -0.8px;
  font-weight: 700;
  font-family: "Exo 2";
}
@media (max-width: 1199px) {
  .pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-meta.pxl-meta3.style2 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title a {
  color: #010101;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner {
  display: flex;
  align-items: center;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item {
  display: inline-flex;
  margin-right: 58px;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item:last-child {
  margin-right: 0;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item--icon {
  font-size: 29px;
  color: #fff;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item--icon.pxl-mr-15 {
  margin-right: 19px;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item--icon svg {
  height: 28px;
  width: auto;
  fill: #fff;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-sub-title {
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--gradient-color-to);
  font-weight: 500;
  line-height: 1;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 800;
  font-family: "Exo 2";
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 5px;
}
.pxl-meta.pxl-meta3.style3 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title .pxl-link {
  color: #fff;
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner {
  display: flex;
  align-items: center;
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item {
  display: inline-flex;
  margin-right: 47px;
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item:last-child {
  margin-right: 0;
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item--icon {
  font-size: 26px;
  color: var(--primary-color);
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item--icon.pxl-mr-15 {
  margin-right: 19px;
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item--icon svg {
  height: 28px;
  width: auto;
  fill: var(--primary-color);
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item--icon svg path {
  fill: var(--primary-color);
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-sub-title {
  line-height: 1;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto";
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title {
  line-height: 1.2;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto";
  margin-top: 5px;
}
.pxl-meta.pxl-meta3.style4 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title .pxl-link {
  color: #000;
}
.pxl-meta.pxl-meta4 .pxl-meta-inner {
  padding: 32px 25px 31px 38px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-left: 3px solid var(--primary-color);
  background-color: #f6f6f6;
  position: relative;
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-icon-meta {
  position: absolute;
  top: 23px;
  left: 29px;
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-icon-meta svg path {
  fill: rgba(222, 74, 40, 0.15);
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position {
  font-size: 22px;
  color: #261723;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.37;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position {
    font-size: 16px;
  }
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position:before {
  content: '“';
  position: relative;
  top: 0;
  left: 0;
  background-color: #de4a28;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-position:after {
  content: '”';
  position: relative;
  bottom: 0;
  right: 0;
  background-color: #de4a28;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-item--title {
  color: #261723;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  position: relative;
  padding-left: 71px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-item--title {
    font-size: 16px;
  }
}
.pxl-meta.pxl-meta4 .pxl-meta-inner .pxl-item--title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 47%;
  width: 62px;
  height: 2px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  transform: translateY(-50%);
  background-color: #de4a28;
}
.pxl-meta.pxl-meta5 .pxl-meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 35px 26px 35px;
  border-top: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 880px) {
  .pxl-meta.pxl-meta5 .pxl-meta-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta5 .pxl-meta-inner {
    padding: 0;
    border: none;
  }
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item {
  display: flex;
  align-items: center;
  border-right: 1px solid #dbdbdb;
  padding-right: 54px;
  margin-right: 54px;
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 880px) {
  .pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item {
    border-right: none;
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item {
    width: 100%;
  }
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item .pxl-item--icon {
  font-size: 35px;
  color: var(--primary-color);
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item .pxl-item--icon i {
  margin-right: 15px;
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-sub-title {
  font-family: "Exo 2";
  font-size: 17px;
  color: var(--link-color);
  font-weight: 600;
  margin-bottom: 5px;
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title {
  font-size: 16px;
}
.pxl-meta.pxl-meta5 .pxl-meta-inner .pxl-item .pxl-item-content .pxl-item--title a {
  color: #494949;
}
.pxl-meta.pxl-meta6 .pxl-meta-inner .pxl-item--title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  position: relative;
  padding-right: 50px;
  letter-spacing: 0.1px;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta6 .pxl-meta-inner .pxl-item--title {
    font-size: 28px;
  }
}
.pxl-meta.pxl-meta6 .pxl-meta-inner .pxl-item--title .pxl-item-border {
  width: 38px;
  height: 2px;
  background-color: #fff;
  right: 0;
  top: 57%;
  position: absolute;
  transform: translate(0, -57%);
}
.pxl-meta.pxl-meta7 .pxl-meta-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner {
    display: block;
  }
}
.pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item {
  display: flex;
  align-items: center;
  margin-right: 78px;
}
@media (max-width: 1024px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item {
    display: block;
  }
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item:last-child {
    margin-bottom: 0;
  }
}
.pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item .pxl-item--icon {
  color: #fff;
  line-height: 1;
  font-size: 30px;
}
@media (max-width: 991px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item .pxl-item--icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item .pxl-sub-title {
  margin-bottom: 0;
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1;
}
@media (max-width: 1024px) {
  .pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item .pxl-sub-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
}
.pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item .pxl-item--title {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Roboto";
}
.pxl-meta.pxl-meta7 .pxl-meta-inner .pxl-item .pxl-item--title a {
  color: #fff;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item .pxl-item--icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border: 1px solid #373843;
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  justify-content: center;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item .pxl-item--icon svg {
  fill: #fff;
  height: 10px;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item .pxl-item--title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 1;
}
.pxl-meta.pxl-meta8 .pxl-meta-inner .pxl-item .pxl-item--title a {
  color: #bbb;
}
.pxl-contact-form1 .contact1 .pxl-item input, .pxl-contact-form1 .contact1 .pxl-item textarea {
  background-color: #f6f6f6;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pxl-contact-form1 .contact1 .contact-submit .btn i {
  margin-left: 20px;
}
.pxl-contact-form1 .contact2 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact2 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact2 br {
  display: none;
}
.pxl-contact-form1 .contact2 .form {
  margin-bottom: 23px;
  -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-contact-form1 .contact2 .form:hover .comment-text {
  color: var(--primary-color);
}
.pxl-contact-form1 .contact2 .form .comment-text {
  font-size: 14px;
  color: #494949;
  margin-bottom: 8px;
  -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-contact-form1 .contact2 .form input {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 36px;
}
.pxl-contact-form1 .contact2 .form textarea {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 84px;
}
.pxl-contact-form1 .contact2 .form input:focus, .pxl-contact-form1 .contact2 .form textarea:focus {
  border-color: var(--link-color);
  color: var(--link-color);
  font-weight: 500;
}
.pxl-contact-form1 .contact2 .contact-submit {
  padding-top: 8px;
}
.pxl-contact-form1 .contact3 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact3 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact3 br {
  display: none;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox {
  margin-bottom: 23px;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--link-color);
  font-family: "Exo 2";
  margin-bottom: 12px;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-content .wpcf7-list-item {
  margin-left: 0;
  margin: 0 4px 8px 0;
  padding: 1.5px 0;
  text-align: center;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  max-height: 30px;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-content .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  -webkit-appearance: none;
  opacity: 1;
  cursor: pointer;
  background-color: #f6f6f6;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-content .wpcf7-list-item input[type="checkbox"]:checked {
  opacity: 1;
  background-color: var(--primary-color);
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-content .wpcf7-list-item input[type="checkbox"]:focus + .wpcf7-list-item-label {
  color: #fff;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-content .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label {
  color: #fff;
}
.pxl-contact-form1 .contact3 .pxl-item-checkbox .pxl-checkbox-content .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #261723;
  text-transform: uppercase;
  padding: 6.5px 13px;
  letter-spacing: 0.7px;
}
.pxl-contact-form1 .contact3 .form {
  margin-bottom: 23px;
  -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-contact-form1 .contact3 .form:hover .comment-text {
  color: var(--primary-color);
}
.pxl-contact-form1 .contact3 .form .comment-text {
  font-size: 14px;
  color: #494949;
  margin-bottom: 8px;
  -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-contact-form1 .contact3 .form input {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 36px;
}
.pxl-contact-form1 .contact3 .form textarea {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 84px;
}
.pxl-contact-form1 .contact3 .form input:focus, .pxl-contact-form1 .contact3 .form textarea:focus {
  border-color: var(--link-color);
  color: var(--link-color);
  font-weight: 500;
}
.pxl-contact-form1 .contact3 .contact-submit {
  padding-top: 8px;
}
.pxl-contact-form1 .contact4 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact4 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact4 br {
  display: none;
}
.pxl-contact-form1 .contact4 .form {
  margin-bottom: 18px;
  -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-contact-form1 .contact4 .form:hover .comment-text {
  color: var(--primary-color);
}
.pxl-contact-form1 .contact4 .form.pxl-item-date input, .pxl-contact-form1 .contact4 .form.pxl-item-time input {
  height: 42px;
}
.pxl-contact-form1 .contact4 .form.pxl-item-message {
  margin-bottom: 30px;
}
.pxl-contact-form1 .contact4 .form.pxl-item-message textarea {
  margin-top: 5px;
}
.pxl-contact-form1 .contact4 .form .comment-text {
  font-size: 14px;
  color: #494949;
  margin-bottom: 8px;
  -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-contact-form1 .contact4 .form input {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 36px;
}
.pxl-contact-form1 .contact4 .form textarea {
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  height: 84px;
}
.pxl-contact-form1 .contact4 .form input:focus, .pxl-contact-form1 .contact4 .form textarea:focus {
  border-color: var(--link-color);
  color: var(--link-color);
  font-weight: 500;
}
.pxl-contact-form1 .contact4 .contact-submit {
  padding-top: 8px;
}
.pxl-contact-form1 .contact5 {
  filter: drop-shadow(0px 16px 23px rgba(0, 0, 0, 0.05));
  background-color: #fff;
}
@media (max-width: 880px) {
  .pxl-contact-form1 .contact5 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pxl-contact-form1 .contact5 .pxl-inner-contact {
  padding: 44px 59px 10px 58px;
}
@media (max-width: 1199px) {
  .pxl-contact-form1 .contact5 .pxl-inner-contact {
    padding: 44px 30px 10px 30px;
  }
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .pxl-inner-contact {
    padding: 44px 15px 10px 15px;
  }
}
.pxl-contact-form1 .contact5 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact5 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact5 br {
  display: none;
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact5 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pxl-contact-form1 .contact5 .description {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  margin-bottom: 19px;
}
.pxl-contact-form1 .contact5 .title-input {
  font-size: 16px;
  color: var(--link-color);
  font-family: "Exo 2";
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.pxl-contact-form1 .contact5 .title-input i {
  font-size: 15px;
  margin-right: 3px;
}
.pxl-contact-form1 .contact5 .input-filled {
  margin-bottom: 19px;
}
.pxl-contact-form1 .contact5 .input-filled .pxl-select-higthlight {
  background-color: unset;
  height: 64px;
  border: 1px solid #f8f8f8;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  font-family: "Roboto";
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  position: relative;
  cursor: pointer;
  background-color: #f8f8f8;
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .input-filled .pxl-select-higthlight {
    font-size: 14px;
  }
}
.pxl-contact-form1 .contact5 .input-filled .pxl-select-higthlight option {
  cursor: pointer;
}
.pxl-contact-form1 .contact5 .input-filled .pxl-select-higthlight:before {
  content: "\f150";
  font-family: Caseicon;
  font-size: 13px;
  color: #949494;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.pxl-contact-form1 .contact5 .input-filled .pxl-select-higthlight:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 100%;
  background-color: #e8e8e8;
}
.pxl-contact-form1 .contact5 .pxl-item-costing {
  margin-top: 20px;
  padding: 31px 50px 25px 65px;
  background-color: #2b2b2b;
}
@media (max-width: 1199px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing {
    padding: 31px 30px 25px 30px;
  }
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing {
    padding: 31px 15px 25px 15px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing {
    margin-top: 20px;
    padding: 31px 15px 40px 15px;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .pxl-costing-title {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  margin-bottom: 14px;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .pxl-item-f4-f5 {
  display: flex;
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .pxl-item-f4-f5 {
    display: block;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f4 {
  width: 46.7%;
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f4 {
    width: 100%;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f4 .wpcf7-list-item {
  width: 100%;
  margin: 0;
  margin-left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f4 .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: var(--link-color);
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f4 .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f4 .wpcf7-form-control-wrap[data-name="radio_custom-507"] .wpcf7-list-item {
  padding: 14px 30px 14px 50px;
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f4 .wpcf7-form-control-wrap[data-name="radio_custom-507"] .wpcf7-list-item {
    padding: 14px 30px 14px 40px;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f4 input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f4 input[type="radio"]:checked {
  opacity: 1;
  background-color: var(--primary-color);
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 {
  width: 53%;
  padding-left: 97px;
  margin-bottom: 0;
  padding-top: 16px;
  background-color: var(--link-color);
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f5 {
    padding-left: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f5 {
    width: 100%;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .wpcf7-form-control-wrap {
  position: relative;
  background-color: unset;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .wpcf7-form-control-wrap:before {
  display: none;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .wpcf7-form-control-wrap:after {
  display: none;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price {
  display: flex;
  align-items: center;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price input[type="text"] {
  background-color: unset;
  color: #fff;
  padding: 0px;
  padding-top: 0;
  line-height: 1;
  font-size: 47px;
  font-weight: 700;
  height: unset;
  -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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  outline: none;
  border: unset;
  font-family: 'Roboto', sans-serif;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price input[type="text"]:focus {
  outline: 0;
  color: #fff;
  border-color: none;
  background-color: unset !important;
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price input[type="text"] {
    font-size: 40px;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-text-price {
  margin-right: 10px;
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price {
  font-size: 47px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1;
}
@media (max-width: 1024px) {
  .pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price {
    font-size: 40px;
  }
}
.pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-title-price {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
}
.pxl-contact-form1 .contact5 .pxl-text-bottom {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  margin-top: 23px;
  padding-left: 43px;
}
@media (max-width: 1199px) {
  .pxl-contact-form1 .contact5 .pxl-text-bottom {
    padding-left: 0;
  }
}
.pxl-contact-form1 .contact6 {
  background-color: #f6f6f6;
  padding: 24px 44px 34px 37px;
}
@media (max-width: 880px) {
  .pxl-contact-form1 .contact6 {
    padding: 24px 30px 30px 30px;
  }
}
@media (max-width: 360px) {
  .pxl-contact-form1 .contact6 {
    padding: 24px 20px 30px 20px;
  }
}
.pxl-contact-form1 .contact6 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact6 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact6 br {
  display: none;
}
.pxl-contact-form1 .contact6 .pxl-item-title {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-contact-form1 .contact6 .pxl-item-desc {
  font-size: 15px;
  color: #888;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 32px;
  line-height: 1.49;
}
.pxl-contact-form1 .contact6 .pxl-inner-contact {
  position: relative;
}
.pxl-contact-form1 .contact6 .pxl-inner-contact .pxl-item input {
  background-color: #fff;
  border: 1px solid #e6e5e5;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 51px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #b2afaf;
  font-weight: 400;
  font-family: "Roboto";
  padding: 3px 100px 0 18px;
}
.pxl-contact-form1 .contact6 .pxl-inner-contact .pxl-item input:focus {
  background-color: #fff !important;
  color: var(--link-color);
}
.pxl-contact-form1 .contact6 .pxl-inner-contact .contact-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-contact-form1 .contact6 .pxl-inner-contact .contact-submit .btn-contact {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 51px;
  background-color: var(--primary-color);
  padding: 0 17px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pxl-contact-form1 .contact7 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact7 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact7 br {
  display: none;
}
.pxl-contact-form1 .contact7 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.pxl-contact-form1 .contact7 .col-6 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .contact7 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pxl-contact-form1 .contact7 .btn-contact7 {
  display: flex;
  width: 100%;
  line-height: 64px;
  border-radius: 32px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  padding: 0 30px;
}
.pxl-contact-form1 .contact7 .btn-contact7:hover i:before, .pxl-contact-form1 .contact7 .btn-contact7:active i:before, .pxl-contact-form1 .contact7 .btn-contact7:focus i:before {
  transform: rotate(0deg) scale(1);
}
.pxl-contact-form1 .contact7 .btn-contact7 i {
  width: unset;
  height: unset;
  line-height: unset;
  color: #fff;
  background-color: unset;
  font-size: 18px;
}
.pxl-contact-form1 .contact7 .btn-contact7 i:before {
  transform-origin: unset;
  bottom: unset;
  right: unset;
  position: relative;
}
.pxl-contact-form1 .contact7 .btn-contact7 i:after {
  display: none;
}
.pxl-contact-form1 .contact7 .form {
  margin-bottom: 19px;
}
.pxl-contact-form1 .contact7 .form input, .pxl-contact-form1 .contact7 .form textarea {
  height: 63px;
  border-radius: 6px;
  background-color: rgba(152, 226, 9, 0);
  border: 2px solid #d7d4d0;
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  padding: 0 21px;
  letter-spacing: -1px;
}
.pxl-contact-form1 .contact7 .form input:focus, .pxl-contact-form1 .contact7 .form textarea:focus {
  border-color: var(--link-color);
  color: var(--link-color);
}
.pxl-contact-form1 .contact7 .form textarea {
  height: 133px;
  padding: 7px 20px 7px 18px;
}
.pxl-contact-form1 .contact8 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact8 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact8 br {
  display: none;
}
.pxl-contact-form1 .contact8 .pxl-inner-contact {
  position: relative;
}
.pxl-contact-form1 .contact8 .pxl-inner-contact .pxl-item input {
  height: 62px;
  border-radius: 31px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #444;
  font-weight: 600;
  font-family: "Barlow Semi Condensed";
  padding: 0 80px 0 31px;
  letter-spacing: 0.2px;
}
.pxl-contact-form1 .contact8 .pxl-inner-contact .pxl-item input:focus {
  background-color: #fff !important;
  color: var(--link-color);
}
.pxl-contact-form1 .contact8 .pxl-inner-contact .contact-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-contact-form1 .contact8 .pxl-inner-contact .contact-submit .btn-contact {
  padding: 0 28px;
  line-height: 62px;
  height: 62px;
  border-radius: 0 31px 31px 0px;
}
.pxl-contact-form1 .contact8 .pxl-inner-contact .contact-submit .btn-contact svg {
  height: 14px;
  width: auto;
}
.pxl-contact-form1 .contact8 .pxl-inner-contact .contact-submit .btn-contact svg path {
  fill: #fff;
}
.pxl-contact-form1 .contact9 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact9 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact9 br {
  display: none;
}
.pxl-contact-form1 .contact9 .pxl-inner-contact {
  position: relative;
}
.pxl-contact-form1 .contact9 .pxl-inner-contact .pxl-item input {
  font-size: 18px;
  color: #a7a7a7;
  font-weight: 400;
  font-family: "Exo 2";
  height: 57px;
  border-radius: 4px;
  letter-spacing: 0px;
  padding: 0 80px 0 33px;
  letter-spacing: 0.2px;
  background-color: rgba(255, 255, 255, 0.090);
  border: none;
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact9 .pxl-inner-contact .pxl-item input {
    font-size: 16px;
    padding: 0 80px 0 15px;
  }
}
.pxl-contact-form1 .contact9 .pxl-inner-contact .pxl-item input:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.090) !important;
}
.pxl-contact-form1 .contact9 .pxl-inner-contact .contact-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-contact-form1 .contact9 .pxl-inner-contact .contact-submit .btn-contact {
  font-size: 15px;
  color: #151515;
  font-weight: 700;
  font-family: "Exo 2";
  padding: 0 36px;
  line-height: 57px;
  height: 57px;
  border-radius: 4px;
  background-color: var(--gradient-color-from);
}
@media (max-width: 575px) {
  .pxl-contact-form1 .contact9 .pxl-inner-contact .contact-submit .btn-contact {
    padding: 0 30px;
  }
}
.pxl-contact-form1 .contact10 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact10 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact10 br {
  display: none;
}
.pxl-contact-form1 .contact10 .row {
  margin: 0 -12px;
}
.pxl-contact-form1 .contact10 .row .col-lg-6 {
  padding: 0 12px;
}
.pxl-contact-form1 .contact10 .pxl-item {
  margin-bottom: 26px;
}
.pxl-contact-form1 .contact10 .pxl-item input, .pxl-contact-form1 .contact10 .pxl-item textarea {
  font-size: 16px;
  color: var(--link-color);
  font-weight: 500;
  font-family: "Exo 2";
  border: 1px solid #dadada;
  background-color: #fff;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pxl-contact-form1 .contact10 .pxl-item input:focus, .pxl-contact-form1 .contact10 .pxl-item textarea:focus {
  background-color: #fff !important;
}
.pxl-contact-form1 .contact10 .pxl-item input {
  height: 55px;
  padding: 0 18px;
}
.pxl-contact-form1 .contact10 .pxl-item textarea {
  height: 180px;
  padding: 18px 20px;
}
.pxl-contact-form1 .contact10 .contact-submit {
  margin-top: 32px;
}
.pxl-contact-form1 .contact10 .contact-submit .btn-contact {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  padding: 0 40px;
  line-height: 59px;
  height: 59px;
  border-radius: 4px;
}
.pxl-contact-form1 .contact10 .contact-submit .btn-contact:hover {
  background-color: var(--gradient-color-to);
}
.pxl-contact-form1 .pxl-contact-form11 {
  background: #f8f8f8;
  border-radius: 16px;
}
.pxl-contact-form1 .pxl-contact-form11 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .pxl-contact-form11 span {
  margin-bottom: 0;
  color: var(--link-color);
}
.pxl-contact-form1 .pxl-contact-form11 br {
  display: none;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-heading {
  font-size: 32px;
  /* 100% */
  line-height: 1;
  letter-spacing: -1px;
  padding: 47px 52px 0px 52px;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .pxl-contact-form11 .pxl-heading {
    padding: 30px 30px 0 30px;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-select-higthlight {
  color: rgba(var(--heading-color-rgb),0.56);
  font-size: 17px !important;
  font-weight: 400;
  text-transform: none;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-info {
  padding: 52px;
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 17px;
  padding-top: 22px;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .pxl-contact-form11 .pxl-info {
    padding: 30px;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="text"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="email"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="url"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="password"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="search"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="tel"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="number"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="range"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="date"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="month"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="week"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="time"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="datetime"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="datetime-local"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="color"], .pxl-contact-form1 .pxl-contact-form11 .pxl-info textarea, .pxl-contact-form1 .pxl-contact-form11 .pxl-info select, .pxl-contact-form1 .pxl-contact-form11 .pxl-info .pxl-select-higthlight, .pxl-contact-form1 .pxl-contact-form11 .pxl-info .nice-select {
  background-color: transparent;
  border-bottom: 2px solid #dfe1e5;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.53) !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="text"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="email"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="url"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="password"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="search"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="tel"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="number"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="range"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="date"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="month"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="week"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="time"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="datetime"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="datetime-local"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info input[type="color"]:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info textarea:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info select:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info .pxl-select-higthlight:focus, .pxl-contact-form1 .pxl-contact-form11 .pxl-info .nice-select:focus {
  border-color: var(--primary-color) !important;
  border: none;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-info .pxl-first-name ~ div, .pxl-contact-form1 .pxl-contact-form11 .pxl-info .pxl-first-name {
  color: ;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pxl-contact-form1 .pxl-contact-form11 .wpcf7-list-item {
  position: relative;
  padding-left: 25px;
}
.pxl-contact-form1 .pxl-contact-form11 .wpcf7-list-item input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  border: 2px solid #e1e0e0;
  border-radius: 50%;
}
.pxl-contact-form1 .pxl-contact-form11 .wpcf7-list-item input[type="radio"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset {
  padding: 43px 52px 32px 52px;
  border-bottom: 1px solid #dfe1e5;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .pxl-contact-form11 .form-fieldset {
    padding: 30px;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file1 ~ div, .pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file1 {
  color: var(--link-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .wpcf7-form-control-wrap {
  margin-top: 13px;
  margin-bottom: 17px;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file-upload-wrapper {
  position: relative;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file-upload-wrapper input:focus {
  border: none;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file-upload-wrapper .wpcf7-file {
  visibility: unset !important;
  width: 34%;
  height: 82%;
  z-index: 999;
  left: 0;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file-upload-wrapper::before {
  content: '';
  position: absolute;
  background-image: url(../img/vector-img1.png);
  top: 39%;
  right: 55%;
  width: 16px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-file-upload-wrapper::before {
    display: none;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-date-picker {
  margin-bottom: 29px;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-date-picker input[type="date"], .pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-salary-input input[type="date"], .pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-date-picker input[type="text"], .pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-salary-input input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #dfe1e5;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.53) !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-date-picker .wpcf7-form-control-wrap, .pxl-contact-form1 .pxl-contact-form11 .form-fieldset .pxl-salary-input .wpcf7-form-control-wrap {
  margin-top: -5px;
  margin-left: -2px;
}
.pxl-contact-form1 .pxl-contact-form11 .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-form1 .pxl-contact-form11 input.pxl-file-upload-input {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 46px;
  border: none !important;
}
@media (max-width: 767px) {
  .pxl-contact-form1 .pxl-contact-form11 input.pxl-file-upload-input {
    padding-left: 0;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links {
  padding: 52px;
  padding-top: 42px;
  padding-bottom: 27px;
  border-bottom: 1px solid #dfe1e5;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .pxl-contact-form11 .profile-links {
    padding: 30px;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .wpcf7-form-control-wrap input[type="url"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #dfe1e5;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.53) !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  height: 45px;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-linkedin {
  position: relative;
  margin-top: 27px;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-linkedin svg {
  position: absolute;
  top: 28px;
  left: 0;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-linkedin input[type="url"] {
  padding-left: 24px;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-linkedin .wpcf7-form-control-wrap {
  margin-top: -4px !important;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-website .wpcf7-form-control-wrap {
  margin-top: -3px;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-website, .pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-linkedin {
  color: ;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-website .wpcf7-form-control-wrap, .pxl-contact-form1 .pxl-contact-form11 .profile-links .pxl-linkedin .wpcf7-form-control-wrap {
  margin-top: -3px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question {
  padding: 42px 52px 52px 52px;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .pxl-contact-form11 .pxl-question {
    padding: 30px;
  }
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .wpcf7-form-control-wrap {
  margin: 0;
  padding: 0;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .question1 {
  margin-bottom: 19px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .question1 .wpcf7-list-item {
  margin: 13px 0 0 -5px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .question1 .wpcf7-list-item.first {
  margin: 0 35px 0 -5px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .question2 {
  margin-bottom: 19px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .question2 .wpcf7-form-control, .pxl-contact-form1 .pxl-contact-form11 .pxl-question .question3 .wpcf7-form-control {
  display: grid;
  margin-top: 6px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .question2 .wpcf7-list-item, .pxl-contact-form1 .pxl-contact-form11 .pxl-question .question3 .wpcf7-list-item {
  margin: 8px 0 0 -5px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .pxl-last-checkbox {
  margin: 29px 0 0 -22px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .pxl-last-checkbox .wpcf7-list-item input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  border: 2px solid #e1e0e0;
  border-radius: 3px;
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .pxl-last-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-contact-form1 .pxl-contact-form11 .pxl-question .pxl-last-checkbox input {
  width: 16px;
  height: 16px;
}
.pxl-contact-form1 .pxl-contact-form11 .contact-submit {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.pxl-contact-form1 .pxl-contact-form11 .contact-submit .pxl--btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  display: flex;
}
.pxl-contact-form1 .contact12 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact12 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact12 br {
  display: none;
}
.pxl-contact-form1 .contact12 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.pxl-contact-form1 .contact12 .col-6 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .pxl-contact-form1 .contact12 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pxl-contact-form1 .contact12 .btn-contact7 {
  display: flex;
  width: 100%;
  line-height: 64px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  padding: 0 30px;
  background-color: #fe5b2d;
}
.pxl-contact-form1 .contact12 .btn-contact7:hover i:before, .pxl-contact-form1 .contact12 .btn-contact7:active i:before, .pxl-contact-form1 .contact12 .btn-contact7:focus i:before {
  transform: rotate(0deg) scale(1);
}
.pxl-contact-form1 .contact12 .btn-contact7 i {
  width: unset;
  height: unset;
  line-height: unset;
  color: #fff;
  background-color: unset;
  font-size: 18px;
}
.pxl-contact-form1 .contact12 .btn-contact7 i:before {
  transform-origin: unset;
  bottom: unset;
  right: unset;
  position: relative;
}
.pxl-contact-form1 .contact12 .btn-contact7 i:after {
  display: none;
}
.pxl-contact-form1 .contact12 .form {
  margin-bottom: 19px;
}
.pxl-contact-form1 .contact12 .form input, .pxl-contact-form1 .contact12 .form textarea {
  height: 63px;
  border-radius: 6px;
  background-color: unset;
  border: 2px solid #15252c;
  padding: 0 21px;
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-contact-form1 .contact12 .form input:focus, .pxl-contact-form1 .contact12 .form textarea:focus {
  border-color: #fff;
  color: #fff;
}
.pxl-contact-form1 .contact12 .form textarea {
  height: 133px;
  padding: 7px 20px 7px 18px;
}
.pxl-contact-form1 .contact13 {
  display: flex;
  margin: 0 -7px;
}
@media (max-width: 767px) {
  .pxl-contact-form1 .contact13 {
    flex-wrap: wrap;
  }
}
.pxl-contact-form1 .contact13 p {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact13 span {
  margin-bottom: 0;
}
.pxl-contact-form1 .contact13 br {
  display: none;
}
.pxl-contact-form1 .contact13 .form {
  padding: 0 7px;
  width: 48.7%;
}
@media (max-width: 767px) {
  .pxl-contact-form1 .contact13 .form {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px 0 7px;
  }
}
.pxl-contact-form1 .contact13 .contact-submit {
  width: 35.9%;
}
@media (max-width: 767px) {
  .pxl-contact-form1 .contact13 .contact-submit {
    width: 100%;
  }
}
.pxl-contact-form1 .contact13 .contact-submit .btn-contact7 {
  font-size: 17px;
  text-transform: uppercase;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 53px;
  padding: 0 22px;
}
.pxl-contact-form1 .contact13 .contact-submit .btn-contact7 i {
  width: unset;
  height: unset;
  line-height: unset;
  color: var(--link-color);
  background-color: unset;
  font-size: 13px;
  margin-left: 17px;
}
.pxl-contact-form1 .contact13 .contact-submit .btn-contact7 i:before {
  transform-origin: unset;
  bottom: unset;
  right: unset;
  position: relative;
}
.pxl-contact-form1 .contact13 .contact-submit .btn-contact7 i:after {
  display: none;
}
.pxl-contact-form1 .contact13 .contact-submit .btn-contact7:hover, .pxl-contact-form1 .contact13 .contact-submit .btn-contact7:active, .pxl-contact-form1 .contact13 .contact-submit .btn-contact7:focus {
  color: #fff;
}
.pxl-contact-form1 .contact13 .contact-submit .btn-contact7:hover i, .pxl-contact-form1 .contact13 .contact-submit .btn-contact7:active i, .pxl-contact-form1 .contact13 .contact-submit .btn-contact7:focus i {
  color: #fff;
}
.pxl-contact-form1 .contact13 input {
  font-size: 16px;
  height: 54px;
  color: #888;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  border: 1.5px solid rgba(197, 197, 197, 0.200);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: unset;
  padding: 0 10px;
}
.pxl-banner.pxl-banner1 .pxl-box-inner {
  position: relative;
  padding: 30px 0px 0px 30px;
}
.pxl-banner.pxl-banner1 .pxl-box-inner:before {
  content: '';
  width: 17%;
  height: 22%;
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 13px;
  border-top: 4px solid var(--primary-color);
  border-left: 4px solid var(--primary-color);
  border-radius: 20px 0px 0px 0px;
}
.pxl-banner.pxl-banner1 .pxl-box-inner .pxl-item--imgprimary img {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.pxl-banner.pxl-banner2 {
  position: relative;
}
.pxl-banner.pxl-banner2 .pxl-box-inner {
  position: relative;
  display: flex;
}
.pxl-banner.pxl-banner2 .pxl-box-inner .pxl-splash-water {
  position: absolute;
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.9), rgba(222, 222, 222, 0.9) 60%, transparent 100%);
  border-radius: 0% 100% 34% 66% / 0% 64% 36% 100%;
  height: 50px;
  transition: all 1s ease-in-out;
  width: 50px;
  z-index: 5;
  top: 36%;
  right: 15px;
  transform: rotate(45deg) translate(0, -36%);
  box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.5), inset 0px 5px 10px rgba(255, 255, 255, 0.2), 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-animation: pxl_grid_fall 3s linear infinite;
  -khtml-animation: pxl_grid_fall 3s linear infinite;
  -moz-animation: pxl_grid_fall 3s linear infinite;
  -ms-animation: pxl_grid_fall 3s linear infinite;
  -o-animation: pxl_grid_fall 3s linear infinite;
  animation: pxl_grid_fall 3s linear infinite;
}
.pxl-banner.pxl-banner2 .pxl-box-inner .pxl-splash-water::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent);
  border-radius: 50%;
  opacity: 0.7;
}
.pxl-banner.pxl-banner3 .pxl-box-inner {
  display: flex;
  align-items: center;
}
.pxl-banner.pxl-banner3 .pxl-box-inner .pxl-item--imgprimary img {
  border-radius: 100px 0px 0px 100px;
}
.pxl-banner.pxl-banner3 .pxl-box-inner .pxl-item--imgsecondary img {
  border-radius: 0px 100px 100px 0px;
}
.pxl-banner.pxl-banner3 .pxl-box-inner .pxl-transform-left {
  transform: unset !important;
}
.pxl-banner.pxl-banner3 .pxl-box-inner .pxl-transform-right {
  transform: unset !important;
}
.pxl-image-wg {
  -webkit-transition: all 10ms linear 0ms;
  -khtml-transition: all 10ms linear 0ms;
  -moz-transition: all 10ms linear 0ms;
  -ms-transition: all 10ms linear 0ms;
  -o-transition: all 10ms linear 0ms;
  transition: all 10ms linear 0ms;
}
@media (max-width: 767px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item--imgprimary {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item--imgprimary {
    margin-bottom: 30px;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-layout2 {
  padding-left: 33px;
  margin-top: -2px;
}
@media (max-width: 1199px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-layout2 {
    padding-left: 0;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-heading .pxl-sub-title {
  font-size: 20px;
  color: var(--primary-color);
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-heading .pxl-sub-title {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-heading .pxl-item-heading {
  font-size: 40px;
  color: var(--link-color);
  font-weight: bold;
  margin-bottom: 17px;
}
@media (max-width: 880px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-heading .pxl-item-heading {
    font-size: 35px;
    margin-bottom: 13px;
  }
}
@media (max-width: 480px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-heading .pxl-item-heading {
    font-size: 30px;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-inner-heading .pxl-item-desc {
  font-size: 17px;
  color: #494949;
  padding-right: 5px;
  line-height: 1.75;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner {
  padding-top: 25px;
}
@media (max-width: 880px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner {
    padding-top: 20px;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner .pxl-item {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner .pxl-item .pxl-list-sub {
  font-size: 17px;
  color: var(--link-color);
  font-weight: 500;
  width: 21%;
}
@media (max-width: 991px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner .pxl-item .pxl-list-sub {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner .pxl-item .pxl-list-sub {
    width: 35%;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-list-inner .pxl-item .pxl-list-title {
  font-size: 17px;
  font-weight: 400;
  color: #494949;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social {
  margin-top: 29px;
}
@media (max-width: 880px) {
  .pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social {
    margin-top: 20px;
  }
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social .pxl-title-social {
  font-size: 20px;
  color: var(--link-color);
  font-weight: bold;
  font-family: "Exo 2";
  margin-bottom: 16px;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social .pxl-icon-list {
  display: flex;
  align-items: center;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social .pxl-icon-list a {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 1px solid #494949;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #494949;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0px);
  -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-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social .pxl-icon-list a:last-child {
  margin-right: 0;
}
.pxl-team-single.pxl-team-single1 .pxl-meta-inner .pxl-item-social .pxl-icon-list a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  transform: translateY(-3px);
}
.pxl-text-animation1 .pxl-item-inner .content-inner {
  background-image: linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-text-animation1 .pxl-item-inner .pxl-item-text {
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
}
.pxl-text-animation1 .pxl-item-inner .pxl-item-text span {
  position: relative;
  z-index: 1;
}
.pxl-text-animation1 .pxl-item-inner .pxl-item-text span i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pxl-text-animation1 .pxl-item-inner .pxl-item-text span .pxl-svg-line {
  position: absolute;
  top: 50%;
  left: -23px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 110%;
  margin-top: -2px;
  height: auto;
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 3000;
}
@media (max-width: 767px) {
  .pxl-text-animation1 .pxl-item-inner .pxl-item-text span .pxl-svg-line {
    display: none;
  }
}
.pxl-client-carousel1.style-default .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-client-carousel1.style-default .pxl-item--inner {
  position: relative;
}
.pxl-client-carousel1.style-default .pxl-item--inner:hover .pxl-item--image img {
  filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(0%) contrast(0%);
}
.pxl-client-carousel1.style-default .pxl-item--inner .pxl-item--image {
  cursor: pointer;
  text-align: center;
  -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-client-carousel1.style-default .pxl-item--inner .pxl-item--image img {
  -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-client-carousel1.style2 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-client-carousel1.style2 .pxl-item--inner {
  position: relative;
}
.pxl-client-carousel1.style2 .pxl-item--inner:hover .pxl-item--image img {
  filter: none;
}
.pxl-client-carousel1.style2 .pxl-item--inner .pxl-item--image {
  cursor: pointer;
  text-align: center;
  -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-client-carousel1.style2 .pxl-item--inner .pxl-item--image img {
  -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;
  filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(0%) contrast(0%);
}
.pxl-client-carousel1.style3 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-client-carousel1.style3 .pxl-swiper-slide {
  padding: 0;
}
.pxl-client-carousel1.style3 .pxl-swiper-container {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
}
.pxl-client-carousel1.style3 .pxl-item--inner {
  position: relative;
}
.pxl-client-carousel1.style3 .pxl-item--inner:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 115%;
  top: 50%;
  right: 0;
  background-color: #d9d9d9;
  transform: translate(0, -50%);
}
.pxl-client-carousel1.style3 .pxl-item--inner .pxl-item--image {
  text-align: center;
  align-content: center;
  padding: 68px 0;
  cursor: pointer;
}
@media (max-width: 880px) {
  .pxl-client-carousel1.style3 .pxl-item--inner .pxl-item--image {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .pxl-client-carousel1.style3 .pxl-item--inner .pxl-item--image {
    padding: 40px 20px;
  }
}
.pxl-client-carousel1.style4 .pxl-swiper-wrapper {
  align-items: end;
}
.pxl-client-carousel1.style4 .pxl-item--inner {
  position: relative;
}
.pxl-client-carousel1.style4 .pxl-item--inner .pxl-item--image {
  cursor: pointer;
  text-align: center;
  -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-client-carousel1.style4 .pxl-item--inner .pxl-item--image img {
  -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-client-carousel1.style5 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-client-carousel1.style5 .pxl-item--inner {
  position: relative;
}
.pxl-client-carousel1.style5 .pxl-item--inner:hover .pxl-item--image img {
  opacity: 1;
}
.pxl-client-carousel1.style5 .pxl-item--inner .pxl-item--image {
  cursor: pointer;
  text-align: center;
  -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-client-carousel1.style5 .pxl-item--inner .pxl-item--image img {
  -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;
  opacity: 0.529;
}
.pxl-text-editor .pxl-text-style1 cite {
  font-style: inherit;
  color: #005ef9;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-layout1 {
  padding: 0 120px 0 100px;
  position: relative;
}
@media (max-width: 1199px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-layout1 {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-layout1 {
    padding: 0 30px;
  }
}
@media (max-width: 360px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-layout1 {
    padding: 0;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-layout1:before {
  content: '';
  position: absolute;
  top: 90px;
  right: 30px;
  mask-image: url(../img/mark-img1.png);
  -webkit-mask-image: url(../img/mark-img1.png);
  -ms-mask-image: url(../images/mark-img1.png);
  -o-mask-image: url(../images/mark-img1.png);
  -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;
  overflow: hidden;
  -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;
  mask-size: contain;
  width: 95px;
  height: 110px;
  animation: pxl_video_ani_1 10s ease infinite;
  background-size: 400% 400%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
  z-index: 1;
}
@media (max-width: 480px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-layout1:before {
    display: none;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item--imgprimary {
  mask-image: url(../img/mark-img1.png);
  -webkit-mask-image: url(../img/mark-img1.png);
  -ms-mask-image: url(../images/mark-img1.png);
  -o-mask-image: url(../images/mark-img1.png);
  -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;
  overflow: hidden;
  width: 100%;
  height: 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;
  mask-size: contain;
  position: relative;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item--imgprimary:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background-image: url(../img/shape-video1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px rgba(225, 225, 225, 0.2);
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content {
    margin-top: -130px;
  }
}
@media (max-width: 1024px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content {
    margin-top: 30px;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .row {
  align-items: center;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar {
  padding-left: 35px;
  width: 75%;
  padding-top: 43px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar {
    padding: 30px 0 25px 20px;
    width: 70%;
  }
}
@media (max-width: 575px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar {
    padding: 20px 15px;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item + .pxl--item {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .col-6 {
    max-width: 60%;
    flex: 60%;
  }
}
@media (max-width: 480px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .col-6 {
    max-width: 100%;
    flex: 100%;
  }
}
@media (max-width: 480px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .col-4 {
    max-width: 100%;
    flex: 100%;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .row {
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .pxl--meta {
    margin-bottom: 10px;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .pxl--meta .pxl--title {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .pxl--meta .pxl--title {
    font-size: 13px;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .pxl-progressbar--wrap {
  height: 10px;
  background-color: #f4f4f4;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-progressbar .pxl--item .pxl-progressbar--wrap .pxl--progressbar {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background: linear-gradient(90deg, #002aff 0%, #07ebff 80%);
  position: relative;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video {
  position: relative;
  -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;
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 214px;
  transform: translateY(-50%);
  height: 100%;
}
@media (max-width: 1199px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    max-width: unset;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video img {
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video .pxl-image-video {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video .pxl-image-video .pxl-space {
  position: absolute;
  right: 40px;
  bottom: 75px;
  width: 15px;
  height: 15px;
  color: #ff5337;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video .pxl-image-video .pxl-space i {
  animation: pxl_spin 10s linear infinite;
}
.pxl-video-single.pxl-video-single1 .pxl-meta-inner .pxl-item-content .pxl-item-video .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  z-index: 2;
}
.pxl-list-meta.pxl-list-meta1 .pxl-item {
  margin-bottom: 8px;
}
.pxl-list-meta.pxl-list-meta1 .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-list-meta.pxl-list-meta1 .pxl-item .pxl-link {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 17px;
  color: #261723;
  padding: 14px 16px 13px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -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-list-meta.pxl-list-meta1 .pxl-item .pxl-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-list-meta.pxl-list-meta1 .pxl-item .pxl-link:hover .pxl-item--icon {
  opacity: 1;
  transform: translateX(0px);
}
.pxl-list-meta.pxl-list-meta1 .pxl-item .pxl-link .pxl-item--icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: var(--primary-color);
  background-color: #fff;
  font-size: 12px;
  opacity: 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;
  transform: translateX(-10px);
}
.pxl-list-meta.pxl-list-meta2 .pxl-item {
  margin-bottom: 8px;
}
.pxl-list-meta.pxl-list-meta2 .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-list-meta.pxl-list-meta2 .pxl-item .pxl-link {
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--link-color);
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 20px 8px 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;
}
.pxl-list-meta.pxl-list-meta2 .pxl-item .pxl-link:hover {
  background-color: var(--primary-color);
}
.pxl-list-meta.pxl-list-meta2 .pxl-item .pxl-link .pxl-item--icon {
  font-size: 30px;
  line-height: 1;
}
.pxl-list-meta.pxl-list-meta3 .pxl-item {
  position: relative;
  padding-left: 17px;
  margin-bottom: 11px;
}
.pxl-list-meta.pxl-list-meta3 .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-list-meta.pxl-list-meta3 .pxl-item:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.pxl-list-meta.pxl-list-meta3 .pxl-item .pxl-item--title {
  font-size: 16px;
  color: #494949;
  line-height: 1.76;
  font-family: "Exo 2";
}
.pxl-list-meta.pxl-list-meta4 {
  background-color: #f6f6f6;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 36px 34px 37px 34px;
}
@media (max-width: 1199px) {
  .pxl-list-meta.pxl-list-meta4 {
    padding: 36px 20px 37px 20px;
  }
}
.pxl-list-meta.pxl-list-meta4 .pxl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 17px;
  padding-bottom: 18px;
}
.pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-icon-title {
  align-content: center;
  display: inline-flex;
  align-items: center;
}
.pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-icon-title .pxl-item--icon {
  line-height: 1;
  font-size: 22px;
  color: var(--primary-color);
}
.pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-icon-title .pxl-item--icon svg {
  height: 22px;
}
.pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-item--title {
  font-size: 17px;
  color: var(--link-color);
  font-family: "Exo 2";
}
@media (max-width: 480px) {
  .pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-item--title {
    font-size: 15px;
  }
}
.pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-sub--title {
  font-size: 17px;
  color: #494949;
  font-family: "Exo 2";
}
@media (max-width: 480px) {
  .pxl-list-meta.pxl-list-meta4 .pxl-item .pxl-sub--title {
    font-size: 15px;
  }
}
.pxl-list-meta.pxl-list-meta4 .pxl-item-button {
  margin-top: 32px;
}
.pxl-list-meta.pxl-list-meta4 .pxl-item-button a {
  font-family: "Exo 2";
  font-size: 16px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  display: block;
  padding: 13px 30px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.pxl-list-meta.pxl-list-meta4 .pxl-item-button a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-list-meta.pxl-list-meta5 {
  text-align: center;
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 880px) {
  .pxl-list-meta.pxl-list-meta5 .pxl-meta-inner {
    display: block;
    text-align: center;
  }
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item {
  margin-right: 43px;
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item:last-child {
  margin-right: 0;
}
@media (max-width: 880px) {
  .pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item:last-child {
    margin-right: 0;
  }
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item .pxl-item--title {
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item .pxl-item--title .pxl-item-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 12px;
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item .pxl-item--title svg {
  height: 22px;
  fill: var(--primary-color);
  margin-right: -10px;
  margin-top: -5px;
}
.pxl-list-meta.pxl-list-meta5 .pxl-meta-inner .pxl-item .pxl-item--title svg path {
  fill: var(--primary-color);
}
.pxl-list-down.pxl-list-down1 {
  border: 1px solid #f4f5f5;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 35px 22px 30px 22px;
}
@media (max-width: 991px) {
  .pxl-list-down.pxl-list-down1 {
    padding: 35px 15px 30px 15px;
  }
}
.pxl-list-down.pxl-list-down1 .pxl--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 57px;
  background-color: #f4f8fe;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 10px;
  margin-bottom: 30px;
  -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-list-down.pxl-list-down1 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-list-down.pxl-list-down1 .pxl--item:hover .pxl-item-link:before {
  opacity: 0;
}
.pxl-list-down.pxl-list-down1 .pxl--item:hover .pxl-item-link:after {
  opacity: 1;
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item--icon {
  width: 33px;
  min-width: 33px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item--content {
  line-height: 1;
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item--content .pxl-item--text {
  color: #080808;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .pxl-list-down.pxl-list-down1 .pxl--item .pxl-item--content .pxl-item--text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pxl-list-down.pxl-list-down1 .pxl--item .pxl-item--content .pxl-item--text {
    font-size: 14px;
  }
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item--content .pxl-item--sub {
  color: #666;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item-link {
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  min-width: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 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;
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  z-index: -1;
  opacity: 1;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
}
.pxl-list-down.pxl-list-down1 .pxl--item .pxl-item-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: center;
  z-index: -1;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
  background: linear-gradient(90deg, #0031ff 0%, #8be6fc 100%);
}
.pxl-call.pxl-call1 .pxl-box-inner {
  text-align: center;
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item--image {
  position: relative;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item--image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  box-shadow: #000 0px -100px 100px 0px inset;
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item--image .pxl-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  line-height: 1.5;
  transform: translateX(-50%);
  width: 70%;
}
@media (max-width: 991px) {
  .pxl-call.pxl-call1 .pxl-box-inner .pxl-item--image .pxl-item-title {
    font-size: 16px;
  }
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content {
  background-color: #f4f8fe;
  position: relative;
  -webkit-border-radius: 0px 0px 30px 30px;
  -khtml-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  -o-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  padding: 58px 30px 35px 30px;
  margin-top: -6px;
}
@media (max-width: 991px) {
  .pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content {
    padding: 50px 20px 35px 20px;
  }
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  -webkit-border-radius: 0px 0px 30px 30px;
  -khtml-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  -o-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  background-color: #fff;
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content .pxl-item-phone {
  font-weight: bold;
  font-size: 20px;
  color: #080808;
  line-height: 1.3;
  margin-bottom: 10px;
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content .pxl-item-map {
  color: #666;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 13px;
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content .pxl-item-link .pxl-btn-tel {
  display: inline-block;
  line-height: 47px;
  padding: 0 38px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  background-size: 290% 400%;
  background-image: linear-gradient(to right, #0031ff, #8be6fc, #0031ff, #8be6fc);
}
.pxl-call.pxl-call1 .pxl-box-inner .pxl-item-content .pxl-item-link .pxl-btn-tel:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-pagination1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .pxl-pagination1 {
    justify-content: center;
  }
}
.pxl-pagination1 .pxl--item {
  display: flex;
  align-items: center;
  -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: 480px) {
  .pxl-pagination1 .pxl--item {
    margin: 15px;
  }
}
.pxl-pagination1 .pxl--item:hover .pxl-icon-link {
  color: #fff;
}
.pxl-pagination1 .pxl--item:hover .pxl-icon-link:before {
  opacity: 0;
  transform: scale(0);
}
.pxl-pagination1 .pxl--item:hover .pxl-icon-link:after {
  opacity: 1;
  transform: scale(1);
}
.pxl-pagination1 .pxl--item:hover .pxl-title-inner a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .pxl-pagination1 .pxl--item .pxl-item-icon.pxl-mr-20 {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .pxl-pagination1 .pxl--item .pxl-item-icon.pxl-ml-20 {
    margin-right: 10px;
  }
}
.pxl-pagination1 .pxl--item .pxl-icon-link {
  width: 60px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px;
  color: #382c4d;
  position: relative;
  -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: 767px) {
  .pxl-pagination1 .pxl--item .pxl-icon-link {
    width: 50px;
    height: 55px;
    font-size: 18px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
}
.pxl-pagination1 .pxl--item .pxl-icon-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #e7e7e7;
  transform-origin: center;
  z-index: -1;
  opacity: 1;
  transform: scale(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;
}
.pxl-pagination1 .pxl--item .pxl-icon-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  z-index: -1;
  opacity: 0;
  transform: scale(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-pagination1 .pxl--item .pxl-title-inner a {
  font-weight: bold;
  font-size: 22px;
  color: #050606;
  -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: 767px) {
  .pxl-pagination1 .pxl--item .pxl-title-inner a {
    font-size: 18px;
  }
}
.pxl-list-box.pxl-list-box1.style-default {
  position: relative;
}
.pxl-list-box.pxl-list-box1.style-default:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/shape-img10.png);
  background-position: center;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-default:before {
    display: none;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item {
  position: relative;
  text-align: center;
  -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: 880px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item.col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item {
    margin: 15px 0;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-item--icon i {
  transform: rotateY(360deg);
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-item--icon svg {
  transform: rotateY(360deg);
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-item--icon img {
  transform: rotateY(360deg);
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-item--icon:before {
  opacity: 0;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-item--icon:after {
  transform: scale(1);
  opacity: 1;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-number-text {
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: unset;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:hover .pxl-list-btn .pxl-btn {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:nth-child(even) {
  margin-top: 65px;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item:nth-child(even) {
    margin: 15px 0;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:nth-child(2) {
  animation-delay: 300ms !important;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:nth-child(3) {
  animation-delay: 500ms !important;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item:nth-child(4) {
  animation-delay: 700ms !important;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-number-text {
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: transparent;
  text-shadow: 2px 2px 7px #e3ecf6, 0px 0px #aab1b8;
  position: absolute;
  line-height: 1;
  top: -20px;
  left: 40px;
  -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;
  background: linear-gradient(100deg, #e3ecf6 0.51%, #e3ecf6 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-number-text {
    font-size: 90px;
    left: 25px;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon {
  width: 135px;
  height: 135px;
  min-width: 135px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  font-size: 60px;
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(13, 13, 13, 0.2) inset;
  z-index: 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;
}
@media (max-width: 1199px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon {
    width: 120px;
    height: 120px;
    min-width: 120px;
    font-size: 50px;
  }
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 25px;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon svg {
  height: 60px;
  fill: #fff;
  transform: rotateY(0deg);
  -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-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon i {
  transform: rotateY(0deg);
  -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-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon img {
  transform: rotateY(0deg);
  -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-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #1700a0;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  z-index: -2;
  opacity: 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;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center;
  background: linear-gradient(90deg, #013bff 0%, #8be6fc 100%);
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  z-index: -1;
  opacity: 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-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--text {
  color: #222;
  margin-top: 22px;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-item--text {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-sub-text {
  color: #555;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-sub-text {
    font-size: 14px;
  }
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-list-btn {
  margin-top: 12px;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-list-btn .pxl-btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
}
.pxl-list-box.pxl-list-box1.style-default .pxl--item .pxl-list-btn .pxl-btn i {
  font-size: 15px;
  margin-bottom: 2px;
}
.pxl-list-box.pxl-list-box1.style-2 {
  position: relative;
}
.pxl-list-box.pxl-list-box1.style-2:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/shape-img10.png);
  background-position: center;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-2:before {
    display: none;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item {
  position: relative;
  text-align: center;
  -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: 880px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item.col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item {
    margin: 15px 0;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover .pxl-item--icon i {
  transform: rotateY(360deg);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover .pxl-item--icon svg {
  transform: rotateY(360deg);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover .pxl-item--icon img {
  transform: rotateY(360deg);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover .pxl-number-text {
  background: linear-gradient(100deg, #ff9a3e 0.51%, #ff5266 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: unset;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover:nth-child(2) .pxl-number-text {
  background: linear-gradient(100deg, #fc009f 0.51%, #a400fd 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: unset;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover:nth-child(3) .pxl-number-text {
  background: linear-gradient(100deg, #005af9 0.51%, #00faa5 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: unset;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover:nth-child(4) .pxl-number-text {
  background: linear-gradient(100deg, #01795f 0.51%, #17f601 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: unset;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:hover .pxl-list-btn .pxl-btn {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(even) {
  margin-top: 65px;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(even) {
    margin: 15px 0;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(2) {
  animation-delay: 300ms !important;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(2) .pxl-item--icon {
  box-shadow: 0px 30px 30px -15px rgba(255, 0, 188, 0.5);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(2) .pxl-item--icon:before {
  background: linear-gradient(100deg, #fc009f 0.51%, #a400fd 100%);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(3) {
  animation-delay: 500ms !important;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(3) .pxl-item--icon {
  box-shadow: 0px 30px 30px -15px rgba(0, 163, 211, 0.5);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(3) .pxl-item--icon:before {
  background: linear-gradient(100deg, #005af9 0.51%, #00faa5 100%);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(4) {
  animation-delay: 700ms !important;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(4) .pxl-item--icon {
  box-shadow: 0px 30px 30px -15px rgba(12, 184, 48, 0.5);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item:nth-child(4) .pxl-item--icon:before {
  background: linear-gradient(100deg, #01795f 0.51%, #17f601 100%);
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-number-text {
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: transparent;
  text-shadow: 2px 2px 7px #e3ecf6, 0px 0px #aab1b8;
  position: absolute;
  line-height: 1;
  top: -20px;
  left: 40px;
  -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;
  background: linear-gradient(100deg, #e3ecf6 0.51%, #e3ecf6 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-number-text {
    font-size: 90px;
    left: 25px;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon {
  width: 135px;
  height: 135px;
  min-width: 135px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  font-size: 60px;
  color: #fff;
  box-shadow: 0px 30px 30px -15px rgba(255, 189, 17, 0.5);
  z-index: 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;
}
@media (max-width: 1199px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon {
    width: 120px;
    height: 120px;
    min-width: 120px;
    font-size: 50px;
  }
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 25px;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon svg {
  height: 60px;
  fill: #fff;
  transform: rotateY(0deg);
  -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-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon i {
  color: #fff;
  font-size: 50px;
  transform: rotateY(0deg);
  -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-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon img {
  transform: rotateY(0deg);
  -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-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(100deg, #ffc612 0.51%, #ff5c00 100%);
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  z-index: -2;
  opacity: 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;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--text {
  color: #222;
  margin-top: 38px;
  font-size: 22px;
  margin-bottom: 13px;
  font-weight: bold;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-item--text {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-sub-text {
  color: #555;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 880px) {
  .pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-sub-text {
    font-size: 14px;
  }
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-list-btn {
  margin-top: 12px;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-list-btn .pxl-btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
}
.pxl-list-box.pxl-list-box1.style-2 .pxl--item .pxl-list-btn .pxl-btn i {
  font-size: 15px;
  margin-bottom: 2px;
}
.pxl-list-box.pxl-list-box2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .pxl-list-box.pxl-list-box2 {
    display: block;
  }
}
.pxl-list-box.pxl-list-box2 .pxl--item {
  display: flex;
  align-items: center;
  border-right: 1px solid #deedf2;
  padding-right: 17px;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .pxl-list-box.pxl-list-box2 .pxl--item {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .pxl-list-box.pxl-list-box2 .pxl--item {
    border: none;
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.pxl-list-box.pxl-list-box2 .pxl--item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .pxl-list-box.pxl-list-box2 .pxl--item:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-item--icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f6fa;
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-item--icon svg {
  height: 30px;
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-sub-star {
  display: flex;
  align-items: center;
  line-height: 1;
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-sub-star .pxl-item--star {
  display: flex;
  align-items: center;
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-sub-star .pxl-item--star.style-off {
  display: none;
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-sub-star .pxl-item--star i {
  color: #ff8c24;
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-item--text {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pxl-list-box.pxl-list-box2 .pxl--item .pxl-item--text {
    font-size: 20px;
  }
}
.pxl-list-box.pxl-list-box2 .pxl--item .pxl-sub-text {
  font-size: 16px;
  font-weight: 500;
  color: #01071a;
}
.pxl-logo-marquee1 {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.pxl-logo-marquee1 .pxl-item--marquee {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.pxl-logo-marquee1 .pxl-logo-hidden {
  flex-wrap: nowrap;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.pxl-logo-marquee1 .pxl-logo-hidden-wrap {
  overflow: hidden;
}
.pxl-logo-marquee1 .pxl-logo-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  direction: ltr;
}
.pxl-logo-marquee1 .pxl-logo-active .pxl-item--marquee {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pxl-logo-marquee1 .pxl-item--text {
  font-size: 60px;
  font-weight: 700;
  overflow: hidden;
  color: #000;
  width: 100%;
  position: relative;
}
.pxl-logo-marquee1 .pxl-item--logo {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.pxl-logo-marquee1 .pxl-item--logo a {
  padding: 0 30px;
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.2);
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  line-height: 117px;
  background-color: #fff;
}
.pxl-logo-marquee1 .pxl-item--inner {
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .pxl-logo-marquee1 .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pxl-logo-marquee1 .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner {
  position: relative;
  margin-bottom: 40px;
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video {
  height: 170px;
  width: 160px;
  min-width: 160px;
  z-index: 1;
  position: absolute;
  bottom: -38px;
  left: 65%;
  transform: translateX(-50%);
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video {
  mask-image: url(../img/mark-img1.png);
  -webkit-mask-image: url(../img/mark-img1.png);
  -ms-mask-image: url(../images/mark-img1.png);
  -o-mask-image: url(../images/mark-img1.png);
  -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;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -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;
  mask-size: contain;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  align-content: center;
  font-family: 'Great Vibes', cursive;
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video:hover .pxl-icon-video {
  transform: translateY(-5px);
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video:hover .pxl-icon-video i {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background-image: url(../img/shape-video2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video .pxl-icon-video {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
  transform: translateY(0px);
  -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-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video .pxl-icon-video i {
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video .pxl-item-text-video {
  position: relative;
  width: 96px;
  height: 20px;
}
.pxl-banner-video.pxl-banner-video1 .pxl-box-inner .pxl-video .pxl-btn-video .pxl-item-text-video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/text-video.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.pxl-text-marquee1.style1 {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.pxl-text-marquee1.style1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 20%, #000 100%);
}
.pxl-text-marquee1.style1 .pxl-item--logo {
  width: 65px;
  min-width: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-text-marquee1.style1 .pxl-item--text {
  color: transparent;
  padding: 0 20px;
  font-size: 180px;
  font-weight: 900;
  word-spacing: -30px;
  line-height: 1;
  position: relative;
}
.pxl-text-marquee1.style1 .pxl-item--text.text-outline {
  color: transparent !important;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}
.pxl-text-marquee1.style1 .pxl-item--text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  width: 80px;
  height: 100%;
}
.pxl-text-marquee1.style1 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.pxl-text-marquee1.style2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.pxl-text-marquee1.style2 .pxl-item--logo {
  width: 65px;
  min-width: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-text-marquee1.style2 .pxl-item--text {
  color: transparent;
  margin: 0 10px;
  font-size: 100px;
  line-height: 1;
  position: relative;
}
.pxl-text-marquee1.style2 .pxl-item--text.text-outline {
  color: transparent !important;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}
.pxl-text-marquee1.style2 .pxl-item--text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dbdbdb;
  width: 450%;
  height: 100%;
  clip-path: polygon(0 0, 22% 0, 100% 100%, 75% 100%);
}
.pxl-text-marquee1.style2 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.pxl-banner-box.pxl-banner-box1 {
  position: relative;
  -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-banner-box.pxl-banner-box1 .pxl-meta-inner {
  position: relative;
  -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-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-item--imgprimary {
  position: relative;
}
.pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-item--imgprimary img {
  filter: drop-shadow(0px 6px 10.5px rgba(0, 0, 0, 0.23));
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-item--imgprimary .pxl-bg-box {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fa7900;
  transform: rotate(-6deg);
  -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: 880px) {
  .pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-item--imgprimary .pxl-bg-box {
    display: none;
  }
}
.pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-image-wg {
  font-size: 16px;
  line-height: 47px;
  color: #151f35;
  font-weight: 700;
  font-family: "Exo 2";
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  filter: drop-shadow(0px 7px 47.5px rgba(0, 0, 0, 0.07));
  background-color: #fff;
  position: absolute;
  top: 10.5%;
  right: -11.5%;
  padding: 0 23px;
  letter-spacing: 0.1px;
}
@media (max-width: 1024px) {
  .pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-image-wg {
    right: 15px;
  }
}
.pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-image-wg i {
  color: var(--primary-color);
}
.pxl-banner-box.pxl-banner-box1 .pxl-meta-inner .pxl-image-wg .pxl-item-title-star {
  display: flex;
  align-items: center;
}
.pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-item-layout1 {
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 3px 40.5px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 40.5px rgba(0, 0, 0, 0.16);
  padding: 0 33px 0 0;
}
.pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-item--icon {
  font-size: 56px;
  line-height: 1;
  margin: 10px 22px 0 20px;
}
.pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-item--icon i {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-item-title-star {
  font-size: 28px;
  letter-spacing: 0px;
  color: #090909;
  font-weight: 800;
  line-height: 1;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 2px;
}
@media (max-width: 360px) {
  .pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-item-title-star {
    font-size: 20px;
  }
}
.pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-sub-title {
  font-size: 19px;
  letter-spacing: 0px;
  color: #5e5e5e;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 360px) {
  .pxl-banner-box.pxl-banner-box2 .pxl-meta-inner .pxl-sub-title {
    font-size: 15px;
  }
}
.pxl-mailchimp-from1 .style-default input {
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  filter: drop-shadow(0px 26px 40.5px rgba(0, 0, 0, 0.09));
  background-color: #fff;
  font-size: 15px;
  height: 56px;
  color: #ddd;
  font-weight: 400;
  border: none;
  padding: 0 50px 0 35px;
  font-family: "Outfit";
}
.pxl-mailchimp-from1 .style-default input:focus {
  color: var(--link-color);
  background-color: #fff !important;
}
.pxl-mailchimp-from1 .style-default .pxl-mailchimp {
  position: relative;
}
.pxl-mailchimp-from1 .style-default .mailchimp-submit {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
.pxl-mailchimp-from1 .style-default .pxl-mailchimp-btn {
  background-color: unset;
  padding: 0;
}
.pxl-mailchimp-from1 .style-default .pxl-mailchimp-btn .pxl-icon2 {
  display: none;
}
.pxl-mailchimp-from1 .style-default .pxl-mailchimp-btn i {
  margin: 0;
  background-color: unset;
  width: unset;
  height: unset;
  line-height: 1;
}
.pxl-mailchimp-from1 .style-default .pxl-mailchimp-btn i:before {
  position: unset;
  transform: unset;
  transform-origin: unset;
}
.pxl-mailchimp-from1 .style-default .pxl-mailchimp-btn i:after {
  display: none;
}
.pxl-mailchimp-from1 .style2 input {
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  filter: drop-shadow(0px 26px 40.5px rgba(0, 0, 0, 0.09));
  background-color: #fff;
  height: 56px;
  padding: 0 50px 0 40px;
  font-family: "Outfit";
  font-size: 15px;
  color: #0e2028;
  font-weight: 400;
  font-family: "Roboto";
  border: 1px solid rgba(18, 18, 17, 0.141);
  border-radius: 4px;
}
.pxl-mailchimp-from1 .style2 input:focus {
  color: var(--link-color);
  background-color: #fff !important;
}
.pxl-mailchimp-from1 .style2 .pxl-mailchimp {
  position: relative;
}
.pxl-mailchimp-from1 .style2 .mailchimp-submit {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
.pxl-mailchimp-from1 .style2 .pxl-mailchimp-btn {
  background-color: unset;
  padding: 0;
}
.pxl-mailchimp-from1 .style2 .pxl-mailchimp-btn .pxl-icon1 {
  display: none;
}
.pxl-mailchimp-from1 .style2 .pxl-mailchimp-btn i {
  margin: 0;
  background-color: unset;
  width: unset;
  height: unset;
  line-height: 1;
  color: var(--sub-primary-color);
  font-size: 18px;
}
.pxl-mailchimp-from1 .style2 .pxl-mailchimp-btn i:before {
  position: unset;
  transform: unset;
  transform-origin: unset;
}
.pxl-mailchimp-from1 .style2 .pxl-mailchimp-btn i:after {
  display: none;
}
.pxl-contact-custom .pxl-section-effect-images .pxl-item--image {
  z-index: -1;
}
@media (max-width: 1800px) {
  .pxl-contact-custom .pxl-section-effect-images .pxl-item--image {
    display: none;
  }
}
@media (max-width: 1366px) {
  .pxl-icon-home01 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 1200px) {
  .pxl-title-portfolio .pxl-heading .pxl-item--title {
    color: #000 !important;
  }
}
@media (max-width: 991px) {
  .pxl-title-page01 .pxl-text-editor a {
    color: #000 !important;
  }
}
.pxl-text-custom1.style1 .pxl-text-inner {
  display: inline-block;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-text-custom1.style1 .pxl-item-title {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  line-height: 1.1;
}
.pxl-text-custom1.style2 .pxl-text-inner {
  display: inline-block;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-text-custom1.style2 .pxl-item-title {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  line-height: 1.1;
}
.pxl-swiper-arrow-wrap.style-4 .pxl-swiper-arrow {
  width: 45px;
  height: 45px;
  margin: 8px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: unset;
  box-shadow: 0px 0px 5px 5px rgba(210, 210, 210, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  -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-swiper-arrow-wrap.style-4 .pxl-swiper-arrow:hover {
  background-color: #fff;
  color: var(--link-color);
  box-shadow: 0px 0px 10px 10px rgba(13, 125, 252, 0.10);
}
.pxl-test-carousel1 .pxl-swiper-container {
  padding: 0 5px;
}
.pxl-test-carousel1 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  transition: all 0.3s;
  width: 108%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .pxl-test-carousel1 .pxl-swiper-arrow-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .pxl-test-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    margin: 10px;
  }
}
.pxl-test-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  position: absolute;
  left: 0;
}
@media (max-width: 1250px) {
  .pxl-test-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    position: relative;
  }
}
.pxl-test-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  position: absolute;
  right: 0;
}
@media (max-width: 1250px) {
  .pxl-test-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    position: relative;
  }
}
.pxl-test-carousel1 .pxl-item--inner {
  -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-test-carousel1 .pxl-item--inner:hover .pxl-item--image .pxl-item-icon i {
  background: linear-gradient(100deg, #ff762a 0.51%, #ffc712 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-test-carousel1 .pxl-item--inner:hover .pxl-item-content:before {
  opacity: 0;
  transform: scaleX(0);
}
.pxl-test-carousel1 .pxl-item--inner:hover .pxl-item-content:after {
  opacity: 1;
  transform: scaleX(1);
}
.pxl-test-carousel1 .pxl-item--inner:hover .pxl-item-content .pxl-item--desc {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pxl-test-carousel1 .pxl-item--inner:hover .pxl-item-content .pxl-item--holder .pxl-item--title {
  color: #fff;
}
.pxl-test-carousel1 .pxl-item--inner:hover .pxl-item-content .pxl-item--holder .pxl-sub-title {
  color: #fff;
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item--image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 43px;
  margin-bottom: -45px;
  -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: 1024px) {
  .pxl-test-carousel1 .pxl-item--inner .pxl-item--image {
    padding: 0px 20px 0px 20px;
  }
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item--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%;
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item--image .pxl-item-icon {
  font-size: 60px;
  -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;
  line-height: 1;
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item--image .pxl-item-icon i {
  display: inline-block;
  background: linear-gradient(100deg, #d5d5d9 0.51%, #d5d5d9 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(180deg);
  -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-test-carousel1 .pxl-item--inner .pxl-item-content {
  padding: 50px 30px 20px 40px;
  position: relative;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 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;
}
@media (max-width: 1024px) {
  .pxl-test-carousel1 .pxl-item--inner .pxl-item-content {
    padding: 50px 20px 20px 20px;
  }
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 5px 5px rgba(210, 210, 210, 0.2);
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  opacity: 1;
  transform-origin: center;
  z-index: -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;
  transform: scaleX(1);
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(100deg, #fb009f 0.51%, #6900fd 100%);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  opacity: 0;
  z-index: -1;
  transform-origin: center;
  -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;
  transform: scaleX(0);
}
.pxl-test-carousel1 .pxl-item--inner .pxl-item-content .pxl-item--desc {
  color: #0e0d0f;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #e1e0e0;
  padding-bottom: 17px;
  margin-bottom: 12px;
  -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-test-carousel1 .pxl-item--inner .pxl-item-content .pxl-item--holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -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-test-carousel1 .pxl-item--inner .pxl-item-content .pxl-item--holder .pxl-item--title {
  color: #0e0d0f;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 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-test-carousel1 .pxl-item--inner .pxl-item-content .pxl-item--holder .pxl-sub-title {
  color: #a5a4a4;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -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-test-carousel1 .pxl-item--inner .pxl-item-content .pxl-item--holder .pxl-item--star {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.pxl-test-carousel2 .pxl-carousel-inner {
  margin: 0 -15px;
}
.pxl-test-carousel2 .pxl-swiper-arrow-wrap {
  width: 45%;
  float: right;
  justify-content: unset;
  margin-top: 0;
  position: absolute;
  bottom: 130px;
  right: 0;
  z-index: 1;
  padding-left: 55px;
}
@media (max-width: 1024px) {
  .pxl-test-carousel2 .pxl-swiper-arrow-wrap {
    padding-left: 35px;
    bottom: 30px;
  }
}
@media (max-width: 880px) {
  .pxl-test-carousel2 .pxl-swiper-arrow-wrap {
    position: relative;
    width: 100%;
    padding-left: 0;
    bottom: 0;
  }
}
.pxl-test-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  margin-right: 20px;
  font-size: 20px;
  color: #57acfa;
}
.pxl-test-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:last-child {
  margin-right: 0;
}
.pxl-test-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  color: #fff;
}
@media (max-width: 1880px) {
  .pxl-test-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    color: #57acfa;
  }
}
.pxl-test-carousel2 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 255px;
}
@media (max-width: 1024px) {
  .pxl-test-carousel2 .pxl-item--inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 880px) {
  .pxl-test-carousel2 .pxl-item--inner {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--left {
  width: 55%;
  position: relative;
  margin-top: -40px;
  margin-bottom: -255px;
}
@media screen and (max-width: 767px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--left {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 880px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--left {
    display: none;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg-light1.png);
  -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;
  z-index: 1;
}
@media (max-width: 1280px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--left:before {
    left: 0;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--left .pxl-shape-bg {
  mask-image: url(../img/shape-test2.png);
  -webkit-mask-image: url(../img/shape-test2.png);
  -ms-mask-image: url(../images/shape-test2.png);
  -o-mask-image: url(../images/shape-test2.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-mask-position: top left;
  -ms-mask-position: top left;
  -o-mask-position: top left;
  overflow: hidden;
  -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;
  mask-size: contain;
  position: relative;
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--left .pxl-banner--image {
  right: 10px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--left .pxl-banner--image {
    right: 0;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--left + .pxl-block--right {
  width: 45%;
}
@media (max-width: 880px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--left + .pxl-block--right {
    width: 100%;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-right-inner {
  padding-left: 55px;
}
@media (max-width: 1024px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-right-inner {
    padding-left: 30px;
  }
}
@media (max-width: 880px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-right-inner {
    padding-left: 0;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading {
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading {
    margin-bottom: 50px;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--desc {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: linear-gradient(50deg, #63def7 30%, #869fe0 100%);
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--desc:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 5px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: linear-gradient(50deg, rgba(99, 222, 247, 0.6) 30%, #869fe0 100%);
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--title {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-heading .pxl-widget--title {
    font-size: 30px;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item--image {
  mask-image: url(../img/shape-bg1.png);
  -webkit-mask-image: url(../img/shape-bg1.png);
  -ms-mask-image: url(../images/shape-bg1.png);
  -o-mask-image: url(../images/shape-bg1.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -ms-mask-position: top left;
  -o-mask-position: top left;
  overflow: hidden;
  -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;
  mask-size: auto;
  position: relative;
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item-content .pxl-item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 200px;
  line-height: 0.6;
  z-index: -1;
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item-content .pxl-item-icon i {
  transform: rotate(180deg);
  display: inline-block;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #f0ebfb, #e5f8ff, #f0ebfb, #e5f8ff);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -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-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item--desc {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 23px;
  max-width: 58%;
}
@media (max-width: 1280px) {
  .pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item--desc {
    max-width: 100%;
  }
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-item--title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  font-style: italic;
}
.pxl-test-carousel2 .pxl-item--inner .pxl-block--right .pxl-sub-title {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #7d7d7d;
}
.pxl-image-list.pxl--image-list1 {
  display: flex;
  align-items: center;
}
.pxl-image-list.pxl--image-list1 .pxl--item {
  display: flex;
  align-items: center;
  position: relative;
  -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-list.pxl--image-list1 .pxl--item .pxl-image {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
  filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.15));
}
.pxl-image-list.pxl--image-list1 .pxl--item:nth-child(1) {
  margin-left: 0px;
  z-index: 3;
}
.pxl-image-list.pxl--image-list1 .pxl--item:nth-child(2) {
  z-index: 2;
  margin-left: -30px;
  animation-delay: 300ms !important;
}
.pxl-image-list.pxl--image-list1 .pxl--item:nth-child(3) {
  margin-left: -30px;
  animation-delay: 500ms !important;
}
.pxl-image-list.pxl--image-list1 .pxl-item--button .pxl-btn-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #0e0d0f;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 360px;) {
  font-size: 14px;
}
.pxl-image-list.pxl--image-list1 .pxl-item--button .pxl-btn-link:hover i {
  transform: translateX(5px);
}
.pxl-image-list.pxl--image-list1 .pxl-item--button .pxl-btn-link span {
  text-decoration: underline;
}
.pxl-image-list.pxl--image-list1 .pxl-item--button .pxl-btn-link i {
  color: var(--primary-color);
  font-size: 17px;
  -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-carousel-custom1 .pxl-carousel-inner {
  position: relative;
}
.pxl-carousel-custom1 .pxl-carousel-inner .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .pxl-carousel-custom1 .pxl-carousel-inner .pxl-swiper-arrow-wrap {
    position: unset;
    transform: unset;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.pxl-carousel-custom1 .pxl-carousel-inner .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #4a4a4a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
}
.pxl-carousel-custom1 .pxl-carousel-inner .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
}
.pxl-carousel-custom1 .pxl-item--inner {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-carousel-custom1 .pxl-item--inner {
    display: block;
  }
}
.pxl-carousel-custom1 .pxl-item--inner .pxl-item--image {
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .pxl-carousel-custom1 .pxl-item--inner .pxl-item--image {
    margin-bottom: 15px;
  }
}
.pxl-carousel-custom1 .pxl-item--inner .pxl-item--title {
  font-size: 19px;
  color: #faece9;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  max-width: 75%;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .pxl-carousel-custom1 .pxl-item--inner .pxl-item--title {
    max-width: 100%;
  }
}
.pxl-carousel-custom2 .pxl-item--image {
  -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: scale(0.7);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 2px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-carousel-custom2 .pxl-item--image img {
  width: auto !important;
}
.pxl-carousel-custom2 .pxl-item--desc {
  font-size: 23px;
  color: var(--link-color);
  font-weight: 400;
  max-width: 85%;
  margin: 0 auto;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .pxl-carousel-custom2 .pxl-item--desc {
    font-size: 18px;
    margin-top: 15px;
    max-width: 100%;
  }
}
.pxl-carousel-custom2 .pxl-item--title {
  font-size: 24px;
  color: var(--link-color);
  font-weight: 700;
  margin-bottom: 3px;
}
.pxl-carousel-custom2 .swiper-slide-thumb-active .pxl-item--image {
  transform: scale(1);
  z-index: 1;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .pxl-carousel-custom2 .swiper-slide-thumb-active .pxl-item--image {
    border: none;
    box-shadow: unset;
  }
}
@media screen and (max-width: 575px) {
  .pxl-carousel-custom2 .swiper-slide-thumb-active .pxl-item--image {
    transform: scale(1);
  }
}
.pxl-carousel-custom2 .pxl-item--inner {
  text-align: center;
  max-width: 990px;
  margin: auto;
}
.pxl-carousel-custom2 .pxl-swiper-thumbs {
  max-width: 470px;
  margin: 0 auto;
  padding: 25px 0px;
  z-index: 5;
  position: relative;
}
@media (max-width: 575px) {
  .pxl-carousel-custom2 .pxl-swiper-thumbs {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-carousel-custom2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-carousel-custom2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 0;
  }
}
.pxl-carousel-custom2 .pxl-swiper-dots {
  margin-top: 60px;
}
.pxl-box-list.pxl-box-list1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
  padding: 55px 20px 62px 20px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pxl-box-list.pxl-box-list1 {
    padding: 35px 15px 35px 15px;
  }
}
@media (max-width: 676px) {
  .pxl-box-list.pxl-box-list1 {
    display: block;
    text-align: center;
  }
}
.pxl-box-list.pxl-box-list1 .pxl-item-shape {
  position: absolute;
  width: 150px;
  top: -20%;
  left: -10%;
  height: 150px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-size: 350% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from));
  animation: movement 10s linear infinite;
}
@media (max-width: 880px) {
  .pxl-box-list.pxl-box-list1 .pxl-item-shape {
    display: none;
  }
}
.pxl-box-list.pxl-box-list1 .pxl-item-inner {
  display: flex;
  align-items: center;
  padding: 0 23px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .pxl-box-list.pxl-box-list1 .pxl-item-inner {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .pxl-box-list.pxl-box-list1 .pxl-item-inner {
    display: unset;
  }
}
.pxl-box-list.pxl-box-list1 .pxl-image {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pxl-box-list.pxl-box-list1 .pxl-image.pxl-mr-28 {
    margin-right: 0;
  }
}
.pxl-box-list.pxl-box-list1 .pxl-image img {
  max-width: 65px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(95deg) brightness(103%) contrast(102%);
}
@media (max-width: 1024px) {
  .pxl-box-list.pxl-box-list1 .pxl-image img {
    max-width: 55px;
  }
}
.pxl-box-list.pxl-box-list1 .pxl-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .pxl-box-list.pxl-box-list1 .pxl-item-title {
    font-size: 20px;
  }
}
.pxl-box-list.pxl-box-list1 .pxl-item-desc {
  font-size: 15px;
  color: #d5cceb;
}
.pxl-text-video.pxl-text-video1 .pxl-meta-inner {
  display: flex;
  align-items: center;
}
.pxl-text-video.pxl-text-video1 .pxl-meta-inner .pxl-inner-video .pxl-btn-video {
  width: 50px;
  min-width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #278eef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  padding: 1px 0 0 4px;
  -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-text-video.pxl-text-video1 .pxl-meta-inner .pxl-inner-video .pxl-btn-video:hover {
  background-color: #6d34d2;
}
.pxl-text-video.pxl-text-video1 .pxl-meta-inner .pxl-item-title {
  font-size: 15px;
  font-weight: bold;
  color: #278eef;
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner {
  -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-service-custom.pxl-service-custom1 .pxl-box-inner:hover .pxl-item--imgprimary {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner:hover .pxl-img-title:before {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-img-title {
  display: flex;
  position: relative;
  padding-bottom: 23px;
  -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;
  margin-bottom: 30px;
}
@media (max-width: 880px) {
  .pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-img-title {
    margin-bottom: 20px;
  }
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-img-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item--imgprimary {
  width: 53px;
  min-width: 53px;
  height: 53px;
  display: flex;
  -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;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item--imgprimary img {
  filter: invert(99%) sepia(2%) saturate(131%) hue-rotate(155deg) brightness(118%) contrast(100%);
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 880px) {
  .pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-title {
    font-size: 20px;
  }
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-title a {
  color: #212456;
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-title a:hover {
  color: var(--primary-color);
}
.pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-desc {
  font-size: 18px;
  color: #474747;
  line-height: 1.6;
}
@media (max-width: 880px) {
  .pxl-service-custom.pxl-service-custom1 .pxl-box-inner .pxl-item-desc {
    font-size: 16px;
  }
}
.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner {
  height: auto !important;
}
.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .pxl-grid-item {
  position: static !important;
}
@media (max-width: 1199px) {
  .pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .pxl-grid-item {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .grid-sizer {
  display: none;
}
.pxl-showcase-grid {
  text-align: center;
}
.pxl-showcase-grid .pxl-item--image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  margin-bottom: 25px;
}
.pxl-showcase-grid .pxl-item--image:before {
  background-color: #1c2539;
  -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;
}
.pxl-showcase-grid .pxl-item--buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
}
.pxl-showcase-grid .pxl-item--buttons .btn {
  color: #fff !important;
  line-height: 44px;
  padding: 0 30px;
  font-size: 15px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin: 5px 0px;
  font-weight: bold;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
}
.pxl-showcase-grid .pxl-item--buttons .btn:hover {
  color: #fff !important;
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button {
  transform: translateY(-40px);
  opacity: 0;
  -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-showcase-grid .pxl-item--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.pxl-showcase-grid .pxl-item--title a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.pxl-showcase-grid .pxl-item--inner {
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .pxl-showcase-grid .pxl-item--inner {
    margin-bottom: 30px;
  }
}
.pxl-showcase-grid .pxl-item--inner.style-2 .pxl-item--image {
  position: relative;
}
.pxl-showcase-grid .pxl-item--inner.style-2 .pxl-item--image:before {
  display: none;
}
.pxl-showcase-grid .pxl-item--inner.style-2 .pxl-item--image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(48, 49, 66, .5);
  backdrop-filter: blur(15px);
}
.pxl-showcase-grid .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button {
  transform: translateY(0px);
  opacity: 1;
}
.pxl-showcase-grid .pxl-item--inner:hover .pxl-item--image:before {
  opacity: 0.67;
}
.pxl-logo-box.style1 a {
  background-color: #fff;
  filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.04));
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  z-index: 5;
  position: relative;
  padding: 45px 45px 38px 45px;
  overflow: hidden;
}
.pxl-logo-box.style1 a:after {
  content: '';
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
}
.pxl-logo-box.style2 a {
  background-color: #323232;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 39px 32px 22px 33px;
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #636363;
  -webkit-transition: color 0.3s ease, transform 0.3s ease;
  -khtml-transition: color 0.3s ease, transform 0.3s ease;
  -moz-transition: color 0.3s ease, transform 0.3s ease;
  -ms-transition: color 0.3s ease, transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  font-size: 30px;
  position: relative;
}
.pxl-search-popup-button svg, .pxl-cart-sidebar-button svg {
  fill: #636363;
}
.pxl-search-popup-button svg path, .pxl-cart-sidebar-button svg path {
  fill: #636363;
}
.pxl-search-popup-button:hover, .pxl-cart-sidebar-button:hover {
  color: var(--primary-color);
}
.pxl-search-popup-button:hover svg, .pxl-cart-sidebar-button:hover svg {
  fill: var(--primary-color);
}
.pxl-search-popup-button:hover svg path, .pxl-cart-sidebar-button:hover svg path {
  fill: #636363;
  fill: var(--primary-color);
}
.pxl-cart-sidebar-button svg {
  fill: #1b1d21;
  height: 24px;
  width: inherit;
}
.pxl-search-popup-button.style-box {
  width: 47px;
  height: 47px;
  background-color: #009688;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner {
    display: block;
    text-align: center;
  }
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--image {
  filter: drop-shadow(-5.905px 6.792px 23px rgba(0, 0, 0, 0.3));
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path {
  display: inline-flex;
  clip-path: polygon(50% 0, 50% 0, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0 70%, 0 29%);
  width: 137px;
  min-width: 137px;
  height: 158px;
  position: relative;
  background-color: #fff;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path:hover .pxl-inner-image img {
  opacity: 0.8;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path .pxl-inner-image {
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  clip-path: polygon(50% 0, 50% 0, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0 70%, 0 29%);
  background-color: #000;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path .pxl-inner-image img {
  opacity: 0.451;
  -webkit-transition: all 0.75s;
  -khtml-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path .pxl-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter-clip-path .pxl-btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta {
  width: 23.5%;
  padding-left: 34px;
}
@media (max-width: 1199px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta {
    padding-left: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta {
    padding-left: 0;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta .pxl-counter--number {
  font-family: "Exo 2";
  font-size: 75px;
  color: var(--primary-color);
  font-weight: 800;
  display: flex;
  line-height: 1;
  align-items: baseline;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta .pxl-counter--number .pxl-counter--suffix, .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta .pxl-counter--number .pxl-counter--prefix {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta .pxl-counter--number {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-counter--meta .pxl-counter--number {
    justify-content: center;
  }
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-item-content {
  margin-top: 12px;
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-item-content .pxl-sub--title {
  font-size: 15px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #323334;
  font-weight: 500;
  font-family: "Exo 2";
  line-height: 0.9;
}
@media (max-width: 575px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-item-content .pxl-sub--title {
    margin-bottom: 10px;
  }
}
.pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-item-content .pxl-counter--title {
  font-size: 45px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #010101;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1;
}
@media (max-width: 1199px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-item-content .pxl-counter--title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .pxl-couner-banner.pxl-couner-banner1 .pxl-counter--inner .pxl-item-content .pxl-counter--title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pxl-couner-banner.pxl-couner-banner2 {
    border: none !important;
  }
  .pxl-couner-banner.pxl-couner-banner2 .pxl-counter--inner {
    border: none;
  }
  .pxl-couner-banner.pxl-couner-banner2 .pxl-item-border {
    display: none;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style1 {
  position: relative;
}
.pxl-couner-banner.pxl-couner-banner2.style1 .pxl-item-border {
  position: absolute;
  bottom: -2px;
  right: 13px;
  width: 13px;
  height: 4px;
  background-color: var(--primary-color);
  z-index: 1;
}
.pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner {
  position: relative;
  padding-left: 75px;
  padding-bottom: 26px;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner {
    padding-left: 0 !important;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner .pxl-counter--image {
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner .pxl-counter--image {
    position: relative;
    margin-bottom: 20px;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner .pxl-counter--image img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(48%) saturate(5043%) hue-rotate(2deg) brightness(106%) contrast(102%);
}
.pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-couner-banner.pxl-couner-banner2.style1 .pxl-counter--inner .pxl-counter--title {
  font-size: 18px;
  color: #494949;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-couner-banner.pxl-couner-banner2.style2 {
  position: relative;
}
.pxl-couner-banner.pxl-couner-banner2.style2 .pxl-item-border {
  position: absolute;
  bottom: 13px;
  left: -2px;
  width: 4px;
  height: 13px;
  background-color: var(--primary-color);
  z-index: 1;
}
.pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner {
  position: relative;
  padding-left: 75px;
  padding-bottom: 26px;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner {
    padding-left: 0 !important;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner .pxl-counter--image {
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner .pxl-counter--image {
    position: relative;
    margin-bottom: 20px;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner .pxl-counter--image img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(48%) saturate(5043%) hue-rotate(2deg) brightness(106%) contrast(102%);
}
.pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-couner-banner.pxl-couner-banner2.style2 .pxl-counter--inner .pxl-counter--title {
  font-size: 18px;
  color: #494949;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-couner-banner.pxl-couner-banner2.style3 {
  position: relative;
}
.pxl-couner-banner.pxl-couner-banner2.style3 .pxl-item-border {
  position: absolute;
  right: -2px;
  top: 13px;
  height: 13px;
  width: 4px;
  background-color: var(--primary-color);
  z-index: 1;
}
.pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner {
  position: relative;
  padding-left: 75px;
  padding-bottom: 26px;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner {
    padding-left: 0 !important;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner .pxl-counter--image {
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner .pxl-counter--image {
    position: relative;
    margin-bottom: 20px;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner .pxl-counter--image img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(48%) saturate(5043%) hue-rotate(2deg) brightness(106%) contrast(102%);
}
.pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-couner-banner.pxl-couner-banner2.style3 .pxl-counter--inner .pxl-counter--title {
  font-size: 18px;
  color: #494949;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-couner-banner.pxl-couner-banner2.style4 {
  position: relative;
}
.pxl-couner-banner.pxl-couner-banner2.style4 .pxl-item-border {
  position: absolute;
  top: -2px;
  left: 13px;
  width: 13px;
  height: 4px;
  background-color: var(--primary-color);
  z-index: 1;
}
.pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner {
  position: relative;
  padding-left: 75px;
  padding-bottom: 26px;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner {
    padding-left: 0 !important;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner .pxl-counter--image {
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1200px) {
  .pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner .pxl-counter--image {
    position: relative;
    margin-bottom: 20px;
  }
}
.pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner .pxl-counter--image img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(48%) saturate(5043%) hue-rotate(2deg) brightness(106%) contrast(102%);
}
.pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1;
  margin-bottom: 8px;
}
.pxl-couner-banner.pxl-couner-banner2.style4 .pxl-counter--inner .pxl-counter--title {
  font-size: 18px;
  color: #494949;
  font-weight: 400;
  font-family: "Roboto";
}
@media (max-width: 767px) {
  .pxl-couner-banner.pxl-couner-banner3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .pxl-couner-banner.pxl-couner-banner3 {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .pxl-couner-banner.pxl-couner-banner3 {
    width: 100%;
  }
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner {
  position: relative;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-border {
  perspective: 2000px;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-border:before {
  content: '';
  position: absolute;
  width: 113%;
  height: 105%;
  border: 2px solid #00b1e4;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  transform: translate3d(-17px, 0px, 0px) rotateY(30deg);
  left: 0px;
  bottom: -10px;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-inner-image {
  perspective: 900px;
  transform-style: preserve-3d;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-inner-image.parallax-scale {
  transform: unset !important;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-inner-image img {
  transform: translate3d(-21px, 0px, 0px) rotateY(-27deg);
  filter: drop-shadow(5px 8.66px 3.5px rgba(5, 5, 5, 0.15));
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta {
  position: absolute;
  top: -30px;
  left: 33px;
  text-align: center;
  perspective: 500px;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta .pxl-item-content {
  transform: translate3d(0px, 0px, 0px) rotateY(39deg);
  background-color: var(--primary-color);
  padding: 14px 15px;
  border-radius: 30px;
  filter: drop-shadow(-7.552px 9.326px 0px #013b79);
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta .pxl-counter--number {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  display: inline-flex;
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  opacity: 0;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta .pxl-counter--title {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: "Exo 2";
  max-width: 59%;
  margin: 0 auto;
  line-height: 1.3;
  transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  opacity: 0;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta .pxl-item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 15px;
  width: 100%;
  height: 100%;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta .pxl-item-content2 .pxl-counter--number {
  opacity: 1;
}
.pxl-couner-banner.pxl-couner-banner3 .pxl-counter--inner .pxl-counter--meta .pxl-item-content2 .pxl-counter--title {
  opacity: 1;
}
.pxl-title-box.pxl-title-box1 .pxl-image-wg {
  filter: drop-shadow(0px 8px 21.5px rgba(0, 0, 0, 0.21));
}
.pxl-title-box.pxl-title-box1 .pxl-meta-inner {
  display: inline-flex;
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  width: 196px;
  min-width: 196px;
  height: 227px;
  position: relative;
  background-color: var(--gradient-color-from);
  text-align: center;
}
.pxl-title-box.pxl-title-box1 .pxl-meta-inner .pxl-item-clip {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  background-color: #fff;
  padding-top: 38px;
}
.pxl-title-box.pxl-title-box1 .pxl-meta-inner .pxl-item-conent {
  padding: 0 10px 17px 10px;
  margin-bottom: 5px;
  border-bottom: 3px solid var(--gradient-color-from);
}
.pxl-title-box.pxl-title-box1 .pxl-meta-inner .pxl-sub-title {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  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;
  padding: 0 17px;
  display: inline-block;
  margin-bottom: 10px;
}
.pxl-title-box.pxl-title-box1 .pxl-meta-inner .pxl-item-title {
  font-size: 22px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.05;
}
.pxl-title-box.pxl-title-box1 .pxl-meta-inner .pxl-conent-number {
  display: inline-flex;
  align-items: center;
  font-size: 26px;
  color: #151f35;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner {
  position: relative;
  -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;
  margin-bottom: 30px;
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner:hover a:before {
  opacity: 1;
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner:hover a:after {
  opacity: 1;
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner:hover a img {
  opacity: 0.7;
  transform: scale(1.05);
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner a {
  width: 100%;
  display: block;
  height: 100%;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -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;
  background-color: var(--link-color);
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 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;
  z-index: 1;
}
.pxl-gallery-layout.pxl-gallery-1 .item--inner a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 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-gallery-layout.pxl-gallery-1 .item--inner a img {
  -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-process .pxl-swiper-container {
  margin: 0 -10px;
}
.pxl-process .pxl-swiper-slide {
  padding: 0 10px;
}
.pxl-process.pxl-process-layout1 .pxl-item--inner .pxl-item--image {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.pxl-process.pxl-process-layout1 .pxl-item--inner .pxl-item--image .pxl-item--number {
  font-size: 44px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  font-family: "Exo 2";
  position: absolute;
  bottom: -11px;
  left: 16px;
}
.pxl-process.pxl-process-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  margin-bottom: 11px;
  margin-top: 23px;
  font-size: 20px;
  font-weight: 600;
}
.pxl-process.pxl-process-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
  font-size: 15px;
  color: #494949;
}
.pxl-meta-grid1 .pxl-item--inner {
  background-color: #f6f6f6;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 19px 20px 21px 30px;
}
.pxl-meta-grid1 .pxl-item--inner .pxl-item--icon {
  font-size: 40px;
  color: var(--primary-color);
  line-height: 1;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.pxl-meta-grid1 .pxl-item--inner .pxl-item--icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
.pxl-meta-grid1 .pxl-item--inner .pxl-item--icon svg {
  height: 40px;
}
.pxl-meta-grid1 .pxl-item--inner .pxl-item--icon svg path {
  fill: var(--primary-color);
}
.pxl-meta-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 600;
}
.pxl-meta-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
  font-size: 15px;
  font-weight: 400;
  color: #494949;
}
.pxl-meta-grid2 .pxl-item--inner {
  border-top: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 15px 0 0 15px;
}
.pxl-meta-grid2 .pxl-item--inner .pxl-item--holder {
  background-color: #fff;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 42px 40px 40px 40px;
}
.pxl-meta-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 600;
  color: var(--link-color);
  margin-bottom: 20px;
}
.pxl-meta-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
  color: #444;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .pxl-meta-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
    font-size: 16px;
  }
}
.search-form .searchform-wrap {
  position: relative;
}
.search-form .searchform-wrap .search-field {
  padding-right: 50px;
}
.search-form .searchform-wrap .search-submit {
  height: 38px;
  width: 38px;
  font-weight: 700;
  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;
  top: 50%;
  right: 5px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.search-form .searchform-wrap .search-submit i {
  line-height: 1;
  background-color: unset;
  color: #fff;
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.search-form .searchform-wrap .search-submit i svg path {
  fill: #fff;
}
.pxl-image-single .pxl-item--inner {
  overflow: hidden;
}
.pxl-image-single .pxl-item--inner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -60px;
}
.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: 32px 20px 24px 28px;
  position: relative;
  overflow: hidden;
}
.pxl-career-grid1 .pxl-item--inner .pxl-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-career-grid1 .pxl-item--inner:hover .pxl-item--icon {
  color: var(--primary-color);
}
.pxl-career-grid1 .pxl-item--inner .pxl-item--icon {
  font-size: 50px;
  line-height: 1;
  color: var(--link-color);
  -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-career-grid1 .pxl-item--inner .pxl-item--holder {
  margin-top: 15px;
}
.pxl-career-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 600;
  -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;
  position: relative;
  z-index: 1;
}
.pxl-career-grid1 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
  font-size: 16px;
  color: #494949;
}
.pxl-apply-list1 .pxl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
  padding-top: 36px;
  padding-bottom: 46px;
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item {
    display: block;
  }
}
.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 (max-width: 1024px) {
  .pxl-apply-list1 .pxl-item .pxl-address-time {
    display: block;
  }
}
.pxl-apply-list1 .pxl-item .pxl-item-boder {
  position: relative;
  padding-right: 65px;
}
@media (max-width: 1199px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder {
    padding-right: 50px;
  }
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item .pxl-item-boder {
    padding-right: 0;
  }
  .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%);
  background: radial-gradient(circle at 0%, #dbdbdb, #dbdbdb 0%, #fff 75%, #dbdbdb 1000%);
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-title-address {
  font-size: 24px;
  font-weight: 600;
  font-family: "Exo 2";
  color: var(--link-color);
  margin-bottom: 11px;
}
@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;
  color: #494949;
  padding-left: 4px;
}
@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 i {
  color: var(--link-color);
}
.pxl-apply-list1 .pxl-item .pxl-address-time .pxl-item-time {
  font-size: 16px;
  color: #494949;
  margin-left: 32px;
  margin-bottom: 3px;
}
@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 i {
  color: var(--link-color);
}
.pxl-apply-list1 .pxl-item .sub-style {
  font-size: 16px;
  color: #494949;
  margin-top: 9px;
}
.pxl-apply-list1 .pxl-item .title-style {
  font-size: 20px;
  color: var(--link-color);
}
@media (max-width: 880px) {
  .pxl-apply-list1 .pxl-item .pxl-item-button {
    margin-top: 20px;
  }
}
.pxl-apply-list1 .pxl-item .pxl-item-button .btn {
  background-color: unset;
  border: 2px solid #494949;
  border-radius: 6px;
  color: #494949;
  line-height: 52px;
}
.pxl-apply-list1 .pxl-item .pxl-item-button .btn i {
  background-color: #494949;
  color: #fff;
}
.pxl-apply-list1 .pxl-item .pxl-item-button .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.pxl-apply-list1 .pxl-item .pxl-item-button .btn:hover i {
  background-color: #fff;
  color: var(--link-color);
}
.pxl-career-single {
  padding: 5px;
}
.pxl-career-single .pxl-item--image {
  position: relative;
}
.pxl-career-single .pxl-item--image:before {
  content: '';
  background: linear-gradient(#000, rgba(255, 255, 255, 0.01));
  width: 100%;
  height: 29.76%;
  top: 0;
  left: 0;
  position: absolute;
}
.pxl-career-single .pxl-item--image img {
  width: 100%;
}
.pxl-list-box1 .pxl-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #dbdbdb;
  padding: 35px 0 32px 0;
}
.pxl-list-box1 .pxl-item:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.pxl-list-box1 .pxl-item:hover .pxl-item--image {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
.pxl-list-box1 .pxl-item:hover .pxl-item--image img {
  -webkit-animation-name: pxlSkewIn;
  animation-name: pxlSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-list-box1 .pxl-item .pxl-item--image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  min-width: 190px;
  z-index: 99;
  -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-list-box1 .pxl-item .pxl-item--image img {
  transform: translate(0, 0) !important;
}
@media screen and (max-width: 767px) {
  .pxl-list-box1 .pxl-item .pxl-item--image {
    display: none;
  }
}
.pxl-list-box1 .pxl-item .pxl-item--title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 9px;
}
.pxl-list-box1 .pxl-item .pxl-sub--title {
  font-size: 16px;
}
.pxl-list-box1 .pxl-item .pxl-title-year {
  font-size: 18px;
  font-weight: 500;
  color: var(--link-color);
  font-family: "Exo 2";
}
.pxl-button-video1 .pxl-btn-video {
  width: 149px;
  height: 149px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
}
.pxl-button-video1 .pxl-btn-video .pxl-item--img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  animation: pxl_spin 10s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-button-video2 .pxl-btn-video {
  width: 143px;
  height: 132px;
  border-radius: 6px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  -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;
  line-height: 1;
}
@media (max-width: 767px) {
  .pxl-button-video2 .pxl-btn-video {
    width: 114px;
    height: 105px;
    font-size: 30px;
  }
}
.pxl-button-video2 .pxl-btn-video i {
  filter: drop-shadow(-2.867px 7.469px 0px #00254e);
  -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;
  margin-top: 10px;
}
.pxl-button-video2 .pxl-btn-video:hover i {
  filter: none;
}
.pxl-button-video3 .pxl-item--inner {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.7);
}
.pxl-button-video3 .pxl-item--inner .pxl-btn-video {
  width: 49px;
  min-width: 49px;
  height: 49px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  font-size: 14px;
  color: #0d0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.pxl-button-video3 .pxl-item--inner .pxl-btn-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  border-radius: inherit;
}
.pxl-button-video3 .pxl-item--inner .pxl-btn-video span {
  margin-top: 5px;
}
.pxl-button-video3 .pxl-item--inner .pxl-item-title {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 1.2;
  margin-bottom: 4px;
}
.pxl-button-video3 .pxl-item--inner .pxl-sub-title {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
  line-height: 1.2;
}
.pxl-button-video4 .pxl-btn-video {
  background-color: rgba(255, 255, 255, 0.180);
  width: 83px;
  height: 82px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pxl-button-video4 .pxl-btn-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.600);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  border-radius: inherit;
}
.pxl-button-video4 .pxl-btn-video:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.600);
  border-radius: 50%;
  animation: pxl_pulse_border 1600ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1600ms ease-out infinite;
  border-radius: inherit;
}
.pxl-instagram-grid1 .pxl-item--inner {
  -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-instagram-grid1 .pxl-item--inner:hover .pxl-item--image a i {
  opacity: 1;
  top: 50%;
}
.pxl-instagram-grid1 .pxl-item--inner:hover .pxl-item--image a img {
  opacity: 0.6;
}
.pxl-instagram-grid1 .pxl-item--inner .pxl-item--image {
  background-color: var(--link-color);
  -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;
  -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-instagram-grid1 .pxl-item--inner .pxl-item--image a {
  display: block;
  position: relative;
}
.pxl-instagram-grid1 .pxl-item--inner .pxl-item--image a i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 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;
  opacity: 0;
}
.pxl-instagram-grid1 .pxl-item--inner .pxl-item--image a img {
  -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-grid1 .pxl-item--inner .pxl-item--image {
  text-align: center;
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner {
  position: relative;
  text-align: center;
  width: 569px;
  min-width: 569px;
  height: 569px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 83, 3, 0.788);
  align-content: center;
}
@media (max-width: 1199px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner {
    width: 500px;
    min-width: 500px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner {
    width: unset;
    min-width: unset;
    height: unset;
    background-color: unset;
  }
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-border {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 83, 3, 0.369);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: pxl_pulse_radius 2000ms ease-out infinite;
  -webkit-animation: pxl_pulse_radius 2000ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
@media (max-width: 575px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-border {
    display: none;
  }
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-sub-title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-sub-title {
    font-size: 20px;
  }
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-sub-title:before {
  content: '';
  background-image: url(../img/img-icon-fancybox1.png);
  width: 21px;
  height: 21px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(99%) sepia(39%) saturate(2%) hue-rotate(200deg) brightness(110%) contrast(100%);
  transform: translate(0, -50%);
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.35));
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-title {
    font-size: 40px;
  }
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-desc {
  opacity: 0.851;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  max-width: 89%;
  margin: 0 auto;
  line-height: 1.77;
  margin-bottom: 41px;
}
@media (max-width: 575px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-item-desc {
    max-width: 100%;
  }
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-btn-link {
  display: inline-flex;
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-btn-link a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: var(--link-color);
  padding: 8px 10px 8px 27px;
  display: inline-flex;
  align-items: center;
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-btn-link a:hover span {
  transform: rotate(0deg);
}
.pxl-fancy-box.pxl-fancy-box1 .pxl-meta-inner .pxl-btn-link a span {
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.35));
  background-color: #fff;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  border-radius: 50%;
  color: #000;
  transform: rotate(-44deg);
  margin-left: 17px;
  -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-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner {
  background-color: #f6f6f6;
  padding: 35px 40px 40px 40px;
}
@media (max-width: 880px) {
  .pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner {
    padding: 30px 20px 30px 20px;
  }
}
.pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner .pxl-image-wg {
  display: flex;
}
@media (max-width: 1200px) {
  .pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner .pxl-image-wg {
    display: block;
  }
}
.pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner .pxl-item--icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 4px;
  padding-top: 8px;
}
@media (max-width: 1200px) {
  .pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner .pxl-item--icon {
    margin-bottom: 15px;
    margin-right: 0;
    padding-top: 0;
  }
}
.pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner .pxl-item-content .pxl-item-title {
  font-size: 24px;
  color: #262626;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
  margin-bottom: 16px;
}
.pxl-fancy-box.pxl-fancy-box2.style1 .pxl-meta-inner .pxl-item-content .pxl-item-desc {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner {
  background-color: var(--primary-color);
  padding: 35px 40px 40px 40px;
}
@media (max-width: 880px) {
  .pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner {
    padding: 30px 20px 30px 20px;
  }
}
.pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-image-wg {
  display: flex;
}
@media (max-width: 1200px) {
  .pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-image-wg {
    display: block;
  }
}
.pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-item--icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 4px;
  padding-top: 8px;
}
@media (max-width: 1200px) {
  .pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-item--icon {
    margin-bottom: 15px !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
  }
}
.pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-item--icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(39%) saturate(2%) hue-rotate(200deg) brightness(110%) contrast(100%);
}
.pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-item-content .pxl-item-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
  margin-bottom: 16px;
}
.pxl-fancy-box.pxl-fancy-box2.style2 .pxl-meta-inner .pxl-item-content .pxl-item-desc {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  opacity: 0.851;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner {
  margin-left: 33px;
  border-radius: 8px;
  filter: drop-shadow(-1.035px 3.864px 21.5px rgba(0, 9, 37, 0.2));
  transform: translateX(0px);
  -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;
  padding: 31px 20px 27px 0;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner {
    margin-left: 0;
    padding: 25px 15px 25px 15px;
  }
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-shape-img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-shape-img:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/shape-img1.png);
  background-position: 50%;
  width: 100%;
  height: 105%;
  z-index: -1;
  opacity: 0;
  border-radius: 8px;
  -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-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg {
  display: flex;
  -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: 1024px) {
  .pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg {
    display: block;
  }
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item--icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  filter: drop-shadow(-3.914px 5.803px 0px var(--primary-color));
  background-color: var(--gradient-color-to);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -33px;
  margin-right: 25px;
  font-size: 30px;
  -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;
  position: relative;
}
@media (max-width: 1024px) {
  .pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item--icon {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item--icon .pxl-icon1 img {
  filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(319deg) brightness(104%) contrast(106%);
  -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;
  opacity: 1;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item--icon .pxl-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item--icon .pxl-icon2 img {
  filter: invert(18%) sepia(18%) saturate(6381%) hue-rotate(207deg) brightness(93%) contrast(112%);
  -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;
  opacity: 0;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item-content .pxl-item-title {
  font-size: 22px;
  color: var(--gradient-color-to);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
  margin-bottom: 12px;
  -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-fancy-box.pxl-fancy-box3 .pxl-meta-inner .pxl-image-wg .pxl-item-content .pxl-item-desc {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  font-family: "Exo 2";
  -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-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover {
  transform: translateX(8px);
  background-color: var(--gradient-color-to);
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover .pxl-shape-img:before {
  opacity: 1;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover .pxl-image-wg .pxl-item--icon {
  background-color: #fff;
  color: var(--gradient-color-to);
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover .pxl-image-wg .pxl-item--icon .pxl-icon1 img {
  opacity: 0;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover .pxl-image-wg .pxl-item--icon .pxl-icon2 img {
  opacity: 1;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover .pxl-image-wg .pxl-item-content .pxl-item-title {
  color: #fff;
}
.pxl-fancy-box.pxl-fancy-box3 .pxl-meta-inner:hover .pxl-image-wg .pxl-item-content .pxl-item-desc {
  color: #f2f2f2;
}
.pxl-fancy-box.pxl-fancy-box3.style2 .pxl-meta-inner:hover {
  transform: translateX(-8px);
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner {
  position: relative;
  padding-bottom: 58px;
}
@media (max-width: 360px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner {
    padding-bottom: 15px;
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout1 {
  text-align: right;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout1 {
    padding-right: 0;
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout1 .pxl-item--img {
  display: inline-block;
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout1 .pxl-item--img img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-transform-left {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-transform-left img {
    transform: none !important;
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 {
  position: absolute;
  bottom: 0;
  left: 63px;
  perspective: 70px;
  perspective-origin: 50% 50%;
}
@media (max-width: 1280px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 {
    left: 0;
  }
}
@media (max-width: 360px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 {
    position: unset;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-item--image img {
    width: 100%;
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2:hover .pxl-inner-content {
  transform: scaleX(1) scaleY(1) scaleZ(0.1) rotateX(8deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-image-wg {
    transform: none !important;
    -webkit-transform: none !important;
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content {
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 16px solid #fff;
  -webkit-transition: all 1s;
  -khtml-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content {
    filter: drop-shadow(0px 7px 13.5px rgba(0, 0, 0, 0.05));
  }
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content:before {
  content: '';
  position: absolute;
  background-color: rgba(12, 14, 18, 0.420);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content .pxl-inner-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 7px;
  z-index: 2;
  width: 100%;
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content .pxl-inner-video .pxl-button-video {
  margin-bottom: 15px;
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content .pxl-inner-video .pxl-btn-video {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: drop-shadow(0px 1px 27px rgba(47, 84, 238, 0.46));
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content .pxl-inner-video .pxl-btn-video:hover {
  background-color: #fff;
  color: var(--primary-color);
  animation: jello 1s;
}
.pxl-banner-video.pxl-banner-video1 .pxl-meta-inner .pxl-item-layout2 .pxl-inner-content .pxl-inner-video .pxl-item-title {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fefeff;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner {
  display: flex;
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner {
    display: block;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-img {
  width: 50%;
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-img {
    width: 100%;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video {
  margin-left: -181px;
  padding-top: 3px;
}
@media (max-width: 1280px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video {
    margin-left: -250px;
  }
}
@media (max-width: 1199px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video {
    margin-left: 0;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video.layout-left {
  margin-left: 0px;
  padding-top: 35px;
  display: inline-block;
  display: none;
}
@media (max-width: 1199px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video.layout-left {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video.layout-left {
    display: block;
  }
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video.layout-left img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-layout-video .pxl-image-wg {
    transform: unset !important;
    -webkit-transform: unset !important;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content {
  position: relative;
}
@media (max-width: 676px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content {
    display: inline-block;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-item--image {
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 1s;
  -khtml-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #000;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-item--image img {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.7;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-inner-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 7px;
  z-index: 2;
  width: 100%;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-inner-video .pxl-button-video {
  margin-bottom: 15px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-inner-video .pxl-btn-video {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #4f4f4f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 13px;
  line-height: 1;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-inner-video .pxl-btn-video:hover {
  background-color: #fff;
  color: var(--primary-color);
  animation: jello 1s;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-inner-content .pxl-inner-video .pxl-item-title {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fefeff;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content {
  width: 50%;
  padding-left: 51px;
}
@media (max-width: 1280px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content {
    width: 100%;
    padding-left: 0;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading {
  padding-top: 20px;
  margin-bottom: 26px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading {
    padding-left: 0;
    padding-top: 50px;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading .pxl-sub-title {
  font-size: 19px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 8px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading .pxl-item-title {
  font-size: 60px;
  letter-spacing: 0.5px;
  color: #090909;
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
  line-height: 1.1;
  max-width: 75%;
}
@media (max-width: 1280px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading .pxl-item-title {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading .pxl-item-title {
    font-size: 55px;
  }
}
@media (max-width: 880px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading .pxl-item-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-heading .pxl-item-title {
    font-size: 35px;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-desc {
  font-size: 18px;
  letter-spacing: 0.15px;
  color: #626262;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  max-width: 73%;
}
@media (max-width: 991px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-desc {
    max-width: 100%;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list {
  display: flex;
  padding-top: 37px;
}
@media (max-width: 1024px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list {
    display: block;
    padding-top: 25px;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list {
  margin-left: 74px;
}
@media (max-width: 1199px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list {
    margin-left: 0;
    width: 100%;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list .pxl-item {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 13px;
  margin-bottom: 11px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list .pxl-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list .pxl-item .pxl-item--title-list {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  display: flex;
  align-items: center;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list .pxl-item .pxl-item--title-list .pxl-icon-list {
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: flex;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 27px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list .pxl-item .pxl-item--title-list .pxl-icon-list svg {
  height: 8px;
  width: auto;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-video-list .pxl-list .pxl-item .pxl-item--title-list .pxl-icon-list svg path {
  fill: #fff;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom {
  display: flex;
  align-items: center;
  margin-top: 52px;
  margin-left: -3px;
}
@media (max-width: 991px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-item-btn {
  margin-right: 29px;
}
@media (max-width: 991px) {
  .pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-item-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-item-btn .btn {
  position: relative;
  padding-right: 43px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-item-btn .btn i {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-item-btn .btn:hover i {
  right: 10px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-item-btn .btn span {
  padding: 0 30px 0 20px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-inner-phone {
  font-size: 24px;
  letter-spacing: 0px;
  color: #090909;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item-content .pxl-item-bottom .pxl-inner-phone .pxl-icon-phone {
  margin-left: 14px;
  margin-right: 8px;
}
.pxl-banner-video.pxl-banner-video2 .pxl-meta-inner .pxl-item--img img {
  border-radius: 10px;
  border-left: 7px solid var(--primary-color);
}
.pxl-banner-video.pxl-banner-video3 .pxl-meta-inner {
  position: relative;
}
.pxl-banner-video.pxl-banner-video3 .pxl-meta-inner .pxl-item-layout2 {
  position: absolute;
  bottom: 0;
  right: 26px;
  z-index: 2;
}
.pxl-banner-video.pxl-banner-video3 .pxl-meta-inner .pxl-item-layout2 .pxl-btn-video {
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 991px) {
  .pxl-banner-video.pxl-banner-video3 .pxl-meta-inner .pxl-item-layout2 .pxl-btn-video {
    width: 150px;
    height: 150px;
  }
}
.pxl-banner-video.pxl-banner-video3 .pxl-meta-inner .pxl-item-layout2 .pxl-btn-video span {
  z-index: 1;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #57586d;
  position: relative;
}
.pxl-banner-video.pxl-banner-video3 .pxl-meta-inner .pxl-item-layout2 .pxl-btn-video span:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(140, 140, 140, 0.5);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  border-radius: inherit;
}
.pxl-banner-video.pxl-banner-video3 .pxl-item-layout3 {
  position: relative;
}
.pxl-banner-video.pxl-banner-video3 .pxl-item-layout3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/border-overlay1.png);
  background-position: center center;
  z-index: 1;
}
@media (max-width: 1199px) {
  .pxl-banner-video.pxl-banner-video3 .pxl-item-layout3:before {
    display: none;
  }
}
.pxl-banner-video.pxl-banner-video3 .pxl-item--img {
  mask-image: url(../img/bg-overlay2.png);
  -webkit-mask-image: url(../img/bg-overlay2.png);
  -ms-mask-image: url(../images/bg-overlay2.png);
  -o-mask-image: url(../images/bg-overlay2.png);
  -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;
  overflow: hidden;
  -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;
  mask-size: auto;
}
@media (max-width: 1199px) {
  .pxl-banner-video.pxl-banner-video3 .pxl-item--img {
    mask-size: cover;
  }
}
@media (max-width: 767px) {
  .pxl-banner-video.pxl-banner-video3 .pxl-item--img {
    mask-size: contain;
  }
}
@media (max-width: 480px) {
  .pxl-banner-video.pxl-banner-video3 .pxl-item--img {
    mask-image: unset;
    -webkit-mask-image: unset;
    -ms-mask-image: unset;
    -o-mask-image: unset;
    mask-size: unset;
  }
}
.pxl-left-image {
  overflow: hidden;
  display: inline-block;
}
.pxl-left-image img {
  object-fit: cover;
  transform-origin: left;
}
.pxl-right-image {
  overflow: hidden;
  display: inline-block;
}
.pxl-right-image img {
  object-fit: cover;
  transform-origin: right;
}
.pxl-dow-image {
  overflow: hidden;
  display: inline-block;
}
.pxl-dow-image img {
  object-fit: cover;
  transform-origin: top;
}
.pxl-up-image {
  overflow: hidden;
  display: inline-block;
}
.pxl-up-image img {
  object-fit: cover;
  transform-origin: bottom;
}
.pxl-transform-left, .pxl-transform-right {
  perspective: 700px;
  transform-style: preserve-3d;
}
.pxl-transform-left img, .pxl-transform-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxl-clip-left {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.pxl-clip-left img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.pxl-cart-sidebar-button.style1 {
  font-size: 23px;
  color: #1b1d21;
  position: relative;
}
.pxl-cart-sidebar-button.style1 .pxl_cart_counter {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: "Urbanist";
  font-size: 12px;
  position: absolute;
  bottom: -11px;
  left: -10px;
  padding-top: 2px;
  padding-left: 1px;
}
.pxl-cart-sidebar-button.style2 {
  font-size: 17px;
  color: #fff;
  position: relative;
}
.pxl-cart-sidebar-button.style2 .pxl_cart_counter {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--link-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: "Urbanist";
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: -5px;
}
body:not(.elementor-editor-active) .pxl-element-slider {
  opacity: 0;
}
.pxl-element-slider {
  position: relative;
  -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;
  border-radius: inherit;
}
.pxl-element-slider .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-element-slider .swiper-slide-active {
  -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: 1 !important;
  z-index: 1;
}
.pxl-element-slider .pxl-slider-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--link-color);
  height: 2px;
  z-index: 100;
  width: 0;
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
}
.pxl-element-slider .pxl-slider--image {
  position: absolute;
  top: 0;
  right: 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;
}
.pxl-element-slider .pxl-slider--mainimage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 600ms linear 0ms;
  -khtml-transition: all 600ms linear 0ms;
  -moz-transition: all 600ms linear 0ms;
  -ms-transition: all 600ms linear 0ms;
  -o-transition: all 600ms linear 0ms;
  transition: all 600ms linear 0ms;
  overflow: hidden;
}
.pxl-element-slider .pxl-slider--mainimage.wow {
  visibility: visible;
}
.pxl-element-slider .pxl-slider--mainimage.pxl-image--kenburns.animated {
  animation-name: pxl_kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  transform: scale(1.2);
}
.pxl-element-slider .pxl-slider--overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.pxl-element-slider .pxl-slider--inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-element-slider .pxl-slider--inner {
    height: auto !important;
  }
}
.pxl-element-slider .pxl-slider--mainimage, .pxl-element-slider .pxl-slider--image, .pxl-element-slider .pxl-slider--inner, .pxl-element-slider .pxl-swiper-slide, .pxl-element-slider .pxl-swiper-wrapper, .pxl-element-slider .pxl-swiper-container, .pxl-element-slider .pxl-carousel-inner {
  border-radius: inherit;
}
.pxl-element-slider.style1 .pxl-slider--overlay {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.pxl-element-slider.style1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction {
  margin-top: 0;
  font-size: 18px;
  color: #fefefe;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  position: absolute;
  bottom: 23px;
  right: 95px;
}
.pxl-element-slider.style1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction:before {
  display: none;
}
@media (max-width: 767px) {
  .pxl-element-slider.style1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 35px;
  }
}
.pxl-element-slider.style1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  position: relative;
}
.pxl-element-slider.style1 .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span:before {
  content: '0';
  position: relative;
  top: 0;
  left: 0;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap {
  margin-top: 0;
  position: absolute;
  bottom: 25px;
  right: 13px;
  z-index: 2;
}
@media (max-width: 767px) {
  .pxl-element-slider.style1 .pxl-swiper-arrow-wrap {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
    width: 100%;
  }
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  color: #fefefe;
  font-size: 20px;
  margin: 0 45px;
  line-height: 1;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotate(180deg);
}
.pxl-element-slider.style1 .pxl-swiper-pagination {
  margin-top: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 72px;
  z-index: 999;
  transform: translateY(-50%);
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots {
  margin-top: 0;
  display: grid;
  background: unset;
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span {
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: unset;
  border: 1px solid #8d9b9d;
  -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;
  margin: 10px 0px;
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:hover {
  border-color: var(--primary-color);
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:hover:before {
  color: var(--primary-color);
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:before {
  content: '01';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #8d9b9d;
  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;
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(2):before {
  content: '02';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(3):before {
  content: '03';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(4):before {
  content: '04';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(5):before {
  content: '05';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(6):before {
  content: '06';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(7):before {
  content: '07';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(8):before {
  content: '08';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(9):before {
  content: '09';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 span:nth-child(10):before {
  content: '10';
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active {
  border-color: var(--primary-color);
}
.pxl-element-slider.style1 .pxl-swiper-pagination .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active:before {
  color: var(--primary-color);
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 {
  position: absolute;
  top: 50%;
  left: 74px;
  transform: translate(0, -50%);
  z-index: 2;
  padding: 0;
}
@media (max-width: 1700px) {
  .pxl-element-slider.style2 .pxl-swiper-dots.style-1 {
    display: none;
  }
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px;
  padding: 10px 8px;
  background-color: unset;
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:after {
  content: '';
  position: absolute;
  width: 53px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  right: 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-element-slider.style2 .pxl-swiper-dots.style-1 span:before {
  content: '01';
  position: absolute;
  top: 25%;
  right: 0%;
  transform: translate(0%, -25%);
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  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;
  opacity: 0;
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(2):before {
  content: '02';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(3):before {
  content: '03';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(4):before {
  content: '04';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(5):before {
  content: '05';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(6):before {
  content: '06';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(7):before {
  content: '07';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(8):before {
  content: '08';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(9):before {
  content: '09';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 span:nth-child(10):before {
  content: '10';
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active {
  background-color: unset !important;
  padding: 22px 24px;
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active:after {
  width: 114px;
  background-color: var(--primary-color);
}
.pxl-element-slider.style2 .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active:before {
  opacity: 1;
}
.pxl-element-slider.style3 .pxl-swiper-dots.style-1 {
  position: absolute;
  top: 44.7%;
  right: 55px;
  transform: translate(0, -50%);
  z-index: 999;
  display: grid;
}
@media (max-width: 1200px) {
  .pxl-element-slider.style3 .pxl-swiper-dots.style-1 {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .pxl-element-slider.style3 .pxl-swiper-dots.style-1 {
    display: none;
  }
}
.pxl-element-slider.style3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet {
  margin: 5px auto;
  background-color: var(--primary-color);
  width: 16px;
  height: 16px;
  position: relative;
  -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-element-slider.style3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet:before {
  content: '';
  width: 250%;
  height: 250%;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 44.9%;
  left: 44%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 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-element-slider.style3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 10px;
  height: 10px;
  margin: 10px auto;
}
.pxl-element-slider.style3 .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.pxl-element-slider.style3 .pxl-slider--inner {
  position: relative;
}
.pxl-element-slider.style3 .pxl-slider--inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 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;
  background-color: var(--primary-color);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 8.7% 100%, 0 80%);
}
@media (max-width: 1280px) {
  .pxl-element-slider.style3 .pxl-slider--inner:before {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 8.7% 100%, 0 90%);
  }
}
.pxl-element-slider.style3 .pxl-slider--overlay {
  clip-path: polygon(0 0, 100% 0, 100% 89%, 8% 100%, 0 81%);
  height: 97%;
}
@media (max-width: 1280px) {
  .pxl-element-slider.style3 .pxl-slider--overlay {
    clip-path: polygon(0 0, 100% 0, 100% 89%, 9% 100%, 0 90%);
  }
}
@media (max-width: 575px) {
  .pxl-element-slider.style3 .pxl-slider--overlay {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 9% 100%, 0 90%);
  }
}
.pxl-element-slider.style3 .pxl-slider--overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.549);
  z-index: 1;
}
.pxl-element-slider.style-1 .pxl-swiper-arrow-wrap {
  margin: 0;
}
.pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  margin: 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%);
  color: var(--link-color);
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    font-size: 14px;
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}
.pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background-color: var(--link-color);
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  left: 60px;
}
@media screen and (max-width: 1200px) {
  .pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    left: 30px;
  }
}
.pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  right: 60px;
}
@media screen and (max-width: 1200px) {
  .pxl-element-slider.style-1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    right: 30px;
  }
}
.pxl-element-slider.style-1:hover .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  opacity: 1;
}
.pxl-text-carousel1 {
  position: relative;
  overflow: hidden;
}
.pxl-text-carousel1.style1 .pxl-item--text {
  white-space: nowrap;
  line-height: 1;
  font-size: 48px;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 767px) {
  .pxl-text-carousel1.style1 .pxl-item--text {
    font-size: 35px;
  }
}
.pxl-text-carousel1.style1 .pxl--item {
  padding: 0 45px;
  width: auto;
  position: relative;
}
.pxl-text-carousel1.style1 .pxl--item:after {
  content: '';
  width: 26px;
  height: 26px;
  padding: 0px;
  display: inline-block;
  right: -13px;
  top: 20%;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  transform: translate(0, 20%);
}
.pxl-text-carousel1.style1 .pxl-text-fixed {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
}
.pxl-text-carousel1.style1 .pxl-text-slide {
  margin: 0 -30px;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
}
.pxl-text-carousel1.style1 .pxl-text-slide.text-slide-to-left {
  left: 50%;
}
.pxl-text-carousel1.style1 .pxl-text-slide.text-slide-to-right {
  right: 50%;
}
@media screen and (max-width: 1200px) {
  .pxl-text-carousel1.style1 .pxl-text-slide {
    margin: 0 -15px;
  }
}
.pxl-text-carousel1.style2 .pxl-item--text {
  white-space: nowrap;
  line-height: 1;
  font-size: 135px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #030303;
  font-weight: 300;
  font-family: "Exo 2";
}
.pxl-text-carousel1.style2 .pxl--item {
  padding: 0 65px;
  width: auto;
  position: relative;
}
.pxl-text-carousel1.style2 .pxl--item:after {
  content: '';
  width: 43px;
  height: 43px;
  padding: 0px;
  display: inline-block;
  right: -13px;
  top: 20%;
  position: absolute;
  transform: translate(0, 20%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/sparkle-icon1.png);
  background-position: center;
}
.pxl-text-carousel1.style2 .pxl--item:nth-child(2n) .pxl-item--text {
  color: var(--primary-color);
}
.pxl-text-carousel1.style2 .pxl-text-fixed {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
}
.pxl-text-carousel1.style2 .pxl-text-slide {
  margin: 0 -30px;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
}
.pxl-text-carousel1.style2 .pxl-text-slide.text-slide-to-left {
  left: 50%;
}
.pxl-text-carousel1.style2 .pxl-text-slide.text-slide-to-right {
  right: 50%;
}
@media screen and (max-width: 1200px) {
  .pxl-text-carousel1.style2 .pxl-text-slide {
    margin: 0 -15px;
  }
}
.pxl-image-marquee1 {
  position: relative;
}
.pxl-image-marquee1.style1 .pxl-item--text {
  white-space: nowrap;
  line-height: 1;
  font-size: 0;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-image-marquee1.style1 .pxl--item {
  padding: 0 15px;
  width: auto;
  position: relative;
}
.pxl-image-marquee1.style1 .pxl--item .pxl-image {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.12);
}
.pxl-image-marquee1.style1 .pxl-text-fixed {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.pxl-image-marquee1.style1 .pxl-text-slide {
  margin: 0 -30px;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  width: max-content;
  height: 100%;
}
.pxl-image-marquee1.style1 .pxl-text-slide.text-slide-to-left {
  left: 90%;
}
.pxl-image-marquee1.style1 .pxl-text-slide.text-slide-to-right {
  right: 90%;
}
@media screen and (max-width: 1200px) {
  .pxl-image-marquee1.style1 .pxl-text-slide {
    margin: 0 -15px;
  }
}
.pxl-pxl_testimonial_marquee1 {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  height: 830px;
}
.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%;
}
.hover img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pxl-blog-list.layout1 .pxl-grid-item {
  display: flex;
  margin-bottom: 20px;
}
.pxl-blog-list.layout1 .pxl-grid-item:last-child {
  margin-bottom: 0;
}
.pxl-blog-list.layout1 .pxl-grid-item:hover .pxl-item--image .bg-image img {
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
}
.pxl-blog-list.layout1 .pxl-grid-item:hover .pxl-item--meta .pxl-item--title a .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-list.layout1 .pxl-grid-item .pxl-item--image {
  margin-right: 21px;
  padding-right: 3px;
  position: relative;
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -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: var(--primary-color);
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--image .bg-image {
  min-width: 85px;
  min-height: 75px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--image .bg-image img {
  height: 100%;
  position: absolute;
  right: 0;
  width: auto;
  max-width: unset;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--meta .pxl-item--date {
  font-size: 12px;
  letter-spacing: 0px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 0;
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--meta .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--meta .pxl-item--title a {
  color: #ddd;
}
.pxl-blog-list.layout1 .pxl-grid-item .pxl-item--meta .pxl-item--title a .char {
  transition: transform 0.2s ease, color 0.2s ease;
  transition-delay: calc(var(--char-index) * 0.02s);
}
.pxl-meta-carousel1 .pxl-item--inner {
  -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-meta-carousel1 .pxl-item--inner .pxl-item--meta {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta {
    display: block;
  }
}
.pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta .pxl-item--title {
  width: 31.1%;
  margin-bottom: 0;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: "Exo 2";
  padding: 40px 0;
  border-right: 1px solid #dfdfdf;
  position: relative;
  -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: 480px) {
  .pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta .pxl-item--title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
    margin-bottom: 20px;
  }
}
.pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta .pxl-item--title .pxl-item-border {
  position: absolute;
  width: 6px;
  height: 30px;
  top: 50%;
  right: -4px;
  background-color: var(--primary-color);
  transform: translate(0, -50%);
  -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: 480px) {
  .pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta .pxl-item--title .pxl-item-border {
    transform: unset;
    right: unset;
    top: unset;
    left: 0;
    bottom: -3px;
    width: 30px;
    height: 6px;
  }
}
.pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta .pxl-item--desc {
  width: 69.9%;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  font-family: "Exo 2";
  position: relative;
  padding-left: 28px;
}
@media (max-width: 480px) {
  .pxl-meta-carousel1 .pxl-item--inner .pxl-item--meta .pxl-item--desc {
    width: 100%;
    padding-left: 0;
  }
}
.pxl-meta-carousel1 .pxl-item--inner:hover .pxl-item--meta .pxl-item--title .pxl-item-border {
  background-color: var(--gradient-color-from);
}
.pxl-meta-carousel2 .pxl-swiper-container {
  margin: 0 -50px;
}
@media (max-width: 1199px) {
  .pxl-meta-carousel2 .pxl-swiper-container {
    margin: 0 -15px;
  }
}
.pxl-meta-carousel2 .pxl-swiper-slide {
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .pxl-meta-carousel2 .pxl-swiper-slide {
    padding: 0 15px;
  }
}
.pxl-meta-carousel2 .pxl-item--inner {
  -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-meta-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-inner--image:before {
  opacity: 1;
  transform: scaleY(1) translate(-50%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-meta-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-inner--image:after {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pxl-meta-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-inner--image .pxl-item-bg {
  opacity: 1;
}
.pxl-meta-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-item-image {
  box-shadow: 0px 0px 0px 0px #818181;
}
.pxl-meta-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-item-image:before {
  opacity: 1;
  height: 44%;
}
.pxl-meta-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-post--readmore {
  opacity: 1;
  top: 58%;
}
.pxl-meta-carousel2 .pxl-item--inner:hover .pxl-inner-icon .pxl-post--icon {
  filter: drop-shadow(-1.042px 5.909px 3px rgba(164, 108, 62, 0.3));
  background-color: var(--link-color);
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-inner--image {
  position: relative;
  padding: 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;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-inner--image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 102%;
  height: 57%;
  background-color: var(--primary-color);
  z-index: -1;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0) translate(-50%, 0);
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-inner--image:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 96%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -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;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-inner--image .pxl-item-bg {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 102%;
  height: 43%;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, 0);
  opacity: 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-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-post--readmore {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -58%);
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore {
  font-size: 15px;
  line-height: 37px;
  height: 37px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  background-color: #fbf3ee;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore:hover {
  color: var(--primary-color);
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-item-image {
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -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;
  box-shadow: 0px 12px 0px -5px #818181;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-item-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  clip-path: polygon(50% 0%, 100% 44%, 100% 100%, 0 100%, 0 44%);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item-top .pxl-item-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%;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-icon {
  text-align: center;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-icon .pxl-post--icon {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: drop-shadow(-1.042px 5.909px 3px rgba(164, 108, 62, 0.3));
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 45px;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-item--holder {
  margin-top: -73px;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-content {
  text-align: center;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-content .pxl-item--title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin-top: 15px;
  margin-bottom: 5px;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-content .pxl-item--title a {
  color: #0d0d0d;
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-content .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-meta-carousel2 .pxl-item--inner .pxl-inner-content .pxl-post--content {
  font-size: 18px;
  letter-spacing: 0px;
  color: #626262;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  max-width: 90%;
  display: inline-block;
}
@media (max-width: 575px) {
  .pxl-meta-carousel2 .pxl-item--inner .pxl-inner-content .pxl-post--content {
    max-width: 100%;
  }
}
.pxl-image-before-after1 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0px 10px 10.5px rgba(0, 0, 0, 0.07));
}
.pxl-image-before-after1 img {
  width: 100%;
}
.pxl-image-before-after1 .before-after-text.style-2 {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  bottom: -30px;
  left: 0;
}
.pxl-image-before-after1 .before-after-text.style-2 .before-text, .pxl-image-before-after1 .before-after-text.style-2 .after-text {
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  font-family: "Inter";
  font-weight: 700;
  line-height: 24px;
}
.pxl-image-before-after1 .before-after-text.df {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
  justify-content: space-between;
  padding: 0 40px;
}
.pxl-image-before-after1 .before-after-text.df .before-text, .pxl-image-before-after1 .before-after-text.df .after-text {
  font-size: 18px;
  display: inline-block;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 20px;
  font-weight: 600;
  line-height: 53px;
}
.pxl-image-before-after1 .twentytwenty-before-label:before, .pxl-image-before-after1 .twentytwenty-after-label:before {
  display: none;
}
.twentytwenty-handle {
  height: 53px;
  width: 53px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border: none;
  margin-left: -25px;
  margin-top: -28px;
}
.twentytwenty-handle span:before {
  color: #232323;
}
.twentytwenty-handle .twentytwenty-left-arrow {
  margin-left: 11px;
}
.twentytwenty-handle .twentytwenty-left-arrow:before {
  content: '\f13f';
  font-family: Caseicon;
  font-size: 10px;
}
.twentytwenty-handle .twentytwenty-right-arrow {
  margin-right: 0;
}
.twentytwenty-handle .twentytwenty-right-arrow:before {
  content: "\f137";
  font-family: Caseicon;
  font-size: 10px;
}
.pxl-blog-single1 .pxl-meta-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -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-blog-single1 .pxl-meta-inner:hover .pxl-item--img img {
  -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-blog-single1 .pxl-meta-inner .pxl-item--img a {
  display: block;
  background-size: cover;
  background-position: center center;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item--img img {
  -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;
  display: none;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #011c3b 60%, rgba(1, 28, 59, 0.01) 100%);
  padding: 50px 40px 16px 36px;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-content-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-new {
  font-size: 15px;
  color: #000b18;
  font-weight: 400;
  font-family: "Exo 2";
  background-color: var(--gradient-color-from);
  display: inline-block;
  border-radius: 5px;
  padding: 2px 17px;
  z-index: 1;
  position: relative;
}
@media (max-width: 880px) {
  .pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-new {
    font-size: 13px;
    padding: 0px 10px;
  }
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-title {
  margin-bottom: 22px;
  margin-top: 8px;
  z-index: 1;
  position: relative;
}
@media (max-width: 880px) {
  .pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-title {
    margin-bottom: 10px;
  }
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-title a {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
  max-width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-title a:hover {
  text-decoration: underline;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  display: inline-flex;
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Exo 2";
}
@media (max-width: 767px) {
  .pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori {
    font-size: 12px;
  }
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori:hover {
  color: var(--primary-color);
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori .pxl-icon-categori {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: relative;
}
@media (max-width: 767px) {
  .pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori .pxl-icon-categori {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori .pxl-icon-categori:before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/img-author1.png);
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 18px;
}
@media (max-width: 767px) {
  .pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-categori .pxl-icon-categori:before {
    width: 17px;
    height: 11px;
  }
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Exo 2";
  border-left: 1px solid #fff;
  margin-left: 22px;
  padding-left: 23px;
}
@media (max-width: 767px) {
  .pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-date {
    font-size: 12px;
    margin-left: 15px;
    padding-left: 15px;
  }
}
.pxl-blog-single1 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item-date i {
  color: var(--gradient-color-from);
}
.pxl-blog-single2 .pxl-meta-inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -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-blog-single2 .pxl-meta-inner:hover .pxl-item--img img {
  -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-blog-single2 .pxl-meta-inner .pxl-item--img a {
  display: block;
  background-size: cover;
  background-position: center center;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item--img img {
  -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;
  display: none;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 60%, rgba(1, 28, 59, 0.01) 100%);
  padding: 50px 40px 21px 32px;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-content-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: "Yantramanav";
  margin-left: 4px;
  letter-spacing: -0.4px;
  filter: drop-shadow(0 0 6.5px rgba(1, 25, 59, 0.1));
}
@media (max-width: 767px) {
  .pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-date {
    font-size: 12px;
  }
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-date i {
  color: var(--primary-color);
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-title {
  margin-bottom: 17px;
  margin-top: 12px;
  z-index: 1;
  position: relative;
}
@media (max-width: 880px) {
  .pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-title {
    margin-bottom: 10px;
  }
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-title a {
  line-height: 1.1;
  max-width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 36px;
  color: #fefefe;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-title a:hover {
  text-decoration: underline;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-list {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  display: inline-flex;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-item--author {
  border-radius: 50%;
  overflow: hidden;
}
.pxl-blog-single2 .pxl-meta-inner .pxl-item-content .pxl-item-list .pxl-author-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
}
.pxl-mega-menu .pxl-showcase1 .pxl-grid-inner {
  height: auto !important;
}
.pxl-mega-menu .pxl-showcase1 .pxl-grid-inner .pxl-grid-item {
  position: static !important;
}
@media (max-width: 1199px) {
  .pxl-mega-menu .pxl-showcase1 .pxl-grid-inner .pxl-grid-item {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
.pxl-mega-menu .pxl-showcase1 .pxl-grid-inner .grid-sizer {
  display: none;
}
.pxl-showcase {
  text-align: center;
}
.pxl-showcase .pxl-item--image {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
  -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);
  height: 300px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.pxl-showcase .pxl-item--image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 4s ease-out, top 4s ease-out;
  -webkit-transition: transform 4s ease-out, top 4s ease-out;
  -moz-transition: transform 4s ease-out, top 4s ease-out;
}
.pxl-showcase .pxl-item--buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
}
.pxl-showcase .pxl-item--buttons .btn {
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0px;
  color: #fff !important;
  border-color: none;
  background-color: var(--primary-color);
  display: inline-block;
  -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;
  font-family: 'Roboto', sans-serif;
}
.pxl-showcase .pxl-item--buttons .btn i {
  display: none;
}
.pxl-showcase .pxl-item--buttons .btn.style-lv2 {
  background-color: var(--link-color);
}
.pxl-showcase .pxl-item--buttons .pxl-item--button {
  transform: translateY(-40px);
  opacity: 0;
  -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-showcase .pxl-item--title {
  font-size: 15px;
  margin-bottom: 0;
  color: var(--link-color);
  font-weight: 600;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
}
.pxl-showcase .pxl-item--title a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.pxl-showcase .pxl-item--inner {
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner {
    margin-bottom: 40px;
  }
}
.pxl-showcase .pxl-item--inner.style-1 .pxl-item--buttons .btn {
  width: auto;
  min-width: 123px;
}
.pxl-showcase .pxl-item--inner.style-1 .pxl-item--buttons .btn:hover {
  transform: scale(1.05);
}
.pxl-showcase .pxl-item--inner.style-2 .pxl-item--image {
  position: relative;
}
.pxl-showcase .pxl-item--inner.style-2 .pxl-item--image:before {
  display: none;
}
.pxl-showcase .pxl-item--inner.style-2 .pxl-item--image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(48, 49, 66, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.pxl-showcase .pxl-item--inner.style-2:hover .pxl-item--image img {
  top: 0;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner.style-3 {
    margin-bottom: 0;
  }
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-image-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  padding: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-image-bg:before {
  content: '';
  background-image: url(../img/showcase-bg1.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--image {
  height: 526px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner.style-3 .pxl-item--image {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .pxl-showcase .pxl-item--inner.style-3 .pxl-item--image {
    height: 350px;
  }
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--title {
  font-size: 28px;
  letter-spacing: 0px;
  color: var(--link-color);
  font-weight: bold;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Exo 2";
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner.style-3 .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner.style-3 .pxl-item--buttons {
    display: block;
  }
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--button .btn {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 13px 0 23px;
  line-height: 48px;
  border-radius: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  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;
  font-family: 'Roboto', sans-serif;
  text-decoration: unset;
  text-transform: unset;
  margin: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .pxl-showcase .pxl-item--inner.style-3 .pxl-item--button .btn {
    font-size: 15px;
  }
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--button .btn.style-lv2 {
  background-color: #191917;
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--button .btn i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 15px;
  -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);
  margin-left: 20px;
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--button .btn i:before {
  bottom: 4px;
  right: 12px;
}
.pxl-showcase .pxl-item--inner.style-3 .pxl-item--button .btn i:after {
  content: "\f11e";
  font-family: Flaticon;
  top: 7px;
  left: 11px;
}
.pxl-showcase .pxl-item--inner.style-3:hover .pxl-image-bg {
  background-color: var(--primary-color);
}
.pxl-showcase .pxl-item--inner.style-3:hover .pxl-item--image {
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.3);
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-image-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  padding: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #f6f6f6;
  position: relative;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-image-bg:before {
  content: '';
  background-image: url(../img/showcase-bg1.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--image {
  height: 526px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  box-shadow: none;
  position: relative;
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner.style-4 .pxl-item--image {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .pxl-showcase .pxl-item--inner.style-4 .pxl-item--image {
    height: 350px;
  }
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: url(../img/comingsoon1.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--title {
  font-size: 28px;
  letter-spacing: 0px;
  color: var(--link-color);
  font-weight: bold;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Exo 2";
}
@media (max-width: 1200px) {
  .pxl-showcase .pxl-item--inner.style-4 .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--button .btn {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 13px 0 23px;
  line-height: 48px;
  border-radius: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  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;
  font-family: 'Roboto', sans-serif;
  text-decoration: unset;
  text-transform: unset;
  margin: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--button .btn.style-lv2 {
  background-color: #191917;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--button .btn i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 15px;
  -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);
  margin-left: 20px;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--button .btn i:before {
  bottom: 4px;
  right: 12px;
}
.pxl-showcase .pxl-item--inner.style-4 .pxl-item--button .btn i:after {
  content: "\f11e";
  font-family: Flaticon;
  top: 5px;
  left: 13px;
}
.pxl-showcase .pxl-item--inner.style-4:hover .pxl-item--image img {
  top: 0;
  transform: translateY(0);
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button {
  transform: translateY(0px);
  opacity: 1;
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--image img {
  top: 100%;
  transform: translateY(-100%);
}
.pxl-button-single1 .pxl-item-inner {
  position: relative;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.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;
  padding: 20px 10px 20px 20px;
}
.pxl-button-single1 .pxl-item-inner:hover {
  border-color: var(--primary-color);
}
.pxl-button-single1 .pxl-item-inner:hover .pxl-item--icon {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-button-single1 .pxl-item-inner:hover .pxl-item--icon svg {
  fill: #fff;
}
.pxl-button-single1 .pxl-item-inner:hover .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-button-single1 .pxl-item-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-button-single1 .pxl-item-inner .pxl-meta-content {
  display: flex;
  align-items: center;
}
.pxl-button-single1 .pxl-item-inner .pxl-meta-content .pxl-item-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #191917;
}
.pxl-button-single1 .pxl-item-inner .pxl-item--icon {
  background-color: #f1f1f1;
  width: 66px;
  height: 66px;
  min-width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #191917;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
  margin-right: 13px;
}
.pxl-button-single1 .pxl-item-inner .pxl-item--icon svg {
  height: 36px;
  fill: #191917;
  -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-button-single1 .pxl-item-inner .pxl-item--icon svg path {
  fill: #191917;
  -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-button-single2 .pxl-item-inner a {
  display: inline-flex;
  align-items: center;
}
.pxl-button-single2 .pxl-item-inner a .pxl-item-title {
  font-size: 18px;
  color: #01062e;
  font-weight: 700;
  font-family: "Exo 2";
  position: relative;
  border-bottom: 2px solid var(--primary-color);
  line-height: 1.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;
}
.pxl-button-single2 .pxl-item-inner a:hover .pxl-item-title {
  color: var(--primary-color);
}
.pxl-service-list1 .pxl--item {
  border-radius: 20px;
  background-color: #eae8e4;
  margin: 30px 0;
  padding: 50px 40px 56px 85px;
}
@media (max-width: 1366px) {
  .pxl-service-list1 .pxl--item {
    padding: 50px 40px 56px 50px;
  }
}
.pxl-service-list1 .pxl--item .pxl-item--icon {
  font-size: 60px;
  line-height: 1;
  color: var(--link-color);
}
.pxl-service-list1 .pxl--item .pxl-inner-title {
  margin-top: 6px;
  margin-bottom: 5px;
}
.pxl-service-list1 .pxl--item .pxl-inner-title .pxl-item-title {
  font-size: 32px;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 1.2;
}
.pxl-service-list1 .pxl--item .pxl-inner-title .pxl-item-title:hover {
  color: var(--primary-color);
}
.pxl-service-list1 .pxl--item .pxl-item--desc {
  font-size: 19px;
  color: #4f4f4f;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 13px;
}
.pxl-service-list1 .pxl--item .pxl-item--btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  position: relative;
  border-bottom: 1px solid var(--link-color);
  padding-bottom: 5px;
  margin-left: 2px;
  -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-service-list1 .pxl--item .pxl-item--btn i {
  font-size: 15px;
  margin-left: 7px;
  transform: rotate(-40deg);
  -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-service-list1 .pxl--item .pxl-item--btn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-service-list1 .pxl--item .pxl-item--btn:hover i {
  transform: rotate(0deg);
}
.pxl-number-box1 .pxl-number-inner {
  text-align: center;
  padding: 0 30px;
  -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-number-box1 .pxl-number-inner:hover .pxl-item-number {
  border-color: var(--link-color);
}
.pxl-number-box1 .pxl-number-inner:hover .pxl-item-number:before {
  width: 90%;
  height: 90%;
}
.pxl-number-box1 .pxl-number-inner:hover .pxl-item-number:after {
  display: none;
}
.pxl-number-box1 .pxl-number-inner .pxl-item-number {
  width: 140px;
  height: 140px;
  border: 2px solid #ededed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 41px;
  color: #fff;
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
  -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-number-box1 .pxl-number-inner .pxl-item-number:before {
  content: '';
  position: absolute;
  width: 63%;
  height: 63%;
  top: 50%;
  left: 50%;
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -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-number-box1 .pxl-number-inner .pxl-item-number:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  animation: pxl_pulse_radius 2000ms ease-out infinite;
  -webkit-animation: pxl_pulse_radius 2000ms ease-out infinite;
  z-index: -2;
  border: 2px solid #ededed;
  -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-number-box1 .pxl-number-inner .pxl-item-content .pxl-item-title {
  font-size: 25px;
  letter-spacing: 0px;
  color: var(--link-color);
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
  line-height: 1.2;
  margin-top: 26px;
  margin-bottom: 9px;
}
@media (max-width: 1280px) {
  .pxl-number-box1 .pxl-number-inner .pxl-item-content .pxl-item-title {
    font-size: 22px;
  }
}
.pxl-number-box1 .pxl-number-inner .pxl-item-content .pxl-item-desc {
  font-size: 18px;
  letter-spacing: 0px;
  color: #323232;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  line-height: 1.48;
}
.pxl-absolute1.style1 .pxl-item {
  margin-bottom: 10px;
}
.pxl-absolute1.style1 .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-absolute1.style1 .pxl-item a {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 5% 100%);
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  padding: 3px 44px;
  border-radius: 5px 30px 0px 0px;
}
.pxl-absolute1.style2 .pxl-absolute-inner {
  display: inline-flex;
  align-items: center;
}
.pxl-absolute1.style2 .pxl-absolute-inner .pxl-item {
  margin-right: 45px;
}
.pxl-absolute1.style2 .pxl-absolute-inner .pxl-item:last-child {
  margin-right: 0;
}
.pxl-absolute1.style2 .pxl-absolute-inner .pxl-item a {
  font-size: 19px;
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-absolute1.style2 .pxl-absolute-inner .pxl-item a:hover {
  color: var(--primary-color);
}
.pxl-absolute1.style3 .pxl-item {
  margin-bottom: 10px;
}
.pxl-absolute1.style3 .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-absolute1.style3 .pxl-item a {
  background-color: var(--primary-color);
  font-size: 19px;
  color: #0d0c0c;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  padding: 2px 25px;
  border-radius: 6px 6px 0px 0px;
}
.pxl-absolute1.style3 .pxl-item a:hover {
  color: #fff;
}
.pxl-absolute1.style4 .pxl-absolute-inner {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 0px 0px 6px 6px;
  padding: 14px 27px;
}
.pxl-absolute1.style4 .pxl-absolute-inner .pxl-item {
  margin-right: 45px;
}
.pxl-absolute1.style4 .pxl-absolute-inner .pxl-item:last-child {
  margin-right: 0;
}
.pxl-absolute1.style4 .pxl-absolute-inner .pxl-item a {
  font-size: 19px;
  letter-spacing: 0.2px;
  color: #0d0c0c;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-absolute1.style4 .pxl-absolute-inner .pxl-item a:hover {
  color: #fff;
}
.pxl-absolute-layout1 {
  position: absolute;
  left: -105px;
  top: 34%;
  transform: rotate(90deg) translate(0, -50%);
}
@media (max-width: 1400px) {
  .pxl-absolute-layout1 {
    display: none;
  }
}
.pxl-absolute-layout2 {
  position: absolute;
  right: -124px;
  top: 35%;
  transform: rotate(90deg) translate(0, -50%);
}
@media (max-width: 1400px) {
  .pxl-absolute-layout2 {
    display: none;
  }
}
.pxl-absolute-layout3 {
  position: absolute;
  left: -87px;
  top: 41.5%;
  transform: rotate(90deg) translate(0, -50%);
}
@media (max-width: 1400px) {
  .pxl-absolute-layout3 {
    display: none;
  }
}
.pxl-absolute-layout4 {
  position: absolute;
  right: -170px;
  top: 42%;
  transform: rotate(90deg) translate(0, -50%);
}
@media (max-width: 1400px) {
  .pxl-absolute-layout4 {
    display: none;
  }
}
.pxl-search {
  /*Banner Background*/
}
.pxl-search .search-form input {
  font-size: 15px;
  color: #777;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  background-color: #f1f1f1;
  height: 38px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  padding: 0px 37px !important;
}
.pxl-search .search-form input:focus {
  border-color: var(--primary-color);
}
.pxl-search .search-form .search-submit {
  background-color: unset;
  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;
}
.pxl-search .search-form .search-submit i {
  font-size: 17px;
  width: 17px;
  height: 17px;
  color: var(--link-color);
}
.pxl-search .search-form .search-submit i svg path {
  fill: var(--link-color);
}
.pxl-search .search-form .search-submit:hover i {
  color: var(--primary-color);
}
.pxl-search .search-form .search-submit:hover i svg path {
  fill: var(--primary-color);
}
.pxl-banner-bg1 .pxl-box-inner {
  position: relative;
  overflow: hidden;
}
.pxl-banner-bg1 .pxl-box-inner .pxl-item--img1 {
  position: relative;
}
.pxl-banner-bg1 .pxl-box-inner .pxl-item--img1:before {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #000 25%, rgba(255, 255, 255, 0) 60%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 55.3%;
  height: 100%;
  z-index: 1;
}
.pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 img {
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 49% 100%);
}
.pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-top {
  position: absolute;
  left: -64px;
  top: 0;
  background-color: var(--primary-color);
  width: 245px;
  height: 255px;
  clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
  z-index: 2;
}
@media (max-width: 1500px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-top {
    left: -85px;
  }
}
@media (max-width: 1200px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-top {
    display: none;
  }
}
.pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
  position: absolute;
  left: 257px;
  bottom: 0;
  background-color: var(--primary-color);
  width: 307px;
  height: 388px;
  z-index: 2;
  clip-path: polygon(0 0, 29% 0, 100% 100%, 73% 100%);
}
@media (max-width: 1800px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
    left: 230px;
  }
}
@media (max-width: 1600px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
    left: 200px;
  }
}
@media (max-width: 1500px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
    width: 260px;
  }
}
@media (max-width: 1366px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
    width: 300px;
    left: 138px;
    height: 320px;
  }
}
@media (max-width: 1280px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
    left: 120px;
  }
}
@media (max-width: 1200px) {
  .pxl-banner-bg1 .pxl-box-inner .pxl-inner-img2 .pxl-shape-bottom {
    display: none;
  }
}
.pxl-banner-bg1 .pxl-box-inner .pxl-item--img2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 49% 100%);
  background-color: var(--primary-color);
  position: relative;
}
.pxl-banner-bg1 .pxl-box-inner .pxl-item--img2 .pxl-img2 {
  position: relative;
  width: 99%;
}
.pxl-banner-bg1 .pxl-box-inner .pxl-item--img2 .pxl-img2 .pxl-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.271);
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 49% 100%);
}
.pxl-banner-bg2 .pxl-box-inner .pxl-item--img1 {
  position: relative;
  clip-path: polygon(0 0, 193% 0, 37.4% 100%, 0 18%);
  background-color: var(--primary-color);
}
.pxl-banner-bg2 .pxl-box-inner .pxl-item--img1 img {
  clip-path: polygon(0 0, 173% 0, 37.5% 97.5%, 0 18%);
}
.pxl-banner-bg2 .pxl-box-inner .pxl-item--img1 .pxl-shape-top {
  position: absolute;
  width: 100%;
  height: 55.47%;
  background-color: #fff;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 37.4% 100%, 0 32%);
  z-index: 1;
}
body.rtl .pxl-text-marquee1 {
  direction: ltr;
}
body.rtl .pxl-meta.pxl-meta1.style2 .pxl-meta-inner .pxl-item .pxl-item--icon.pxl-mr-9 {
  margin-right: 0px;
  margin-left: 18px;
}
body.rtl .pxl-contact-form1 .contact5 .pxl-item-costing .f5 {
  padding-left: 0px;
  padding-right: 97px;
}
@media (max-width: 1024px) {
  body.rtl .pxl-contact-form1 .contact5 .pxl-item-costing .f5 {
    padding-right: 40px;
  }
}
body.rtl .pxl-contact-form1 .contact5 .pxl-item-costing .f5 .pxl-item-price {
  direction: rtl;
}
.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;
}
.btn.wc-forward, .btn.btn-shop {
  color: #fff;
  line-height: 51px;
  font-size: 16px;
}
.pxl-side-cart {
  width: 100%;
  height: auto;
  min-height: 540px;
  max-width: 370px;
  left: auto;
  top: 0;
  -webkit-transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.pxl-side-cart.open {
  -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-side-cart .pxl-panel-header .panel-header-inner {
  justify-content: space-between;
}
.pxl-side-cart .pxl-panel-header .pxl-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  flex-grow: 1;
}
.pxl-side-cart .pxl-panel-header .pxl-title .widget_cart_counter {
  margin-left: 5px;
}
.pxl-side-cart .pxl-panel-header .pxl-close {
  background-color: transparent;
  right: 0;
}
.pxl-side-cart .pxl-panel-header .pxl-close:before, .pxl-side-cart .pxl-panel-header .pxl-close:after {
  background-color: #fff;
}
.pxl-side-cart .pxl-panel-header .pxl-close:hover {
  background-color: transparent;
}
.pxl-side-cart .pxl-panel-header .pxl-close:hover:before, .pxl-side-cart .pxl-panel-header .pxl-close:hover:after {
  background-color: #fff;
}
.pxl-side-cart .pxl-panel-content {
  padding: 0 24px 35px 24px;
  overflow: hidden;
  position: static;
}
@media (max-width: 400px) {
  .pxl-side-cart .pxl-panel-content {
    padding: 0 15px 35px 15px;
  }
}
.pxl-side-cart .widget_shopping_cart_content ul {
  list-style: none outside;
  padding: 0;
  margin: 0 0 15px;
}
.pxl-side-cart .widget_shopping_cart_content ul li {
  padding: 24px 30px 24px 0 !important;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.pxl-side-cart .widget_shopping_cart_content ul li + li {
  border-top: 1px solid var(--third-color);
}
.pxl-side-cart .widget_shopping_cart_content ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.pxl-side-cart .widget_shopping_cart_content ul li a:hover {
  color: ;
}
.pxl-side-cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 25px !important;
  right: 5px !important;
  line-height: 1;
  padding: 5px;
  color:  !important;
  left: auto !important;
  background-color: transparent;
}
.pxl-side-cart .widget_shopping_cart_content ul li .remove:hover {
  color:  !important;
}
.pxl-side-cart .widget_shopping_cart_content ul li .quantity {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  color: #fff;
}
.pxl-side-cart .widget_shopping_cart_content ul li .amount {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.pxl-side-cart .widget_shopping_cart_content ul li .variation-Size, .pxl-side-cart .widget_shopping_cart_content ul li .variation-Size {
  font-weight: 700;
  padding: 0;
  margin: 0;
  clear: left;
  color: #fff;
  margin-right: 10px;
}
.pxl-side-cart .widget_shopping_cart_content ul li .variation {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 0;
}
.pxl-side-cart .widget_shopping_cart_content ul li .star-rating + .woocommerce-Price-amount, .pxl-side-cart .widget_shopping_cart_content ul li .star-rating + .reviewer {
  display: block;
  width: 100%;
  padding-left: 92px;
}
.pxl-side-cart .widget_shopping_cart_content ul li img {
  float: left;
  margin-right: 20px;
  width: 72px;
  height: auto;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dt, .pxl-side-cart .widget_shopping_cart_content ul li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dd {
  padding: 0 0 0.25em;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dd p:last-child {
  margin-bottom: 0;
}
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  color: #fff;
}
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.pxl-side-cart .widget_shopping_cart_content .buttons .button {
  display: inline-block;
}
.pxl-side-cart .widget_shopping_cart_content .blockUI {
  background-color: rgba(35, 35, 35, 0.9);
}
.pxl-side-cart .widget_shopping_cart_content .blockUI:before {
  border-color: transparent #fff transparent #fff;
}
.pxl-side-cart .pxl-hidden-template-wrap {
  height: 100vh;
  position: relative;
  padding-bottom: 220px;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons:before, .pxl-side-cart p.woocommerce-mini-cart__buttons:after {
  display: none !important;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons a {
  font-size: 15px;
  text-transform: uppercase;
  background: var(--secondary-color);
  border: 2px solid transparent;
  margin: 0;
  padding: 0 50px;
  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-side-cart p.woocommerce-mini-cart__buttons a:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  z-index: -1;
  opacity: 0;
  background-size: 10px 10px;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  background-image: -ms-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  background-image: -o-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  background-image: linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -khtml-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transition: all 0.75s ease 0s;
  -khtml-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -ms-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons a:hover, .pxl-side-cart p.woocommerce-mini-cart__buttons a:active, .pxl-side-cart p.woocommerce-mini-cart__buttons a:focus {
  color: ;
  background-color: transparent;
  border-color: var(--secondary-color);
}
.pxl-side-cart p.woocommerce-mini-cart__buttons a:hover:after, .pxl-side-cart p.woocommerce-mini-cart__buttons a:active:after, .pxl-side-cart p.woocommerce-mini-cart__buttons a:focus:after {
  height: 600%;
  opacity: 1;
}
.pxl-side-cart .blockOverlay {
  background-color: rgba(255, 255, 255, .2) !important;
}
.pxl-side-cart .woocommerce-mini-cart__empty-message {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-top: 220px;
}
.pxl-side-cart .woocommerce-mini-cart__empty-message:before {
  content: '\f151';
  font-family: 'Caseicon';
  position: absolute;
  left: 50%;
  bottom: 60px;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #444;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#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%;
  padding: 0 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#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: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px;
}
#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 {
  color: rgba(45, 45, 45, 0.8);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #f9f9f9;
  padding: 22px 200px 22px 30px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding-right: 30px;
    padding-bottom: 80px;
    text-align: center;
  }
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
  display: none;
}
.woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-message a.button {
  position: absolute !important;
  top: 50%;
  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%);
  line-height: 46px;
  padding: 0 30px;
  font-size: 15px !important;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-message a.button {
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    -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%);
  }
}
.woocommerce ins {
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget {
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget {
    padding-left: 22px;
    padding-right: 22px;
  }
  .woocommerce #pxl-sidebar-area .widget .widget-title {
    font-size: 18px;
  }
}
.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;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
    display: block;
    text-align: center;
  }
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 32px;
  font-size: 14px;
  margin-right: 15px;
  padding: 0 18px;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
    margin: 0;
    float: none;
  }
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #080808;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
    width: 100%;
  }
}
.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
  position: relative;
}
.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;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget_product_search button {
    width: 40px;
    border: 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;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget_product_search button:after {
    font-size: 14px;
  }
}
.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;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-sidebar-area .widget_product_search .search-field {
    font-size: 14px;
  }
}
.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 85px;
  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: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a {
  font-size: 16px;
  color: #010101;
  font-weight: 500;
  line-height: 1.4375;
  margin-top: 8px;
  margin-bottom: 4px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
  color: rgba(1, 1, 1, 0.67);
}
.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 form .form-row, .woocommerce-page form .form-row {
  padding: 0 0 15px;
}
.woocommerce form .form-row:last-child, .woocommerce-page form .form-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 18px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 54px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 37px;
}
.woocommerce .nice-select:before, .woocommerce-page .nice-select:before {
  color: #5a5a5a;
  font-size: 11px;
  right: 15px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
  color: inherit;
}
.woocommerce .nice-select ul.list, .woocommerce-page .nice-select ul.list {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce .button.add_to_cart_button, .woocommerce-page .button.add_to_cart_button, .woocommerce button.single_add_to_cart_button, .woocommerce-page button.single_add_to_cart_button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.added_to_cart.wc-forward, .woocommerce-page a.added_to_cart.wc-forward {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  line-height: 42px;
  -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: 10px;
  color: #fff;
  border: none;
  height: auto;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--primary-color);
  font-family: "Exo 2";
}
.woocommerce .button.add_to_cart_button:hover, .woocommerce-page .button.add_to_cart_button:hover, .woocommerce button.single_add_to_cart_button:hover, .woocommerce-page button.single_add_to_cart_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.added_to_cart.wc-forward:hover, .woocommerce-page a.added_to_cart.wc-forward:hover, .woocommerce .button.add_to_cart_button:focus, .woocommerce-page .button.add_to_cart_button:focus, .woocommerce button.single_add_to_cart_button:focus, .woocommerce-page button.single_add_to_cart_button:focus, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.added_to_cart.wc-forward:focus, .woocommerce-page a.added_to_cart.wc-forward:focus, .woocommerce .button.add_to_cart_button:active, .woocommerce-page .button.add_to_cart_button:active, .woocommerce button.single_add_to_cart_button:active, .woocommerce-page button.single_add_to_cart_button:active, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.added_to_cart.wc-forward:active, .woocommerce-page a.added_to_cart.wc-forward:active {
  color: #fff;
}
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart), .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart) {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 0 60px 0 35px !important;
  line-height: 53px;
  -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;
  display: inline-block;
  cursor: pointer;
  background-color: var(--primary-color);
  color: #fff !important;
  font-family: "Exo 2";
  border: none;
  height: auto;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart), .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart) {
    padding: 0 30px !important;
    font-size: 15px;
  }
}
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):after, .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):after {
  content: "\f142";
  font-family: Caseicon;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  top: 0px;
  transform: rotate(-50deg);
  -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;
  line-height: 56px;
  right: 30px;
}
@media (max-width: 767px) {
  .woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):after, .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):after {
    display: none;
  }
}
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover, .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.woocommerce .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover:after, .woocommerce-page .button:not(.add_to_cart_button):not(.single_add_to_cart_button):not(.added_to_cart):hover:after {
  transform: rotate(0deg);
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce #pxl-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;
  border: 1px solid rgba(2, 6, 38, 0.1);
  color: #000;
  -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;
  font-family: "Exo 2";
  -moz-appearance: textfield;
  height: 46px;
  width: 98px;
  text-align: left;
  border-radius: 46px;
}
.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 {
  position: absolute;
  right: 22px;
  font-size: 8px;
  color: #4a4c51;
  cursor: pointer;
  width: 10px;
  height: 10px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.woocommerce #pxl-wapper .quantity-icon.quantity-down, .woocommerce-page #pxl-wapper .quantity-icon.quantity-down {
  bottom: 12px;
}
.woocommerce #pxl-wapper .quantity-icon.quantity-down:before, .woocommerce-page #pxl-wapper .quantity-icon.quantity-down:before {
  content: "\f13c";
  font-family: "Caseicon";
}
.woocommerce #pxl-wapper .quantity-icon.quantity-up, .woocommerce-page #pxl-wapper .quantity-icon.quantity-up {
  top: 12px;
}
.woocommerce #pxl-wapper .quantity-icon.quantity-up:before, .woocommerce-page #pxl-wapper .quantity-icon.quantity-up:before {
  content: "\f148";
  font-family: "Caseicon";
}
.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%;
  }
}
.wc-block-checkout .wc-block-components-button {
  line-height: unset !important;
}
.wc-block-checkout .wc-block-components-panel__button {
  line-height: unset !important;
  background: unset !important;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-panel__content {
  margin-top: 15px;
}
.wc-block-checkout .components-button {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wc-block-components-notice-banner {
  align-items: center !important;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget_products .amount {
  font-size: 16px;
  color: #666;
}
.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 .pxl-product-list ul {
  margin-bottom: 0;
  max-width: 64%;
}
@media (max-width: 991px) {
  .woocommerce .pxl-product-list ul {
    max-width: 80%;
  }
}
@media (max-width: 676px) {
  .woocommerce .pxl-product-list ul {
    max-width: 100%;
  }
}
.woocommerce .pxl-product-list ul li {
  color: #494949;
  font-size: 17px;
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.woocommerce .pxl-product-list ul li:last-child {
  margin-bottom: 0;
}
.woocommerce .pxl-product-list ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #261723;
}
.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 .star-rating {
  font-size: 15px;
  height: 20px;
  letter-spacing: 2px;
  width: 90px;
}
.woocommerce .star-rating:before {
  content: "SSSSS";
  color: #ffd6c2;
}
.woocommerce .star-rating span::before {
  color: #ffa200;
}
.woocommerce .star-rating span {
  padding-top: 17px;
}
.woocommerce .star-rating .woocommerce-review-link {
  font-size: 16px;
}
.woocommerce span.onsale {
  height: 35px;
  width: 35px;
  min-width: inherit;
  min-height: inherit;
  font-size: 14px;
  color: var(--secondary-color);
  padding: 0;
  text-align: center;
  line-height: 35px;
  background-color: var(--primary-color);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
  font-weight: 500;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px;
  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: 20%;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #494949;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
    font-size: 15px;
  }
}
.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: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--primary-color);
}
.woocommerce ul.products li.product .price .amount {
  color: inherit;
}
.woocommerce ul.products li.product .price del {
  color: #8f8f8f;
  opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
  background-image: none;
  text-fill-color: #8f8f8f;
  -o-text-fill-color: #8f8f8f;
  -ms-text-fill-color: #8f8f8f;
  -moz-text-fill-color: #8f8f8f;
  -webkit-text-fill-color: #8f8f8f;
}
.woocommerce ul.products li.product .price ins {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.woocommerce .woocommerce-topbar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
  position: relative;
  z-index: 101;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count {
  margin: 0;
  flex-grow: 1;
  font-size: 20px;
  color: var(--link-color);
  font-weight: 500;
  font-family: "Exo 2";
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-topbar .woocommerce-result-count {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 175px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  color: #494949;
  border: none;
  font-size: 16px;
  font-family: "Exo 2";
  font-weight: 400;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding-top: 0;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    border-radius: 10px;
  }
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select.open {
  border-radius: 20px 20px 0 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select.open ul.list {
  border-radius: 0 0 20px 20px;
}
.woocommerce .woocommerce-topbar .woocommerce-products-layout {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  cursor: pointer;
  -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;
}
.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout.pxl-shop-list {
  font-size: 24px;
}
.woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout.active, .woocommerce .woocommerce-topbar .woocommerce-products-layout .pxl-shop-layout:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner {
  position: relative;
  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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  background-color: #f6f6f6;
  padding: 20px;
  position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-view {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-view .pxl-btn--view {
  padding: 0;
  border: 1px solid var(--primary-color);
  background: none;
  border-radius: 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-view .pxl-btn--view:before {
  content: "\f101";
  font-family: "Caseicon";
  font-size: 25px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
  -webkit-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  -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 .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price {
  margin: 5px 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
  font-size: 20px;
  color: var(--link-color);
  font-weight: 600;
  font-family: "Exo 2";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-sg-product-rating {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-sg-product-rating .woocommerce-review-link {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-sg-product-rating .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-sg-product-rating .woocommerce-product-rating .star-rating {
  margin-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-sg-product-rating .woocommerce-product-rating .star-rating span:before {
  color: #ffba0a;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-sg-product-rating .woocommerce-sg-product-rating-count {
  font-size: 15px;
  color: #494949;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart {
  display: inline-flex;
  align-items: center;
  text-transform: unset;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.added, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.button.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart.loading:after {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent var(--primary-color) transparent var(--primary-color);
  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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-add-to-cart a.added_to_cart:before {
  display: inline-flex;
  content: "\f151";
  font-family: "Caseicon";
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare {
  display: inline-flex;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button {
  padding: 0;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border: 1px solid var(--dark-color);
  font-size: 0px;
  -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(--dark-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:hover, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:hover {
  border-color: var(--primary-color);
  color: var(--dark-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before, .woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
  font-family: Flaticon;
  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;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button:before {
  content: "\f13f";
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-adding:after {
  content: '' !important;
  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 var(--dark-color) transparent var(--dark-color);
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-wishlist button.woosw-adding:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--buttons .woocommerce-compare button:before {
  content: "\f117";
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart a {
  margin-top: 10px !important;
  color: #494949 !important;
  font-size: 16px;
  background-color: unset;
  text-transform: uppercase !important;
  font-weight: 600;
  font-family: "Exo 2";
  border: 1px solid #494949;
  border-radius: 0;
  width: 100%;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart a:hover {
  color: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner:hover {
  border-color: #ec4813;
}
.woocommerce .woocommerce-product-inner:hover:before {
  opacity: 0.7;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0 -3px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  width: 54px;
  height: 54px;
  background-color: transparent;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5a5a5a;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 3px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid rgba(22, 29, 57, 0.15);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 10px;
  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 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);
  opacity: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
  color: #fff;
  border-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:before {
  opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:after, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
  font-size: 13px;
  font-family: Caseicon;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
  content: "\f13a";
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:after {
  content: "\f134";
}
.woocommerce #pxl-content-main {
  -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;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
  width: 100% !important;
}
.woocommerce.woocommerce-layout-list .pxl-content-wrap.no-sidebar #pxl-content-main {
  padding: 0px 15%;
}
@media screen and (max-width: 1200px) {
  .woocommerce.woocommerce-layout-list .pxl-content-wrap.no-sidebar #pxl-content-main {
    padding: 0;
  }
}
.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: 18px;
  color: #23272a;
  font-weight: 500;
  font-family: "Exo 2";
}
.single-product .woocommerce-social-share a {
  border: 1px solid rgba(2, 6, 38, 0.15);
  height: 35px;
  width: 35px;
  display: inline-flex;
  border-radius: 5px;
  color: #686868;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.single-product .woocommerce-social-share a i {
  display: inline-flex;
}
.single-product .woocommerce-social-share a:hover {
  color: #020626;
}
.single-product .woocommerce-sg-product-price {
  margin-bottom: 23px;
}
.single-product .woocommerce-sg-product-price p {
  margin-bottom: 0;
}
.single-product section.related {
  padding-top: 54px;
}
.single-product section.related h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  color: #261723;
  font-family: "Exo 2";
  font-weight: 500;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 28px 0;
}
@media screen and (max-width: 991px) {
  .single-product section.related h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .single-product section.related h2 {
    font-size: 25px;
  }
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 63px;
}
@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: 57px;
}
.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 30px;
  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;
}
.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;
  background-color: #f6f6f6;
  overflow: hidden;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
  background-color: rgba(10, 19, 32, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.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(35, 39, 42, 0.1);
  border-radius: 5px;
  -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;
}
.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: var(--primary-color);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #d3d3d3;
  background-color: unset;
  border: 2px solid #d3d3d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 13px;
  display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.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;
  margin-top: -60px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  right: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
  left: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
  right: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
  padding-left: 20px;
}
@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: 10px;
  display: flex;
  align-items: center;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating, .single-product > div.product .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 8px;
  font-size: 16px;
  color: #494949;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--link-color);
  font-family: "Exo 2";
}
@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: 25px;
    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: 23px;
    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;
  color: var(--primary-color);
  font-weight: bold;
  font-family: "Exo 2";
}
.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: 20px;
}
@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;
  text-transform: unset;
  position: relative;
  padding: 0px 20px;
  line-height: 42px;
  font-size: 15px;
  font-family: "Exo 2";
  background-color: var(--primary-color);
}
.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;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  position: relative;
  z-index: 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;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border-bottom: none;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0px 36px 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 0 8px;
  font-size: 24px;
  line-height: 50px;
  background: linear-gradient(100deg, #000 0.51%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  position: relative;
}
@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;
  }
}
.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 {
  content: '';
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 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;
  position: absolute;
}
.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 {
  font-weight: 700;
}
.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 {
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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 {
  width: 100%;
}
.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: 16px;
  }
}
.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: 28px;
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel p {
  margin-bottom: 20px;
}
.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;
  font-weight: 600;
}
.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;
}
.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: 26px 24px 18px;
  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;
  font-size: 16px;
  color: var(--link-color);
  background-color: unset;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
}
.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: 140px;
  min-height: 140px;
}
.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;
  text-transform: unset;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}
.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;
  display: block;
  margin: 0 10px 0 0;
  color: var(--link-color);
}
.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: #ffa200;
}
.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 20px 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: 15px;
  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;
  }
}
@media (max-width: 360px) {
  .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 {
    position: relative;
    margin-right: 20px;
  }
}
.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 {
  max-width: 480px;
  font-size: 16px;
}
.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;
  }
}
@media (max-width: 360px) {
  .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: 0;
    padding-top: 10px;
  }
}
.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;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 22px;
  display: inline;
}
.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: 12px;
  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: #5a5a5a;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  font-family: "Exo 2";
}
.single-product #pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
  display: block;
  margin-top: 10px;
  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: #041442;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Exo 2";
  margin-left: 5px;
}
.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 .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 .woocommerce-notices-wrapper .woocommerce-message a.button, body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info a.button, body.woocommerce-cart .pxl-entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error a.button {
  line-height: 46px;
  font-size: 16px;
}
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%;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 480px) {
  body.woocommerce-cart .pxl-entry-content .woocommerce .return-to-shop {
    margin-top: 30px;
  }
}
body.woocommerce-cart .wc-block-components-notice-banner.is-info {
  background-color: #f3f3f4;
  border: none;
  border-top: 3px solid #ff9a3e;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 27px 30px 25px 30px !important;
}
@media (max-width: 480px) {
  body.woocommerce-cart .wc-block-components-notice-banner.is-info {
    padding: 10px 20px !important;
  }
}
body.woocommerce-cart .wc-block-components-notice-banner.is-info svg {
  display: none;
}
body.woocommerce-cart .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
  position: relative;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #5a5a5a;
  padding-left: 40px;
}
@media (max-width: 360px) {
  body.woocommerce-cart .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
    font-size: 16px;
    padding-left: 35px;
  }
}
body.woocommerce-cart .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-top: 3px solid;
  border-image-slice: 1;
  width: 23px;
  height: 23px;
  border-image-source: linear-gradient(to right bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
  position: relative;
}
body.woocommerce-cart .cart-empty.woocommerce-info:after {
  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;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 20px;
  font-weight: 600;
  color: var(--link-color);
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Exo 2";
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    background-color: transparent !important;
  }
}
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 {
  padding-top: 50px;
  padding-bottom: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
  border: 1px solid #2d2d2d;
  background-color: #fff;
  font-size: 18px;
  height: 54px;
  padding: 0 20px;
  min-width: 209px;
  text-align: center;
  color: #2d2d2d;
  margin-right: 12px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
  border-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
  margin-right: 12px;
  opacity: 1;
  padding: 0 50px 0 35px;
  min-width: 209px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1260px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    width: 100% !important;
    float: none !important;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .qty {
  background-color: transparent !important;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name a {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name a:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-subtotal {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  margin-top: -56px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 38px 40px 40px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  color: #2d2d2d;
  width: 100%;
  max-width: 490px;
}
@media screen and (max-width: 1200px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 420px;
    margin-top: 50px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 26px;
  margin-bottom: 29px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td {
    background-color: transparent !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  padding-top: 16px;
  border-bottom: none;
  font-weight: 500;
}
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: "\f150";
  margin-left: 9px;
  font-family: "Caseicon";
  position: relative;
  top: 1px;
  font-size: 10px;
}
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;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.woocommerce-checkout a.showcoupon, .woocommerce-checkout a.woocommerce-privacy-policy-link, .woocommerce-checkout .woocommerce-terms-and-conditions-link {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-checkout a.showcoupon:hover, .woocommerce-checkout a.woocommerce-privacy-policy-link:hover, .woocommerce-checkout .woocommerce-terms-and-conditions-link:hover {
  color: #222;
}
.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: 56px;
}
.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.05);
  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 .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: 18px;
  color: inherit;
}
.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;
}
.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;
}
#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: 10px;
  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--image img {
  background-color: #f7f7f7;
}
.woosw-popup .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0 22px;
  font-size: 15px;
}
.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-popup .woosw-item--add .button.added {
  display: none;
}
.woosw-popup .woosw-item--add .added_to_cart.wc-forward {
  line-height: 40px;
  padding: 0 22px;
  font-size: 15px;
}
.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, .woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add .added_to_cart.wc-forward {
  min-width: 170px;
  text-align: center;
  line-height: 40px;
  padding: 0 22px;
  font-size: 15px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added, .woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add .added_to_cart.wc-forward.added {
  margin: 0 10px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after, .woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add .added_to_cart.wc-forward.added:after {
  display: none;
}
.woosq-popup {
  /* Compare */
}
.woosq-popup .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.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;
}
#woosc-area .woosc-inner span.amount {
  font-weight: 500;
  color: var(--primary-color);
}
#woosc-area .woosc-inner td.td-label {
  font-weight: 500;
  color: var(--dark-color);
}
#woosc-area .woosc-inner .button.wp-element-button {
  line-height: 50px;
  padding: 0px 32px;
  font-size: 16px;
}
.woocommerce-EditAccountForm.edit-account fieldset {
  margin-bottom: 30px;
}
.woocommerce-address-fields button.button {
  margin-top: 30px;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #dbdbdb !important;
  border-radius: 12px !important;
}
.wc-block-cart-items__header {
  text-transform: unset !important;
}
.wc-block-cart-items__header th {
  font-size: 24px;
  font-weight: 600;
  font-family: "Exo 2";
  color: var(--link-color);
}
.wc-block-cart-items__row .wc-block-cart-item__image {
  padding-left: 0 !important;
}
.wc-block-cart-items__row .wc-block-cart-item__image a {
  display: inline-block;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 20px !important;
  color: var(--link-color) !important;
  font-family: "Exo 2";
  font-weight: 400;
}
.wc-block-cart-items__row .price {
  color: #261723 !important;
  font-size: 20px !important;
  font-family: "Exo 2";
  font-weight: bold;
}
.wc-block-cart-items__row .wc-block-components-product-metadata {
  font-size: 16px !important;
  font-weight: 400;
  color: #494949;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}
.wc-block-cart-items__row .wc-block-cart-item__remove-link {
  color: #fff !important;
  font-size: 16px !important;
  font-family: "Exo 2";
  font-weight: bold;
  background-color: var(--primary-color) !important;
  padding: 0 20px !important;
  height: 42px;
  border-radius: 5px !important;
  text-decoration: unset !important;
  line-height: 42px !important;
}
.wc-block-cart-items__row .wc-block-components-quantity-selector input, .wc-block-cart-items__row .wc-block-components-quantity-selector button {
  height: 40px !important;
  line-height: 40px;
  padding: 0 !important;
}
body.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: inherit;
}
.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 p {
  margin-bottom: 30px;
}
.pxl-text-editor p:last-child {
  margin-bottom: 0;
}
.pxl-text-editor .pxl-text--highlight {
  color: var(--primary-color);
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link a {
  display: inline-flex;
  font-size: 16px;
  color: #586563;
  position: relative;
}
.pxl-link a:hover {
  color: var(--primary-color);
}
.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 a: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 a: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 a:before, .pxl-link.style-hover-divider2 a: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 a:before {
  left: 0;
}
.pxl-link.style-hover-divider2 a:after {
  right: 0;
}
.pxl-link.style-hover-divider2 a:hover:before, .pxl-link.style-hover-divider2 a:hover:after {
  width: 50%;
}
.pxl-link.style-box a {
  font-size: 18px;
  color: #080808;
  line-height: 1.6;
  padding: 10px 24px;
  background-color: #f5f5f5;
  display: block;
}
@media screen and (max-width: 991px) {
  .pxl-link.style-box a {
    font-size: 16px;
  }
}
.pxl-link.style-box li + li {
  margin-top: 5px;
}
.pxl-link.style-box li.active > a, .pxl-link.style-box a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.splitting .word, .splitting .char {
  display: inline-block;
}
@keyframes svg_text_outline {
  to {
    stroke-dashoffset: 0;
  }
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
  position: relative;
}
.pxl-heading.px-sub-title-default-style {
  position: relative;
}
.pxl-heading.px-sub-title-default-style .pxl-heading--inner {
  position: relative;
}
.pxl-heading.px-sub-title-default-style .pxl-heading--inner .pxl-item--subtitle {
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1px;
  display: inline-block;
}
.pxl-heading.px-sub-title-default-style .pxl-heading--inner .pxl-item--title {
  font-size: 56px;
  color: #000;
  font-weight: 800;
  font-family: "Exo 2";
  letter-spacing: -0.2px;
  line-height: 1.17;
}
.pxl-heading.px-sub-title-default-style .pxl-heading--inner .pxl-item--title .pxl-title--highlight {
  color: var(--primary-color);
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
}
.pxl-heading .pxl-item--title.style-outline {
  color: transparent !important;
  fill: transparent;
}
.pxl-heading .pxl-item--title.style-outline .pxl-text-line-backdrop {
  position: relative;
  display: inline-flex;
  width: calc(100% + 9px);
}
.pxl-heading .pxl-item--title.style-outline .pxl-text-line-backdrop span {
  opacity: 0;
}
.pxl-heading .pxl-item--title.style-outline .pxl-text-line-backdrop svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  margin-top: 9px;
  stroke: var(--primary-color);
}
.pxl-heading .pxl-item--title.style-outline.TextOutlineAnimation.animated {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: svg_text_outline 6s linear forwards;
}
.pxl-heading .pxl-item--title.style-shape {
  display: inline-flex;
  align-items: center;
}
.pxl-heading .pxl-item--title.style-shape .pxl-heading--shape {
  min-width: 42px;
  width: 42px;
  height: 41px;
  display: inline-flex;
  position: relative;
}
.pxl-heading .pxl-item--title.style-shape .pxl-heading--shape:before, .pxl-heading .pxl-item--title.style-shape .pxl-heading--shape:after {
  content: '';
  width: 31px;
  height: 31px;
  position: absolute;
  border-radius: 0 31px 0 0;
}
.pxl-heading .pxl-item--title.style-shape .pxl-heading--shape:before {
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
}
.pxl-heading .pxl-item--title.style-shape .pxl-heading--shape:after {
  bottom: 10px;
  left: 11px;
  background-color: var(--secondary-color);
}
.pxl-heading .pxl-item--title.style-border {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  position: relative;
  padding-left: 25px;
}
.pxl-heading .pxl-item--title.style-border:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2px;
  background-color: var(--gradient-color-from);
  width: 5px;
  height: 80%;
  transform: translate(0, -50%);
}
.pxl-heading h3.pxl-item--title {
  font-size: 30px;
}
.pxl-heading .px-sub-title-primary {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.pxl-heading .pxl-title--highlight {
  color: var(--primary-color);
  display: inline-flex;
}
.pxl-heading .pxl-image--highlight {
  width: 108px;
  height: 64px;
  border-radius: 64px;
  display: inline-flex;
  box-shadow: 0 0 5px rgba(12, 2, 2, 0.23);
}
.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.px-sub-title-style1-style .pxl-heading--inner .pxl-heading-content {
  display: grid;
}
.pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle {
  font-size: 48px;
  font-weight: 500;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inherit;
  position: relative;
  padding-left: 80px;
  line-height: 1.4;
  order: 2;
}
@media (max-width: 1280px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle {
    font-size: 25px;
    padding-left: 50px;
  }
}
.pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle:before {
  content: '';
  width: 60px;
  height: 10px;
  position: absolute;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #013bff 0%, #8be6fc 100%);
}
@media (max-width: 480px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--subtitle:before {
    width: 40px;
    height: 5px;
  }
}
.pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  order: 1;
}
@media (max-width: 1280px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title {
    font-size: 55px;
  }
}
@media (max-width: 360px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title {
    font-size: 45px;
  }
}
.pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title cite {
  font-style: inherit;
  font-size: 113px;
  background: linear-gradient(90deg, #013bff 0%, #8be6fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.8;
}
@media (max-width: 1280px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title cite {
    font-size: 90px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title cite {
    font-size: 75px;
  }
}
@media (max-width: 360px) {
  .pxl-heading.px-sub-title-style1-style .pxl-heading--inner .pxl-item--title cite {
    font-size: 60px;
  }
}
.pxl-heading.px-sub-title-style2-style .pxl-item--subtitle {
  font-size: 24px;
  font-weight: bold;
  display: inherit;
  margin-bottom: 28px;
}
.pxl-heading.px-sub-title-style2-style .pxl-item--title {
  font-size: 72px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  word-spacing: -5px;
}
.pxl-heading.px-sub-title-style2-style .pxl-item--title cite {
  font-style: inherit;
  color: #009cff;
}
.pxl-heading .px-sub-title-style4 {
  font-size: 24px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Roboto";
  position: relative;
  text-align: center;
  display: inline-block;
  padding-left: 41px;
}
.pxl-heading .px-sub-title-style4:before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-sub-title1.png);
  background-position: top left;
  width: 127%;
  height: 130%;
  top: 58%;
  left: -15px;
  position: absolute;
  transform: translate(0, -50%);
  z-index: -1;
}
.pxl-heading.px-sub-title-style5-style .pxl-item--subtitle {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  display: inline-block;
  background-color: rgba(var(--primary-color-rgb),0.102);
  border-radius: 3px;
  line-height: 1.2;
  padding: 8px 57px;
  margin-bottom: 22px;
}
.pxl-heading.px-sub-title-style5-style .pxl-item--title {
  font-size: 48px;
  color: #01062e;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-heading.px-sub-title-style3-style {
  -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-heading.px-sub-title-style3-style .pxl-heading--inner {
  -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-heading.px-sub-title-style3-style .pxl-heading--inner:hover .pxl-item--title span:before {
  left: 15px;
}
.pxl-heading.px-sub-title-style3-style .pxl-heading--inner:hover .pxl-item--title span:after {
  left: 0;
}
.pxl-heading.px-sub-title-style3-style .pxl-heading-content {
  display: grid;
}
.pxl-heading.px-sub-title-style3-style .pxl-item--subtitle {
  order: 2;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.pxl-heading.px-sub-title-style3-style .pxl-item--title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  font-family: 'Roboto', sans-serif;
  -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-heading.px-sub-title-style3-style .pxl-item--title cite {
  color: #3594de;
  font-style: normal;
}
.pxl-heading.px-sub-title-style3-style .pxl-item--title span {
  position: relative;
  padding-left: 50px;
  -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-heading.px-sub-title-style3-style .pxl-item--title span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: linear-gradient(50deg, var(--gradient-color-from) 30%, var(--gradient-color-to) 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;
  opacity: 0.6;
}
.pxl-heading.px-sub-title-style3-style .pxl-item--title span:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: linear-gradient(50deg, var(--gradient-color-from) 30%, var(--gradient-color-to) 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;
  opacity: 0.6;
}
.pxl-contact-info1 {
  position: relative;
}
.pxl-contact-info1 .pxl-item--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;
  cursor: pointer;
}
.pxl-contact-info1 .pxl-item--text span {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-contact-info1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact-info1 .pxl-item--map {
  position: absolute;
  width: 280px;
  height: 240px;
  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%);
  visibility: hidden;
  z-index: 300;
}
.pxl-contact-info1 .pxl-item--map iframe {
  width: 100%;
  height: 240px;
}
.pxl-contact-info1:hover .pxl-item--text {
  color: var(--primary-color);
}
.pxl-contact-info1:hover .pxl-item--text span {
  animation: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-contact-info1:hover .pxl-item--map {
  visibility: visible;
}
.pxl-contact-info1:hover .pxl-item--map .pxl-map--inner {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-icon-list {
  /* Contact Form */
}
.pxl-icon-list.pxl-icon1.icon-style1 a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: var(--primary-color);
  margin-right: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  transform: translateY(0px);
}
.pxl-icon-list.pxl-icon1.icon-style1 a:last-child {
  margin-right: 0;
}
.pxl-icon-list.pxl-icon1.icon-style1 a:hover {
  color: #fff;
  transform: translateY(-3px);
  background-color: var(--primary-color);
}
.pxl-icon-list.pxl-icon1.icon-style2 {
  display: flex;
  align-items: center;
}
.pxl-icon-list.pxl-icon1.icon-style2 a {
  color: #fdf3ea;
  font-size: 21px;
  margin-right: 23px;
  transform: translateY(0px);
}
.pxl-icon-list.pxl-icon1.icon-style2 a:last-child {
  margin-right: 0;
}
.pxl-icon-list.pxl-icon1.icon-style2 a:hover {
  color: var(--primary-color);
  transform: translateY(-3px);
}
.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 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .pxl--form-icon {
  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%;
  font-size: 14px;
  color: #a0a0a0;
  z-index: 99;
}
.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;
  color: var(--primary-color);
}
.pxl-contact-form .wpcf7-form {
  overflow: visible;
}
.pxl-contact-form .wpcf7-form .wpcf7-response-output {
  margin: 35px 0 0;
  border-width: 2px;
  font-size: 16px;
  padding: 8px 16px;
  color: #000;
  font-weight: 500;
  border-color: var(--primary-color) !important;
}
.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-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-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;
}
.pxl-partner-carousel1 .pxl-item--logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-partner-carousel1 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-partner-carousel1 .pxl-swiper-container {
  margin: 0 -9px;
}
.pxl-partner-carousel1 .pxl-swiper-container .pxl-swiper-slide {
  padding: 0 9px;
}
.pxl-anchor-button.style-1 {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-anchor-button.style-1 i {
  display: inline-flex;
}
.pxl-anchor-button.style-1.type-menu-hidden {
  width: 63px;
  height: 63px;
  border: 2px solid #151e68;
  border-radius: 63px;
}
@media screen and (min-width: 1201px) {
  .pxl-anchor-button.style-1.type-menu-hidden .pxl-anchor-divider .pxl-icon-line {
    width: 100%;
    border-radius: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-anchor-button.style-1.type-menu-hidden {
    width: 53px;
    height: 53px;
    border-radius: 53px;
  }
}
.pxl-anchor-button.style-2 {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pxl-anchor-button.style-2 i {
  display: inline-flex;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider {
  width: 15px;
  height: 13px;
}
.pxl-anchor-button.style-2 .pxl-anchor-divider .pxl-icon-line {
  height: 3px;
}
.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: #262626;
}
.pxl-anchor-button.style-2.type-menu-hidden {
  width: 63px;
  height: 63px;
  border: 2px solid #151e68;
  border-radius: 63px;
}
@media screen and (min-width: 1201px) {
  .pxl-anchor-button.style-2.type-menu-hidden .pxl-anchor-divider .pxl-icon-line {
    width: 100%;
    border-radius: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-anchor-button.style-2.type-menu-hidden {
    width: 53px;
    height: 53px;
    border-radius: 53px;
  }
}
.pxl-button-circle {
  width: 130px;
  min-width: 130px;
  display: inline-flex;
  height: 130px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 130px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.pxl-button-circle i {
  font-weight: normal;
  font-size: 19px;
}
.pxl-button-circle .pxl-text-inner span {
  display: block;
  width: 100%;
}
.pxl-button-circle .pxl-overlay--color {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: var(--primary-color);
  transform: translate(-50%, -50%);
  transition: width 0.5s, padding-top 0.5s;
  top: 55px;
  left: 35px;
}
.pxl-button-circle:hover, .pxl-button-circle:focus {
  color: #fff;
}
.pxl-project-info1 {
  margin: 0 -26px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pxl-project-info1 {
    display: block;
  }
}
.pxl-project-info1 .pxl--item {
  padding: 0 26px;
  margin-bottom: 26px;
  position: relative;
}
.pxl-project-info1 .pxl--item + .pxl--item:before {
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 42px;
  width: 1px;
  background-color: #c6c6c6;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pxl-project-info1 .pxl--item + .pxl--item:before {
    display: none;
  }
}
.pxl-project-info1 label {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.pxl-project-info1 span {
  font-size: 14px;
  color: #646464;
  text-transform: uppercase;
}
.pxl-logo-marquee1 {
  position: relative;
  overflow: hidden;
}
.pxl-logo-marquee1 .pxl-item--marquee {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.pxl-logo-marquee1 .pxl-logo-hidden {
  flex-wrap: nowrap;
  opacity: 0;
  visibility: hidden;
  width: 50000px;
}
.pxl-logo-marquee1 .pxl-logo-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-logo-marquee1 .pxl-logo-active .pxl-item--marquee {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1201px) {
  .pxl-logo-marquee1 .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pxl-logo-marquee1 .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pxl-logo-marquee1.style-2 .pxl-item--logo img {
  opacity: 0.42;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -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-logo-marquee1.style-2 .pxl-item--logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.pxl-content-slip1 > div {
  width: 50%;
}
.pxl-content-slip1 .pxl-main-image {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .pxl-content-slip1 .pxl-main-image {
    display: none;
  }
}
.pxl-content-slip1 .pxl-content-left {
  position: relative;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pxl-content-slip1 .pxl-content-left {
    display: none;
  }
}
.pxl-content-slip1 .pxl-content-left .pxl-item--image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 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;
}
.pxl-content-slip1 .pxl-content-left .pxl-item--image:not(.is-active) {
  opacity: 0;
}
.pxl-content-slip1 .pxl-content-right {
  background-color: #01062e;
  padding: 172px 7.5% 180px 7.5%;
}
@media screen and (max-width: 1200px) {
  .pxl-content-slip1 .pxl-content-right {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-slip1 .pxl-content-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-content-slip1 .pxl-content-right .pxl--item {
  margin-bottom: 135px;
  opacity: 0.5;
  -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: 767px) {
  .pxl-content-slip1 .pxl-content-right .pxl--item {
    opacity: 1;
  }
}
.pxl-content-slip1 .pxl-content-right .pxl--item.is-active {
  opacity: 1;
}
.pxl-content-slip1 .pxl-content-right .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-content-slip1 .pxl-item--title {
  margin-bottom: 28px;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .pxl-content-slip1 .pxl-item--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-slip1 .pxl-item--title {
    font-size: 24px;
  }
}
.pxl-content-slip1 .pxl-item--desc {
  font-size: 18px;
  line-height: 1.66667;
  color: #90919a;
  max-width: 420px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .pxl-content-slip1 .pxl-item--desc {
    font-size: 17px;
  }
}
.pxl-content-slip1 .pxl-item--feature {
  list-style: none;
  margin: 0 0 44px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pxl-content-slip1 .pxl-item--feature {
    font-size: 16px;
  }
}
.pxl-content-slip1 .pxl-item--feature li {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-content-slip1 .pxl-item--feature li + li {
  margin-top: 11px;
}
.pxl-content-slip1 .pxl-item--feature i {
  color: var(--primary-color);
  font-size: 20px;
  position: relative;
  top: -2px;
}
.pxl-content-slip1 .pxl-item--button .btn {
  font-size: 16px;
  line-height: 57px;
}
.pxl-content-slip1 .pxl-item--button .btn::before {
  background-color: #fff;
}
.pxl-content-slip1 .pxl-item--button .btn:hover, .pxl-content-slip1 .pxl-item--button .btn:focus {
  color: #01062e;
}
.pxl-content-listing1 {
  background-color: #fff;
  position: relative;
}
.pxl-content-listing1 .pxl--divider {
  background-color: #d5d5d5;
  position: absolute;
}
.pxl-content-listing1 .pxl--divider.pxl-divider--left {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.pxl-content-listing1 .pxl--divider.pxl-divider--right {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.pxl-content-listing1 .pxl--divider.pxl-divider--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.pxl-content-listing1 .pxl--divider.pxl-divider--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.pxl-content-listing1 .pxl-item--image {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%) scale(0.5);
  min-width: 182px;
  margin-left: 40px;
  z-index: 99;
  -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-content-listing1 .pxl-item--image img {
  transform: translate(0, 0) !important;
}
@media screen and (max-width: 767px) {
  .pxl-content-listing1 .pxl-item--image {
    display: none;
  }
}
.pxl-content-listing1 .pxl-item--number {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 50px;
  min-width: 50px;
  padding-top: 4px;
}
@media screen and (max-width: 991px) {
  .pxl-content-listing1 .pxl-item--number {
    font-size: 15px;
    width: 40px;
    min-width: 40px;
  }
}
.pxl-content-listing1 .pxl-item--title {
  margin-bottom: 8px;
  font-size: 22px;
  color: #01062e;
}
@media screen and (max-width: 991px) {
  .pxl-content-listing1 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-content-listing1 .pxl-item--title a {
  color: inherit;
  background-image: linear-gradient(transparent calc(100% - 1px), #01062e 1px);
}
.pxl-content-listing1 .pxl-item--title a:hover {
  color: inherit;
}
.pxl-content-listing1 .pxl-item--subtitle {
  font-size: 14px;
  color: #000;
}
.pxl-content-listing1 .pxl-item--desc {
  font-size: 16px;
  line-height: 1.625;
  color: #545454;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .pxl-content-listing1 .pxl-item--desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-listing1 .pxl-item--desc {
    margin-bottom: 32px;
  }
}
.pxl-content-listing1 .pxl-item--desc .pxl-desc--inner {
  max-width: 530px;
}
.pxl-content-listing1 .pxl-item--button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.pxl-content-listing1 .pxl-item--button a {
  display: inline-flex;
  min-width: 54px;
  width: 54px;
  height: 47px;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
}
.pxl-content-listing1 .pxl-item--button a i {
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-content-listing1 .pxl-item--button a:hover {
  background-color: #000;
  color: #fff;
}
.pxl-content-listing1 .pxl-item--button a:hover i {
  transform: rotate(45deg);
}
.pxl-content-listing1 .pxl-title--wrap {
  position: relative;
  display: inline-block;
}
.pxl-content-listing1 .pxl-item--holder {
  flex-wrap: nowrap;
  width: 35.5%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .pxl-content-listing1 .pxl-item--holder {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-listing1 .pxl-item--holder {
    width: 100%;
  }
}
.pxl-content-listing1 .pxl-item--holder:before {
  content: '';
  height: 2px;
  width: calc(100% - 40px);
  background-color: #01062e;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  position: absolute;
  top: -35px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .pxl-content-listing1 .pxl-item--holder:before {
    width: 100%;
  }
}
.pxl-content-listing1 .pxl-item--right {
  width: 64.5%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  .pxl-content-listing1 .pxl-item--right {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-listing1 .pxl-item--right {
    width: 100%;
    padding-left: 40px;
    padding-top: 22px;
    display: block;
  }
}
.pxl-content-listing1 .pxl--item {
  padding: 34px 45px 30px 38px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .pxl-content-listing1 .pxl--item {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-content-listing1 .pxl--item {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-listing1 .pxl--item {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 42px;
  }
}
.pxl-content-listing1 .pxl--item:last-child {
  position: relative;
}
.pxl-content-listing1 .pxl--item:last-child:before {
  content: '';
  height: 100px;
  position: absolute;
  z-index: 99;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(255, 255, 255, 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-content-listing1 .pxl--item:last-child:hover:before {
  opacity: 0;
  visibility: hidden;
}
.pxl-content-listing1 .pxl--item:hover .pxl-item--image {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
.pxl-content-listing1 .pxl--item:hover .pxl-item--image img {
  -webkit-animation-name: pxlSkewIn;
  animation-name: pxlSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-content-listing1 .pxl--item:hover .pxl-item--holder:before {
  transform: scaleX(1);
}
.nicescroll-cursors {
  background-color: var(--primary-color) !important;
}
.pxl-history1 {
  margin: 40px 0;
}
.pxl-history1 .pxl-item--year {
  font-size: 70px;
  color: #dbdbdb;
  font-family: "Exo 2";
  position: relative;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .pxl-history1 .pxl-item--year {
    font-size: 60px;
  }
}
.pxl-history1 .pxl-item--title {
  margin-bottom: 32px;
  padding-bottom: 29px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Exo 2";
  margin-top: -23px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .pxl-history1 .pxl-item--title {
    font-size: 24px;
  }
}
@media (max-width: 880px) {
  .pxl-history1 .pxl-item--title {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
.pxl-history1 .pxl-item--title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 99%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #d9d9d9 0%, #fff 100%);
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .pxl-history1 .pxl-item--title:after {
    width: 100%;
  }
}
.pxl-history1 .pxl-item--title span {
  position: absolute;
  bottom: -12px;
  right: -14px;
  width: 28px;
  height: 28px;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pxl-history1 .pxl-item--title span {
    display: none;
  }
}
.pxl-history1 .pxl-item--title span:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: 0;
  border-radius: inherit;
}
.pxl-history1 .pxl-item--desc {
  font-size: 17px;
  color: #494949;
  margin-top: 15px;
  line-height: 1.77;
}
@media (max-width: 1024px) {
  .pxl-history1 .pxl-item--desc {
    font-size: 15px;
  }
}
.pxl-history1 .pxl-item--image {
  display: flex;
  flex-wrap: wrap;
  padding-right: 72px;
}
@media (max-width: 1199px) {
  .pxl-history1 .pxl-item--image {
    padding-right: 50px;
  }
}
@media (max-width: 880px) {
  .pxl-history1 .pxl-item--image {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-history1 .pxl-item--image {
    width: 100%;
    justify-content: center;
    padding-right: 0px;
  }
}
.pxl-history1 .pxl-item--meta {
  width: 50%;
  position: relative;
}
.pxl-history1 .pxl-item--meta:before {
  content: '';
  height: 101%;
  width: 2px;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  right: -1px;
}
.pxl-history1 .pxl-item--meta .pxl-meta--inner {
  padding-top: 28px;
}
@media (max-width: 767px) {
  .pxl-history1 .pxl-item--meta .pxl-meta--inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pxl-history1 .pxl-item--meta {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .pxl-history1 .pxl-item--meta:before {
    display: none;
  }
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-meta--inner {
  padding-top: 0px;
  margin-top: -2px;
}
@media (max-width: 1199px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-meta--inner {
    margin-top: 0;
  }
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--image {
  justify-content: flex-start;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--image {
    padding: 0;
    justify-content: center;
  }
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title:after {
  right: 0;
  left: unset;
  background: linear-gradient(90deg, #fff 0%, #d9d9d9 100%);
  width: 113%;
}
@media (max-width: 1024px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title:after {
    width: 110%;
  }
}
@media (max-width: 880px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title:after {
    width: 105%;
  }
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title span {
  right: unset;
  left: -85px;
  transform: rotate(-180deg);
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title span:before {
  animation: pxl_pulse_border 1000ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1000ms ease-out infinite;
}
@media (max-width: 1024px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title span {
    left: -65px;
  }
}
@media (max-width: 880px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--title span {
    left: -45px;
  }
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--holder {
  flex-direction: row-reverse;
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--meta {
  padding-left: 71px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--meta {
    padding-left: 50px;
  }
}
@media (max-width: 880px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--meta {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--meta {
    max-width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
.pxl-history1 .pxl-item--inner.pxl-item--even .pxl-item--meta:before {
  right: auto;
  left: -1px;
}
.pxl-history1 .slick-arrow {
  color: #fff;
  font-size: 9px;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -1px;
  transform: translate(-50%, 0%);
  cursor: pointer;
}
.pxl-history1 .slick-arrow.slick-disabled {
  cursor: no-drop;
}
.pxl-history1 .slick-arrow.slick-prev {
  top: -14px;
}
.pxl-history1 .slick-arrow.slick-next {
  bottom: -15px;
}
.pxl-image-box-carousel1 .pxl-item--title {
  display: inline-flex;
  font-size: 48px;
  line-height: 1.0899;
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box-carousel1 .pxl-item--title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-image-box-carousel1 .pxl-item--title {
    font-size: 32px;
  }
}
.pxl-image-box-carousel1 .pxl-item--title .pxl-heading--shape {
  min-width: 42px;
  width: 42px;
  height: 41px;
  display: inline-flex;
  position: relative;
  top: 4px;
}
.pxl-image-box-carousel1 .pxl-item--title .pxl-heading--shape:before, .pxl-image-box-carousel1 .pxl-item--title .pxl-heading--shape:after {
  content: '';
  width: 31px;
  height: 31px;
  position: absolute;
  border-radius: 0 31px 0 0;
}
.pxl-image-box-carousel1 .pxl-item--title .pxl-heading--shape:before {
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
}
.pxl-image-box-carousel1 .pxl-item--title .pxl-heading--shape:after {
  bottom: 10px;
  left: 11px;
  background-color: var(--secondary-color);
}
.pxl-image-box-carousel1 .pxl-item--description {
  font-size: 18px;
  color: #4f4f4f;
  line-height: 1.66667;
  margin-bottom: 43px;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box-carousel1 .pxl-item--description {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-image-box-carousel1 .pxl-item--description {
    font-size: 16px;
  }
}
.pxl-image-box-carousel1 .pxl-item--buttons .pxl-item--buton.btn-text-more1 {
  margin-right: 34px;
}
@media screen and (max-width: 991px) {
  .pxl-image-box-carousel1 .pxl-item--buttons .pxl-item--buton.btn-text-more1 {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-box-carousel1 .pxl-item--buttons .pxl-item--buton {
    margin-bottom: 20px;
  }
}
.pxl-image-box-carousel1 .pxl-item--left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-image-box-carousel1 .pxl-item--left {
    width: 100%;
    min-height: 360px;
  }
}
.pxl-image-box-carousel1 .pxl-item--left .pxl-item--image {
  position: absolute;
  top: -61px;
  bottom: -61px;
  right: 0;
  left: 75px;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box-carousel1 .pxl-item--left .pxl-item--image {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-box-carousel1 .pxl-item--left .pxl-item--image {
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.pxl-image-box-carousel1 .pxl-item--content {
  width: 50%;
  padding: 76px 75px 77px;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box-carousel1 .pxl-item--content {
    padding: 42px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-box-carousel1 .pxl-item--content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pxl-image-box-carousel1 .pxl-item--inner {
  background-color: #fff;
  margin-top: 61px;
  margin-bottom: 61px;
  border-top: 6px solid var(--primary-color);
  -webkit-box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
  -khtml-box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
  -moz-box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
  -ms-box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
  -o-box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
  box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
}
@media screen and (max-width: 767px) {
  .pxl-image-box-carousel1 .pxl-item--inner {
    margin-bottom: 30px;
  }
}
.pxl-image-box-carousel1 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  bottom: 61px;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .pxl-image-box-carousel1 .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
    font-size: 18px;
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-box-carousel1 .pxl-swiper-arrow-wrap {
    position: static;
  }
}
.btn-text-more1, .btn-text-more2 {
  font-size: 16px;
  color: #01062e;
  font-weight: 700;
  display: inline-flex;
  line-height: 27px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .btn-text-more1, .btn-text-more2 {
    font-size: 15px;
  }
}
.btn-text-more1 i, .btn-text-more2 i {
  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;
  -webkit-transform: translateX(-10px);
  -khtml-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.btn-text-more1:hover i, .btn-text-more2:hover i {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.btn-text-more1 {
  color: var(--primary-color);
}
.btn-text-more1 .pxl-item--text {
  position: relative;
}
.btn-text-more1 .pxl-item--text:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 2px;
  left: 0;
}
.btn-text-more1:hover {
  color: var(--primary-color);
}
.btn-text-more2 .pxl-item--text {
  position: relative;
}
.btn-text-more2 .pxl-item--text:before {
  content: '';
  height: 1px;
  width: 0%;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 2px;
  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;
}
.btn-text-more2:hover {
  color: var(--primary-color);
}
.btn-text-more2:hover .pxl-item--text:before {
  width: 100%;
}
.pxl-info-box1 .pxl-item--inner {
  padding: 35px 30px 45px 30px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 767px) {
  .pxl-info-box1 .pxl-item--inner {
    padding: 20px;
  }
}
.pxl-info-box1 .pxl-sub-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}
.pxl-info-box1 .pxl-title {
  margin-bottom: 17px;
  font-size: 26px;
  line-height: 1.23;
}
.pxl-info-box1 .pxl-desc {
  color: #525252;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 32px;
}
.pxl-info-box1 .pxl-button a {
  font-size: 15px;
  font-weight: 700;
  color: #525252;
  display: inline-flex;
  padding: 0 20px;
  line-height: 39px;
  border: 2px solid #b2b2b2;
}
.pxl-info-box1 .pxl-button a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-info-box1 .pxl-item--top {
  width: 100%;
}
.pxl-client-box1 {
  background-color: #fff;
  padding: 21px 28px 21px 20px;
  border-radius: 20px;
  box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
}
.pxl-client-box1 .pxl-item--images {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 32px;
}
.pxl-client-box1 .pxl-item--images .pxl-item--img {
  width: 83px;
  min-width: 83px;
  margin-left: -32px;
}
@media screen and (max-width: 1200px) {
  .pxl-client-box1 .pxl-item--images .pxl-item--img {
    width: 70px;
    min-width: 70px;
  }
}
.pxl-client-box1 .pxl-item--images .pxl-item--img img {
  border-radius: 83px;
}
.pxl-client-box1 .pxl-counter--number {
  display: inline-flex;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  color: #01062e;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  .pxl-client-box1 .pxl-counter--number {
    font-size: 30px;
  }
}
.pxl-client-box1 .pxl-item--title {
  font-size: 20px;
  color: #6c6c6c;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .pxl-client-box1 .pxl-item--title {
    font-size: 16px;
  }
}
.pxl-client-box1 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-anchor-link-scroll {
  width: 194px;
  height: 194px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 0 18px rgba(109, 109, 109, 0.13);
  border-radius: 194px;
}
.pxl-anchor-link-scroll:before {
  content: '';
  border: 48px solid #fff;
  border-radius: 194px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 18px rgba(109, 109, 109, 0.13) inset;
}
.pxl-anchor-link-scroll a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.pxl-anchor-link-scroll .pxl-anchor-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pxl_scroll_bottom_effect 1s ease infinite alternate;
  font-size: 30px;
}
.pxl-anchor-link-scroll .pxl-anchor-icon i {
  transform: rotate(135deg);
}
.pxl-anchor-link-scroll .pxl-anchor-text {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #01062e;
  animation: pxl_spin_text 12s linear infinite;
}
.pxl-anchor-link-scroll .pxl-anchor-text svg {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  fill: transparent;
  height: 134px;
  width: 134px;
}
.pxl-anchor-link-scroll .pxl-anchor-text svg.pxl-anchor-svg1 {
  transform: translate(-50%, -50%) rotate(-120deg);
}
.pxl-anchor-link-scroll .pxl-anchor-text svg.pxl-anchor-svg2 {
  transform: translate(-50%, -50%) rotate(59deg);
}
.pxl-anchor-link-scroll .pxl-anchor-text text {
  fill: #01062e;
}
.pxl-anchor-link-scroll .pxl-anchor-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 113px;
  height: 113px;
}
.pxl-anchor-link-scroll .pxl-anchor-dots:before, .pxl-anchor-link-scroll .pxl-anchor-dots:after {
  content: '';
  height: 11px;
  width: 11px;
  border-radius: 11px;
  background-color: var(--third-color);
  position: absolute;
}
.pxl-anchor-link-scroll .pxl-anchor-dots:before {
  top: 0;
  left: 0;
}
.pxl-anchor-link-scroll .pxl-anchor-dots:after {
  bottom: 0;
  right: 0;
}
@-ms-keyframes pxl_spin_text {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_text {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_text {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes pxl_spin_text {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.pxl-list1 {
  /* Case Search Form */
}
.pxl-list1.style-default .pxl--item {
  margin-bottom: 10px;
}
.pxl-list1.style-default .pxl--item:last-child {
  margin-bottom: 0 !important;
}
.pxl-list1.style-default .pxl--item .pxl-item-link {
  display: inline-flex;
  align-items: center;
  color: var(--link-color);
  -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-list1.style-default .pxl--item .pxl-item-link .pxl-item--icon {
  color: var(--primary-color);
  -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;
  line-height: 1;
  display: flex;
}
.pxl-list1.style-default .pxl--item .pxl-item-link .pxl-item--icon svg {
  fill: var(--primary-color);
  height: 17px;
  width: 17px;
}
.pxl-list1.style-default .pxl--item .pxl-item-link .pxl-item--icon svg path {
  fill: var(--primary-color);
}
.pxl-list1.style2 .pxl--item {
  margin-bottom: 17px;
}
.pxl-list1.style2 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-list1.style2 .pxl--item .pxl-item-link {
  display: inline-flex;
  align-items: center;
  color: #494949;
}
.pxl-list1.style2 .pxl--item .pxl-item-link .pxl-item--text {
  font-size: 17px;
}
.pxl-list1.style2 .pxl--item .pxl-item-link .pxl-item--icon.pxl-mr-10 {
  margin-right: 12px;
}
.pxl-list1.style3 .pxl--item {
  margin-bottom: 12px;
}
.pxl-list1.style3 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-list1.style3 .pxl--item .pxl-item-link {
  display: inline-flex;
  align-items: center;
  color: #494949;
}
.pxl-list1.style3 .pxl--item .pxl-item-link .pxl-item--text {
  font-size: 18px;
}
.pxl-list1.style3 .pxl--item .pxl-item-link .pxl-item--icon i {
  font-size: 13px;
  color: var(--primary-color);
  line-height: 1;
}
.pxl-list1.style4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .pxl-list1.style4 {
    display: block;
    text-align: center;
  }
}
.pxl-list1.style4 .pxl--item {
  margin-right: 70px;
}
@media (max-width: 575px) {
  .pxl-list1.style4 .pxl--item {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.pxl-list1.style4 .pxl--item:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .pxl-list1.style4 .pxl--item:last-child {
    margin-bottom: 0px;
  }
}
.pxl-list1.style4 .pxl--item .pxl-item-link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Syne";
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .pxl-list1.style4 .pxl--item .pxl-item-link {
    font-size: 16px;
  }
}
.pxl-list1.style4 .pxl--item .pxl-item-link .pxl-item--icon {
  position: relative;
  line-height: 1;
}
.pxl-list1.style4 .pxl--item .pxl-item-link .pxl-item--icon.pxl-mr-10 {
  margin-right: 8px;
}
.pxl-list1.style4 .pxl--item .pxl-item-link .pxl-item--icon:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  top: -1px;
  left: -9px;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.pxl-list1.style4 .pxl--item .pxl-item-link .pxl-item--icon svg {
  height: 12px;
  width: auto;
}
.pxl-list1.style4 .pxl--item .pxl-item-link .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-list1.style5 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pxl-list1.style5 {
    display: block;
  }
}
.pxl-list1.style5 .pxl--item {
  display: inline-flex;
  align-items: center;
  margin-right: 27px;
}
@media (max-width: 767px) {
  .pxl-list1.style5 .pxl--item {
    display: flex;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pxl-list1.style5 .pxl--item:last-child {
    margin-bottom: 0;
  }
}
.pxl-list1.style5 .pxl--item:last-child {
  margin-right: 0;
}
.pxl-list1.style5 .pxl--item .pxl-item-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #424242;
  font-weight: 500;
  font-family: "Roboto";
}
.pxl-list1.style5 .pxl--item .pxl-item-link .pxl-item--icon {
  line-height: 1;
}
.pxl-list1.style5 .pxl--item .pxl-item-link .pxl-item--icon.pxl-mr-10 {
  margin-right: 5px;
}
.pxl-list1.style5 .pxl--item .pxl-item-link .pxl-item--icon i {
  font-size: 13px;
}
.pxl-list1.style5 .pxl--item .pxl-item-link .pxl-item--icon svg {
  height: 15px;
  width: 15px;
}
.pxl-list1.style5 .pxl--item .pxl-item-link .pxl-item--icon svg path {
  fill: #424242;
}
.pxl-list1.style6 .pxl--item {
  margin-bottom: 18px;
}
.pxl-list1.style6 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-list1.style6 .pxl--item .pxl-item-link {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #2d2c2c;
  font-weight: 500;
}
.pxl-list1.style6 .pxl--item .pxl-item-link .pxl-item--icon {
  line-height: 1;
  font-size: 14px;
}
.pxl-list1.style6 .pxl--item .pxl-item-link .pxl-item--icon.pxl-mr-10 {
  margin-right: 8px;
}
.pxl-list1.style6 .pxl--item .pxl-item-link:hover {
  color: var(--primary-color);
}
.pxl-list1.style7 .pxl--item {
  margin-bottom: 2px;
}
.pxl-list1.style7 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-list1.style7 .pxl--item .pxl-item-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #888;
  font-weight: 400;
}
.pxl-list1.style7 .pxl--item .pxl-item-link:hover .pxl-item--text {
  text-decoration: underline;
}
.pxl-list1.style7 .pxl--item .pxl-item-link .pxl-item--icon {
  color: #888;
  line-height: 1;
}
.pxl-list1.style7 .pxl--item .pxl-item-link .pxl-item--icon.pxl-mr-10 {
  margin-right: 0;
}
.pxl-list1.style7 .pxl--item .pxl-item-link .pxl-item--text {
  -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-list1.style8 {
  display: flex;
  align-items: center;
}
.pxl-list1.style8 .pxl--item {
  margin-right: 68px;
}
.pxl-list1.style8 .pxl--item:last-child {
  margin-right: 0;
}
.pxl-list1.style8 .pxl--item .pxl-item-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
}
.pxl-list1.style8 .pxl--item .pxl-item-link:hover .pxl-item--text {
  text-decoration: underline;
}
.pxl-list1.style8 .pxl--item .pxl-item-link .pxl-item--text {
  -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-list1.style8 .pxl--item .pxl-item-link .pxl-item--icon {
  line-height: 1;
}
.pxl-list1.style8 .pxl--item .pxl-item-link .pxl-item--icon svg {
  margin-top: 4px;
  height: 15px;
  width: 15px;
}
.pxl-list1.style8 .pxl--item .pxl-item-link .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-list1.style9 .pxl--item {
  margin-bottom: 15px;
  line-height: 1.2;
}
.pxl-list1.style9 .pxl--item:last-child {
  margin-bottom: 0 !important;
}
.pxl-list1.style9 .pxl--item .pxl-item-link {
  display: inline-flex;
  align-items: center;
  color: var(--link-color);
  -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;
  font-size: 21px;
  color: #666;
  font-weight: 400;
  font-family: "Exo 2";
}
.pxl-list1.style9 .pxl--item .pxl-item-link .pxl-item--icon {
  color: var(--primary-color);
  -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;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-list1.style9 .pxl--item .pxl-item-link .pxl-item--icon i {
  font-size: 16px;
  transform: rotate(-90deg);
}
.pxl-list1.style9 .pxl--item .pxl-item-link .pxl-item--icon svg {
  fill: #fff;
  height: 9px;
  width: 9px;
}
.pxl-search-form .pxl-search-field {
  font-size: 32px;
  color: #222;
  padding: 0;
  border: none;
  background-color: transparent;
  height: 58px;
  font-weight: 500;
}
.pxl-search-form .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-form .pxl-search-submit:hover, .pxl-search-form .pxl-search-submit:focus {
  color: var(--primary-color);
  background: none;
}
.pxl-search-form .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-form .pxl-searchform-wrap {
  position: relative;
}
.pxl-col-line1:before {
  content: '';
  width: 1px;
  right: 0px;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #cfcdc9;
}
@media screen and (max-width: 767px) {
  .pxl-col-line1:before {
    display: none;
  }
}
.pxl-col-line2:before {
  content: '';
  width: 1px;
  left: 3px;
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: #cfcdc9;
}
@media screen and (max-width: 767px) {
  .pxl-col-line2:before {
    display: none;
  }
}
.pxl-process-1 .pxl--number {
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  border-radius: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 2;
}
.pxl-process-1 .pxl--title {
  font-size: 22px;
  margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
  .pxl-process-1 .pxl--title {
    font-size: 18px;
  }
}
.pxl-process-1 .pxl--desc {
  color: #4a4a4a;
}
@media screen and (max-width: 991px) {
  .pxl-process-1 .pxl--desc {
    font-size: 16px;
  }
}
.pxl-process-1 .pxl--item {
  background-color: #f5f5f5;
  padding: 27px 40px 27px 70px;
  position: relative;
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .pxl-process-1 .pxl--item {
    padding-right: 30px;
    padding-left: 50px;
  }
}
.pxl-process-1 .pxl--item:before {
  z-index: 1;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  width: 7px;
  background-color: var(--primary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pxl-process-1 .pxl--item + .pxl--item {
  margin-top: 27px;
}
.pxl-process-1 .pxl--item:hover:before {
  height: 100%;
}
.pxl-process-1 .pxl--item:hover .pxl--number {
  background-color: #d7d7d7;
  color: #000;
}
.pxl-download-link-1 .pxl--title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2px;
}
.pxl-download-link-1 .pxl--size {
  font-size: 14px;
  line-height: normal;
  color: #666;
}
.pxl-download-link-1 .pxl--meta {
  flex-grow: 1;
}
.pxl-download-link-1 .pxl-icon-file, .pxl-download-link-1 .pxl-icon-download {
  width: 33px;
  height: 42px;
  background-color: var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.pxl-download-link-1 .pxl-icon-download {
  font-size: 17px;
}
.pxl-download-link-1 .pxl--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-download-link-1 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #f5f5f5;
  padding: 8px;
  position: relative;
  align-items: center;
}
.pxl-download-link-1 .pxl--item + .pxl--item {
  margin-top: 32px;
}
.pxl-mailchimp-l1 .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp-l1.style-outline [type="submit"] {
  margin-top: 10px;
}
.pxl-mailchimp-l1.style-box {
  max-width: 315px;
}
.pxl-mailchimp-l1.style-box [type="email"] {
  font-size: 16px;
  color: #c3c3c3;
  padding: 0;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 0px;
  padding: 0 26px;
  border: none;
}
.pxl-mailchimp-l1.style-box [type="submit"] {
  margin: 0;
  height: 65px;
  width: 65px;
  padding: 0;
  border: none;
  font-size: 0px;
  position: absolute;
  border-radius: 0px;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
}
.pxl-mailchimp-l1.style-box .mc4wp-form-fields:after {
  content: "\f10f";
  font-family: "Caseicon";
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  right: 17px;
  -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: 20px;
  display: inline-flex;
  z-index: 1;
}
.pxl-contact1 .pxl-item--icon {
  margin-right: 15px;
  min-width: 47px;
  width: 47px;
  height: 47px;
  background-color: var(--primary-color);
  border-radius: 47px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #000;
}
.pxl-contact1 .pxl-item--subtitle {
  font-size: 15px;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: -2px;
}
.pxl-contact1 .pxl-item--title {
  margin-bottom: 0;
  font-size: 27px;
  line-height: 1.2;
}
.pxl-contact1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact1 .pxl-item--inner {
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.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-arrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-arrow-wrap .pxl-arrow-label {
  font-size: 16px;
  color: #878787;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev i {
  transform: rotate(180deg);
}
.pxl-swiper-arrow-wrap.style-1 {
  justify-content: flex-start;
  margin: 30px -5px 0;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border: 1px solid #c1c1c1;
  border-radius: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #c1c1c1;
  font-size: 12px;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow i {
  display: inline-flex;
}
.pxl-swiper-arrow-wrap.style-1 .pxl-swiper-arrow:hover {
  color: #01062e;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
  width: 75px;
  min-width: 75px;
  height: 70px;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  font-weight: normal;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  transform: scaleX(-1);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  background-color: #fff;
  color: #000;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow i {
  display: inline-flex;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow {
  width: 59px;
  height: 65px;
  border-radius: 20px;
  background-color: #e7e7e7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #382c4d;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow i {
  display: inline-flex;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 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: -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-swiper-arrow-wrap.style-3 .pxl-swiper-arrow:hover {
  color: #fff;
}
.pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow:hover:before {
  opacity: 1;
}
.pxl-container-dots {
  text-align: center;
  margin-top: 41px;
}
.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;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #c2c2c2;
  border-radius: 10px;
  margin: 0 11px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #060606;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction {
  margin-top: 34px;
  font-size: 0px;
  color: #797979;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #bbb;
  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;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span {
  display: inline-flex;
  margin: 0 36px;
  font-size: 22px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 38px;
  padding: 13px 30px;
  display: inline-flex;
  box-shadow: 0 4px 46px rgba(23, 25, 26, 0.09);
  z-index: 99;
  margin-top: 40px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin: 0 5px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--third-color);
}
.pxl-swiper-dots.style-3 {
  background-color: rgba(57, 57, 57, 0.141);
  border-radius: 6px;
  display: inline-flex;
  z-index: 99;
  position: relative;
}
.pxl-swiper-dots.style-3 .pxl-swiper-pagination-bullet {
  height: 13px;
  width: 170px;
  padding: 0;
  border-radius: 6px;
  background-color: unset;
}
.pxl-swiper-dots.style-3 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .pxl-swiper-dots.style-3 .pxl-swiper-pagination-bullet {
    width: 80px;
  }
}
@media (max-width: 676px) {
  .pxl-swiper-dots.style-3 .pxl-swiper-pagination-bullet {
    width: 50px;
  }
}
.pxl-grid .pxl-post--featured, .pxl-post-carousel .pxl-post--featured, .pxl-post-modern .pxl-post--featured {
  position: relative;
}
.pxl-grid .pxl-post--link, .pxl-post-carousel .pxl-post--link, .pxl-post-modern .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-grid .pxl-post--featured img, .pxl-post-carousel .pxl-post--featured img, .pxl-post-modern .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 {
  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 {
  color: inherit;
}
.pxl-grid .pxl-post--category, .pxl-post-carousel .pxl-post--category, .pxl-post-modern .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 {
  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 {
  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 {
  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 {
  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 {
  margin-bottom: 0;
}
.pxl-load-more .pxl-load-icon {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  margin-top: -10px;
  opacity: 0;
}
.pxl-load-more .pxl-loadmore-text {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-load-more.loading .pxl-load-icon {
  opacity: 1;
}
.pxl-load-more.loading i {
  opacity: 0.5;
}
.pxl-load-more.loading .pxl-loadmore-text {
  opacity: 0.5;
}
.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;
}
@media (max-width: 480px) {
  .pxl-grid-filter .pxl--filter-inner {
    display: contents;
  }
}
.pxl-grid-filter.style-1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pxl-grid-filter.style-1 .filter-item {
  font-size: 17px;
  color: #494949;
  font-weight: 400;
  margin: 0;
  margin-right: 22px;
  border: 1px solid #494949;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 9.4px 22px;
}
@media (max-width: 1200px) {
  .pxl-grid-filter.style-1 .filter-item {
    margin: 5px 10px 5px 0;
  }
}
@media (max-width: 1024px) {
  .pxl-grid-filter.style-1 .filter-item {
    font-size: 15px;
    padding: 8px 18px;
  }
}
@media (max-width: 480px) {
  .pxl-grid-filter.style-1 .filter-item {
    width: 100%;
    margin-right: 0;
  }
}
.pxl-grid-filter.style-1 .filter-item:last-child {
  margin-right: 0;
}
.pxl-grid-filter.style-1 .filter-item.active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-grid-filter.style-2 {
  margin-bottom: 0;
  font-size: 18px;
  color: #0d0d0d;
  font-weight: 700;
  text-align: left;
  font-family: "Barlow Semi Condensed";
  margin-top: 44px;
}
.pxl-grid-filter.style-2 .pxl--filter-inner {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-top: 2px;
  padding-bottom: 4px;
}
@media (max-width: 575px) {
  .pxl-grid-filter.style-2 .pxl--filter-inner {
    display: block;
  }
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item {
  margin: 0;
  margin-right: 70px;
  position: relative;
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item:last-child {
  margin-right: 0;
}
@media (max-width: 676px) {
  .pxl-grid-filter.style-2 .pxl--filter-inner .filter-item {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .pxl-grid-filter.style-2 .pxl--filter-inner .filter-item {
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
  }
  .pxl-grid-filter.style-2 .pxl--filter-inner .filter-item:last-child {
    margin-bottom: 0;
  }
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--primary-color);
  opacity: 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;
  transition-delay: 100ms;
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 4px;
  background-color: var(--primary-color);
  opacity: 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;
  transition-delay: 300ms;
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item:hover:before {
  width: 100%;
  opacity: 1;
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item:hover:after {
  width: 100%;
  opacity: 1;
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item.active {
  color: #0d0d0d;
  background-color: unset;
}
@media (max-width: 767px) {
  .pxl-grid-filter.style-2 .pxl--filter-inner .filter-item.active {
    background-color: unset;
  }
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item.active:before {
  width: 100%;
  opacity: 1;
}
.pxl-grid-filter.style-2 .pxl--filter-inner .filter-item.active:after {
  width: 100%;
  opacity: 1;
}
.title-hover-line a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-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-carousel-inner {
  padding: 0 15px;
  margin: 0 -15px;
}
.pxl-blog-style1 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  justify-content: space-between;
  transition: all 0.3s;
  width: 105%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .pxl-blog-style1 .pxl-swiper-arrow-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  .pxl-blog-style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    margin: 10px;
  }
}
.pxl-blog-style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  position: absolute;
  left: 0;
}
@media (max-width: 1250px) {
  .pxl-blog-style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    position: relative;
  }
}
.pxl-blog-style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  position: absolute;
  right: 0;
}
@media (max-width: 1250px) {
  .pxl-blog-style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    position: relative;
  }
}
.pxl-blog-style1 .pxl-post--inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  margin: 15px 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;
  position: relative;
}
.pxl-blog-style1 .pxl-post--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
  z-index: -1;
}
.pxl-blog-style1 .pxl-post--inner:hover .pxl-post--featured .pxl-img-link img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured {
  position: relative;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-img-link {
  overflow: hidden;
  position: relative;
  display: block;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-img-link img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
  filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: -48px;
  left: 40px;
}
@media (max-width: 767px) {
  .pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
    left: 20px;
  }
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date {
  display: inline-flex;
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  width: 80px;
  min-width: 80px;
  height: 90px;
  position: relative;
  background-color: var(--gradient-color-from);
  text-align: center;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  background-color: #fff;
  align-content: center;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .day {
  font-size: 22px;
  font-weight: 800;
  color: var(--link-color);
  line-height: 1;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .month {
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .pxl-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
  opacity: 1;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .post-button-video {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--primary-color);
  justify-content: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-size: 300% 100%;
  background-color: #fff;
  font-size: 13px;
}
@media (max-width: 575px) {
  .pxl-blog-style1 .pxl-post--inner .pxl-post--featured .post-button-video {
    width: 60px;
    height: 60px;
  }
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .post-button-video:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--featured .post-button-video: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-blog-style1 .pxl-post--inner .pxl-item-content {
  padding: 66px 40px 0px 40px;
}
@media (max-width: 1024px) {
  .pxl-blog-style1 .pxl-post--inner .pxl-item-content {
    padding: 66px 20px 0px 20px;
  }
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--title {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.363;
  z-index: 2;
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  .pxl-blog-style1 .pxl-post--inner .pxl-post--title {
    font-size: 20px;
  }
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--title a {
  color: #000;
  -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-blog-style1 .pxl-post--inner .pxl-post--title a .char {
  transition: transform 0.1s ease, color 0.1s ease;
  transition-delay: calc(var(--char-index) * 0.01s);
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--title a:hover .char {
  color: var(--link-color-hover);
  -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-post--inner .pxl-post--meta {
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  height: 39px;
  background-color: #eaeaea;
  text-align: center;
  display: inline-block;
  align-content: center;
  padding: 0 20px 0 20px;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--meta .pxl-post--author {
  align-items: center;
}
.pxl-blog-style1 .pxl-post--inner .pxl-post--meta .pxl-post--author .pxl-author-meta {
  font-size: 13px;
  font-style: normal;
  color: #2d2a2a;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-post-carousel1 .pxl-swiper-container {
  margin: 0 -11px;
}
.pxl-post-carousel1 .pxl-swiper-slide {
  padding: 0 11px;
}
.pxl-post-carousel1 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
  bottom: -44px;
  left: 51px;
}
@media (max-width: 767px) {
  .pxl-post-carousel1 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
    left: 20px;
  }
}
.pxl-post-carousel1 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .day {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .pxl-post-carousel1 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .day {
    font-size: 22px;
  }
}
.pxl-post-carousel1 .pxl-post--inner .pxl-item-content {
  padding: 50px 35px 0px 45px;
}
@media (max-width: 1024px) {
  .pxl-post-carousel1 .pxl-post--inner .pxl-item-content {
    padding: 66px 20px 0px 20px;
  }
}
.pxl-post-carousel1 .pxl-post--inner .pxl-item-content .pxl-post--title {
  margin-bottom: 22px;
}
.pxl-post-carousel2 .pxl-carousel-inner {
  padding: 0 15px;
  margin: 0 -15px;
}
.pxl-post-carousel2 .pxl-swiper-slide {
  padding: 0 11px;
}
.pxl-post-carousel2 .pxl-swiper-container {
  margin: 0 -11px;
}
.pxl-post-carousel2 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  justify-content: space-between;
  transition: all 0.3s;
  width: 105%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .pxl-post-carousel2 .pxl-swiper-arrow-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  .pxl-post-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    margin: 10px;
  }
}
.pxl-post-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  position: absolute;
  left: 0;
}
@media (max-width: 1250px) {
  .pxl-post-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    position: relative;
  }
}
.pxl-post-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  position: absolute;
  right: 0;
}
@media (max-width: 1250px) {
  .pxl-post-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    position: relative;
  }
}
.pxl-post-carousel2 .pxl-post--inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  margin: 15px 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;
  position: relative;
}
.pxl-post-carousel2 .pxl-post--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 0px 0px 10px 10px;
  z-index: -1;
}
.pxl-post-carousel2 .pxl-post--inner:hover .pxl-post--featured .pxl-img-link img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured {
  position: relative;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-img-link {
  overflow: hidden;
  position: relative;
  display: block;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-img-link img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
  width: 71px;
  height: 71px;
  border-radius: 5px;
  background-color: #fff;
  border: 4px solid #ff5303;
  position: absolute;
  bottom: -30px;
  left: 54px;
  text-align: center;
  align-content: center;
}
@media (max-width: 767px) {
  .pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
    left: 20px;
  }
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .day {
  font-size: 30px;
  line-height: 1;
  color: var(--link-color);
  font-weight: 800;
  font-family: "Exo 2";
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .month {
  font-size: 13px;
  color: #767676;
  font-weight: 500;
  font-family: "Roboto";
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .pxl-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
  opacity: 1;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .post-button-video {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--primary-color);
  justify-content: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-size: 300% 100%;
  background-color: #fff;
  font-size: 13px;
}
@media (max-width: 575px) {
  .pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .post-button-video {
    width: 60px;
    height: 60px;
  }
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .post-button-video:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--featured .post-button-video: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-post-carousel2 .pxl-post--inner .pxl-item-content {
  padding: 55px 30px 0px 45px;
}
@media (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-post--inner .pxl-item-content {
    padding: 55px 20px 0px 20px;
  }
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--title {
  font-size: 25px;
  font-weight: 700;
  font-family: "Exo 2";
  z-index: 2;
  display: block;
  position: relative;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-post--inner .pxl-post--title {
    font-size: 20px;
  }
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--title a {
  color: #182022;
  -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-post-carousel2 .pxl-post--inner .pxl-post--title a .char {
  transition: transform 0.1s ease, color 0.1s ease;
  transition-delay: calc(var(--char-index) * 0.01s);
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--title a: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-post-carousel2 .pxl-post--inner .pxl-post--meta {
  height: 40px;
  background-color: #eaeaea;
  text-align: center;
  display: inline-block;
  align-content: center;
  padding: 0 20px 0 20px;
  border-radius: 20px;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--meta .pxl-post--author {
  align-items: center;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--meta .pxl-post--author .pxl-author-meta {
  font-size: 13px;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--meta .pxl-post--author .pxl-author-meta a {
  color: #2d2a2a;
}
.pxl-post-carousel2 .pxl-post--inner .pxl-post--meta .pxl-post--author .pxl-author-meta a:hover {
  color: var(--primary-color);
}
.pxl-post-carousel3 .pxl-carousel-inner {
  padding: 0 15px;
  margin: 0 -15px;
}
.pxl-post-carousel3 .pxl-swiper-slide {
  padding: 0 11px;
}
.pxl-post-carousel3 .pxl-swiper-container {
  margin: 0 -11px;
}
.pxl-post-carousel3 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  justify-content: space-between;
  transition: all 0.3s;
  width: 105%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .pxl-post-carousel3 .pxl-swiper-arrow-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  .pxl-post-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    margin: 10px;
  }
}
.pxl-post-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  position: absolute;
  left: 0;
}
@media (max-width: 1250px) {
  .pxl-post-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    position: relative;
  }
}
.pxl-post-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  position: absolute;
  right: 0;
}
@media (max-width: 1250px) {
  .pxl-post-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    position: relative;
  }
}
.pxl-post-carousel3 .pxl-post--inner {
  -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-post-carousel3 .pxl-post--inner:hover .pxl-item-line:before {
  width: 58%;
}
.pxl-post-carousel3 .pxl-post--inner:hover .pxl-post--featured:before {
  opacity: 0.541;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 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-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, 0);
  width: 93%;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta .pxl-post--author span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  align-content: center;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta .pxl-post-list {
  font-size: 14px;
  height: 36px;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  background-color: var(--primary-color);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0px 10px;
  line-height: 1.2;
  margin-right: 5px;
  text-align: center;
}
@media (max-width: 1199px) {
  .pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta .pxl-post-list {
    font-size: 13px;
  }
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta .pxl-post-list:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta .pxl-post-list i {
    font-size: 11px;
  }
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-post--meta .pxl-post-list a {
  color: #fff;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .pxl-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
  opacity: 1;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .post-button-video {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--primary-color);
  justify-content: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-size: 300% 100%;
  background-color: #fff;
  font-size: 13px;
}
@media (max-width: 575px) {
  .pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .post-button-video {
    width: 60px;
    height: 60px;
  }
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .post-button-video:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--featured .post-button-video: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-post-carousel3 .pxl-post--inner .pxl-post--title {
  margin-bottom: 4px;
  max-width: 90%;
  margin-top: 13px;
}
@media (max-width: 575px) {
  .pxl-post-carousel3 .pxl-post--inner .pxl-post--title {
    max-width: 100%;
  }
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--title a {
  font-size: 30px;
  letter-spacing: -1px;
  color: #151515;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 1.3;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--title a .char {
  transition: transform 0.1s ease, color 0.1s ease;
  transition-delay: calc(var(--char-index) * 0.01s);
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--title a: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-post-carousel3 .pxl-post--inner .pxl-item--content {
  font-size: 18px;
  letter-spacing: 0px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  line-height: 1.555;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-item-line {
  height: 2px;
  background-color: #e7e7e7;
  margin-top: 31px;
  margin-bottom: 30px;
  -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;
  position: relative;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-item-line:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 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-post-carousel3 .pxl-post--inner .pxl-post--readmore {
  text-align: center;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a {
  line-height: 44px;
  font-size: 13px;
  padding-right: 30px;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a i {
  margin-left: 0px;
  font-size: 13px;
  clip-path: polygon(100% 0%, 100% 55%, 100% 100%, 45% 100%, 0% 50%, 50% 0%);
  border-radius: 0px 100px 100px 0px;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a span {
  padding: 0 24px 0 11px;
  -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-post-carousel3 .pxl-post--inner .pxl-post--readmore a .pxl-block {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0, -50%);
  opacity: 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-post-carousel3 .pxl-post--inner .pxl-post--readmore a .pxl-none {
  opacity: 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;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a:hover {
  padding-right: 17px;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a:hover .pxl-block {
  right: 0;
  opacity: 1;
  margin: 0 !important;
  padding: 0 15px 0 10px;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a:hover .pxl-none {
  opacity: 0;
  margin: 0 !important;
}
.pxl-post-carousel3 .pxl-post--inner .pxl-post--readmore a:hover span {
  padding: 0 20px;
}
.pxl-post-carousel4 .pxl-swiper-container {
  margin: 0 -22px;
}
@media (max-width: 1200px) {
  .pxl-post-carousel4 .pxl-swiper-container {
    margin: 0 -15px;
  }
}
.pxl-post-carousel4 .pxl-swiper-slide {
  padding: 0 22px;
}
@media (max-width: 1200px) {
  .pxl-post-carousel4 .pxl-swiper-slide {
    padding: 0 15px;
  }
}
.pxl-post-carousel4 .pxl-post--inner {
  -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: #f5f5f5;
  overflow: hidden;
  -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-post-carousel4 .pxl-post--inner:hover .pxl-post--featured img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15);
}
.pxl-post-carousel4 .pxl-post--inner .pxl-post--featured {
  position: relative;
  overflow: hidden;
  -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-post-carousel4 .pxl-post--inner .pxl-post--featured img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content {
  z-index: 1;
  position: relative;
  padding: 0 50px 38px 60px;
  margin-top: -33px;
}
@media (max-width: 1199px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content {
    padding: 0 50px 38px 40px;
  }
}
@media (max-width: 880px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content {
    padding: 0 30px 38px 30px;
  }
}
@media (max-width: 676px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content {
    padding: 0 15px 35px 15px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta {
  display: inline-flex;
  align-items: center;
  background-color: #010000;
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  overflow: hidden;
  width: max-content;
  padding: 0 30px 0 0px;
}
@media (max-width: 1199px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta {
    padding: 0 10px 0 0px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-list-lv1 {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  padding: 7px 25px 7px 8px;
}
@media (max-width: 1199px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-list-lv1 {
    padding: 7px 15px 7px 8px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  align-items: center;
}
@media (max-width: 1199px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list {
    font-size: 14px;
  }
}
@media (max-width: 676px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list {
    font-size: 13px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list a {
  color: #fff;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list a:hover {
  color: var(--primary-color);
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list .pxl-flex {
  align-items: center;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list .pxl-item-icon {
  width: 31px;
  min-width: 31px;
  height: 31px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post-list .pxl-item-icon i {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-item--comment {
    margin-left: 10px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author {
  align-items: center;
}
@media (max-width: 991px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author .pxl-author-meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author .pxl-author-meta {
    display: block;
  }
}
@media (max-width: 480px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author .pxl-author-meta {
    display: none;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author .pxl-author--img {
  width: 42px;
  min-width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author .pxl-author--img {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author a {
  color: #fff;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--meta .pxl-post--author a:hover {
  color: var(--link-color);
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--category {
  font-size: 15px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 1;
  margin-top: 34px;
  margin-bottom: 16px;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--category a {
  color: var(--primary-color);
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-item--comment .pxl-title-comment {
    display: none;
  }
}
@media (max-width: 575px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-item--comment .pxl-title-comment {
    display: block;
  }
}
@media (max-width: 360px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-item--comment .pxl-title-comment {
    display: none;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--title {
  margin-bottom: 0;
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--title a {
  font-size: 35px;
  letter-spacing: 0px;
  color: #2f2d2d;
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 767px) {
  .pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--title a {
    font-size: 25px;
  }
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--title a .char {
  transition: transform 0.1s ease, color 0.1s ease;
  transition-delay: calc(var(--char-index) * 0.01s);
}
.pxl-post-carousel4 .pxl-post--inner .pxl-item-content .pxl-post--title a: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-post-carousel5 .pxl-carousel-inner {
  padding: 0 15px;
  margin: 0 -15px;
}
.pxl-post-carousel5 .pxl-swiper-slide {
  padding: 0 11px;
}
.pxl-post-carousel5 .pxl-swiper-container {
  margin: 0 -11px;
}
.pxl-post-carousel5 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  justify-content: space-between;
  transition: all 0.3s;
  width: 105%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .pxl-post-carousel5 .pxl-swiper-arrow-wrap {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  .pxl-post-carousel5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    margin: 10px;
  }
}
.pxl-post-carousel5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  position: absolute;
  left: 0;
}
@media (max-width: 1250px) {
  .pxl-post-carousel5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    position: relative;
  }
}
.pxl-post-carousel5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  position: absolute;
  right: 0;
}
@media (max-width: 1250px) {
  .pxl-post-carousel5 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    position: relative;
  }
}
.pxl-post-carousel5 .pxl-post--inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  margin: 15px 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;
  position: relative;
}
.pxl-post-carousel5 .pxl-post--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f6f6;
  z-index: -1;
}
.pxl-post-carousel5 .pxl-post--inner:hover .pxl-post--featured .pxl-img-link img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured {
  position: relative;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-img-link {
  overflow: hidden;
  position: relative;
  display: block;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-img-link img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-img-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #15333d 0%, rgba(255, 255, 255, 0) 70%);
  -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-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
  width: 82px;
  height: 74px;
  border-radius: 8px;
  background-color: #fff;
  border: 6px solid #fc7600;
  filter: drop-shadow(1.782px 0.908px 14.5px rgba(0, 0, 0, 0.3));
  position: absolute;
  bottom: -30px;
  left: 48px;
  text-align: center;
  align-content: center;
}
@media (max-width: 767px) {
  .pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-inner-date {
    left: 20px;
  }
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .day {
  font-size: 30px;
  line-height: 1;
  color: var(--link-color);
  font-weight: 800;
  font-family: "Exo 2";
  margin-bottom: 3px;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-inner-date .pxl-content-date .pxl-item--date .month {
  font-size: 13px;
  color: #767676;
  font-weight: 500;
  font-family: "Roboto";
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .pxl-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
  opacity: 1;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .post-button-video {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--primary-color);
  justify-content: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-size: 300% 100%;
  background-color: #fff;
  font-size: 13px;
}
@media (max-width: 575px) {
  .pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .post-button-video {
    width: 60px;
    height: 60px;
  }
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .post-button-video:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--featured .post-button-video: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-post-carousel5 .pxl-post--inner .pxl-item-content {
  padding: 55px 30px 0px 45px;
}
@media (max-width: 1024px) {
  .pxl-post-carousel5 .pxl-post--inner .pxl-item-content {
    padding: 55px 20px 0px 20px;
  }
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--title {
  font-size: 25px;
  font-weight: 700;
  font-family: "Exo 2";
  z-index: 2;
  display: block;
  position: relative;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .pxl-post-carousel5 .pxl-post--inner .pxl-post--title {
    font-size: 20px;
  }
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--title a {
  color: #182022;
  -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;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--sub-primary-color) 1px);
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--title a .char {
  transition: transform 0.1s ease, color 0.1s ease;
  transition-delay: calc(var(--char-index) * 0.01s);
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--title a:hover .char {
  color: var(--sub-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-post-carousel5 .pxl-post--inner .pxl-post--meta {
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  height: 39px;
  background-color: #eaeaea;
  text-align: center;
  display: inline-block;
  align-content: center;
  padding: 0 20px 0 20px;
  -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;
  cursor: pointer;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--meta:hover .pxl-post--author .pxl-author-meta a {
  color: var(--sub-primary-color);
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--meta .pxl-post--author {
  align-items: center;
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--meta .pxl-post--author .pxl-author-meta {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-post-carousel5 .pxl-post--inner .pxl-post--meta .pxl-post--author .pxl-author-meta a {
  color: #2d2a2a;
}
.pxl-portfolio-style1 .pxl-pagination-wrap .pxl-pagination-links {
  margin-top: 30px;
}
.pxl-portfolio-style1 .pxl-post--inner {
  position: relative;
}
.pxl-portfolio-style1 .pxl-post--inner .pxl-post--featured .pxl-featured-link {
  display: block;
  position: relative;
}
.pxl-portfolio-style1 .pxl-post--inner .pxl-post--featured .pxl-featured-link .pxl-post--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/overlay-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 45px;
  padding-left: 47px;
}
@media (max-width: 1024px) {
  .pxl-portfolio-style1 .pxl-post--inner .holder-content {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner {
    display: grid;
  }
}
@media (max-width: 767px) {
  .pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-content {
    margin-top: 15px;
    order: 2;
  }
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-post--category {
  margin-bottom: 14px;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-post--category:before {
  display: none;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-post--category a {
  font-size: 14px;
  color: #fff;
  padding: 6px 17px;
  background-color: var(--primary-color);
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-post--title {
  margin-bottom: 0;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-post--title .pxl-holder-link {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  font-family: "Exo 2";
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}
@media (max-width: 1024px) {
  .pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-holder--inner .pxl-post--title .pxl-holder-link {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon {
    order: 1;
  }
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link {
  background-color: #f6f6f6;
  color: var(--primary-color);
  padding: 24px 16px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link {
    padding: 15px 14px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  }
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link:hover i:before {
  transform: rotate(-45deg) scale(0);
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link:hover i:after {
  transform: rotate(-45deg) scale(1);
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link i {
  line-height: 1;
  width: 24px;
  height: 24px;
  position: relative;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link i:before {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: right center;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-content .pxl-post--icon .pxl-iem-link i:after {
  content: "\f11e";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
  top: 10px;
  transform-origin: left center;
  left: 5px;
}
.pxl-portfolio-style1 .pxl-post--inner .holder-hover {
  display: none;
}
.pxl-portfolio-style2 .pxl-post--inner {
  position: relative;
  -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-portfolio-style2 .pxl-post--inner:hover .pxl-post--holder {
  opacity: 1;
}
.pxl-portfolio-style2 .pxl-post--inner:hover .pxl-post--icon {
  opacity: 1;
  right: 30px;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner:hover .pxl-post--icon {
    right: 15px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 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;
  opacity: 0;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon {
    top: 15px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link {
  background-color: #fff;
  color: var(--primary-color);
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link:hover i:before {
  transform: rotate(-45deg) scale(0);
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link:hover i:after {
  transform: rotate(-45deg) scale(1);
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link i {
  line-height: 1;
  width: 25px;
  height: 25px;
  position: relative;
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link i:before {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: right center;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link i:before {
    right: 6px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link i:after {
  content: "\f11e";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
  top: 9px;
  transform-origin: left center;
  left: 2px;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--icon .pxl-iem-link i:after {
    top: 11px;
    left: 5px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-content: end;
  background-color: rgba(244, 127, 0, 0.6);
  -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;
  opacity: 0;
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .holder-content {
  padding: 0 20px 25px 25px;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-category {
    display: none;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-post--category {
  margin-bottom: 16px;
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-post--category:before {
  display: none;
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-post--category a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  background-color: #fff;
  padding: 5px 15px;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-post--category a {
    font-size: 14px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-post--title {
  margin-bottom: 15px;
  max-width: 80%;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-post--title {
    margin-bottom: 5px;
  }
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-holder-link {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}
.pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-item--content {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 480px) {
  .pxl-portfolio-style2 .pxl-post--inner .pxl-post--holder .pxl-item--content {
    font-size: 15px;
  }
}
.btn-hover-divider {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-flex;
  letter-spacing: 0.3em;
}
.btn-hover-divider:before {
  content: '';
  width: 0;
  position: absolute;
  bottom: 2px;
  height: 1px;
  background-color: #a3a3a3;
  -webkit-transition: width 300ms linear 0ms;
  -khtml-transition: width 300ms linear 0ms;
  -moz-transition: width 300ms linear 0ms;
  -ms-transition: width 300ms linear 0ms;
  -o-transition: width 300ms linear 0ms;
  transition: width 300ms linear 0ms;
  left: 0;
}
.btn-hover-divider:hover {
  color: #000;
}
.pxl-portfolio-carousel1 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -63%);
  z-index: 1;
  width: 99%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-swiper-arrow-wrap {
    position: unset;
    transform: unset;
    width: unset;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  filter: drop-shadow(0px 3px 30px rgba(32, 42, 181, 0.11));
  width: 64px;
  height: 64px;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    position: unset;
    transform: unset;
    margin: 5px;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  color: var(--primary-color);
}
.pxl-portfolio-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  left: unset;
  right: 0;
}
.pxl-portfolio-carousel1 .pxl-swiper-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-swiper-slide {
    padding: 0 15px;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-container {
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-swiper-container {
    margin: 0 -15px;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-portfolio-carousel1 .pxl-inner-top {
  margin-bottom: 30px;
}
.pxl-portfolio-carousel1 .pxl-inner-top .container {
  display: flex;
  align-items: center;
  max-width: 1212px !important;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .container {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading {
  width: 46.9%;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading {
    width: 100%;
  }
}
.pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading .sub-title-box {
  font-size: 19px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 8px;
}
.pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading .title-box {
  font-size: 60px;
  letter-spacing: 0.5px;
  color: #090909;
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
  line-height: 1.1;
  max-width: 90%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading .title-box {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading .title-box {
    font-size: 55px;
  }
}
@media (max-width: 880px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading .title-box {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .pxl-heading .title-box {
    font-size: 35px;
  }
}
.pxl-portfolio-carousel1 .pxl-inner-top .swiper-filter {
  width: 53.1%;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .swiper-filter {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-inner-top .swiper-filter .pxl-grid-filter.style-2 {
    margin: 30px 0 40px 0;
    text-align: center;
  }
}
.pxl-portfolio-carousel1 .pxl-carousel-inner {
  padding: 0 35px 0 45px;
}
@media (max-width: 1200px) {
  .pxl-portfolio-carousel1 .pxl-carousel-inner {
    padding: 0;
  }
}
.pxl-portfolio-carousel1 .pxl-post--inner {
  position: relative;
}
.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-item--image .pxl-post--holder {
  opacity: 1;
  bottom: 0;
  transition-delay: 0.2s;
}
.pxl-portfolio-carousel1 .pxl-post--inner:hover .pxl-item--image.hover {
  opacity: 1;
  transform: scaleY(1) translate(0, -50%);
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image {
  position: relative;
  -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;
  transform: scaleY(0.9);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 680px;
  mask-image: url(../img/bg-overlay1.png);
  -webkit-mask-image: url(../img/bg-overlay1.png);
  -ms-mask-image: url(../images/bg-overlay1.png);
  -o-mask-image: url(../images/bg-overlay1.png);
  -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;
  overflow: hidden;
  transform: translate(0, -50%);
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image img {
  -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: 575px) {
  .pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image img {
    width: 100%;
  }
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image.hover {
  transform: scaleY(0) translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image.hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 89, 0, 0.95);
  mix-blend-mode: multiply;
  pointer-events: none;
  -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;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: bottom;
  z-index: 1;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image.hover .pxl-post--holder {
  transform: scaleY(1);
  opacity: 1;
  bottom: 0;
  transition-delay: 0.2s;
}
@media (max-width: 991px) {
  .pxl-portfolio-carousel1 .pxl-post--inner .pxl-item--image.hover {
    transform: scaleY(1);
  }
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder {
  position: absolute;
  bottom: -50%;
  left: 0;
  background-color: rgba(25, 2, 0, 0.851);
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0px 20px 18px 20px;
  padding: 50px 15px 43px 23px;
  opacity: 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;
  transform: scaleY(1.1);
  transform-origin: bottom;
  z-index: 1;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-btn-portfolio {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 44px;
  min-width: 44px;
  max-height: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-btn-portfolio:hover {
  transform: rotate(-40deg);
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top {
  position: relative;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top .pxl-post--category {
  margin-bottom: 10px;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top .pxl-post--category a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
  line-height: 1;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top .pxl-post--title {
  margin-bottom: 18px;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top .pxl-post--title a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top .pxl-post--title a:hover {
  text-decoration: underline;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .pxl-meta-top .pxl-post--content {
  font-size: 16px;
  letter-spacing: 0px;
  color: #cecece;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  line-height: 1.5;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .meta-bottom {
  margin-top: 22px;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .meta-bottom .pxl-item-list {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #9c9c9c;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 13px;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .meta-bottom .pxl-item-list:last-child {
  margin: 0;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .meta-bottom .pxl-item-list .pxl-item-name {
  font-size: 12px;
  margin-right: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .meta-bottom .pxl-item-list .pxl-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--link-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  font-size: 10px;
  margin-right: 15px;
}
.pxl-portfolio-carousel1 .pxl-post--inner .pxl-post--holder .meta-bottom .pxl-item-list .pxl-icon svg {
  height: 8px;
  width: auto;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide {
  padding: 0;
}
.pxl-portfolio-carousel2 .pxl-swiper-container {
  margin: 0;
}
.pxl-portfolio-carousel2 .pxl-post--inner {
  -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-portfolio-carousel2 .pxl-post--inner:hover .pxl-item--image:before {
  opacity: 1;
}
.pxl-portfolio-carousel2 .pxl-post--inner:hover .pxl-content-meta {
  opacity: 1;
  bottom: 35px;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-item--image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-item--image img {
  opacity: 0;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-item--image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid var(--primary-color);
  opacity: 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-portfolio-carousel2 .pxl-post--inner .pxl-item--image .pxl-bg-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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-portfolio-carousel2 .pxl-post--inner .pxl-content-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 26px;
  z-index: 1;
  opacity: 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-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .pxl-post--holder {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  -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;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .pxl-btn-portfolio {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #262626;
  font-size: 30px;
  padding: 6px 20px;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .pxl-btn-portfolio:hover {
  color: var(--primary-color);
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom {
  padding: 38px 40px 39px 60px;
}
@media (max-width: 1600px) {
  .pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom {
    padding: 38px 20px 39px 20px;
  }
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .pxl-post--title {
  margin-bottom: 20px;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .pxl-post--title a {
  font-size: 30px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .pxl-post--title a:hover {
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
}
@media (max-width: 1600px) {
  .pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .pxl-post--title a {
    font-size: 25px;
  }
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .content-left .pxl-item-list {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 16px;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .content-left .pxl-item-list:last-child {
  margin-bottom: 0;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .content-left .pxl-item-list .pxl-icon {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .content-left .pxl-item-list .pxl-icon i {
  transform: rotate(-90deg);
}
.pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .content-left .pxl-item-list .pxl-item-name {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 1600px) {
  .pxl-portfolio-carousel2 .pxl-post--inner .pxl-content-meta .meta-bottom .content-left .pxl-item-list .pxl-item-name {
    font-size: 18px;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-container {
  margin: 0 -7px;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide {
  padding: 0 7px;
}
.pxl-portfolio-carousel3 .pxl-post--inner {
  padding-bottom: 50px;
  -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-portfolio-carousel3 .pxl-post--inner .pxl-item--image {
  position: relative;
  -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;
  overflow: hidden;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image .pxl-bg-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 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;
  z-index: 1;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image .pxl-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--link-color);
  height: 100%;
  width: 100%;
  opacity: 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-portfolio-carousel3 .pxl-post--inner .pxl-item--image .pxl-btn-portfolio {
  width: 46px;
  height: 46px;
  font-size: 26px;
  background-color: var(--primary-color);
  display: flex;
  color: #fff;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(21, 51, 61, 0.902) 0%, rgba(255, 255, 255, 0) 60%);
  -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-portfolio-carousel3 .pxl-post--inner .pxl-item--image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: var(--primary-color);
  -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;
  opacity: 0;
  z-index: 1;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image svg .fill-dark {
  fill: #15333d;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image svg .fill-primary {
  opacity: 0.84;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image svg.svg-slide-top {
  transform: translateY(-60%);
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-item--image svg.svg-slide-bottom {
  transform: translateY(60%);
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta {
  margin-top: -44px;
  z-index: 1;
  position: relative;
  padding: 0 40px;
  -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: 1024px) {
  .pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta {
    padding: 0 20px;
  }
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta .pxl-post--holder {
  background-color: var(--gradient-color-to);
  border-radius: 4px;
  padding: 16px 25px 25px 35px;
  -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: 676px) {
  .pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta .pxl-post--holder {
    padding: 16px 25px 25px 34px;
  }
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta .pxl-post--category {
  margin-bottom: 2px;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta .pxl-post--category a {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta .pxl-post--title {
  margin: 0;
}
.pxl-portfolio-carousel3 .pxl-post--inner .pxl-content-meta .pxl-post--title a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  -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-portfolio-carousel3 .pxl-post--inner:hover .pxl-item--image .pxl-btn-portfolio {
  opacity: 1;
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-item--image:after {
  background: linear-gradient(0deg, rgba(var(--primary-color-rgb),0.600) 0%, rgba(255, 255, 255, 0) 60%);
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-item--image .pxl-overlay {
  opacity: 0.471;
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-item--image svg {
  opacity: 1;
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-item--image svg.svg-slide-top {
  transform: translateY(0%);
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-item--image svg.svg-slide-bottom {
  transform: translateY(0%);
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-content-meta .pxl-post--holder {
  background-color: #fff;
  filter: drop-shadow(0px 22px 19px rgba(5, 27, 46, 0.05));
}
.pxl-portfolio-carousel3 .pxl-post--inner:hover .pxl-content-meta .pxl-post--title a {
  color: #0e0e0e;
}
.pxl-portfolio-carousel4 .pxl-swiper-container {
  margin: 0;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide {
  padding: 0;
}
.pxl-portfolio-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  margin: 10px;
}
.pxl-portfolio-carousel4 .pxl-post--inner {
  position: relative;
  overflow: hidden;
  -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-portfolio-carousel4 .pxl-post--inner .pxl-item--image {
  position: relative;
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-item--image img {
  -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;
  filter: grayscale(100%) contrast(100%) brightness(70%);
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-item--image .pxl-btn-portfolio {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--link-color);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  font-size: 48px;
  font-weight: 300;
  font-family: "Yantramanav";
  opacity: 0;
  transform-style: preserve-3d;
  transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transform-origin: center center;
  z-index: 2;
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta {
  position: absolute;
  bottom: 62px;
  left: 57px;
  -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: 1280px) {
  .pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta {
    bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta {
    left: 35px;
  }
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta .pxl-item-number {
  font-size: 130px;
  font-weight: 700;
  font-family: "Yantramanav";
  white-space: nowrap;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #e9e9e9;
  text-stroke: 1px #e9e9e9;
  margin-bottom: 8px;
  margin-left: -5px;
  transform: scale(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;
  opacity: 1;
}
@media (max-width: 1280px) {
  .pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta .pxl-item-number {
    font-size: 110px;
    margin-bottom: 0;
  }
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta .pxl-post--category {
  -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;
  opacity: 1;
  transform: scale(1);
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta .pxl-post--category a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Yantramanav";
}
.pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta .pxl-post--title {
  -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;
  margin-bottom: 3px;
  transform: scale(1);
  opacity: 1;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Yantramanav";
}
@media (max-width: 676px) {
  .pxl-portfolio-carousel4 .pxl-post--inner .pxl-content-meta .pxl-post--title {
    font-size: 25px;
  }
}
.pxl-portfolio-carousel4 .pxl-post--inner:hover .pxl-item-number {
  transform: scale(0);
  opacity: 0;
  transition-delay: 0s;
}
.pxl-portfolio-carousel4 .pxl-post--inner:hover .pxl-post--category {
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.35s;
}
.pxl-portfolio-carousel4 .pxl-post--inner:hover .pxl-post--title {
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.2s;
}
.pxl-portfolio-carousel4 .pxl-post--inner:hover .pxl-item--image img {
  transition-delay: 0.45s;
  filter: unset;
}
.pxl-portfolio-carousel4 .pxl-post--inner:hover .pxl-item--image .pxl-btn-portfolio {
  transform: scale(1) translate(-50%, -50%);
  transition-delay: 0.55s;
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner {
  position: relative;
  padding-top: 65px;
  margin-bottom: 38px;
  -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: 1199px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner {
    margin-bottom: 25px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip {
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip:after {
  transform: scaleX(1);
  width: 103%;
  height: 103%;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon1 {
  transform: scale(0);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon2 {
  transform: scale(1);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item-meta:before {
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item-meta .pxl-item--title a {
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item-meta .pxl-item--content {
  color: #cbcbcb;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-post--readmore {
  bottom: -25px;
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-inner-content:after {
  top: -21px;
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
  text-align: center;
  filter: drop-shadow(0px 18px 14.5px rgba(0, 0, 0, 0.11));
  -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-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon .pxl-inner-icon {
  display: inline-flex;
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  width: 115px;
  min-width: 115px;
  height: 133px;
  position: relative;
  background-color: var(--gradient-color-from);
  text-align: center;
  -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-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
  background-color: #fff;
  font-size: 56px;
  color: var(--link-color);
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  overflow: hidden;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip:after {
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  transition-delay: 0.1s;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: var(--gradient-color-from);
  clip-path: polygon(50% 0, 50% 0, 100% 25%, 110% 70%, 50% 100%, 50% 100%, 0 75%, 0 25%);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip img {
  height: 56px;
  width: 56px;
  min-width: 56px;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon1 {
  transform: scale(1);
  transition-delay: 0.1s;
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-delay: 0.1s;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-inner-content {
  position: relative;
  -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-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-inner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 98%);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-inner-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--primary-color);
  clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);
  z-index: -1;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder {
  position: relative;
  z-index: 2;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta {
  background-color: #f6f6f6;
  padding: 104px 40px 80px 47px;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 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;
  position: relative;
}
@media (max-width: 1199px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta {
    padding: 104px 30px 80px 30px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: var(--link-color);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta .pxl-item--title {
  margin-bottom: 12px;
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta .pxl-item--title a {
  font-size: 28px;
  color: var(--link-color);
  font-weight: 800;
  -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: 1199px) {
  .pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta .pxl-item--title a {
    font-size: 25px;
  }
}
.pxl-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-item-meta .pxl-item--content {
  font-size: 17px;
  color: #494949;
  font-weight: 400;
  -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-service-grid.pxl-service-grid-layout1 .pxl-item--inner .pxl-post--readmore {
  position: absolute;
  bottom: 0px;
  left: 43px;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner {
  position: relative;
  padding-top: 65px;
  margin-bottom: 12px;
  -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-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip {
  color: #fff;
  background-color: unset;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip:after {
  transform: scaleX(1);
  width: 103%;
  height: 103%;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon1 {
  transform: scale(0);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon2 {
  transform: scale(1);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item-meta:before {
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item-meta .pxl-item--title a {
  color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-item-meta .pxl-item--content {
  color: #cbcbcb;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner:hover .pxl-inner-content:after {
  top: -21px;
  opacity: 1;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
  text-align: center;
  filter: drop-shadow(0px 18px 14.5px rgba(0, 0, 0, 0.11));
  -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-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon .pxl-inner-icon {
  display: inline-flex;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  min-width: 128px;
  position: relative;
  background-color: var(--primary-color);
  text-align: center;
  -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-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  font-size: 56px;
  color: var(--link-color);
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  overflow: hidden;
  background-color: #fff;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip:after {
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -2;
  transition-delay: 0.1s;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: var(--primary-color);
  border-radius: 50%;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip img {
  height: 56px;
  width: 56px;
  min-width: 56px;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon1 {
  transform: scale(1);
  transition-delay: 0.1s;
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--icon .pxl-inner-icon .pxl-icon-clip .pxl-icon2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-delay: 0.1s;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-inner-content {
  position: relative;
  -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-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-inner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 98%);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-inner-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--primary-color);
  clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);
  z-index: -1;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--holder {
  position: relative;
  z-index: 2;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta {
  background-color: #fdf3e9;
  padding: 104px 40px 80px 47px;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 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;
  position: relative;
}
@media (max-width: 1199px) {
  .pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta {
    padding: 104px 30px 80px 30px;
  }
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: var(--link-color);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta .pxl-item--title {
  margin-bottom: 12px;
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta .pxl-item--title a {
  font-size: 28px;
  color: var(--link-color);
  font-weight: 800;
  -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: 1199px) {
  .pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta .pxl-item--title a {
    font-size: 25px;
  }
}
.pxl-service-grid.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-meta .pxl-item--content {
  font-size: 17px;
  color: #494949;
  font-weight: 400;
  -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-service-carousel.pxl-service-carousel1 .pxl-item--inner {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 49px;
}
@media (max-width: 1024px) {
  .pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder {
    padding-left: 35px;
  }
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f6f6f6;
  color: var(--primary-color);
  padding: 24px 15px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service {
    padding: 15px 14px;
  }
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service:hover i:before {
  transform: rotate(-45deg) scale(0);
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service:hover i:after {
  transform: rotate(-45deg) scale(1);
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service i {
  line-height: 1;
  width: 24px;
  height: 24px;
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service i:before {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: right center;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-btn-service i:after {
  content: "\f11e";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
  top: 10px;
  transform-origin: left center;
  left: 5px;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-inner-content {
  background-color: #fff;
  padding: 10px 55px 11px 16px;
  border-radius: 8px 0 0 0;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-service--category {
  margin-bottom: 2px;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-service--category a {
  font-size: 12px;
  font-family: "Exo 2";
  background-color: var(--primary-color);
  color: var(--link-color);
  text-transform: uppercase;
  padding: 3.5px 10px;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title {
  margin-bottom: 0;
}
.pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title a {
  font-size: 22px;
  font-weight: 600;
  color: var(--link-color);
  background-image: linear-gradient(transparent calc(100% - 1px), var(--link-color) 1px);
}
@media (max-width: 676px) {
  .pxl-service-carousel.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title a {
    font-size: 19px;
  }
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner {
  -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;
  padding-bottom: 15px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner:hover .pxl-item-top:after {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-post--icon {
  opacity: 1;
  transform: scale(1);
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner:hover .pxl-item-top .pxl-item--image:after {
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item-top {
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -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-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item-top:after {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  opacity: 1;
  transform: translateY(0) rotate(180deg);
  background-color: var(--primary-color);
  clip-path: polygon(0% 100%, 0% 100%, 100% 100%);
  width: 157px;
  height: 132px;
  opacity: 0;
  transform-style: preserve-3d;
  -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-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item-top .pxl-post--icon {
  font-size: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 1;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item-top .pxl-item--image {
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item-top .pxl-item--image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.612);
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item-top .pxl-item--image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder {
  padding: 0 20px;
  z-index: 3;
  position: relative;
  margin-top: -31px;
}
@media (max-width: 1024px) {
  .pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder {
    padding: 0 15px;
  }
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-inner-content {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  filter: drop-shadow(0px 7px 13.5px rgba(0, 0, 0, 0.05));
  text-align: center;
  padding: 44px 20px 50px 20px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title {
  margin-bottom: 14px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title a {
  font-size: 24px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
}
@media (max-width: 1024px) {
  .pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title a {
    font-size: 22px;
  }
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-inner-content .pxl-post--content {
  font-size: 16px;
  color: #494949;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 1.5;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-btn-service {
  width: 63px;
  height: 63px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.07));
  background-color: #fff;
  border: 2px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
  margin: -30px auto 0 auto;
  font-size: 23px;
}
.pxl-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-btn-service i {
  line-height: 1;
  transform: rotate(-45deg);
  -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-service-carousel.pxl-service-carousel2 .pxl-item--inner .pxl-item--holder .pxl-btn-service:hover i {
  transform: rotate(0deg);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-swiper-container {
  margin: 0 -50px;
}
@media (max-width: 1199px) {
  .pxl-service-carousel.pxl-service-carousel3 .pxl-swiper-container {
    margin: 0 -15px;
  }
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-swiper-slide {
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .pxl-service-carousel.pxl-service-carousel3 .pxl-swiper-slide {
    padding: 0 15px;
  }
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner {
  -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-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item-top .pxl-inner--image:before {
  opacity: 1;
  transform: scaleY(1) translate(-50%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.6s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item-top .pxl-inner--image:after {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item-top .pxl-inner--image .pxl-item-bg {
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item-top .pxl-item-image {
  box-shadow: 0px 0px 0px 0px #818181;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item-top .pxl-item-image:before {
  opacity: 1;
  height: 44%;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item-top .pxl-post--readmore {
  opacity: 1;
  top: 58%;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner:hover .pxl-inner-icon .pxl-post--icon {
  filter: drop-shadow(-1.042px 5.909px 3px rgba(164, 108, 62, 0.3));
  background-color: var(--link-color);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-inner--image {
  position: relative;
  padding: 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;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-inner--image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 102%;
  height: 57%;
  background-color: var(--primary-color);
  z-index: -1;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0) translate(-50%, 0);
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-inner--image:after {
  content: '';
  position: absolute;
  width: 96%;
  height: 96%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -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;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-inner--image .pxl-item-bg {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 102%;
  height: 43%;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, 0);
  opacity: 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-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-post--readmore {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -58%);
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore {
  font-size: 15px;
  line-height: 37px;
  height: 37px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  background-color: #fbf3ee;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore:hover {
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-item-image {
  position: relative;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -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;
  box-shadow: 0px 12px 0px -5px #818181;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-item-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  clip-path: polygon(50% 0%, 100% 44%, 100% 100%, 0 100%, 0 44%);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -khtml-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -ms-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item-top .pxl-item-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%;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-icon {
  text-align: center;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-icon .pxl-post--icon {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: drop-shadow(-1.042px 5.909px 3px rgba(164, 108, 62, 0.3));
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 45px;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-item--holder {
  margin-top: -73px;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-content {
  text-align: center;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-content .pxl-item--title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin-top: 15px;
  margin-bottom: 5px;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-content .pxl-item--title a {
  color: #0d0d0d;
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-content .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel3 .pxl-item--inner .pxl-inner-content .pxl-post--content {
  font-size: 18px;
  letter-spacing: 0px;
  color: #626262;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1250px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-arrow-wrap {
    position: unset;
    width: 100%;
    transform: unset;
    justify-content: center;
    margin-top: 30px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  filter: drop-shadow(0 0 6.5px rgba(1, 25, 59, 0.1));
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 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;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 1250px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    position: unset;
    transform: unset;
    margin: 10px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  border-color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
  left: unset;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner {
  -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;
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top {
  background-color: #15333d;
  -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-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top:before {
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top:after {
  border-color: var(--primary-color);
  background-color: #15333d;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top .pxl-inner-icon.pxl-lv1 {
  opacity: 0;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top .pxl-inner-icon.pxl-lv2 {
  opacity: 1;
  transform: scaleX(1);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top .pxl-post--readmore .btn-readmore {
  padding-left: 16px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item-top .pxl-post--readmore .btn-readmore:after {
  opacity: 1;
  transform: scaleX(1);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top {
  background-color: var(--link-color);
  position: relative;
  border-radius: 4px;
  padding: 61px 40px 60px 44px;
  margin-bottom: -4px;
  z-index: 1;
}
@media (max-width: 676px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top {
    padding: 61px 30px 60px 35px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  border: 6px solid var(--primary-color);
  -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;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top:after {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background-color: var(--link-color);
  bottom: -11px;
  left: 22%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -khtml-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-right: 6px solid var(--link-color);
  border-bottom: 6px solid var(--link-color);
  -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;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon {
  position: absolute;
  right: 33px;
  top: 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;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon .pxl-post--icon {
  color: #15333d;
  font-size: 60px;
  line-height: 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;
}
@media (max-width: 676px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon .pxl-post--icon {
    font-size: 40px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon.pxl-lv1 {
  opacity: 1;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon.pxl-lv2 {
  bottom: 6px;
  top: unset;
  right: 6px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon.pxl-lv2 .pxl-post--icon {
  background-color: var(--primary-color);
  padding: 5px 18px 5px 18px;
  color: var(--link-color);
}
@media (max-width: 676px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-icon.pxl-lv2 .pxl-post--icon {
    padding: 5px 10px 5px 10px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-inner-content {
  z-index: 1;
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-category {
  margin-bottom: 11px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-category a {
  opacity: 0.341;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Exo 2";
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 31px;
}
@media (max-width: 676px) {
  .pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-item--title:after {
  content: '';
  width: 42px;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-item--title a {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-post--content {
  opacity: 0.851;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 23px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-post--readmore {
  z-index: 1;
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  height: 35px;
  line-height: 35px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: scaleX(0);
  background-color: var(--primary-color);
  transform-origin: right;
  -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-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-top .pxl-post--readmore .btn-readmore .pxl-btn-icon {
  width: 35px;
  border-radius: 3px;
  background-color: var(--primary-color);
  color: var(--link-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-image {
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel4 .pxl-item--inner .pxl-item-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 94, 120, 0.890) 0%, rgba(255, 255, 255, 0) 55%);
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-swiper-container {
  margin: 0 -27px;
}
@media (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel5 .pxl-swiper-container {
    margin: 0 -15px;
  }
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-swiper-slide {
  padding: 0 27px;
}
@media (max-width: 1200px) {
  .pxl-service-carousel.pxl-service-carousel5 .pxl-swiper-slide {
    padding: 0 15px;
  }
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 47px 65px 57px 83px;
  -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: 1280px) {
  .pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner {
    padding: 47px 40px 45px 40px;
  }
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(126, 126, 126, 0.45);
  -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;
  z-index: -1;
  border: 0;
  border-radius: 20px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .pxl-post--icon {
  font-size: 65px;
  color: #000;
  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;
  margin-bottom: 7px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .pxl-item--title {
  margin-bottom: 7px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .pxl-item--title a {
  font-size: 32px;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  -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: 1199px) {
  .pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .pxl-item--title a {
    font-size: 23px;
  }
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .pxl-post--content {
  font-size: 19px;
  color: #7b7b7b;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 13px;
  -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-service-carousel.pxl-service-carousel5 .pxl-item--inner .btn-readmore {
  font-size: 18px;
  text-transform: uppercase;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  -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;
  margin-left: 3px;
  padding-bottom: 9px;
  position: relative;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .btn-readmore:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 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-service-carousel.pxl-service-carousel5 .pxl-item--inner .btn-readmore .pxl-btn-icon i {
  transform: rotate(-50deg);
  font-size: 15px;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner .btn-readmore:hover {
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:hover:before {
  background-color: rgba(60, 59, 59, 0.5);
  border: 8px solid var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:hover .pxl-post--icon {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:hover .pxl-item--title a {
  color: #fff;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:hover .pxl-post--content {
  color: #d1d1d1;
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:hover .btn-readmore {
  color: var(--primary-color);
}
.pxl-service-carousel.pxl-service-carousel5 .pxl-item--inner:hover .btn-readmore:after {
  opacity: 1;
}
.pxl-service-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev i {
  transform: rotate(0deg);
}
.pxl-grid-filter {
  font-size: 17px;
  color: #252932;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.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 .filter-item {
  justify-content: center;
  margin: 0 15px;
}
.pxl-grid-filter .filter-item.active {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter .filter-item.active {
    color: #fff;
    background-color: var(--primary-color);
  }
}
.pxl-load-more .button-style1 {
  font-size: 17px;
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  border-radius: 100px;
  color: #fefefe;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  cursor: pointer;
  position: relative;
  -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-load-more .button-style1 i {
  margin-left: 10px;
  font-size: 20px;
}
.pxl-load-more .button-style1:hover, .pxl-load-more .button-style1:focus, .pxl-load-more .button-style1:active {
  outline: medium none;
  text-decoration: none;
  background-color: var(--link-color);
}
body.rtl .pxl-grid-filter.style-1 .filter-item:last-child {
  margin-right: 0;
  margin-left: 0;
}
body.rtl .pxl-grid-filter.style-1 .filter-item {
  margin-right: 0;
  margin-left: 22px;
}
@media (max-width: 1200px) {
  body.rtl .pxl-grid-filter.style-1 .filter-item {
    margin: 5px 10px 5px 0;
  }
}
@media (max-width: 480px) {
  body.rtl .pxl-grid-filter.style-1 .filter-item {
    margin-right: 0;
  }
}
button, .button {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 0 15px 0 33px;
  line-height: 56px;
  border-radius: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  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;
  font-family: 'Roboto', sans-serif;
  text-decoration: unset;
  text-transform: unset;
}
button:hover, .button:hover, button:focus, .button:focus, button:active, .button:active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
}
button:hover i:before, .button:hover i:before, button:focus i:before, .button:focus i:before, button:active i:before, .button:active i:before {
  transform: rotate(-45deg) scale(0);
}
button:hover i:after, .button:hover i:after, button:focus i:after, .button:focus i:after, button:active i:after, .button:active i:after {
  transform: rotate(-45deg) scale(1);
}
button i, .button i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 20px;
  -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);
  margin-left: 20px;
}
button i:before, .button i:before {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: right center;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
button i:after, .button i:after {
  content: "\f11e";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
  top: 8px;
  transform-origin: left center;
  left: 10px;
}
.btn-submit {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 28px;
  line-height: 54px;
  -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;
  display: inline-block;
  cursor: pointer;
  border-radius: 60px;
  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;
  color: #fff;
  border: none;
  height: auto;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-submit:before {
  content: '';
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 54px;
  background-color: #000;
  position: absolute;
}
.btn-submit:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.35)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: -1;
}
.btn-submit:hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: right center;
}
.btn-submit:hover:after {
  -webkit-animation: pxl_btn_shine 1.2s ease;
  animation: pxl_btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.search-submit:hover i, .search-submit:focus i, .search-submit:active i {
  color: var(--primary-color);
}
.search-submit:hover i:before, .search-submit:focus i:before, .search-submit:active i:before {
  transform: unset;
}
.search-submit i {
  width: unset;
  height: unset;
  line-height: 40px;
  margin-left: 0;
  background-color: unset;
}
.search-submit i:before {
  position: unset;
  transform: unset;
}
.search-submit i:after {
  display: none;
}
@-webkit-keyframes pxl_btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes pxl_btn_shine {
  100% {
    left: 200%;
  }
}
input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0 28px;
  line-height: 54px;
  -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;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  background-color: var(--primary-color);
  color: #fff;
  height: auto;
  text-align: center;
  justify-content: center;
  border: none;
}
input[type="submit"]:hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
}
.btn:not(.btn-stroke) {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 0 13px 0 33px;
  line-height: 56px;
  border-radius: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  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;
  font-family: 'Roboto', sans-serif;
  text-decoration: unset;
  text-transform: unset;
}
.btn:not(.btn-stroke):hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
}
.btn:not(.btn-stroke):hover i:before {
  transform: rotate(-45deg) scale(0);
}
.btn:not(.btn-stroke):hover i:after {
  transform: rotate(-45deg) scale(1);
}
.btn:not(.btn-stroke) i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 20px;
  -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);
}
.btn:not(.btn-stroke) i:before {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: right center;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.btn:not(.btn-stroke) i:after {
  content: "\f11e";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
  top: 8px;
  transform-origin: left center;
  left: 10px;
}
.btn:not(.btn-stroke).pxl-icon--right {
  flex-direction: row-reverse;
}
.btn:not(.btn-stroke).pxl-icon--right i {
  margin-left: 20px;
}
.btn:not(.btn-stroke).btn-text-nina .pxl--btn-text {
  position: relative;
}
.btn:not(.btn-stroke).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:not(.btn-stroke).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:not(.btn-stroke).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:not(.btn-stroke).btn-text-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn:not(.btn-stroke).btn-text-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn:not(.btn-stroke).btn-text-nina:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.btn:not(.btn-stroke).btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.btn:not(.btn-stroke).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:not(.btn-stroke).btn-text-parallax:not(.hovered) .pxl--btn-text {
  transform: translate3d(0px, 0px, 0px) !important;
}
.btn:not(.btn-stroke).btn-text-nanuk .pxl--btn-text span {
  display: inline-block;
}
.btn:not(.btn-stroke).btn-text-nanuk:hover, .btn:not(.btn-stroke).btn-text-nanuk:active, .btn:not(.btn-stroke).btn-text-nanuk:not([disabled]):not(.disabled).active, .btn:not(.btn-stroke).btn-text-nanuk:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
}
.btn:not(.btn-stroke).btn-text-nanuk:hover .pxl--btn-text span:nth-child(2n+1), .btn:not(.btn-stroke).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:not(.btn-stroke).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:not(.btn-stroke).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:not(.btn-stroke).btn-text-smoke {
  --move: 12px;
  --move-y: -8px;
  --blur: 4px;
}
.btn:not(.btn-stroke).btn-text-smoke .pxl-text--front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: normal;
}
.btn:not(.btn-stroke).btn-text-smoke .pxl-text--front + .pxl-text--back {
  opacity: 0;
}
.btn:not(.btn-stroke).btn-text-smoke .pxl-text--inner {
  display: inline-flex;
  line-height: 1;
}
.btn:not(.btn-stroke).btn-text-smoke .pxl-text--inner span {
  display: block;
}
.btn:not(.btn-stroke).btn-text-smoke:hover .pxl-text--inner span {
  --duration: 600ms;
  -webkit-animation: pxl_smoke var(--duration) linear var(--d);
  animation: pxl_smoke var(--duration) linear var(--d);
}
.btn:not(.btn-stroke).btn-text-reverse .pxl-text--front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: normal;
}
.btn:not(.btn-stroke).btn-text-reverse .pxl-text--front .pxl-text--inner span {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btn:not(.btn-stroke).btn-text-reverse .pxl-text--inner {
  display: inline-flex;
  line-height: 1;
  overflow: hidden;
}
.btn:not(.btn-stroke).btn-text-reverse .pxl-text--inner span {
  display: block;
  transition: transform 0.44s ease;
}
.btn:not(.btn-stroke).btn-text-reverse:hover {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.btn:not(.btn-stroke).btn-text-reverse:hover .pxl-text--front .pxl-text--inner span {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.btn:not(.btn-stroke).btn-text-reverse:hover .pxl-text--back .pxl-text--inner span {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.btn:not(.btn-stroke).btn-outline {
  color: #1a1920;
  background-color: transparent;
  border: 2px solid #ededed;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 20px;
}
.btn:not(.btn-stroke).btn-outline i {
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--primary-color);
  font-size: 20px;
  -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);
}
.btn:not(.btn-stroke).btn-outline i:before {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: right center;
  position: absolute;
  bottom: 7px;
  right: 8px;
}
.btn:not(.btn-stroke).btn-outline i:after {
  content: "\f11e";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
  top: 7px;
  transform-origin: left center;
  left: 7px;
}
.btn:not(.btn-stroke).btn-outline:hover i:before {
  transform: rotate(-45deg) scale(0);
}
.btn:not(.btn-stroke).btn-outline:hover i:after {
  transform: rotate(-45deg) scale(1);
}
.btn:not(.btn-stroke).btn-outline-gradient {
  background-color: #000;
  border-radius: 50px;
  line-height: 50px;
  color: #f8f8f8;
  overflow: visible;
  padding: 0 30px;
}
.btn:not(.btn-stroke).btn-outline-gradient:before {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
}
.btn:not(.btn-stroke).btn-outline-gradient:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: inherit;
  z-index: -1;
  border-radius: inherit;
}
.btn:not(.btn-stroke).btn-outline-gradient.btn-border-3x:after {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}
.btn:not(.btn-stroke).btn-outline-gradient.btn-border-4x:after {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
.btn:not(.btn-stroke).btn-outline-gradient.btn-border-5x:after {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.btn:not(.btn-stroke).btn-round {
  padding: 0;
  width: 108px;
  height: 108px;
  border-radius: 108px;
  color: #000;
  font-size: 18px;
  font-family: inherit;
  line-height: normal;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.btn:not(.btn-stroke).btn-round .pxl--btn-text {
  text-decoration: underline;
  transform: rotate(-8deg);
  -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:not(.btn-stroke).btn-round:hover {
  color: #fff;
}
.btn:not(.btn-stroke).btn-round:hover .pxl--btn-text {
  transform: rotate(0deg);
}
.btn:not(.btn-stroke).btn-white-effect {
  line-height: 52px;
  font-size: 18px;
  color: #1e1e1e;
  padding: 0 10px;
  min-width: 142px;
  background: #fff;
  overflow: visible;
}
.btn:not(.btn-stroke).btn-white-effect:before, .btn:not(.btn-stroke).btn-white-effect:after {
  content: '';
  background-color: #1e1e1e;
  border: 1px solid #fff;
  position: absolute;
  width: 100%;
  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%);
}
.btn:not(.btn-stroke).btn-white-effect:before {
  border-radius: 46px;
  min-height: 93px;
  z-index: -1;
}
.btn:not(.btn-stroke).btn-white-effect:after {
  border-radius: 71px;
  min-height: 142px;
  z-index: -2;
}
.btn:not(.btn-stroke).btn-white-effect .pxl--btn-text {
  border-radius: inherit;
}
.btn:not(.btn-stroke).btn-white-effect .pxl--btn-text:before {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.btn:not(.btn-stroke).btn-slider1 {
  line-height: 76px;
  padding-left: 55px;
  padding-right: 43px;
  font-size: 18px;
  font-weight: 700;
  color: #020307;
  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');
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .btn:not(.btn-stroke).btn-slider1 {
    line-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .btn:not(.btn-stroke).btn-slider1 {
    line-height: 60px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 16px;
  }
}
.btn:not(.btn-stroke).btn-slider1:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid var(--gradient-color-from);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  z-index: -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;
}
.btn:not(.btn-stroke).btn-slider1 .flaticon-right-up {
  font-size: 20px;
}
.btn:not(.btn-stroke).btn-slider1:hover:before {
  top: 0;
  left: 0;
  transform: scale(1.2);
  opacity: 0;
}
.btn:not(.btn-stroke).btn-slider2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 72px;
  padding: 0 48px;
  font-family: inherit;
}
.btn:not(.btn-stroke).btn-slider3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 72px;
  padding: 0 42px;
  font-family: inherit;
  color: #fff;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
.btn:not(.btn-stroke).btn-style5 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  position: relative;
  line-height: 81px;
  border-radius: 0;
  padding: 0 55px;
  background-color: primary_color;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
}
.btn:not(.btn-stroke).btn-style5 span {
  position: relative;
  z-index: 1;
}
.btn:not(.btn-stroke).btn-style5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 300%;
  width: 157%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0;
}
.btn:not(.btn-stroke).btn-style5:hover {
  color: var(--primary-color);
}
.btn:not(.btn-stroke).btn-style5:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  opacity: 1;
}
.btn:not(.btn-stroke).btn-style6 {
  font-size: 17px;
  color: #fefefe;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 60px;
  border-radius: 0;
  padding: 0;
  background-color: unset;
}
.btn:not(.btn-stroke).btn-style6:hover i {
  margin-left: -10px !important;
}
.btn:not(.btn-stroke).btn-style6:hover.pxl-icon--left i {
  margin-right: -10px !important;
}
.btn:not(.btn-stroke).btn-style6 span {
  background-color: #000;
  clip-path: polygon(100% 0%, 83% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  z-index: 2;
  padding: 0 35px 0 23px;
  display: flex;
  align-items: center;
  border-radius: 100px 0 0 100px;
  background-color: var(--primary-color);
}
.btn:not(.btn-stroke).btn-style6 i {
  width: unset;
  height: unset;
  line-height: unset;
  display: inline-block;
  background-color: unset;
  color: #fefefe;
  background-color: var(--primary-color);
  padding: 0 10px 0 15px;
  clip-path: polygon(100% 0%, 100% 53%, 100% 100%, 50% 100%, 0% 50%, 50% 0%);
  border-radius: 0px 100px 100px 0px;
}
.btn:not(.btn-stroke).btn-style6 i:before {
  transform: unset;
  transition: unset;
  transform-origin: unset;
  position: unset;
}
.btn:not(.btn-stroke).btn-style6 i:after {
  display: none;
}
.btn:not(.btn-stroke).btn-style7 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 59px;
  background-color: var(--primary-color);
  padding: 0 39px;
}
.btn:not(.btn-stroke).btn-style7:after {
  content: "";
  background: #fff;
  -webkit-transition: all 0.8s;
  -khtml-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  height: 120%;
  width: 25px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.btn:not(.btn-stroke).btn-style7:hover {
  background-color: var(--gradient-color-to);
}
.btn:not(.btn-stroke).btn-style7:hover:after {
  left: 130%;
}
.btn:not(.btn-stroke).btn-style7 i {
  width: unset;
  min-width: unset;
  height: unset;
  line-height: 1;
  display: block;
  border-radius: 0;
  background-color: unset;
  font-size: 15px;
}
.btn:not(.btn-stroke).btn-style7 i:before {
  transform: unset;
  position: unset;
}
.btn:not(.btn-stroke).btn-style7 i:after {
  display: none;
}
.btn:not(.btn-stroke).btn-style8 {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 61px;
  padding: 0 21px 0 30px;
  clip-path: polygon(5% 0%, 100% 0%, 93% 100%, 0% 100%);
  background-color: var(--primary-color);
  border-radius: 17px 4px 20px 4px;
}
.btn:not(.btn-stroke).btn-style8:after {
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #c62500;
}
.btn:not(.btn-stroke).btn-style8 i {
  width: unset;
  min-width: unset;
  height: unset;
  line-height: 1;
  display: block;
  border-radius: 0;
  background-color: unset;
  font-size: 12px;
  color: #fff;
}
.btn:not(.btn-stroke).btn-style8 i:before {
  transform: unset;
  position: unset;
}
.btn:not(.btn-stroke).btn-style8 i:after {
  display: none;
}
.btn:not(.btn-stroke).btn-style8:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 4px;
}
.btn:not(.btn-stroke).btn-style9 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  font-family: "Inter";
  padding: 0 42px;
  border-radius: 3px;
  background-color: var(--gradient-color-to);
  position: relative;
}
.btn:not(.btn-stroke).btn-style9:after {
  content: '';
  background-color: var(--primary-color);
  transform: translateX(-50%) rotate(-50deg);
  width: 25%;
  height: 70%;
  bottom: -25px;
  left: -1px;
  position: absolute;
  -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:not(.btn-stroke).btn-style9 span {
  z-index: 1;
}
.btn:not(.btn-stroke).btn-style9 i {
  width: unset;
  min-width: unset;
  height: unset;
  line-height: 1;
  display: block;
  border-radius: 0;
  background-color: unset;
  font-size: 22px;
  color: var(--link-color);
  z-index: 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;
}
.btn:not(.btn-stroke).btn-style9 i:before {
  transform: unset;
  position: unset;
}
.btn:not(.btn-stroke).btn-style9 i:after {
  display: none;
}
.btn:not(.btn-stroke).btn-style9:hover:after {
  transform: translateX(0%) rotate(0deg);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.btn:not(.btn-stroke).btn-style9:hover i {
  color: #fff;
}
.btn:not(.btn-stroke).btn-style10 {
  font-size: 17px;
  text-transform: uppercase;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 59px;
  padding: 0 6px 0 24px;
  background-color: var(--primary-color);
  border-radius: 6px;
}
.btn:not(.btn-stroke).btn-style10:after {
  content: '';
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--link-color);
}
.btn:not(.btn-stroke).btn-style10 i {
  width: unset;
  min-width: unset;
  height: unset;
  line-height: 1;
  display: block;
  border-radius: 0;
  background-color: unset;
  font-size: 12px;
  color: #fff;
}
.btn:not(.btn-stroke).btn-style10 i:before {
  transform: unset;
  position: unset;
}
.btn:not(.btn-stroke).btn-style10 i:after {
  display: none;
}
.btn:not(.btn-stroke).btn-style10:hover {
  color: #fff;
}
@keyframes pxl_smoke {
  45%, 55% {
    filter: blur(var(--blur));
  }
  50%, 50.1% {
    opacity: 0;
  }
  25%, 75% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(var(--move)) translateY(var(--move-y));
  }
  50.1% {
    transform: translateX(calc(var(--move) * -1));
  }
}
@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;
  }
}
.btn-stroke {
  display: inline-flex;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 54px;
  position: relative;
}
.btn-stroke .pxl-svg-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  margin-top: -2px;
  height: auto;
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 3000;
}
.btn-stroke .pxl-svg-line path {
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 18px;
}
.btn-stroke:hover, .btn-stroke:focus {
  color: #000;
}
.btn-stroke:hover .pxl-svg-line path {
  animation: pxl_btn_stroke 0.6s ease-in-out;
  -webkit-animation: pxl_btn_stroke 0.6s ease-in-out;
}
@keyframes pxl_btn_stroke {
  0% {
    stroke-dashoffset: 3000;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
.mc4wp-alert {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.625;
}
.mc4wp-alert p:last-child {
  margin-bottom: 0;
}
.pxl-nav-menu.fr-style-default .pxl-mega-menu {
  border-left: none;
  /* First Level */
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li {
  /* Sub Menu */
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
  display: inline-flex;
  font-size: 9px;
  line-height: 1;
  margin-left: 4px;
  -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li:hover > a .caseicon-angle-arrow-down {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.pxl-nav-menu.fr-style-default .sub-menu li.menu-item-has-children > a:after {
  content: "\f11e";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  font-size: 12px;
  font-family: Flaticon;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-50deg);
  -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-nav-menu.fr-style-default .sub-menu li.menu-item-has-children > a:hover:after {
  transform: rotate(0deg);
}
.pxl-nav-menu.fr-style-default.show-effect-fade .pxl-menu-primary .sub-menu {
  margin-top: 0;
}
.pxl-nav-menu.fr-style-default.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.fr-style-default.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.fr-style-default.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.fr-style-default.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.pxl-nav-menu.fr-style-default.show-effect-slidedown .pxl-menu-primary .sub-menu {
  margin-top: 0;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
}
.pxl-nav-menu.fr-style-default.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.fr-style-default.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
  transform: perspective(500px) rotateX(0deg);
}
@media screen and (min-width: 1201px) {
  #pxl-header-default .pxl-menu-primary > li {
    margin: 0 1px;
  }
  #pxl-header-default .pxl-menu-primary > li > a span {
    display: inline-flex;
    padding: 0 22px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #pxl-header-default .pxl-menu-primary > li > a:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-color);
    border-width: 13px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) rotate(-90deg);
    -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-header-default .pxl-menu-primary > li > a:hover, #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: #1a1920;
  }
  #pxl-header-default .pxl-menu-primary > li > a:hover:before, #pxl-header-default .pxl-menu-primary > li.current_page_item > a:before, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a:before, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a:before, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a:before {
    opacity: 1;
    bottom: 0;
  }
}
.section-mega-active {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.section-mega-active .btn.btn-style7 {
  border-radius: 0px !important;
}
.section-mega-active.pxl-header-home02-layout2:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  border-radius: 0 !important;
}
.pxl-menu-custom1 .pxl-menu-inner {
  display: flex;
  align-items: center;
  margin: 0;
}
.pxl-menu-custom1 .pxl-menu-inner .pxl-item {
  list-style: none;
  margin-right: 53px;
}
.pxl-menu-custom1 .pxl-menu-inner .pxl-item:last-child {
  margin-right: 0;
}
.pxl-menu-custom1 .pxl-menu-inner .pxl-item a {
  line-height: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  -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-menu-custom1 .pxl-menu-inner .pxl-item a:hover {
  color: var(--primary-color);
}
.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-icon-box1 .pxl-item--icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f6f6f6;
  font-size: 25px;
  color: var(--primary-color);
}
.pxl-icon-box1 .pxl-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 19px;
  margin-bottom: 13px;
}
.pxl-icon-box1 .pxl-title-link a {
  font-size: 16px;
  color: #666;
  font-family: 'Roboto', sans-serif;
}
.pxl-icon-box2 .pxl-item-inner .pxl-meta-content {
  display: flex;
}
@media (max-width: 360px) {
  .pxl-icon-box2 .pxl-item-inner .pxl-meta-content {
    display: block;
  }
}
.pxl-icon-box2 .pxl-item-inner .pxl-icon-wrap {
  position: relative;
  padding-top: 7px;
  padding-left: 7px;
}
.pxl-icon-box2 .pxl-item-inner .pxl-icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border-top: 1px solid var(--gradient-color-from);
  border-left: 1px solid var(--gradient-color-from);
}
@media (max-width: 360px) {
  .pxl-icon-box2 .pxl-item-inner .content-inner {
    margin-top: 20px;
  }
}
.pxl-icon-box2 .pxl-item-inner .pxl-item--icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  background-color: #f6f6f6;
  align-items: center;
  justify-content: center;
}
.pxl-icon-box2 .pxl-item-inner .pxl-item-title {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
  color: var(--link-color);
  margin-top: 1px;
}
.pxl-icon-box2 .pxl-item-inner .pxl-item-desc {
  font-size: 15px;
  color: #494949;
  max-width: 70%;
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content {
  display: flex;
}
@media (max-width: 880px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content {
    display: block;
    text-align: center;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .pxl-item--icon {
  width: 77px;
  min-width: 77px;
  height: 77px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  filter: drop-shadow(0px 5px 1px rgba(0, 0, 0, 0.15));
  background-color: #fff;
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .pxl-item--icon img {
  animation: pxl_float_three 0.5s ease infinite alternate;
}
@media (max-width: 880px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .pxl-item--icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-item-title {
  margin-bottom: 6px;
  font-size: 22px;
  letter-spacing: -0.5px;
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 676px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-item-title {
    margin-bottom: 15px;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 880px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item {
    justify-content: center;
  }
}
@media (max-width: 676px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item {
    margin-bottom: 15px;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 676px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item:last-child {
    margin-bottom: 0;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item .pxl-sub-link {
  font-size: 22px;
  letter-spacing: -1.22px;
  color: var(--link-color);
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  text-align: left;
}
@media (max-width: 1199px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item .pxl-sub-link {
    font-size: 18px;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item .pxl-title-link {
  margin-left: 3px;
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item .pxl-title-link a {
  font-size: 22px;
  letter-spacing: -1.3px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 1199px) {
  .pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item .pxl-title-link a {
    font-size: 18px;
  }
}
.pxl-icon-box3 .pxl-item-inner .pxl-meta-content .content-inner .pxl-list .pxl-item .pxl-title-link a:hover {
  color: var(--primary-color);
}
.pxl-icon-box4 .pxl-item-inner .pxl-meta-content {
  display: flex;
  align-items: center;
}
.pxl-icon-box4 .pxl-item-inner .pxl-meta-content .pxl-item--icon {
  font-size: 53px;
  line-height: 1;
  color: var(--primary-color);
  margin-right: 9px;
}
.pxl-icon-box4 .pxl-item-inner .pxl-meta-content .pxl-title-link a {
  font-size: 28px;
  text-transform: uppercase;
  color: #090909;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
}
.pxl-icon-box4 .pxl-item-inner .pxl-meta-content .pxl-item-title {
  font-size: 16px;
  color: var(--gradient-color-from);
  font-weight: 600;
  font-family: "Exo 2";
  line-height: 1.2;
}
.pxl-icon-box5 .pxl-item-inner .pxl-meta-content {
  display: flex;
  align-items: center;
}
.pxl-icon-box5 .pxl-item-inner .pxl-meta-content .pxl-item--icon {
  width: 49px;
  min-width: 49px;
  height: 49px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.pxl-icon-box5 .pxl-item-inner .pxl-meta-content .content-inner .pxl-item-title {
  font-size: 17px;
  color: var(--gradient-color-from);
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
}
.pxl-icon-box5 .pxl-item-inner .pxl-meta-content .content-inner .pxl-title-link a {
  font-size: 19px;
  color: #f5f9fa;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
}
.pxl-icon-box6 .pxl-item-inner {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  overflow: hidden;
  -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-icon-box6 .pxl-item-inner:hover .content-inner {
  background-color: var(--gradient-color-to);
}
.pxl-icon-box6 .pxl-item-inner:hover .content-inner .pxl-item--icon {
  background-color: var(--gradient-color-from);
  color: var(--link-color);
}
.pxl-icon-box6 .pxl-item-inner:hover .content-inner .pxl-item--icon svg {
  fill: var(--link-color);
}
.pxl-icon-box6 .pxl-item-inner:hover .content-inner .pxl-item--icon svg path {
  fill: var(--link-color);
}
.pxl-icon-box6 .pxl-item-inner:hover .content-inner .pxl-title-link a {
  color: #fff;
}
.pxl-icon-box6 .pxl-item-inner .pxl-inner-top {
  padding: 16px 20px 17px 31px;
}
.pxl-icon-box6 .pxl-item-inner .pxl-item-title {
  font-size: 22px;
  color: #030408;
  font-weight: 700;
  font-family: "Exo 2";
  line-height: 1.2;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .pxl-icon-box6 .pxl-item-inner .pxl-item-title {
    font-size: 20px;
  }
}
.pxl-icon-box6 .pxl-item-inner .pxl-sub-title {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: "Exo 2";
}
.pxl-icon-box6 .pxl-item-inner .content-inner {
  background-color: #f8f8f8;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  padding: 12px 20px 15px 33px;
  -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-icon-box6 .pxl-item-inner .content-inner .pxl-item--icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -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-icon-box6 .pxl-item-inner .content-inner .pxl-item--icon svg {
  width: 16px;
  height: 14px;
  fill: #fff;
}
.pxl-icon-box6 .pxl-item-inner .content-inner .pxl-item--icon svg path {
  fill: #fff;
}
.pxl-icon-box6 .pxl-item-inner .content-inner .pxl-title-link a {
  font-size: 18px;
  color: #010101;
  font-weight: 700;
  font-family: "Exo 2";
  -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: 1024px) {
  .pxl-icon-box6 .pxl-item-inner .content-inner .pxl-title-link a {
    font-size: 15px;
  }
}
.pxl-icon-box7 .pxl-item-inner .pxl-meta-content {
  display: inline-flex;
  align-items: center;
}
.pxl-icon-box7 .pxl-item-inner .pxl-meta-content .pxl-item--icon {
  width: 75px;
  min-width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  border: 2px solid #ededed;
  justify-content: center;
  border-radius: 10px;
  font-size: 52px;
}
.pxl-icon-box7 .pxl-item-inner .pxl-meta-content .pxl-item--icon i {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-icon-box7 .pxl-item-inner .pxl-meta-content .pxl-item-title {
  margin-bottom: 0;
  font-size: 22px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  line-height: 1.4;
}
.pxl-icon-box8 .pxl-item-inner {
  padding: 26px 43px 32px 43px;
  position: relative;
  -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;
  -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;
  z-index: 1;
}
@media (max-width: 1199px) {
  .pxl-icon-box8 .pxl-item-inner {
    padding: 26px 15px 32px 15px;
  }
}
.pxl-icon-box8 .pxl-item-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 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;
  z-index: -1;
}
.pxl-icon-box8 .pxl-item-inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  opacity: 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;
  z-index: -1;
}
.pxl-icon-box8 .pxl-item-inner .pxl-meta-content {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .pxl-icon-box8 .pxl-item-inner .pxl-meta-content {
    display: block;
  }
}
@media (max-width: 1199px) {
  .pxl-icon-box8 .pxl-item-inner .pxl-meta-content .content-inner {
    margin-top: 15px;
  }
}
.pxl-icon-box8 .pxl-item-inner .pxl-meta-content .pxl-item--icon {
  font-size: 55px;
  line-height: 1;
  display: flex;
}
.pxl-icon-box8 .pxl-item-inner .pxl-meta-content .pxl-item--icon i {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -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-icon-box8 .pxl-item-inner .pxl-meta-content .pxl-sub-title {
  font-size: 16px;
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 1px;
  -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-icon-box8 .pxl-item-inner .pxl-meta-content .pxl-item-title {
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 0px;
  color: #090909;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  -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-icon-box8 .pxl-item-inner:hover {
  -webkit-transform: translateY(15px);
  -khtml-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
@media (max-width: 1024px) {
  .pxl-icon-box8 .pxl-item-inner:hover {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.pxl-icon-box8 .pxl-item-inner:hover:before {
  opacity: 0;
}
.pxl-icon-box8 .pxl-item-inner:hover:after {
  opacity: 1;
  height: 100%;
}
.pxl-icon-box8 .pxl-item-inner:hover .pxl-meta-content .pxl-item--icon i {
  background-image: linear-gradient(86deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-icon-box8 .pxl-item-inner:hover .pxl-meta-content .pxl-sub-title {
  background-image: linear-gradient(86deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-icon-box8 .pxl-item-inner:hover .pxl-meta-content .pxl-item-title {
  color: #fff;
}
.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-counter1 .pxl-counter--inner {
  position: relative;
  -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-counter1 .pxl-counter--inner:hover .pxl-counter--number .pxl-counter--value {
  color: var(--gradient-color-from);
  -webkit-text-stroke: unset;
  text-stroke: unset;
}
.pxl-counter1 .pxl-counter--inner:hover .pxl-counter--number .pxl-counter--suffix {
  color: var(--gradient-color-from);
  -webkit-text-stroke: unset;
  text-stroke: unset;
}
.pxl-counter1 .pxl-counter--inner:after {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  width: 80%;
  height: 93%;
  background-color: #f9f9f9;
  z-index: -1;
}
.pxl-counter1 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: end;
}
.pxl-counter1 .pxl-counter--inner .pxl-counter--number .pxl-counter--value {
  font-size: 68px;
  font-weight: 800;
  font-family: "Exo 2";
  white-space: nowrap;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--link-color);
  text-stroke: 2px var(--link-color);
  -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-counter1 .pxl-counter--inner .pxl-counter--number .pxl-counter--suffix {
  font-size: 48px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--link-color);
  text-stroke: 2px var(--link-color);
  margin-left: 2px;
  -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-counter1 .pxl-counter--inner .pxl-counter--number .pxl-counter--heading {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Exo 2";
  margin: 0px 0 0px 21px;
  line-height: 1.2;
  padding-bottom: 12px;
}
.pxl-counter1 .pxl-counter--inner .pxl-counter--title {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  font-family: "Exo 2";
  margin-top: 27px;
  letter-spacing: 0.1px;
}
.pxl-counter2 .pxl-counter--inner {
  border-left: 5px solid var(--gradient-color-from);
  padding-left: 23px;
}
@media (max-width: 1024px) {
  .pxl-counter2 .pxl-counter--inner {
    padding-left: 10px;
  }
}
.pxl-counter2 .pxl-counter--inner .pxl-counter--number {
  font-size: 57px;
  letter-spacing: 1px;
  color: var(--primary-color);
  font-weight: 800;
  font-family: "Exo 2";
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .pxl-counter2 .pxl-counter--inner .pxl-counter--suffix {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .pxl-counter2 .pxl-counter--inner .pxl-counter--suffix {
    font-size: 40px;
  }
}
.pxl-counter2 .pxl-counter--inner .pxl-counter--title {
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  font-family: "Exo 2";
  margin-left: 4px;
}
.pxl-counter3 .pxl-counter--inner {
  display: inline-flex;
  align-items: center;
}
.pxl-counter3 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: end;
  line-height: 1;
}
.pxl-counter3 .pxl-counter--inner .pxl-counter--number .pxl-counter--value {
  font-size: 45px;
  color: #121211;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-counter3 .pxl-counter--inner .pxl-counter--number .pxl-counter--suffix {
  font-size: 45px;
  color: #121211;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-counter3 .pxl-counter--inner .pxl-counter--title {
  font-size: 17px;
  color: #121211;
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
  line-height: 1.2;
}
.pxl-counter4 .pxl-counter--inner {
  position: relative;
  -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;
  padding-right: 30px;
}
.pxl-counter4 .pxl-counter--inner:hover .pxl-counter--number .pxl-counter--value {
  color: var(--gradient-color-from);
  -webkit-text-stroke: unset;
  text-stroke: unset;
}
.pxl-counter4 .pxl-counter--inner:hover .pxl-counter--number .pxl-counter--suffix {
  color: var(--gradient-color-from);
  -webkit-text-stroke: unset;
  text-stroke: unset;
}
.pxl-counter4 .pxl-counter--inner:hover:after {
  background-color: #f9f9f9;
  background-image: unset;
}
.pxl-counter4 .pxl-counter--inner:after {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  width: 80%;
  height: 93%;
  background-image: linear-gradient(76deg, #f9f9f9 0%, #dfdfdf 100%);
  z-index: -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;
}
.pxl-counter4 .pxl-counter--inner .pxl-counter--number {
  display: flex;
  align-items: end;
}
.pxl-counter4 .pxl-counter--inner .pxl-counter--number .pxl-counter--value {
  font-size: 68px;
  font-weight: 800;
  font-family: "Barlow Semi Condensed";
  white-space: nowrap;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--link-color);
  text-stroke: 2px var(--link-color);
  -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: 7px;
}
.pxl-counter4 .pxl-counter--inner .pxl-counter--number .pxl-counter--suffix {
  font-size: 43px;
  white-space: nowrap;
  line-height: 1;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 2px var(--link-color);
  text-stroke: 2px var(--link-color);
  margin-left: 0px;
  -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;
  font-weight: 600;
}
.pxl-counter4 .pxl-counter--inner .pxl-counter--number .pxl-counter--heading {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin: 0px 0 0px 18px;
  line-height: 1.2;
  padding-bottom: 14px;
  letter-spacing: 1.2px;
}
.pxl-counter4 .pxl-counter--inner .pxl-counter--title {
  font-size: 18px;
  color: #656565;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  margin-top: 24px;
  letter-spacing: 0.1px;
  margin-left: 2px;
}
.pxl-btn-video {
  position: relative;
}
.pxl-btn-video.style1 {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: inline-flex;
  -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;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to), var(--gradient-color-from), var(--gradient-color-to));
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 13px 24px rgba(1, 1, 20, 0.23);
}
.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.style1:hover, .pxl-btn-video.style1:focus {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pxl-btn-video.style-icon {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  display: inline-flex;
  -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;
  background-color: #fff;
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  color: #fc5220;
  font-size: 10px;
  box-shadow: 0 13px 24px rgba(1, 1, 20, 0.23);
  z-index: 1;
}
.pxl-btn-video.style-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.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.style-icon:hover, .pxl-btn-video.style-icon:focus {
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.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-item--4-star i:nth-child(5) {
  color: #e1e1e1;
}
.pxl-item--3-star i:nth-child(5), .pxl-item--3-star i:nth-child(4) {
  color: #e1e1e1;
}
.pxl-item--2-star i:nth-child(5), .pxl-item--2-star i:nth-child(4), .pxl-item--2-star i:nth-child(3) {
  color: #e1e1e1;
}
.pxl-item--1-star i:nth-child(5), .pxl-item--1-star i:nth-child(4), .pxl-item--1-star i:nth-child(3), .pxl-item--1-star i:nth-child(2) {
  color: #e1e1e1;
}
.pxl-item--star {
  color: #fca804;
}
.pxl-testimonial-grid1 .pxl-item--inner {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 30px 30px 30px 10px;
  -khtml-border-radius: 30px 30px 30px 10px;
  -moz-border-radius: 30px 30px 30px 10px;
  -ms-border-radius: 30px 30px 30px 10px;
  -o-border-radius: 30px 30px 30px 10px;
  border-radius: 30px 30px 30px 10px;
  background-color: #fff;
  padding: 30px;
  margin: 15px 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;
}
@media (max-width: 676px) {
  .pxl-testimonial-grid1 .pxl-item--inner {
    padding: 30px 20px;
  }
}
.pxl-testimonial-grid1 .pxl-item--inner:hover {
  box-shadow: 0px 0px 20px 0px rgba(255, 95, 95, 0.15);
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-content .pxl-item--icon {
  display: inline-flex;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-content .pxl-item--icon i {
  font-size: 55px;
  line-height: 0.9;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-content .pxl-item--star i {
  font-size: 18px;
  color: #ffc107;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-item--desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-item--bottom {
  margin-top: 20px;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-item--bottom .pxl-item--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%;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-item--bottom .pxl-item--meta .pxl-item--title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pxl-testimonial-grid1 .pxl-item--inner .pxl-item--bottom .pxl-item--meta .pxl-item--position {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-testimonial-carousel1 .pxl-item-inner {
  background-color: #f6f6f6;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 41px 30px 34px 34px;
}
.pxl-testimonial-carousel1 .pxl-item-inner .pxl-testtiminial-meta {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.pxl-testimonial-carousel1 .pxl-item-inner .pxl-testtiminial-meta .pxl-item--imgprimary {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-testimonial-carousel1 .pxl-item-inner .pxl-item-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--link-color);
  margin-bottom: 2px;
}
.pxl-testimonial-carousel1 .pxl-item-inner .pxl-sub-title {
  color: #494949;
  font-size: 15px;
}
.pxl-testimonial-carousel1 .pxl-item-inner .pxl-item--star {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.pxl-testimonial-carousel1 .pxl-item-inner .pxl-item--desc {
  font-size: 18px;
  color: var(--link-color);
  margin-top: 25px;
  line-height: 1.45;
}
.pxl-testimonial-carousel2 {
  display: flex;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-screen-desktop {
    display: none;
  }
  .pxl-testimonial-carousel2 .pxl-screen-mobile {
    display: block;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap {
  width: 40%;
  position: relative;
}
@media (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap {
    width: 42%;
  }
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner {
    margin: 0 -15px;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel2 .pxl-swiper-container {
    padding: 0 15px !important;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-container.swiper-fade .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-testimonial-carousel2 .pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel2 .pxl-swiper-container {
    padding: 0 !important;
  }
}
.pxl-testimonial-carousel2 .pxl-carousel-inner {
  width: 60%;
}
@media (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner {
    width: 58%;
  }
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner {
    width: 100%;
    margin: 0 !important;
  }
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner {
  padding-left: 25px;
  padding-top: 68px;
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner {
    padding-left: 0;
    padding-top: 40px;
  }
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-heading .pxl-item--subtext {
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1px;
  display: inline-block;
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
  font-size: 56px;
  color: var(--link-color);
  font-weight: 800;
  font-family: "Exo 2";
  letter-spacing: -0.2px;
  line-height: 1.17;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
    font-size: 50px;
  }
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
    font-size: 35px;
  }
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-item--star {
  color: #f66501;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-item--desc {
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  font-weight: 400;
  font-family: "Roboto";
  max-width: 80%;
  margin-bottom: 49px;
}
@media (max-width: 1280px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-item--desc {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-item--desc {
    margin-bottom: 35px;
  }
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-testtiminial-meta {
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-testtiminial-meta .pxl-item--imgprimary {
  width: 58px;
  height: 55px;
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-item-heading {
  margin-bottom: 0;
  font-size: 23px;
  color: #000;
  font-weight: 800;
  font-family: "Exo 2";
}
.pxl-testimonial-carousel2 .pxl-carousel-inner .pxl-item-inner .pxl-sub-title {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Exo 2";
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow {
  position: absolute !important;
  top: 3px;
  left: 39%;
  transform: translate(-39%, 0);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  font-size: 38px;
  color: #464646;
  z-index: 999;
  -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: 575px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow {
    top: 30%;
    left: 20px;
    transform: rotate(-90deg) translate(0%, -30%);
  }
}
@media (max-width: 360px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow {
    display: none;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow i {
  position: relative;
  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;
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow i:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 35px;
  height: 35px;
  background-color: #b6b6b6;
  z-index: -1;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-testimonial-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotate(0deg);
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  bottom: -33px;
  top: unset;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    top: 30%;
    right: 0;
    bottom: unset;
    left: unset;
    transform: rotate(-90deg) translate(0%, -30%);
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-next i {
  transform: rotate(180deg);
  bottom: 10px;
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow:hover i:after {
  background-color: var(--primary-color);
}
.pxl-testimonial-carousel2 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-testimonial-carousel2 .pxl-item--inner .pxl-testtiminial-meta {
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs {
  padding: 0;
  margin: 30px 0;
  width: 100%;
  overflow: visible;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs {
    margin: 30px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs {
    margin: 0;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta {
  display: flex;
  align-items: center;
  -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;
  width: 89%;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.06));
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta {
    justify-content: center;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta img {
  clip-path: polygon(0 0, 93% 0, 100% 100%, 8% 100%);
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50px;
  height: 130%;
  background-color: #fff;
  z-index: -1;
  width: 321px;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 5% 100%);
  transform: translate(0, -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;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta .pxl-item-layout.pxl-mr-30 {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta .pxl-item-layout.pxl-mr-30 {
    margin-right: 0;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta .pxl-item-icon {
  position: absolute;
  height: 130%;
  top: 50%;
  right: 10px;
  transform: scale(1) translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  clip-path: polygon(0% 0%, 26% 0, 50% 100%, 25% 100%);
  width: 12%;
  color: #fff;
  font-size: 0px;
  -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: left;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta .pxl-item-icon {
    display: none;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-testtiminial-meta .pxl-item-icon i {
  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-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide {
  padding: 25px 10px;
  width: 100% !important;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide {
    padding: 15px 10px;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide {
    width: unset !important;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide {
    padding: 0;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide:last-child {
  padding-bottom: 0;
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-inner-title {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-inner-title {
    display: none;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-inner-title .pxl-item-heading {
  font-size: 23px;
  color: #000;
  font-weight: 800;
  font-family: "Exo 2";
  margin-bottom: 2px;
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-inner-title .pxl-sub-title {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Exo 2";
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .pxl-item--imgprimary {
  position: relative;
  -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-testimonial-carousel2 .pxl-swiper-thumbs .pxl-item--imgprimary:after {
  content: '';
  position: absolute;
  width: 92%;
  height: 4px;
  background-color: var(--primary-color);
  bottom: 0;
  right: 0;
  opacity: 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-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-testtiminial-meta .pxl-item-icon {
  width: 18%;
  right: -6px;
  font-size: 15px;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 17% 100%);
}
.pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-testtiminial-meta .pxl-item-icon i {
  opacity: 1;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs .swiper-slide-thumb-active .pxl-testtiminial-meta .pxl-item--imgprimary:after {
    opacity: 1;
  }
}
.pxl-testimonial-carousel2 .swiper-wrapper {
  display: block;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel2 .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
    width: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 1201px) {
  .pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap {
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 25px 0;
  }
  .pxl-testimonial-carousel2 .pxl-swiper-thumbs {
    margin: 0;
  }
}
.pxl-testimonial-carousel3 {
  position: relative;
}
.pxl-testimonial-carousel3 .pxl-swiper-container.swiper-fade .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-testimonial-carousel3 .pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.pxl-testimonial-carousel3 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: -17px;
  right: -3px;
  z-index: 2;
}
.pxl-testimonial-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  margin: 0;
}
.pxl-testimonial-carousel3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  margin-right: 13px;
}
.pxl-testimonial-carousel3 .pxl-item-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item-inner .pxl-testtiminial-meta {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-image {
  min-width: 98px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content {
  position: relative;
  padding-left: 55px;
  margin-left: 48px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content {
    padding-left: 0;
    margin-left: 0;
  }
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-item-border-left {
  position: absolute;
  top: 70px;
  left: 0;
  width: 2px;
  height: 105px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-item-border-left {
    display: none;
  }
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-item-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  margin-bottom: 26px;
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-item--star {
  margin: 10px 0;
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-item--desc {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 1.52;
  max-width: 98%;
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-icon-title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-icon-title {
    margin-top: 20px;
  }
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-icon-title i {
  font-size: 78px;
  line-height: 1;
  color: #fff;
  margin-left: -13px;
}
.pxl-testimonial-carousel3 .pxl-item-inner .pxl-item-content .pxl-icon-title .pxl-sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  line-height: 1.2;
  margin-top: 17px;
  margin-right: 9px;
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -53%);
  z-index: 1;
  width: 104%;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap {
    position: unset;
    transform: unset;
    width: unset;
    justify-content: center;
    margin-top: 20px;
  }
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--link-color);
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1250px) {
  .pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    position: unset;
    transform: unset;
    margin: 5px;
  }
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  color: var(--primary-color);
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
}
.pxl-testimonial-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
.pxl-testimonial-carousel4 .pxl-swiper-container.swiper-fade .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-testimonial-carousel4 .pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.pxl-testimonial-carousel4 .pxl-swiper-thumbs {
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
}
.pxl-testimonial-carousel4 .pxl-swiper-thumbs .pxl-swiper-container {
  padding: 0;
}
.pxl-testimonial-carousel4 .pxl-swiper-thumbs .swiper-slide {
  padding: 0;
}
.pxl-testimonial-carousel4 .pxl-carousel-thumb {
  padding: 0;
}
.pxl-testimonial-carousel4 .pxl-carousel-content {
  text-align: center;
  position: relative;
  padding-top: 65px;
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item-inner {
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding-top: 75px;
  padding-bottom: 35px;
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--imgprimary {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--imgprimary img {
  border-radius: 50%;
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--star {
  margin: 10px 0;
  color: var(--primary-color);
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-inner-title {
  margin-bottom: 16px;
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-inner-title .pxl-item-heading {
  margin-bottom: 4px;
  font-size: 23px;
  color: var(--link-color);
  font-weight: 800;
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-inner-title .pxl-sub-title {
  font-size: 15px;
  letter-spacing: -0.6px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Exo 2";
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--desc {
  font-size: 30px;
  color: #323232;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  text-align: center;
  line-height: 1.2;
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  padding-left: 9px;
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--desc {
    max-width: 89%;
  }
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--desc {
    font-size: 25px;
  }
}
@media (max-width: 676px) {
  .pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--desc {
    max-width: 92%;
  }
}
.pxl-testimonial-carousel4 .pxl-carousel-content .pxl-item--desc .pxl-item-icon {
  position: absolute;
  left: -5px;
  top: -10px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner {
  background-color: #fdf3ea;
  border-radius: 0px 0px 20px 20px;
  padding: 85px 48px 40px 53px;
  position: relative;
  overflow: unset;
  margin: 0;
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-carousel-inner {
    padding: 55px 35px 40px 35px;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel4 .pxl-carousel-inner {
    padding: 55px 15px 40px 15px;
  }
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .swiper-slide {
  padding: 0 10px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container {
  padding: 0;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .swiper-slide-next .pxl-item--inner {
  filter: none;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .swiper-slide-next .pxl-item--inner:before {
  opacity: 1;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner {
  border-radius: 15px;
  filter: drop-shadow(0px 5px 1px rgba(0, 0, 0, 0.15));
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 18px 20px 20px;
  position: relative;
  -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-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #fc5900;
  opacity: 0;
  border-radius: 15px;
  -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-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner .pxl-item--desc {
  font-size: 20px;
  color: #323232;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin-bottom: 10px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner .pxl-inner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner .pxl-inner-title .pxl-item-heading {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner .pxl-inner-title .pxl-item-heading {
    font-size: 17px;
  }
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-item--inner .pxl-inner-title .pxl-sub-title {
  opacity: 0.541;
  font-size: 14px;
  color: var(--link-color);
  font-weight: 600;
  font-family: "Barlow Semi Condensed";
}
.pxl-testimonial-carousel5 .swiper-slide-next .pxl-item-inner .pxl-testtiminial-meta:before {
  animation-delay: 2.5s;
}
.pxl-testimonial-carousel5 .pxl-item-inner {
  margin-top: 18px;
  padding-bottom: 12px;
  -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;
  position: relative;
}
.pxl-testimonial-carousel5 .pxl-item-inner:before {
  content: '';
  width: 95%;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #e0e0e0;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: -1;
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover {
  transform: translateY(-18px);
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-inner-testtiminial {
  background-color: var(--gradient-color-to);
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-content-inner:before {
  background-color: var(--gradient-color-from);
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-content-inner .pxl-star-inner .pxl-no-hover {
  opacity: 0;
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-content-inner .pxl-star-inner .pxl-hover {
  opacity: 1;
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-content-inner .pxl-inner-title .pxl-item-heading {
  color: #fff;
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-content-inner .pxl-inner-title .pxl-item--desc {
  color: #bfbfbf;
}
.pxl-testimonial-carousel5 .pxl-item-inner:hover .pxl-content-inner .pxl-inner-title .pxl-sub-title {
  color: var(--gradient-color-from);
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-inner-testtiminial {
  display: flex;
  background-color: #f2f2f2;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -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-testimonial-carousel5 .pxl-item-inner .pxl-inner-testtiminial {
    display: block;
  }
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-testtiminial-meta {
  background-color: var(--primary-color);
  width: 43%;
  padding: 42px 0;
  background-image: linear-gradient(180deg, #6983ff 0%, #0b3df7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel5 .pxl-item-inner .pxl-testtiminial-meta {
    width: 100%;
  }
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-testtiminial-meta:before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/vector-animate.png);
  background-position: top left;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: shine_left 3s linear infinite;
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-testtiminial-meta img {
  border: 5px solid #fff;
  border-radius: 50%;
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-testtiminial-meta .pxl-item-layout {
  z-index: 1;
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner {
  width: 57%;
  -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;
  position: relative;
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner {
    width: 100%;
  }
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 45%;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  background-color: var(--primary-color);
  -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-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-star-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 44px;
  -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-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-icon {
  width: 59px;
  min-width: 59px;
  height: 59px;
  filter: drop-shadow(0px 2px 13.5px rgba(7, 0, 76, 0.46));
  background-color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  -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-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-icon i {
  transform: rotate(180deg);
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-star-inner {
  position: relative;
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-star-inner .pxl-item--star {
  display: flex;
  align-items: center;
  font-size: 15px;
  -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-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-star-inner .pxl-no-hover {
  color: var(--primary-color);
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-star-inner .pxl-hover {
  position: absolute;
  top: 0;
  left: 0;
  color: #97a1ac;
  opacity: 0;
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-inner-title {
  padding: 22px 20px 15px 30px;
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-inner-title {
    padding: 22px 20px 25px 30px;
  }
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-inner-title .pxl-item-heading {
  font-size: 20px;
  line-height: 1.2;
  color: #030408;
  font-weight: 700;
  font-family: "Exo 2";
  margin-bottom: 9px;
  -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-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-inner-title .pxl-item--desc {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  font-family: "Exo 2";
  -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;
  line-height: 1.52;
  margin-bottom: 8px;
}
.pxl-testimonial-carousel5 .pxl-item-inner .pxl-content-inner .pxl-inner-title .pxl-sub-title {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-style: italic;
  font-family: "Exo 2";
  -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-testimonial-carousel6 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -47%);
  z-index: 3;
  width: 108%;
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap {
    display: none;
  }
}
.pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 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;
}
.pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
}
.pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
.pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background-color: var(--link-color);
}
.pxl-testimonial-carousel6 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover i {
  background-image: linear-gradient(86deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-testimonial-carousel6 .pxl-item-inner {
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial {
  display: flex;
  align-items: center;
  background-color: #dfdfdf;
}
@media (max-width: 900px) {
  .pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial {
    display: block;
  }
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-testtiminial-meta {
  width: 39%;
}
@media (max-width: 900px) {
  .pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-testtiminial-meta {
    width: 100%;
  }
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-item-layout {
  text-align: center;
  padding: 20px 20px 17px 16px;
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-item-layout .pxl-item--imgprimary img {
  border-radius: 50%;
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-item-layout .pxl-item-heading {
  font-size: 20px;
  color: var(--link-color);
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 0;
  margin-top: 6px;
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-item-layout .pxl-sub-title {
  opacity: 0.541;
  font-size: 14px;
  color: var(--link-color);
  font-weight: 600;
  font-family: "Barlow Semi Condensed";
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-content-inner {
  background-color: #fff;
  width: 61%;
  padding: 39px 24px 37px 34px;
}
@media (max-width: 900px) {
  .pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-content-inner {
    width: 100%;
  }
}
.pxl-testimonial-carousel6 .pxl-item-inner .pxl-inner-testtiminial .pxl-content-inner .pxl-item--desc {
  font-size: 20px;
  color: #323232;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  line-height: 1.5;
}
.pxl-testimonial-carousel7 {
  display: flex;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel7 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel7 .pxl-screen-desktop {
    display: none;
  }
  .pxl-testimonial-carousel7 .pxl-screen-mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel7 .pxl-swiper-arrow-wrap {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel7 .pxl-carousel-inner {
    margin: 0 -15px;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-carousel7 .pxl-swiper-container {
    padding: 0 15px !important;
  }
}
.pxl-testimonial-carousel7 .pxl-swiper-container.swiper-fade .pxl-swiper-slide {
  opacity: 0 !important;
}
.pxl-testimonial-carousel7 .pxl-swiper-container.swiper-fade .pxl-swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner {
  padding-left: 40px;
  padding-top: 13px;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner {
    padding-left: 0;
    padding-top: 40px;
  }
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-heading .pxl-item--subtext {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  display: inline-block;
  background-color: rgba(var(--primary-color-rgb),0.102);
  border-radius: 3px;
  line-height: 1.2;
  padding: 8px 57px;
  margin-bottom: 22px;
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
  font-size: 48px;
  color: #01062e;
  font-weight: 700;
  font-family: "Exo 2";
  margin-bottom: 35px;
}
@media (max-width: 880px) {
  .pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-heading .wg_title {
    font-size: 35px;
  }
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-item--star {
  color: #f66501;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-item--desc {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  font-family: "Roboto";
  max-width: 76%;
  margin-bottom: 49px;
  line-height: 1.65;
}
@media (max-width: 1280px) {
  .pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-item--desc {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-item--desc {
    margin-bottom: 35px;
  }
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-testtiminial-meta {
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-testtiminial-meta .pxl-item--imgprimary {
  width: 58px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-item-heading {
  margin-bottom: 2px;
  font-size: 23px;
  color: #000;
  font-weight: 800;
  font-family: "Exo 2";
}
.pxl-testimonial-carousel7 .pxl-carousel-inner .pxl-item-inner .pxl-sub-title {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Exo 2";
}
.pxl-testimonial-carousel7 .pxl-swiper-arrow {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  font-size: 38px;
  color: #464646;
  z-index: 999;
  margin: 30px 0px;
  -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: 575px) {
  .pxl-testimonial-carousel7 .pxl-swiper-arrow {
    display: none;
  }
}
.pxl-testimonial-carousel7 .pxl-swiper-arrow i {
  position: relative;
  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;
}
.pxl-testimonial-carousel7 .pxl-swiper-arrow i:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 35px;
  height: 35px;
  background-color: #b6b6b6;
  z-index: -1;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-testimonial-carousel7 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotate(0deg);
}
.pxl-testimonial-carousel7 .pxl-swiper-arrow.pxl-swiper-arrow-next i {
  transform: rotate(180deg);
  bottom: 10px;
}
.pxl-testimonial-carousel7 .pxl-swiper-arrow:hover i:after {
  background-color: var(--primary-color);
}
.pxl-testimonial-carousel7 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-testimonial-carousel7 .pxl-item--inner .pxl-testtiminial-meta {
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel7 .swiper-wrapper {
  display: block;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media (max-width: 575px) {
  .pxl-testimonial-carousel7 .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel7 .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
    width: 40px;
    margin: 0;
  }
}
.pxl-testimonial-carousel7 .pxl-swiper-arrow-wrap {
  position: relative;
  z-index: 99;
  margin: 0;
  padding: 25px 0;
  display: unset;
  align-content: center;
  margin-top: 111px;
}
.pxl-testimonial-carousel7 .pxl-swiper-thumbs {
  margin: 0;
}
.pxl-accordion .pxl-accordion--title {
  margin-bottom: 0;
  cursor: pointer;
}
.pxl-accordion .pxl-accordion--content {
  display: none;
}
.pxl-accordion .pxl-icon--plus {
  font-style: normal;
}
.pxl-accordion1.style-default {
  border-top: 1px solid #dbdbdb;
  padding-top: 31px;
}
.pxl-accordion1.style-default .pxl-accordion--title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Exo 2";
  color: var(--link-color);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  background-color: #fff;
  padding-left: 2px;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-default .pxl-accordion--title {
    font-size: 16px;
  }
}
.pxl-accordion1.style-default .pxl-accordion--title .pxl-title--text {
  flex-grow: 1;
}
.pxl-accordion1.style-default .pxl-icon--action {
  font-size: 23px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style-default .pxl-icon--action {
    font-size: 18px;
  }
}
.pxl-accordion1.style-default .pxl-icon--action i {
  color: #494949;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.style-default .pxl-accordion--content {
  font-size: 17px;
  padding-top: 22px;
  padding-left: 53px;
  line-height: 1.7;
}
.pxl-accordion1.style-default .pxl--item {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.pxl-accordion1.style-default .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-accordion1.style-default .pxl--item.active {
  margin-bottom: 31px;
  padding-bottom: 24px;
}
.pxl-accordion1.style-default .pxl--item.active .pxl-icon--action i {
  transform: rotate(90deg);
  margin-top: 0;
  color: var(--primary-color);
}
.pxl-accordion1.style2 {
  background-color: #f8f8f8;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 5px 15px 5px;
}
.pxl-accordion1.style2 .pxl-accordion--title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  font-weight: 700;
  font-family: "Exo 2";
  letter-spacing: -0.1px;
  padding: 29px 0 22px 0;
}
@media (max-width: 480px) {
  .pxl-accordion1.style2 .pxl-accordion--title {
    padding: 25px 0 22px 0;
  }
}
.pxl-accordion1.style2 .pxl-accordion--title .pxl-title--text {
  flex-grow: 1;
  max-width: 88%;
}
.pxl-accordion1.style2 .pxl-icon--action {
  font-size: 11px;
  color: #999;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 2px solid #999;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.pxl-accordion1.style2 .pxl-icon--action i {
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.style2 .pxl-accordion--content {
  font-size: 16px;
  padding-top: 15px;
  line-height: 1.67;
  color: #494949;
  font-weight: 400;
  padding-right: 20px;
}
.pxl-accordion1.style2 .pxl--item {
  padding: 0 25px 0 21px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.490);
}
@media (max-width: 767px) {
  .pxl-accordion1.style2 .pxl--item {
    padding: 0 15px;
  }
}
.pxl-accordion1.style2 .pxl--item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.pxl-accordion1.style2 .pxl--item.active {
  padding-bottom: 18px;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-accordion--title {
  color: var(--primary-color);
}
.pxl-accordion1.style2 .pxl--item.active .pxl-icon--action {
  border-color: #262626;
  color: #262626;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-icon--action i {
  transform: rotate(-180deg);
}
.pxl-accordion1.style3 .pxl-accordion--title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  font-size: 25px;
  color: #010101;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  position: relative;
}
@media (max-width: 1199px) {
  .pxl-accordion1.style3 .pxl-accordion--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style3 .pxl-accordion--title {
    font-size: 16px;
  }
}
.pxl-accordion1.style3 .pxl-accordion--title .pxl-title--text {
  flex-grow: 1;
  max-width: 89%;
}
.pxl-accordion1.style3 .pxl-icon--action {
  font-size: 24px;
  color: var(--link-color);
  width: 25px;
  min-width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .pxl-accordion1.style3 .pxl-icon--action {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style3 .pxl-icon--action {
    font-size: 18px;
  }
}
.pxl-accordion1.style3 .pxl-icon--action i {
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.style3 .pxl-accordion--content {
  opacity: 0.749;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
  padding-top: 15px;
  padding-right: 20px;
}
.pxl-accordion1.style3 .pxl--item {
  background-color: #fdf3ea;
  margin-bottom: 20px;
  padding: 40px 30px 40px 56px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .pxl-accordion1.style3 .pxl--item {
    padding: 25px 25px 35px 35px;
  }
}
.pxl-accordion1.style3 .pxl--item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.pxl-accordion1.style3 .pxl--item.active {
  background: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  padding: 37px 30px 50px 58px;
}
@media (max-width: 991px) {
  .pxl-accordion1.style3 .pxl--item.active {
    padding: 25px 25px 35px 35px;
  }
}
.pxl-accordion1.style3 .pxl--item.active .pxl-accordion--title {
  color: #fff;
  font-size: 32px;
  padding-top: 17px;
}
@media (max-width: 1199px) {
  .pxl-accordion1.style3 .pxl--item.active .pxl-accordion--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style3 .pxl--item.active .pxl-accordion--title {
    font-size: 22px;
  }
}
.pxl-accordion1.style3 .pxl--item.active .pxl-icon--action {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.pxl-accordion1.style3 .pxl--item.active .pxl-icon--action i {
  transform: rotate(-180deg);
  margin-top: 0;
}
.pxl-accordion1.style4 .pxl-accordion--title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  position: relative;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
}
@media (max-width: 1199px) {
  .pxl-accordion1.style4 .pxl-accordion--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style4 .pxl-accordion--title {
    font-size: 16px;
  }
}
.pxl-accordion1.style4 .pxl-accordion--title .pxl-title--text {
  flex-grow: 1;
  max-width: 89%;
}
.pxl-accordion1.style4 .pxl-icon--action {
  font-size: 22px;
  color: #fff;
  width: 25px;
  min-width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .pxl-accordion1.style4 .pxl-icon--action {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style4 .pxl-icon--action {
    font-size: 18px;
  }
}
.pxl-accordion1.style4 .pxl-icon--action i {
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion1.style4 .pxl-accordion--content {
  line-height: 1.4;
  padding-top: 20px;
  padding-right: 20px;
  opacity: 0.749;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
}
.pxl-accordion1.style4 .pxl--item {
  background-color: unset;
  margin-bottom: 16px;
  border: 2px solid #15252c;
  padding: 40px 30px 40px 56px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .pxl-accordion1.style4 .pxl--item {
    padding: 25px 25px 35px 30px;
  }
}
.pxl-accordion1.style4 .pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-accordion1.style4 .pxl--item.active {
  background: var(--sub-primary-color);
  padding: 41px 30px 50px 58px;
}
@media (max-width: 1024px) {
  .pxl-accordion1.style4 .pxl--item.active {
    padding: 25px 25px 35px 30px;
  }
}
.pxl-accordion1.style4 .pxl--item.active .pxl-accordion--title {
  color: #fff;
  padding-top: 17px;
}
@media (max-width: 1199px) {
  .pxl-accordion1.style4 .pxl--item.active .pxl-accordion--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-accordion1.style4 .pxl--item.active .pxl-accordion--title {
    font-size: 16px;
  }
}
.pxl-accordion1.style4 .pxl--item.active .pxl-icon--action {
  color: #fff;
  position: absolute;
  top: -19px;
  right: -2px;
}
.pxl-accordion1.style4 .pxl--item.active .pxl-icon--action i {
  transform: rotate(-180deg);
  margin-top: 0;
}
.pxl-accordion-box1.style-default {
  background-color: #f5f5f5;
  padding: 52px 35px 131px 72px;
  border-radius: 0 0 267px 267px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 880px) {
  .pxl-accordion-box1.style-default {
    padding: 52px 50px 110px 50px;
  }
}
@media (max-width: 575px) {
  .pxl-accordion-box1.style-default {
    padding: 52px 30px 110px 30px;
  }
}
@media (max-width: 767px) {
  .pxl-accordion-box1.style-default {
    border-radius: 0;
  }
}
.pxl-accordion-box1.style-default .pxl-item-button {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .pxl-accordion-box1.style-default .pxl-item-button {
    bottom: 35px;
  }
}
.pxl-accordion-box1.style-default .pxl-item-button a {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  font-family: "Exo 2";
  background-color: var(--primary-color);
  padding: 17px 100px 41px 100px;
  border-radius: 50%;
}
.pxl-accordion-box1.style-default .pxl-item-button a:hover {
  background-color: var(--gradient-color-to);
}
@media (max-width: 767px) {
  .pxl-accordion-box1.style-default .pxl-item-button a {
    border-radius: 5px;
    padding: 15px 50px 15px 50px;
  }
}
.pxl-accordion-box1.style-default .pxl-accordion--title {
  font-size: 25px;
  color: #191919;
  font-weight: 700;
  font-family: "Exo 2";
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  order: 1;
  line-height: 1.322;
}
@media screen and (max-width: 991px) {
  .pxl-accordion-box1.style-default .pxl-accordion--title {
    font-size: 20px;
  }
}
.pxl-accordion-box1.style-default .pxl-accordion--title .pxl-title--text {
  flex-grow: 1;
}
.pxl-accordion-box1.style-default .pxl-icon--action {
  font-size: 25px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  order: 2;
}
@media (max-width: 880px) {
  .pxl-accordion-box1.style-default .pxl-icon--action {
    margin-right: 0;
  }
}
.pxl-accordion-box1.style-default .pxl-icon--action i {
  position: relative;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.pxl-accordion-box1.style-default .pxl-icon--action i:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: var(--primary-color);
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
}
.pxl-accordion-box1.style-default .pxl-icon--action i:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: var(--primary-color);
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: transform 300ms linear 0ms;
  -khtml-transition: transform 300ms linear 0ms;
  -moz-transition: transform 300ms linear 0ms;
  -ms-transition: transform 300ms linear 0ms;
  -o-transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  opacity: 1;
}
.pxl-accordion-box1.style-default .pxl-accordion--content {
  font-size: 18px;
  line-height: 1.56;
  color: #646464;
  font-weight: 400;
  padding-top: 15px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.01px;
}
@media (max-width: 880px) {
  .pxl-accordion-box1.style-default .pxl-accordion--content {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion-box1.style-default .pxl-accordion--content {
    padding-right: 0;
  }
}
.pxl-accordion-box1.style-default .pxl--item {
  margin-bottom: 24px;
  padding-bottom: 28px;
  position: relative;
}
.pxl-accordion-box1.style-default .pxl--item .pxl-item-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  height: 1px;
  background-color: #b2b5b5;
}
@media (max-width: 880px) {
  .pxl-accordion-box1.style-default .pxl--item .pxl-item-border {
    width: 100%;
  }
}
.pxl-accordion-box1.style-default .pxl--item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pxl-accordion-box1.style-default .pxl--item:last-child .pxl-item-border {
  display: none;
}
.pxl-accordion-box1.style-default .pxl--item.active {
  margin-bottom: 22px;
  padding-bottom: 39px;
}
.pxl-accordion-box1.style-default .pxl--item.active:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pxl-accordion-box1.style-default .pxl--item.active .pxl-icon--action i:after {
  opacity: 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;
  right: 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.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-tabs.tab-effect-fade .pxl-tab--content.active {
  position: static;
  opacity: 1 !important;
  visibility: visible;
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
  position: relative;
}
.pxl-tabs1.style-1 .pxl-tab--title {
  font-size: 24px;
  color: #070302;
  font-weight: 700;
  font-family: "Exo 2";
  padding: 0 51px;
  position: relative;
  line-height: 50px;
  z-index: 1;
  margin-bottom: 10px;
  -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;
  clip-path: polygon(8% 0%, 100% 0%, 93% 100%, 0% 100%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .pxl-tabs1.style-1 .pxl-tab--title {
    line-height: 45px;
    padding: 0px 40px;
    font-size: 20px;
  }
}
@media (max-width: 880px) {
  .pxl-tabs1.style-1 .pxl-tab--title {
    font-size: 15px;
    padding: 0px 30px;
  }
}
@media (max-width: 360px) {
  .pxl-tabs1.style-1 .pxl-tab--title {
    width: 100%;
    text-align: center;
    clip-path: unset;
  }
}
.pxl-tabs1.style-1 .pxl-tab--title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  opacity: 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;
  z-index: -1;
}
.pxl-tabs1.style-1 .pxl-tab--title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  opacity: 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;
  z-index: -2;
}
.pxl-tabs1.style-1 .pxl-tab--title:nth-child(2) {
  margin-left: -17px;
  padding: 0 60px;
  z-index: 1;
}
.pxl-tabs1.style-1 .pxl-tab--title:nth-child(2):after {
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .pxl-tabs1.style-1 .pxl-tab--title:nth-child(2) {
    padding: 0px 40px;
  }
}
@media (max-width: 360px) {
  .pxl-tabs1.style-1 .pxl-tab--title:nth-child(2) {
    margin-left: 0;
  }
}
.pxl-tabs1.style-1 .pxl-tab--title:nth-child(3) {
  margin-left: -17px;
  padding: 0 64px 0 72px;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1199px) {
  .pxl-tabs1.style-1 .pxl-tab--title:nth-child(3) {
    padding: 0px 40px;
  }
}
@media (max-width: 360px) {
  .pxl-tabs1.style-1 .pxl-tab--title:nth-child(3) {
    margin-left: 0;
    clip-path: unset;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs1.style-1 .pxl-tab--title {
    font-size: 16px;
    padding: 0 20px;
  }
}
.pxl-tabs1.style-1 .pxl-tab--title:hover, .pxl-tabs1.style-1 .pxl-tab--title.active {
  color: #fff;
}
.pxl-tabs1.style-1 .pxl-tab--title:hover:before, .pxl-tabs1.style-1 .pxl-tab--title.active:before {
  height: 100%;
  opacity: 1;
}
.pxl-tabs1.style-1 .pxl-icon {
  font-size: 20px;
}
.pxl-tabs1.style-1 .pxl-icon svg {
  height: 25px;
}
@media (max-width: 360px) {
  .pxl-tabs1.style-1 .pxl-title--text {
    width: 100%;
  }
}
.pxl-tabs1.style-1 .pxl-tabs--title {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 360px) {
  .pxl-tabs1.style-1 .pxl-tabs--title {
    display: block;
  }
}
.pxl-tabs1.style-1 .pxl-tabs--content {
  color: #585858;
}
.pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title {
  font-size: 24px;
  color: #070302;
  font-weight: 700;
  font-family: "Exo 2";
  height: 56px;
  background-color: #d7d7d7;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 56px;
  padding: 0 48px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
  }
}
@media (max-width: 880px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}
.pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title:nth-child(2) {
  background-color: #e5e5e5;
  margin-left: -10px;
  padding: 0 67px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title:nth-child(2) {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title:nth-child(2) {
    margin-left: 0px;
  }
}
.pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title:nth-child(3) {
  background-color: #f1f1f1;
  margin-left: -10px;
  padding: 0 57px 0 41px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title:nth-child(3) {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title:nth-child(3) {
    margin-left: 0px;
  }
}
.pxl-tabs1.style-2 .pxl-tabs--inner .pxl-tab--title.active {
  background-color: var(--primary-color);
  color: #fefefe;
}
.pxl-tabs-pricing1.style-1 .pxl-tabs--inner {
  display: flex;
}
@media (max-width: 1024px) {
  .pxl-tabs-pricing1.style-1 .pxl-tabs--inner {
    display: block;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tabs--title {
  width: 43.7%;
}
@media (max-width: 1024px) {
  .pxl-tabs-pricing1.style-1 .pxl-tabs--title {
    width: 100%;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 17px 15px 17px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title {
    display: block;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-dot {
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
  -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-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-dot:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0;
  -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-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-meta {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-meta {
    display: block;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-title--text {
  font-size: 20px;
  color: var(--link-color);
  margin-left: 18px;
}
@media (max-width: 575px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-title--text {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-title--text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price {
  -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: #f6f6f6;
  display: flex;
  align-items: baseline;
  padding: 22px 28px 24px 22px;
  width: 237px;
  min-width: 237px;
  -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;
}
@media (max-width: 575px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price {
    width: unset;
    min-width: unset;
  }
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price {
    padding: 15px;
    margin-top: 15px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price .pxl-title--price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  font-family: "Exo 2";
  color: #020304;
  -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;
}
@media (max-width: 575px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price .pxl-title--price {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price .pxl-title--price {
    font-size: 25px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title .pxl-item-price .pxl-sub--price {
  font-size: 16px;
  line-height: 1;
  font-family: "Exo 2";
  color: #494949;
  -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-tabs-pricing1.style-1 .pxl-tab--title:hover, .pxl-tabs-pricing1.style-1 .pxl-tab--title.active {
  border-color: var(--primary-color);
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title:hover .pxl-item-dot, .pxl-tabs-pricing1.style-1 .pxl-tab--title.active .pxl-item-dot {
  border-color: var(--primary-color);
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title:hover .pxl-item-dot:before, .pxl-tabs-pricing1.style-1 .pxl-tab--title.active .pxl-item-dot:before {
  opacity: 1;
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title:hover .pxl-item-price, .pxl-tabs-pricing1.style-1 .pxl-tab--title.active .pxl-item-price {
  background-color: var(--primary-color);
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title:hover .pxl-item-price .pxl-title--price, .pxl-tabs-pricing1.style-1 .pxl-tab--title.active .pxl-item-price .pxl-title--price {
  color: #fff;
}
.pxl-tabs-pricing1.style-1 .pxl-tab--title:hover .pxl-item-price .pxl-sub--price, .pxl-tabs-pricing1.style-1 .pxl-tab--title.active .pxl-item-price .pxl-sub--price {
  color: #fff;
}
.pxl-tabs-pricing1.style-1 .pxl-tabs--content {
  width: 56.3%;
}
@media (max-width: 1024px) {
  .pxl-tabs-pricing1.style-1 .pxl-tabs--content {
    width: 100%;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-tabs--content .pxl-tab--content {
  padding-left: 32px;
}
@media (max-width: 1024px) {
  .pxl-tabs-pricing1.style-1 .pxl-tabs--content .pxl-tab--content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top {
  position: relative;
  border-bottom: 1px solid #cccdcd;
  padding: 25px 20px 29px 26px;
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top {
    padding: 50px 20px 26px 26px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top .pxl-title-top {
  font-size: 26px;
  font-weight: 600;
  color: var(--link-color);
  font-family: "Exo 2";
}
@media (max-width: 575px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top .pxl-title-top {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top .pxl-title-top {
    max-width: 50%;
    position: relative;
    display: block;
    line-height: 1.2;
    max-width: 100%;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top .pxl-item-new {
  font-size: 18px;
  color: #020304;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 2px 30px 0px 30px;
  height: 39px;
  display: inline-block;
  align-content: center;
  -webkit-border-radius: 30px 0px 0px 30px;
  -khtml-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  -ms-border-radius: 30px 0px 0px 30px;
  -o-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
}
@media (max-width: 480px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-top .pxl-item-new {
    font-size: 16px;
    padding: 2px 15px 0px 15px;
    top: 0;
    transform: unset;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-content-bottom {
  padding: 38px 28px 26px 28px;
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list {
  display: flex;
}
@media (max-width: 1024px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list {
    display: block;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list ul {
  margin: 0;
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #494949;
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list ul li {
    font-size: 15px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list ul li:last-child {
  margin-bottom: 0;
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list ul li .pxl-icon {
  line-height: 1;
  margin-right: 10px;
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list .pxl-list-right {
  border-left: 1px solid #d9d9d9;
  padding-left: 24px;
  margin-left: 48px;
}
@media (max-width: 1280px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list .pxl-list-right {
    margin-left: 24px;
  }
}
@media (max-width: 575px) {
  .pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-list .pxl-list-right {
    border-top: 1px solid #d9d9d9;
    border-left: unset;
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-button {
  margin-top: 40px;
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-button .pxl-item-btn {
  font-size: 18px;
  font-weight: bold;
  font-family: "Exo 2";
  height: 56px;
  color: var(--primary-color);
  background-color: #ffeadb;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.pxl-tabs-pricing1.style-1 .pxl-inner-content .pxl-item-button .pxl-item-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl--progressbar {
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  width: 0;
}
.pxl--progressbar.vertical {
  -webkit-transition: height 1.4s ease;
  -khtml-transition: height 1.4s ease;
  -moz-transition: height 1.4s ease;
  -ms-transition: height 1.4s ease;
  -o-transition: height 1.4s ease;
  transition: height 1.4s ease;
  height: 0;
}
.pxl-progressbar-1.style1 .pxl-progressbar--wrap {
  height: 10px;
  border-radius: 24px;
  background-color: #1f1f1f;
}
.pxl-progressbar-1.style1 .pxl-progressbar--wrap .pxl--progressbar {
  height: 10px;
  border-radius: 24px;
  background-color: var(--primary-color);
  position: relative;
}
.pxl-progressbar-1.style1 .pxl-progressbar--wrap .pxl--progressbar:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 20px;
  right: 0;
  border-radius: 30px;
  top: -5px;
  background-color: var(--primary-color);
}
.pxl-progressbar-1.style1 .pxl--title {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.1px;
}
.pxl-progressbar-1.style1 .pxl--percentage {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.pxl-progressbar-1.style1 .pxl--item + .pxl--item {
  margin-top: 27px;
}
.pxl-progressbar-1.style2 .pxl--item {
  position: relative;
}
.pxl-progressbar-1.style2 .pxl--meta {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pxl-progressbar-1.style2 .pxl--meta {
    position: relative;
  }
}
.pxl-progressbar-1.style2 .pxl-progressbar--wrap {
  height: 8px;
  border-radius: 8px;
  background-color: #f1f1f1;
  width: 56%;
  margin-left: 153px;
}
@media (max-width: 767px) {
  .pxl-progressbar-1.style2 .pxl-progressbar--wrap {
    width: 100%;
    margin-left: 0;
  }
}
.pxl-progressbar-1.style2 .pxl-progressbar--wrap .pxl--progressbar {
  height: 8px;
  border-radius: 24px;
  background-color: var(--primary-color);
  position: relative;
}
.pxl-progressbar-1.style2 .pxl--title {
  font-size: 16px;
  color: #070302;
  font-weight: 500;
  font-family: "Roboto";
  margin: 0;
}
.pxl-progressbar-1.style2 .pxl--percentage {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  font-family: "Roboto";
}
.pxl-progressbar-1.style2 .pxl--item + .pxl--item {
  margin-top: 34px;
}
.pxl-team-carousel1 .pxl-item--holder:before {
  display: none;
}
.pxl-team-carousel1 .pxl-holder--inner {
  background-color: unset !important;
}
.pxl-team-layout1 .pxl-item--inner {
  -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-team-layout1 .pxl-item--inner:hover .pxl-item--image {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.09);
}
.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--image .pxl-social--wrap {
  opacity: 1;
  bottom: 33px;
}
.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--image img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15);
}
.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--holder .pxl-item--position {
  opacity: 1;
}
.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--holder .pxl-item--position .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-team-layout1 .pxl-item--inner .pxl-item--image {
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -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-team-layout1 .pxl-item--inner .pxl-item--image img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--gradient-color-from);
  filter: drop-shadow(0px 18px 28.5px rgba(0, 0, 0, 0.54));
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 0 15px 0 15px;
  overflow: hidden;
  opacity: 0;
  -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-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social--icon {
  display: flex;
  align-items: center;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap a {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  line-height: 72px;
  position: relative;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap a:hover:before {
  opacity: 1;
  top: 0;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap a:hover:after {
  opacity: 1;
  bottom: 0;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 15px;
  background-color: #fff;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--image .pxl-social--wrap a:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 15px;
  background-color: #fff;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--holder {
  text-align: center;
  margin-top: 19px;
  -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-team-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  margin-bottom: 3px;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  font-size: 30px;
}
@media (max-width: 676px) {
  .pxl-team-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--title a {
    font-size: 23px;
  }
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-size: 17px;
  color: transparent;
  -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;
}
.pxl-team-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--position .char {
  transition: transform 0.2s ease, color 0.2s ease;
  transition-delay: calc(var(--char-index) * 0.02s);
}
.pxl-team-layout2 .pxl-carousel-inner {
  padding: 0 15px;
  margin: 0 -15px;
}
.pxl-team-layout2 .pxl-item--inner {
  text-align: center;
  -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-team-layout2 .pxl-item--inner .pxl-image-social {
  padding-top: 46px;
  overflow: hidden;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-img-meta {
  background-color: #e3e3e3;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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;
  position: relative;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-social--wrap {
  position: absolute;
  top: 19px;
  right: 28px;
  z-index: 2;
  -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-team-layout2 .pxl-item--inner .pxl-image-social .pxl-social--wrap a {
  width: 45px;
  min-width: 45px;
  height: 44px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.27));
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
  color: #fff;
  margin: 10px 0;
  opacity: 0;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-social--wrap a span {
  mask-image: url(../img/circle1.png);
  -webkit-mask-image: url(../img/circle1.png);
  -ms-mask-image: url(../images/circle1.png);
  -o-mask-image: url(../images/circle1.png);
  -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;
  overflow: hidden;
  mask-size: contain;
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-social--wrap a:hover span {
  background-color: #fff;
  color: var(--primary-color);
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-item--image {
  z-index: 1;
  position: relative;
  -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-team-layout2 .pxl-item--inner .pxl-image-social .pxl-item--image img {
  margin-top: -50px;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-item--image .pxl-none {
  opacity: 0;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-item--image .pxl-active {
  position: absolute;
  width: 100%;
  height: 120%;
  top: -50px;
  left: 0;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-item--image .pxl-active img {
  margin-top: 0px;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-content-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-content-shape .pxl-item-shape {
  position: relative;
  height: 100%;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-content-shape .pxl-item-shape .pxl-shape1 {
  background-image: url(../img/shape2-img.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110%;
  height: 50%;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translate(-50%, -100%);
  -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;
}
.pxl-team-layout2 .pxl-item--inner .pxl-image-social .pxl-content-shape .pxl-item-shape .pxl-shape2 {
  background-image: url(../img/shape1-img.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 102%;
  height: 100%;
  position: absolute;
  bottom: -45%;
  left: 50%;
  transform: translate(-50%, -100%);
  -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;
}
.pxl-team-layout2 .pxl-item--inner .pxl-item--holder {
  margin-top: 14px;
}
.pxl-team-layout2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  margin-bottom: 6px;
}
.pxl-team-layout2 .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  font-size: 23px;
  color: #111c16;
  font-weight: 700;
  font-family: "Exo 2";
}
.pxl-team-layout2 .pxl-item--inner .pxl-item--holder .pxl-item--position {
  color: #737373;
  font-family: "Exo 2";
  font-weight: 700;
  font-size: 18px;
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social {
  filter: drop-shadow(0px 15px 7px rgba(0, 0, 0, 0.24));
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social .pxl-social--wrap a {
  opacity: 1;
  transition-delay: 0s;
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social .pxl-social--wrap a:nth-child(2) {
  transition-delay: 0.1s;
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social .pxl-social--wrap a:nth-child(3) {
  transition-delay: 0.18s;
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social .pxl-social--wrap a:nth-child(4) {
  transition-delay: 0.26s;
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social .pxl-content-shape .pxl-shape1 {
  opacity: 1;
  transform: translate(-50%, 0);
}
.pxl-team-layout2 .pxl-item--inner:hover .pxl-image-social .pxl-content-shape .pxl-shape2 {
  opacity: 1;
  transform: translate(-50%, 0);
}
.pxl-team-grid2 .pxl-item--inner {
  position: relative;
  text-align: center;
}
.pxl-team-grid2 .pxl-item--inner:hover .pxl-item--image img {
  opacity: 0.7;
}
.pxl-team-grid2 .pxl-item--inner:hover .pxl-item--holder .pxl-item--meta {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--image {
  background-color: var(--link-color);
  -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-team-grid2 .pxl-item--inner .pxl-item--image img {
  opacity: 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;
}
.pxl-team-grid2 .pxl-item--inner .pxl-inner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-content: center;
  padding: 0 65px;
  -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: 1366px) {
  .pxl-team-grid2 .pxl-item--inner .pxl-item--holder {
    padding: 0 30px;
  }
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--meta {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: drop-shadow(0px 26px 19px rgba(0, 0, 0, 0.24));
  border: 1px solid rgba(230, 230, 230, 0.05);
  padding: 85px 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;
  opacity: 0;
  transform: scale(0) rotate(180deg);
}
@media (max-width: 1366px) {
  .pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--meta {
    padding: 50px 0;
  }
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 2px;
  line-height: 1;
  margin-top: 5px;
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 25px;
  }
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  color: #fff;
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-social--wrap a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  margin: 3px;
}
.pxl-team-grid2 .pxl-item--inner .pxl-item--holder .pxl-social--wrap a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-team-layout3 .pxl-swiper-slide {
  padding: 0 12px;
}
.pxl-team-layout3 .pxl-swiper-container {
  margin: 0 -12px;
}
.pxl-team-layout3 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -47%);
  z-index: 3;
  width: 115%;
}
@media (max-width: 1500px) {
  .pxl-team-layout3 .pxl-swiper-arrow-wrap {
    position: unset;
    transform: unset;
    width: 100%;
    margin-top: 10px;
  }
}
.pxl-team-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: var(--link-color);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 34px;
  -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: 1500px) {
  .pxl-team-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    position: unset;
    transform: unset;
    margin: 10px;
  }
}
@media (max-width: 1200px) {
  .pxl-team-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}
.pxl-team-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
}
.pxl-team-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
.pxl-team-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-team-layout3 .pxl-item--inner {
  position: relative;
  padding-bottom: 86px;
  -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-team-layout3 .pxl-item--inner .pxl-item--image {
  background-color: #f6f6f6;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 36px;
  border: 3px solid #f6f6f6;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--image a {
  z-index: 1;
  position: relative;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--image .pxl-social--wrap {
  position: absolute;
  top: 15.4%;
  right: 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;
  opacity: 0;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--image .pxl-social--wrap a {
  display: block;
  margin-bottom: 12px;
  color: var(--link-color);
  -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;
  opacity: 0;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--image .pxl-social--wrap a:last-child {
  margin-bottom: 0;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--image .pxl-social--wrap a:hover {
  color: var(--primary-color);
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--holder {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 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;
  opacity: 0;
  z-index: 2;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 0;
  margin-left: 13px;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  color: #fff;
  clip-path: polygon(5% 0%, 100% 0%, 93% 100%, 0% 100%);
  background-image: linear-gradient(86deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  border-radius: 17px 4px 20px 4px;
  padding: 15px 55px 15px 41px;
  display: inline-block;
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-size: 14px;
  text-transform: uppercase;
  color: #323131;
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
  border-radius: 20px 4px;
  display: inline-block;
  position: relative;
  padding: 8px 36px;
  filter: drop-shadow(0px 3px 13.5px rgba(5, 5, 5, 0.23));
}
.pxl-team-layout3 .pxl-item--inner .pxl-item--holder .pxl-item--position:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  clip-path: polygon(5% 0%, 100% 0%, 93% 100%, 0% 100%);
  z-index: -1;
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-item--image {
  background-color: #fff;
  border-color: var(--primary-color);
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-item--holder {
  opacity: 1;
  bottom: 25px;
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-social--wrap {
  opacity: 1;
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-social--wrap a {
  opacity: 1;
  transition-delay: 0s;
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-social--wrap a:nth-child(2) {
  transition-delay: 0.1s;
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-social--wrap a:nth-child(3) {
  transition-delay: 0.18s;
}
.pxl-team-layout3 .pxl-item--inner:hover .pxl-social--wrap a:nth-child(4) {
  transition-delay: 0.26s;
}
.pxl-team-carousel4 .pxl-carousel-inner {
  margin: 0 -40px;
  padding: 0 40px;
}
.pxl-team-carousel4 .pxl-swiper-slide {
  padding: 0 20px;
}
.pxl-team-carousel4 .pxl-swiper-container {
  margin: 0 -20px;
}
.pxl-team-carousel4 .pxl-swiper-arrow-wrap {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1250px) {
  .pxl-team-carousel4 .pxl-swiper-arrow-wrap {
    position: unset;
    width: 100%;
    transform: unset;
    justify-content: center;
    margin-top: 0;
  }
}
.pxl-team-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.19));
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 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;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 1250px) {
  .pxl-team-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    position: unset;
    transform: unset;
    margin: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.19));
  }
}
.pxl-team-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotate(0);
}
.pxl-team-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.19));
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 1250px) {
  .pxl-team-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.19));
  }
}
.pxl-team-carousel4 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
  left: unset;
}
.pxl-team-carousel4 .pxl-item--inner {
  margin: 40px 0;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 37px 35px 40px 35px;
  -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-team-carousel4 .pxl-item--inner:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
}
.pxl-team-carousel4 .pxl-item--inner:hover .pxl-shape-top svg {
  transform: translate(-55%, 0);
}
.pxl-team-carousel4 .pxl-item--inner:hover:before {
  opacity: 0;
}
.pxl-team-carousel4 .pxl-item--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid rgba(228, 228, 228, 0.63);
  opacity: 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;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-shape-top {
  z-index: 1;
  position: absolute;
  height: 25px;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-team-carousel4 .pxl-item--inner .pxl-shape-top:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-shape-top svg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 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-team-carousel4 .pxl-item--inner .pxl-shape-top svg path {
  fill: var(--primary-color);
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image {
  position: relative;
  -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;
  z-index: 1;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--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%;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap {
  position: relative;
  margin-top: -24px;
  z-index: 999;
  -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-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover {
  width: 44px;
  height: 44px;
  filter: drop-shadow(-2.079px 9.781px 8px rgba(0, 0, 0, 0.26));
  background-color: #0e0e0e;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  color: #fff;
  display: inline-flex;
  cursor: pointer;
  -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;
  z-index: 99;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 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;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
  transform: scale(1) translate(-50%, -50%);
  opacity: 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;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover.active-team {
  background-color: var(--primary-color);
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover.active-team:before {
  opacity: 0;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover.active-team ~ .pxl-social--icon {
  opacity: 1;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover.active-team ~ .pxl-social--icon a {
  transform: translate(0);
  transition-delay: 0s;
  opacity: 1;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover.active-team ~ .pxl-social--icon a:nth-child(2) {
  transition-delay: 0.1s;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social-hover.active-team ~ .pxl-social--icon a:nth-child(3) {
  transition-delay: 0.18s;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social--icon {
  position: absolute;
  display: grid;
  right: 22px;
  bottom: 34px;
  -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;
  opacity: 0;
  z-index: 1;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social--icon a {
  width: 39px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: drop-shadow(-2.079px 9.781px 8px rgba(0, 0, 0, 0.26));
  margin-left: 24px;
  margin-bottom: 12px;
  color: #ea4c89;
  transform: translate(10px, 10px);
  -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;
  opacity: 0;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social--icon a:nth-child(2) {
  color: var(--link-color);
  margin-bottom: 2px;
  margin-left: 27px;
  transform: translate(-5px, 15px);
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social--icon a:nth-child(3) {
  margin-right: 28px;
  margin-left: 0;
  color: #16599b;
  transform: translate(-10px, 10px);
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--image .pxl-social--wrap .pxl-social--icon a:last-child {
  margin-bottom: 0;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--holder {
  z-index: 1;
  position: relative;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--title {
  margin-top: 18px;
  margin-bottom: 4px;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--title a {
  font-size: 22px;
  color: #0e0e0e;
  font-weight: 700;
  font-family: "Barlow Semi Condensed";
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--position {
  font-size: 17px;
  color: #737272;
  font-weight: 500;
  font-family: "Barlow Semi Condensed";
  margin-bottom: 15px;
}
.pxl-team-carousel4 .pxl-item--inner .pxl-item--desc {
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
}
.pxl-pricing1 {
  background-color: #fbfbfb;
  padding: 40px 30px;
  text-align: center;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .pxl-pricing1 {
    padding: 35px 20px;
  }
}
.pxl-pricing1 .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #005ef9;
  font-family: 'Inter Tight', sans-serif;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-pricing1 .pxl-item--subtitle {
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--subtitle {
    font-size: 20px;
  }
}
.pxl-pricing1 .pxl-item--popular {
  margin-bottom: 26px;
}
.pxl-pricing1 .pxl-item--popular span {
  font-size: 15px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 30px;
  border-radius: 32px;
  font-family: 'Inter Tight', sans-serif;
  background-size: 250% 400%;
  background-image: linear-gradient(to right, #f900a0, #6e00fa, #f900a0, #6e00fa);
}
.pxl-pricing1 .pxl-item--feature {
  color: #041442;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter Tight', sans-serif;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--feature {
    font-size: 15px;
  }
}
.pxl-pricing1 .pxl-item--feature i {
  font-size: 14px;
  color: #005ef9;
  margin-right: 12px;
}
.pxl-pricing1 .pxl-item--feature li + li {
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--feature li + li {
    margin-top: 20px;
  }
}
.pxl-pricing1 .pxl-item--feature .non-active i {
  color: #eb2b00;
  font-size: 11px;
}
.pxl-pricing1 .pxl-item--feature .non-active i:before {
  content: "\f126";
}
.pxl-pricing1 .pxl-item--button a {
  padding: 0 18px;
  line-height: 48px;
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--button a {
    font-size: 12px;
    padding: 0 15px;
  }
}
.pxl-pricing1 .pxl-item-content {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 38px;
  font-weight: bold;
  color: #212121;
  font-family: 'Inter Tight', sans-serif;
  margin-bottom: 18px;
}
.pxl-pricing1 .pxl-item--price {
  font-size: 38px;
  font-weight: bold;
  color: #212121;
  font-family: 'Inter Tight', sans-serif;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--price {
    font-size: 24px;
  }
}
.pxl-pricing1 .pxl-item--price small {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--price small {
    font-size: 14px;
  }
}
.pxl-pricing1 .pxl-item--time {
  font-size: 20px;
}
@media (max-width: 991px) {
  .pxl-pricing1 .pxl-item--time {
    font-size: 15px;
  }
}
.pxl-pricing1 .pxl-item--meta {
  background-color: #fff;
  padding: 31px 20px 30px;
  -webkit-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.09);
  -khtml-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 61px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-pricing1 .pxl-item--button .btn {
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #005ef9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  text-transform: unset;
  padding: 0 24px;
}
.pxl-pricing1.pxl-pricing-popular {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 61px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 61px rgba(0, 0, 0, 0.08);
}
.pxl-pricing1.pxl-pricing-popular .pxl-item--meta {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #ffc612;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffc612), to(#ff5d00));
  background-image: -webkit-linear-gradient(to right, #ffc612, #ff5d00);
  background-image: -moz-linear-gradient(to right, #ffc612, #ff5d00);
  background-image: -ms-linear-gradient(to right, #ffc612, #ff5d00);
  background-image: -o-linear-gradient(to right, #ffc612, #ff5d00);
  background-image: linear-gradient(to right, #ffc612, #ff5d00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc612', endColorStr='#ff5d00', gradientType='1');
}
.pxl-pricing1.pxl-pricing-popular .pxl-item--meta .pxl-item--price {
  color: #fff;
}
.pxl-pricing1.pxl-pricing-popular .pxl-item--meta .pxl-item--time {
  color: #fff;
}
.pxl-pricing1.pxl-pricing-popular .pxl-item--meta .pxl-item--button .btn {
  background: #fff;
  color: #212121;
}
.pxl-pricing1.pxl-pricing-popular .pxl-item--meta .pxl-item--button .btn:after {
  background-color: var(--primary-color);
}
.pxl-pricing1.pxl-pricing-popular .pxl-item--meta .pxl-item--button .btn:hover, .pxl-pricing1.pxl-pricing-popular .pxl-item--meta .pxl-item--button .btn:focus {
  background: #fff;
  color: #212121;
}
.pxl-pricing2 {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-pricing2 > div {
  padding: 0 15px;
}
.pxl-pricing2 .pxl-pricing--left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--left {
    width: 100%;
  }
}
.pxl-pricing2 .pxl-pricing--left .pxl-item--heading {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  font-family: 'Inter Tight', sans-serif;
  line-height: 1.2;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--left .pxl-item--heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--left .pxl-item--heading {
    font-size: 30px;
  }
}
.pxl-pricing2 .pxl-pricing--left .pxl-item--heading .pxl-title-gradient {
  font-style: inherit;
  background: linear-gradient(90deg, #002aff 0%, #07ebff 80%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-pricing2 .pxl-pricing--left .pxl-item--sub {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-family: 'Inter Tight', sans-serif;
  background: linear-gradient(100deg, var(--gradient-color-from) 0.51%, var(--gradient-color-to) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
  display: inline-block;
}
.pxl-pricing2 .pxl-pricing--left .pxl-item--description {
  color: #444;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .pxl-pricing2 .pxl-pricing--left .pxl-item--description {
    padding-right: 0;
  }
}
.pxl-pricing2 .pxl-pricing--left .pxl-item--description p {
  margin-bottom: 20px;
}
.pxl-pricing2 .pxl-pricing--left .pxl-item--description p:last-child {
  margin-bottom: 0;
}
.pxl-pricing2 .pxl-pricing--right {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--right {
    width: 100%;
    margin-top: 80px;
  }
}
.pxl-pricing2 .pxl-pricing--item {
  padding: 62px 30px 43px;
  background-color: #fff;
  margin: 0;
  max-width: 370px;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-pricing2 .pxl-pricing--item {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 15px;
  }
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--popular {
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  line-height: 33px;
  height: 33px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(80deg, #812aef 0.51%, #193ab1 90%);
  position: absolute;
  width: 180px;
  padding: 0 10px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: -48px;
  font-family: 'Poppins', sans-serif;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--meta {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--meta .pxl-pricing--meta-inner {
  width: 100%;
  margin-bottom: 35px;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 21px;
  font-weight: bold;
  font-style: inherit;
  background: linear-gradient(90deg, #d100b8 0.5%, #fe1660 80%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 5px 15px rgba(255, 22, 95, 0.2);
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--price {
  font-size: 72px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Inter Tight', sans-serif;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--price small {
  font-size: 25px;
  font-weight: 600;
  font-weight: inherit;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 7px;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--feature {
  text-align: left;
  list-style: none;
  font-size: 17px;
  color: #505050;
  font-family: 'Inter Tight', sans-serif;
  margin-bottom: 50px;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--item .pxl-pricing--feature {
    padding-left: 0px;
  }
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--feature li {
  display: flex;
  align-items: center;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--feature span {
  width: 22px;
  min-width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #00f100 0.5%, #06c106 80%);
  margin-right: 10px;
  font-size: 12px;
  box-shadow: 0px 5px 5px rgba(0, 242, 0, 0.2);
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--feature i {
  color: #fff;
  margin-top: 1px;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--feature li + li {
  margin-top: 27px;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--button .btn {
  line-height: 40px;
  padding: 0 25px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  color: #fff;
  position: relative;
  background-color: unset;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.pxl-pricing2 .pxl-pricing--item .pxl-pricing--button .btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #0031ff, #07e7ff, #0031ff, #07e7ff);
  z-index: -1;
}
.pxl-pricing2 .pxl-pricing--body {
  padding-left: 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--body {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--body {
    padding-right: 0px;
  }
}
.pxl-pricing2 .pxl-pricing--body .pxl-pricing--item {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) scale(0.88);
  -khtml-transform: translate(0, -50%) scale(0.88);
  -moz-transform: translate(0, -50%) scale(0.88);
  -ms-transform: translate(0, -50%) scale(0.88);
  -o-transform: translate(0, -50%) scale(0.88);
  transform: translate(0, -50%) scale(0.88);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last {
    right: 0;
    position: static;
    -webkit-transform: translate(0, 0%) scale(1) !important;
    -khtml-transform: translate(0, 0%) scale(1) !important;
    -moz-transform: translate(0, 0%) scale(1) !important;
    -ms-transform: translate(0, 0%) scale(1) !important;
    -o-transform: translate(0, 0%) scale(1) !important;
    transform: translate(0, 0%) scale(1) !important;
  }
}
.pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last .pxl-pricing--button .btn:before {
  background-image: linear-gradient(to right, #1700a0, #1700a0, #1700a0, #1700a0);
}
.pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last:hover {
  -webkit-transform: translate(0, -50%) scale(1);
  -khtml-transform: translate(0, -50%) scale(1);
  -moz-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  -o-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last:hover {
    right: 0px;
  }
}
.pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last:hover .pxl-pricing-button .btn {
  -webkit-box-shadow: 0 6px 8px rgba(var, 0, 0, 0) !important;
  -khtml-box-shadow: 0 6px 8px rgba(var, 0, 0, 0) !important;
  -moz-box-shadow: 0 6px 8px rgba(var, 0, 0, 0) !important;
  -ms-box-shadow: 0 6px 8px rgba(var, 0, 0, 0) !important;
  -o-box-shadow: 0 6px 8px rgba(var, 0, 0, 0) !important;
  box-shadow: 0 6px 8px rgba(var, 0, 0, 0) !important;
}
.pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last:hover .pxl-pricing-button .btn:hover:before, .pxl-pricing2 .pxl-pricing--body .pxl-pricing--item.pxl-item--last:hover .pxl-pricing-button .btn:focus:before {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--body .pxl-pricing--item + .pxl-pricing--item {
    margin-top: 30px;
  }
}
.pxl-pricing2 .pxl-pricing--body.pxl-item--last-active .pxl-pricing--item.pxl-item--first {
  -webkit-transform: scale(0.88);
  -khtml-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--body.pxl-item--last-active .pxl-pricing--item.pxl-item--first {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.pxl-pricing2 .pxl-pricing--body.pxl-item--last-active .pxl-pricing--item.pxl-item--first .pxl-pricing--button .btn:before {
  background-image: linear-gradient(to right, #1700a0, #1700a0, #1700a0, #1700a0);
}
.pxl-pricing2 .pxl-pricing--body.pxl-item--last-active .pxl-pricing--item.pxl-item--last .pxl-pricing--button .btn:before {
  background-image: linear-gradient(to right, #0031ff, #07e7ff, #0031ff, #07e7ff);
}
.pxl-pricing2 .pxl-pricing--body.pr-hide {
  opacity: 0;
  visibility: hidden;
}
.pxl-pricing2 .pxl-pricing--year {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  opacity: 0;
  height: 100%;
  visibility: hidden;
}
.pxl-pricing2 .pxl-pricing--year.pr-active {
  opacity: 1;
  visibility: visible;
}
.pxl-pricing2 .pxl-item--button {
  color: #747476;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.pxl-pricing2 .pxl-item--button a {
  border-bottom: 1px solid rgba(120, 121, 211, 0.6);
  margin-left: 4px;
  font-weight: bold;
  color: #3636c2;
}
.pxl-pricing2 .pxl-item--button a:hover, .pxl-pricing2 .pxl-item--button a:focus {
  border-color: #7879d3;
}
.pxl-pricing2 .pxl-pricing--nav {
  padding-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 46px;
  margin-left: -9px;
  margin-right: -9px;
}
.pxl-pricing2 .pxl-pricing--nav span {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  margin: 0 9px;
  font-family: 'Inter Tight', sans-serif;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .pxl-pricing2 .pxl-pricing--nav span {
    font-size: 16px;
  }
}
.pxl-pricing2 .pxl-pricing--nav span.pxl-item--navmonthly {
  color: #000;
}
.pxl-pricing2 .pxl-pricing--nav .pxl-item--nav {
  width: 156px;
  height: 63px;
  border: 2px solid #e7ecfd;
  border-radius: 63px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin: 0 9px;
  -webkit-box-shadow: 0 15px 27px rgba(4, 4, 29, 0.17);
  -khtml-box-shadow: 0 15px 27px rgba(4, 4, 29, 0.17);
  -moz-box-shadow: 0 15px 27px rgba(4, 4, 29, 0.17);
  -ms-box-shadow: 0 15px 27px rgba(4, 4, 29, 0.17);
  -o-box-shadow: 0 15px 27px rgba(4, 4, 29, 0.17);
  box-shadow: 0 15px 27px rgba(4, 4, 29, 0.17);
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--nav .pxl-item--nav {
    width: 126px;
  }
}
.pxl-pricing2 .pxl-pricing--nav .pxl-item--nav:before {
  content: '';
  width: 49px;
  height: 49px;
  -webkit-border-radius: 49px;
  -khtml-border-radius: 49px;
  -moz-border-radius: 49px;
  -ms-border-radius: 49px;
  -o-border-radius: 49px;
  border-radius: 49px;
  background: linear-gradient(80deg, var(--gradient-color-to) 0.5%, #ffca00 80%);
  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%);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-pricing2 .pxl-pricing--nav.active .pxl-item--nav:before {
  left: 96px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing2 .pxl-pricing--nav.active .pxl-item--nav:before {
    left: 66px;
  }
}
.pxl-pricing2 .pxl-pricing--nav.active .pxl-item--navmonthly {
  color: #999;
}
.pxl-pricing2 .pxl-pricing--nav.active .pxl-item--navyear {
  color: #000;
}
