/* Set Font Default */
/*
color: #{'rgba(var(--primary-color-rgb),0.1)'};
font-family: 'Muli', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Inter', sans-serif;
@extend .ft-theme-default;
font-family: 'Muli';
color: {{VALUE}};text-fill-color: {{VALUE}};-webkit-text-fill-color: {{VALUE}};background-image: none;
*/
/* Header Default */
/*--------------------------------------------------------------
RTL
----------------------------------------------------------------
# Header
# Blog
# WordPress Widget
# Elementor Widget
# Extra
# Important
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST GRID
----------------------------------------------------------------
# Grid Style
# Blog
# Service
# Portfolio
# Product
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST GRID
----------------------------------------------------------------
# Testimonial Carousel
# Testimonial Grid
# Testimonial Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST CAROUSEL
----------------------------------------------------------------
# Carousel Style
# Blog
# Service
# Portfolio
--------------------------------------------------------------*/
@-webkit-keyframes in-top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes out-top {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes out-bottom {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes out-left {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes out-right {
  /* In Out Fade */
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-top-fade {
  from {
    -webkit-transform: translateY(-120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-top-fade {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-top-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
  }
}
@keyframes out-top-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-120%);
  }
}
@-webkit-keyframes in-bottom-fade {
  from {
    -webkit-transform: translateY(120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@keyframes in-bottom-fade {
  from {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@-webkit-keyframes out-bottom-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(120%);
  }
}
@keyframes out-bottom-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(120%);
  }
}
@-webkit-keyframes in-left-fade {
  from {
    -webkit-transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-left-fade {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-left-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-120%);
  }
}
@keyframes out-left-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120%);
  }
}
@-webkit-keyframes in-right-fade {
  from {
    -webkit-transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@keyframes in-right-fade {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes out-right-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(120%);
  }
}
@keyframes out-right-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(120%);
  }
}
@keyframes pxl_move1 {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(10%, 10%);
  }
  50% {
    transform: translate(10%, -10%);
  }
  75% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0%);
  }
}
@-webkit-keyframes pxl_move1 {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(10%, 10%);
  }
  50% {
    transform: translate(10%, -10%);
  }
  75% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes pxl_dual_ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_dual_ring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes button-tran {
  50% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
    transition: linear 0.4s;
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-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 squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.23);
    transform: scale(1.23);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.23);
    -moz-transform: scale(1.23);
    -o-transform: scale(1.23);
    transform: scale(1.23);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes pxl_scale11 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale11 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes button-tran {
  50% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
    transition: linear 0.4s;
    opacity: 1;
  }
}
@-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);
  }
}
.pxl-image-spin {
  animation: pxl_spin_reverse 12s 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);
  }
}
@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_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_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: 110%;
    height: 110%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 110%;
    height: 110%;
    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);
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.pxl_scale1 {
  animation: pxl_scale1 400ms linear 0ms;
  -webkit-animation: pxl_scale1 400ms linear 0ms;
}
@keyframes ar {
  33% {
    transform: translatex(20px);
    opacity: 0;
  }
  66% {
    transform: translatex(-20px);
    opacity: 0;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
@keyframes al {
  33% {
    transform: translatex(-20px);
    opacity: 0;
  }
  66% {
    transform: translatex(20px);
    opacity: 0;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes videoplayer {
  0% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
  30% {
    width: 160%;
    height: 160%;
    opacity: 1;
  }
  100% {
    width: 210%;
    height: 210%;
    opacity: 0;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce-right {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@keyframes icon-bounce-right2 {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes shakeicon {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.pxl-view-layout {
  transform: translateY(2px);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pxl-view-layout .view-icon {
  list-style-type: none;
  opacity: 0.4;
  margin-left: 10px;
  -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);
  cursor: pointer;
}
.pxl-view-layout .view-icon.view-grid a i {
  font-size: 25px;
  font-weight: 700;
  color: var(--regular-color);
}
.pxl-view-layout .view-icon.view-list {
  margin-left: 15px;
}
.pxl-view-layout .view-icon.view-list a i {
  font-size: 25px;
  color: var(--regular-color);
}
.pxl-view-layout .view-icon:hover, .pxl-view-layout .view-icon.active {
  opacity: 1;
}
.post-type-archive-product #pxl-main {
  padding-top: 59px;
}
@media screen and (max-width: 575px) {
  .woocommerce .products.columns-3 > li, .woocommerce .products.columns-4 > li {
    width: 100% !important;
  }
}
.woocommerce .product-type-external .summary.entry-summary .cart {
  width: 100%;
}
.woocommerce .product-type-external .summary.entry-summary .cart button {
  margin: 0;
  margin-right: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.woocommerce .product-type-external .summary.entry-summary > .woosw-btn {
  width: 100%;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form {
  width: 100%;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form button {
  margin: 0;
  margin-right: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table {
  border-bottom: none !important;
  margin-top: 5px;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table .woocommerce-grouped-product-list-item__label {
  text-align: left;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table .woocommerce-grouped-product-list-item__label a {
  color: #000;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table .woocommerce-grouped-product-list-item__label a:hover {
  color: var(--secondary-color);
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table .woocommerce-grouped-product-list-item__price .amount {
  color: var(--secondary-color);
  font-weight: 500 !important;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table .woocommerce-grouped-product-list-item__price del .amount {
  color: #666 !important;
}
.woocommerce .product-type-grouped .summary.entry-summary .grouped_form .group_table .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.woocommerce .product-type-grouped .summary.entry-summary > .woosw-btn {
  width: 100%;
}
.woocommerce span.onsale, .woocommerce .pxl-featured {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 15px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: var(--secondary-color);
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 15px !important;
  left: 15px !important;
  right: auto !important;
  font-weight: 400;
  z-index: 2;
}
.woocommerce .pxl-featured {
  position: absolute;
  display: inline-block;
  font-size: 14px;
}
.woocommerce .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -20px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs ul.wc-tabs {
    border-bottom: none;
  }
}
.woocommerce .woocommerce-tabs ul.wc-tabs:before, .woocommerce .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 8px 0 8px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li:before, .woocommerce .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.woocommerce .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 28px;
  font-size: 14px;
  line-height: 42px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  z-index: 1;
  background-color: #f4f4f4;
  text-transform: capitalize;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li.active > a, .woocommerce .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  font-weight: 600 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  line-height: 1.875;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top: 32px;
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .woocommerce .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;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
  margin-bottom: 25px !important;
}
.woocommerce .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.woocommerce .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.woocommerce .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
  font-size: 15px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
  padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 6px;
  display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
  color: #999;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
  color: #efb343;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
  font-size: 15px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
  padding: 30px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
  padding: 0 50px;
  margin-top: 20px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding-bottom: 28px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
    width: 100%;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
    width: 100%;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 10px 0 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 30px !important;
  padding: 30px 30px 10px 30px !important;
  border: 1px solid #f2f2f2 !important;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    padding: 20px 15px 20px 20px !important;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px !important;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none !important;
  margin-left: 100px !important;
  padding: 0 !important;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    margin-left: 60px !important;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  font-size: 15px;
  line-height: 1;
  width: 5.4em;
  font-family: star;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating:before {
  font-size: 14px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating span {
  font-size: 14px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin-top: 10px;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  font-size: 16px;
  color: #222;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
  margin-top: -5px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .comment-respond .comment-form p input {
  border-radius: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .comment-respond .form-submit {
  margin-top: 25px !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .comment-respond .form-submit input {
  text-transform: inherit !important;
  border-radius: 0;
  padding: 0 35px !important;
  background-color: var(--secondary-color) !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .comment-respond .form-submit input:hover {
  background-color: #000 !important;
  transform: transateY(-5px);
}
.woocommerce .woocommerce-product-inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .07);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, .07);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, .07);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, .07);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, .07);
  box-shadow: 0 2px 27px rgba(54, 54, 54, .07);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin: 0 auto !important;
  -webkit-transition: 300ms all ease 0ms;
  -khtml-transition: 300ms all ease 0ms;
  -moz-transition: 300ms all ease 0ms;
  -ms-transition: 300ms all ease 0ms;
  -o-transition: 300ms all ease 0ms;
  transition: 300ms all ease 0ms;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta > div {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -khtml-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button {
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 38px;
  -khtml-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  padding: 0;
  font-size: 0px;
  background: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-meta a:focus, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button:focus {
  background: var(--regular-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-family: Caseicon;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a i, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button i {
  font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before {
  content: "\f145";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before {
  content: "\f10e";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.product_type_external:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.product_type_external:before {
  content: "\f10e";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.product_type_grouped:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.product_type_grouped:before {
  content: "\f10e";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before {
  content: "\f112";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosc-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosc-btn:before {
  content: "\f102";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before {
  content: "\f12f";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before {
  content: "\f101";
  font-size: 18px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.added, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading i, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading i {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading:before {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading:after {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosw-adding:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosw-adding:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosw-adding:after, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosw-adding:after {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  position: relative;
  text-align: center;
  padding: 4px 0 22px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .star-rating {
  font-size: 14px;
  width: 100%;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .count-rating {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating {
  justify-content: center;
  display: flex;
  margin-bottom: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating .star-rating {
  width: 100%;
  margin: 0;
  height: 17px;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a {
  margin: 0;
  line-height: 44px;
  height: 44px;
  padding: 0 28px;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  display: inline-flex;
  overflow: hidden;
  background-color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:before {
  background-color: ;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:after {
  animation: pxl_spin_reverse 1s linear infinite;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:focus {
  background-color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a i {
  margin-left: 6px;
  font-size: 16px;
  -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);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading i {
  -webkit-transform: translateX(100px);
  -khtml-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading:after {
  right: 28px;
  top: 0;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.wc-forward:after {
  content: "\f10e";
  font-family: Flaticon;
  margin-left: 6px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--rating .star-rating {
  font-size: 12px;
  height: 14px;
  color: #ffc600;
  width: 100%;
}
.woocommerce .woocommerce-product-inner del {
  color: #8f8f8f !important;
  opacity: 1 !important;
  font-size: 16px;
  margin-right: 2px;
}
.woocommerce .woocommerce-product-inner del .amount {
  font-weight: 700;
  color: #8f8f8f !important;
}
.woocommerce .woocommerce-product-inner ins, .woocommerce .woocommerce-product-inner .price {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  text-decoration: none;
}
.woocommerce .woocommerce-product-inner ins .amount, .woocommerce .woocommerce-product-inner .price .amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-category a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-category a:hover {
  color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title {
  padding: 0px !important;
  font-size: 19px;
  font-weight: 700;
  margin: 4px 0 10px 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title a {
  color: var(--regular-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title a:hover {
  color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-content .woocommerce-add-to-cart, .woocommerce .woocommerce-product-inner.cart-added .woocommerce-product-content .woocommerce-add-to-cart {
  bottom: -22px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-meta > div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.woocommerce .pxl-shop-topbar-wrap {
  align-items: center;
  min-height: 62px;
  margin-top: -6px;
  margin-bottom: 30px;
}
.woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap {
  order: 3;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap {
    margin-left: 0;
  }
}
.woocommerce .pxl-shop-topbar-wrap .order-md-2 {
  order: 2;
}
.woocommerce #content {
  padding: 130px 0 207px;
}
.woocommerce ins {
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce .content-row #secondary.widget-has-sidebar:before {
  display: none;
}
.woocommerce .pxl-sidebar-area .widget {
  padding: 0px;
  margin-bottom: 50px;
}
.woocommerce .pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.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;
}
.woocommerce .pxl-sidebar-area .widget_product_search button:after {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-indent: 0px;
  font-weight: 400;
}
.woocommerce .pxl-sidebar-area .widget_product_search button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field {
  height: 50px;
  color: #222;
  border-color: #ececf0;
  font-size: 15px;
  border-radius: 0;
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field:focus {
  border-color: var(--primary-color) !important;
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field:focus + button {
  border-color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field:active {
  border-color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_products .widget-title {
  margin-bottom: 35px;
}
.woocommerce .pxl-sidebar-area .widget_products ul li {
  position: relative;
  padding: 0 0 0 95px;
  margin-bottom: 15px;
  min-height: 80px;
}
.woocommerce .pxl-sidebar-area .widget_products ul li .product-title {
  margin-bottom: 0;
}
.woocommerce .pxl-sidebar-area .widget_products ul li img {
  padding: 7px;
  margin: 0;
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
}
.woocommerce .pxl-sidebar-area .widget_products ul li .wg-product-holder a {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin: 8px 0 6px 0;
}
.woocommerce .pxl-sidebar-area .widget_products ul li .wg-product-holder a:hover {
  color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_products ul li .star-rating {
  margin-bottom: 2px;
}
.woocommerce .pxl-sidebar-area .widget_products ul li .star-rating:before {
  font-size: 12px;
}
.woocommerce .pxl-sidebar-area .widget_products ul li .star-rating span::before {
  font-size: 12px;
}
.woocommerce .pxl-sidebar-area .widget_price_filter .widget-title {
  margin-bottom: 38px;
}
.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;
  border-color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}
.woocommerce .pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 32px;
  font-size: 14px;
  margin-right: 20px;
  padding: 0 18px;
  font-weight: 700;
  border-radius: 0;
  background-color: var(--secondary-color);
  text-transform: inherit;
}
.woocommerce .pxl-sidebar-area .widget_price_filter .price_slider_amount .button:hover {
  background-color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #080808;
  font-weight: 600;
}
.single-product .product {
  margin-top: 30px;
}
.single-product .product .woosc-quick-table {
  display: none;
}
.single-product .woocommerce-gallery {
  position: relative;
}
.single-product .woocommerce-gallery .woocommerce-product-video-custom {
  position: absolute;
  top: 25px;
  left: 130px;
}
@media screen and (max-width: 1199px) {
  .single-product .woocommerce-gallery .woocommerce-product-video-custom {
    left: 40px;
  }
}
.single-product .woocommerce-gallery .woocommerce-product-video-custom .btn-video-product {
  width: 80px;
  height: 80px;
  line-height: 80px;
  z-index: 2;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product .woocommerce-gallery .woocommerce-product-video-custom .btn-video-product:before {
  background-color: #fff;
  border: 2px solid #eee;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product .woocommerce-gallery .woocommerce-product-video-custom .btn-video-product i {
  color: var(--secondary-color);
  font-size: 20px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product .woocommerce-gallery .woocommerce-product-video-custom .btn-video-product:hover:before {
  border-color: var(--secondary-color);
}
.single-product .woocommerce-social-share {
  padding-top: 7px;
}
.single-product .woocommerce-social-share label {
  color: #666;
  font-weight: 500;
  margin-right: 10px;
}
.single-product .woocommerce-social-share a {
  color: #000;
  font-size: 14px;
  margin-right: 6px;
}
.single-product .woocommerce-social-share a:hover {
  color: var(--secondary-color);
}
.single-product .woocommerce-summary-wrap {
  margin: 0 -15px;
}
.single-product .woocommerce-summary-wrap > .col-xl-6 {
  padding: 0 25px;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product .woocommerce-sg-product-price {
  padding-top: 10px;
  margin-bottom: 25px;
}
.single-product section.related {
  margin-top: 100px;
  position: relative;
}
.single-product section.related h2 {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 12px;
}
.single-product section.related h2:before {
  content: '';
  width: 48px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color);
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 40px;
}
.single-product .pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .single-product .pxl-content-area div.product .entry-summary {
    position: sticky;
    top: 150px;
  }
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .single-product .pxl-content-area div.product .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
.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: 500;
  color: #666;
}
.single-product .pxl-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
  font-weight: 700;
  color: #191919;
  font-size: 16px;
  margin-top: 6px;
  display: none;
  visibility: visible !important;
}
.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 .variations, .single-product > div.product form.cart .variations {
  margin-bottom: 25px !important;
}
.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 tr, .single-product > div.product form.cart .variations tr {
  display: flex;
  align-items: center;
  padding: 0px 0 11px 0;
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product form.cart .variations tr, .single-product > div.product form.cart .variations tr {
    display: block;
    text-align: left;
  }
}
.single-product .pxl-content-area div.product form.cart .variations th, .single-product > div.product form.cart .variations th {
  padding: 0 20px 9px 0 !important;
}
.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: -15px 0 30px;
}
.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 10px;
  align-items: center;
  flex-wrap: wrap;
}
.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;
}
.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-product-gallery, .single-product > div.product .woocommerce-product-gallery {
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .single-product .pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
    padding-left: 0;
  }
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0px;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
  margin-bottom: 10px;
  width: 70px;
  float: none;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  border-color: var(--secondary-color);
}
@media screen and (max-width: 1199px) {
  .single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
    position: static;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-color: rgba(0, 1, 0, );
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.single-product .pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .single-product .pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .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 .woocommerce-sg-product-button, .single-product > div.product .entry-summary .woocommerce-sg-product-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button a, .single-product > div.product .entry-summary .woocommerce-sg-product-button a, .single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button button, .single-product > div.product .entry-summary .woocommerce-sg-product-button button {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button a.woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button a.woosw-btn:before, .single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button button.woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button button.woosw-btn:before {
  content: "\f11a";
  font-family: Bravisicon;
  margin-right: 4px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #666;
  font-size: 15px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--regular-color);
}
.single-product .pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  display: none;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.single-product .pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  margin-top: 15px;
  font-size: 26px;
  line-height: 1;
  color: var(--secondary-color);
  font-weight: 700;
}
.single-product .pxl-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
  margin-right: 22px;
  color: var(--secondary-color);
  text-decoration: none;
}
.single-product .pxl-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
  color: #666;
  margin-right: 1px;
}
.single-product .pxl-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
  color: #666;
  font-weight: 500;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
  margin-bottom: 16px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-weight: 400;
  color: #70747f;
  line-height: 32px;
}
.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 {
  clear: left;
  display: flex;
  margin-right: 15px;
}
.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 .single-lp-list, .single-product > div.product .woocommerce-tabs .single-lp-list {
  margin-top: 30px;
}
.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 0 0px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border: none;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 5px 0 5px !important;
  padding: 0 !important;
  border: none;
  background-color: transparent !important;
  position: relative;
  z-index: 99;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 28px;
  font-size: 15px;
  line-height: 42px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  z-index: 1;
  background-color: #f4f4f4;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff !important;
  background-color: var(--secondary-color) !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  font-weight: 600 !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  line-height: 1.875;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top: 32px;
  margin-bottom: 0;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: none !important;
  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 .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--reviews .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
  color: #999;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
  color: #efb343;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .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: 20px;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
  padding: 0 50px;
  margin-top: 20px;
}
.single-product .pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  color: inherit;
}
.single-product .pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
  display: block;
  width: 100%;
  color: #666;
  font-weight: 500;
  font-size: 15px;
}
.single-product .pxl-content-area div.product .product_meta > span + span, .single-product > div.product .product_meta > span + span {
  margin-top: 5px;
}
.single-product .pxl-content-area div.product .product_meta a, .single-product > div.product .product_meta a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.single-product .pxl-content-area div.product .product_meta a:hover, .single-product > div.product .product_meta a:hover {
  color: var(--secondary-color);
}
@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;
  }
}
.woocommerce-shop .entry-title {
  display: block !important;
}
.woocommerce .product {
  margin-bottom: 30px !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
  color: #222;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f145";
  font-family: Caseicon;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
body.woocommerce-cart .woocommerce {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex-grow: 1;
  padding: 0 15px;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  max-width: 370px;
  padding: 0 15px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  width: 100%;
}
body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .woocommerce .return-to-shop {
  width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form .actions .button {
  padding: 0 20px !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 55px;
  padding: 0 22px;
  font-size: 15px;
  border-color: #ececec;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions button {
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 0;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions button:hover {
  background-color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: #152136;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600 !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  border-radius: 0;
  background-color: var(--secondary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout .form-row > label {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
  line-height: 1 !important;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-first input {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout form.checkout_coupon .form-row-last .button {
  border-radius: 0;
  background-color: var(--secondary-color);
}
.woocommerce-checkout form.checkout_coupon .form-row-last .button:hover {
  background-color: var(--primary-color);
}
.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 {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details > div {
  float: none;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 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: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: #fff;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: #000;
}
.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: "Font Awesome 5 Pro";
  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;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout .about_paypal {
    display: none;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  font-weight: 600;
  color: #000 !important;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout .ct-checkout-order-review {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .ct-checkout-order-review {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  border-right: none;
  border-top: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
  font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  border-left: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color) !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method + .wc_payment_method {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method input {
    margin-right: 6px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 30px;
  border: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 30px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  float: none;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--secondary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box {
  background-color: #f8f8f8;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box:before {
  border-bottom-color: #f8f8f8;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout #payment label {
    font-size: 15px;
  }
}
.woosw-list .woosw-content-item--title a, #woosw-area .woosw-content-item--title a {
  color: #191919;
}
.woosw-list .woosw-content-item--title a:hover, #woosw-area .woosw-content-item--title a:hover {
  color: var(--primary-color);
}
.woosw-list .woosw-content-item--price, #woosw-area .woosw-content-item--price {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}
.woosw-list .woosw-content-item--add .add_to_cart_button.loading, #woosw-area .woosw-content-item--add .add_to_cart_button.loading {
  padding-right: 36px !important;
}
.woosw-list .woosw-content-item--add .add_to_cart_button.loading:after, #woosw-area .woosw-content-item--add .add_to_cart_button.loading:after {
  top: 0px;
  right: 16px;
}
.widget_products .amount {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-color);
}
.widget_products del {
  color: #8f8f8f;
}
.widget_products del .amount {
  font-weight: 600;
  color: #8f8f8f;
}
.widget_products ins {
  color: var(--secondary-color);
  text-decoration: none;
}
.widget_products ins .amount {
  font-weight: 600;
  color: var(--secondary-color);
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_products .wg-product-holder .star-rating {
  font-size: 12px;
  width: 100%;
  height: 14px;
  color: #ffc600;
}
.comment-text .star-rating-wrap {
  display: none !important;
}
.comment-text .star-rating {
  font-size: 12px;
  width: 100%;
  height: 14px;
  color: #ffc600;
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list td {
  border-top: 1px solid #ececf0;
  padding: 10px;
  border-right: 1px solid #ececf0;
}
.woosw-list .woosw-item--actions {
  width: 22%;
}
.woosw-list .woosw-item--name {
  color: var(--secondary-color);
}
.woosw-list .woosw-content-mid-notice {
  text-align: center;
  color: #222;
  padding-top: 112px;
  position: relative;
}
.woosw-list .woosw-content-mid-notice:before {
  content: "\f12f";
  font-family: Caseicon;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  color: var(--primary-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart {
  background-color: var(--primary-color);
  line-height: 40px;
  padding: 0 22px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button:hover, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart:hover, .woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button:focus, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart:focus {
  background-color: ;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button.added, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart.added {
  display: none;
}
@media screen and (min-width: 1200px) {
  .woosw-list .woosw-content-item--actions {
    width: 22%;
  }
}
.woosw-list .woosw-item--info .woosw-item--name a {
  color: #000;
}
.woosw-list .woosw-item--info .woosw-item--name a:hover {
  color: var(--primary-color);
}
.woosw-list .woosw-items tbody .woosw-item .woosw-item--actions .product.add_to_cart_inline a {
  font-size: 12px;
  border-radius: 0;
  background-color: var(--secondary-color);
}
.woosw-list .woosw-items tbody .woosw-item .woosw-item--actions .product.add_to_cart_inline a:hover {
  background-color: var(--primary-color);
}
.woosw-list .woosw-items tbody .woosw-item .woosw-item--actions .product_type_external {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  line-height: 25px;
}
.woosw-list .woosw-items tbody .woosw-item .woosw-item--actions .product_type_grouped {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
#woosw-area .woosw-content-item--add .button, #woosw-area .woosw-content-item--add .add_to_cart_button, #woosw-area .woosw-content-item--add .added_to_cart {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
#woosw-area .woosw-content-item--add .button.added, #woosw-area .woosw-content-item--add .add_to_cart_button.added, #woosw-area .woosw-content-item--add .added_to_cart.added {
  display: none;
}
#woosw-area .woosw-content-item--info, #woosw-area .woosw-content-item--actions {
  text-align: center;
}
#woosw-area.woosw-area {
  background-color: rgba(192, 192, 192, 0.6);
}
#woosw-area.woosw-area .woosw-content {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.summary .woocommerce-product-details__short-description {
  margin: 18px 0 20px;
}
.summary .woocommerce-product-details__short-description p {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.summary .woocommerce-product-rating .star-rating {
  margin-top: 0;
  font-size: 14px;
  height: 14px;
  color: #ffc600;
  width: 80px;
}
.summary .product_meta {
  display: grid;
}
.summary .woosw-btn {
  color: #fff;
  position: relative;
  background-color: var(--regular-color);
  font-size: 15px;
  text-transform: initial;
  font-weight: 600;
  line-height: 50px !important;
  padding: 0px 35px 0 35px;
  border-radius: 0;
  display: block;
  align-items: center;
}
.summary .woosw-btn:before {
  position: relative;
  content: "\f12f";
  font-family: Caseicon;
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0;
  transform: translateY(2px);
  display: inline-block;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.summary .woosw-btn:after {
  display: none !important;
}
.summary .woosw-btn:hover, .summary .woosw-btn:focus {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.summary .woosw-btn:hover:before, .summary .woosw-btn:focus:before {
  color: #fff;
}
.woocommerce.woosq-product .product {
  margin-top: 0 !important;
}
.woocommerce.woosq-product .thumbnails .images .slick-arrow {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #000 !important;
}
.woocommerce.woosq-product .thumbnails .images .slick-arrow:hover {
  background-color: rgba(0, 0, 0, .5) !important;
  color: #fff !important;
}
.woocommerce.woosq-product .thumbnails .images .slick-prev {
  left: 20px;
}
.woocommerce.woosq-product .thumbnails .images .slick-next {
  right: 20px;
}
.woocommerce.woosq-product .thumbnails .images .slick-list .slick-slide img {
  max-width: 100% !important;
}
#woosq-popup .images {
  display: flex;
  align-items: center;
}
#woosq-popup .images .slick-list .slick-slide img {
  max-width: 50%;
}
#woosq-popup .single-product-title {
  display: block;
}
#woosq-popup .entry-summary .entry-title {
  font-size: 30px !important;
  color: var(--secondary-color);
}
#woosq-popup .entry-summary .price {
  font-size: 24px !important;
}
#woosq-popup .woocommerce .thumbnails .slick-arrow {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#woosq-popup .woocommerce .thumbnails .slick-arrow:hover {
  background-color: var(--secondary-color);
}
#woosq-popup .slick-slide img {
  width: 100%;
  max-height: inherit;
}
#woosq-popup .summary-content .product_meta {
  margin-bottom: 30px;
}
#woosq-popup .summary-content .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
#woosq-popup .summary-content .woocommerce-product-details__short-description p {
  color: #70747f;
}
#woosq-popup .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: var(--primary-color);
  width: 3px !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
#woosq-popup .single_add_to_cart_button.loading {
  padding-right: 38px;
}
#woosq-popup .single_add_to_cart_button.loading:after {
  top: 0;
  right: 15px;
}
#woosq-popup .variations_button .quantity .input-text {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}
input {
  -moz-appearance: textfield;
}
.woocommerce-message, .woocommerce-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  border-color: var(--primary-color);
}
@media (max-width: 575px) {
  .woocommerce-message, .woocommerce-info {
    justify-content: flex-start;
  }
}
.woocommerce-message:before, .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce-result-count, .woocommerce-ordering, .pxl-view-layout {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-ordering:before {
  color: var(--primary-color) !important;
  right: 31px !important;
}
.woocommerce-ordering select::-ms-expand {
  display: none;
}
.woocommerce-ordering select {
  padding: 4px 15px 4px !important;
  height: 50px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: var(--regular-color);
  border-color: #ededed;
}
.woocommerce-ordering select:hover, .woocommerce-ordering select:focus, .woocommerce-ordering select:active {
  border-color: var(--secondary-color) !important;
}
@-moz-document url-prefix() {
  .woocommerce-ordering .ui-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .woocommerce-ordering .ui-select select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important;
  }
}
.woocommerce-ordering:before {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Pro';
  font-size: 17px;
  color: var(--regular-color) !important;
  font-weight: 700;
  position: absolute;
  right: 40px;
  top: 48%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce-result-count {
  font-size: 16px;
  font-weight: 400;
  color: var(--regular-color);
}
.woocommerce-result-count .button {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 20px;
  background-color: var(--primary-color);
  font-weight: 500;
  order: 2;
  color: #fff;
}
.woocommerce-result-count .button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 20px;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 16px !important;
  background-color: var(--primary-color) !important;
  font-weight: 500;
  order: 2;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: var(--secondary-color) !important;
  color: #fff;
}
.wooscp_list .wooscp-no-result {
  text-align: center;
  font-weight: 500;
  color: #191919;
}
#respond input#submit.alt, #respond input#submit, a.button, a.wc-forward, button.button, input.button, .cart button.button, a.button.alt, .form-row button.button.alt {
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  padding: 0 30px;
  line-height: 55px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: capitalize;
  background-color: var(--primary-color);
  z-index: 1;
}
#respond input#submit.alt:hover, #respond input#submit:hover, a.button:hover, a.wc-forward:hover, button.button:hover, input.button:hover, .cart button.button:hover, a.button.alt:hover, .form-row button.button.alt:hover, #respond input#submit.alt:focus, #respond input#submit:focus, a.button:focus, a.wc-forward:focus, button.button:focus, input.button:focus, .cart button.button:focus, a.button.alt:focus, .form-row button.button.alt:focus, #respond input#submit.alt:active, #respond input#submit:active, a.button:active, a.wc-forward:active, button.button:active, input.button:active, .cart button.button:active, a.button.alt:active, .form-row button.button.alt:active, #respond input#submit.alt:not([disabled]):not(.disabled).active, #respond input#submit:not([disabled]):not(.disabled).active, a.button:not([disabled]):not(.disabled).active, a.wc-forward:not([disabled]):not(.disabled).active, button.button:not([disabled]):not(.disabled).active, input.button:not([disabled]):not(.disabled).active, .cart button.button:not([disabled]):not(.disabled).active, a.button.alt:not([disabled]):not(.disabled).active, .form-row button.button.alt:not([disabled]):not(.disabled).active, #respond input#submit.alt:not([disabled]):not(.disabled):active, #respond input#submit:not([disabled]):not(.disabled):active, a.button:not([disabled]):not(.disabled):active, a.wc-forward:not([disabled]):not(.disabled):active, button.button:not([disabled]):not(.disabled):active, input.button:not([disabled]):not(.disabled):active, .cart button.button:not([disabled]):not(.disabled):active, a.button.alt:not([disabled]):not(.disabled):active, .form-row button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
#wooscp-area .wooscp-no-result {
  text-align: center;
  font-weight: 500;
  color: #191919;
  font-size: 15px;
  padding-top: 112px;
}
#wooscp-area .wooscp-no-result:before {
  content: "\f12f";
  font-family: Caseicon;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  color: var(--primary-color);
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.loading, .wooscp_list .tr-add_to_cart .add_to_cart_button.loading {
  padding-right: 30px;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.loading:after, .wooscp_list .tr-add_to_cart .add_to_cart_button.loading:after {
  right: 12px;
  top: 0;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button, .wooscp_list .tr-add_to_cart .add_to_cart_button, #wooscp-area .tr-add_to_cart .added_to_cart, .wooscp_list .tr-add_to_cart .added_to_cart, #wooscp-area .tr-add_to_cart .product_type_variable, .wooscp_list .tr-add_to_cart .product_type_variable {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.added, .wooscp_list .tr-add_to_cart .add_to_cart_button.added, #wooscp-area .tr-add_to_cart .added_to_cart.added, .wooscp_list .tr-add_to_cart .added_to_cart.added, #wooscp-area .tr-add_to_cart .product_type_variable.added, .wooscp_list .tr-add_to_cart .product_type_variable.added {
  display: none;
}
#wooscp-area .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y, .wooscp_list .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: var(--primary-color);
  width: 3px !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
#wooscp-area .wooscp_table th a, .wooscp_list .wooscp_table th a {
  color: #191919;
}
#wooscp-area .wooscp_table .td-label, .wooscp_list .wooscp_table .td-label {
  font-weight: 600;
}
#wooscp-area #wooscp_table th a, .wooscp_list #wooscp_table th a {
  color: #191919;
}
#wooscp-area #wooscp_table .td-label, .wooscp_list #wooscp_table .td-label {
  font-weight: 600;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes, .wooscp_list #wooscp_table .woocommerce-product-attributes {
  border: none;
  background-color: transparent !important;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes th, .wooscp_list #wooscp_table .woocommerce-product-attributes th, #wooscp-area #wooscp_table .woocommerce-product-attributes td, .wooscp_list #wooscp_table .woocommerce-product-attributes td {
  padding: 0px;
  border: none;
  background-color: transparent !important;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes th p, .wooscp_list #wooscp_table .woocommerce-product-attributes th p, #wooscp-area #wooscp_table .woocommerce-product-attributes td p, .wooscp_list #wooscp_table .woocommerce-product-attributes td p {
  margin-bottom: 0;
}
.wooscp-popup.wooscp-search {
  background-color: rgba(192, 192, 192, 0.6);
}
.wooscp-popup.wooscp-search .wooscp-popup-close {
  background-color: rgba(0, 0, 0, 0.1);
}
.wooscp-popup.wooscp-search .wooscp-popup-content {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image:hover td {
  background-color: #fff;
}
body .mfp-bg.mfp-woosq.mfp-ready {
  opacity: 1;
  background-color: rgba(27, 35, 54, 0.8);
}
body .mfp-wrap #woosq-popup {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
  letter-spacing: 1px;
  width: 100%;
}
.woosw-btn.woosw-adding:after {
  animation: pxl_spin_reverse 0.6s linear infinite;
  -webkit-animation: pxl_spin_reverse 0.6s infinite linear;
}
.single-product .pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  font-size: 32px;
  line-height: 1;
  color: var(--secondary-color);
  font-weight: 700;
}
.woocommerce-pagination {
  margin-top: 35px;
  text-align: center;
}
.woocommerce-pagination .page-numbers {
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 11px;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.woocommerce-pagination .page-numbers.current:before, .woocommerce-pagination .page-numbers:hover:before {
  opacity: 1;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  font-size: 12px;
  font-weight: 700;
}
.shop-view-list .woocommerce-product-details__short-description {
  color: #70747f;
}
.shop-view-list li.product {
  width: 100% !important;
}
.shop-view-list .woocommerce-product--excerpt {
  display: block !important;
}
.shop-view-list .woocommerce-product-inner {
  display: flex;
}
@media screen and (max-width: 575px) {
  .shop-view-list .woocommerce-product-inner {
    display: block;
  }
}
.shop-view-list .woocommerce-product-header {
  width: 38%;
  padding: 15px !important;
}
@media screen and (max-width: 575px) {
  .shop-view-list .woocommerce-product-header {
    width: 100%;
  }
}
.shop-view-list .woocommerce-product-content {
  width: 62%;
  padding: 40px 30px !important;
  text-align: left !important;
}
@media screen and (max-width: 575px) {
  .shop-view-list .woocommerce-product-content {
    padding: 20px 20px 30px !important;
  }
}
.shop-view-list .woocommerce-product-content .woocommerce-product-title {
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .shop-view-list .woocommerce-product-content {
    width: 100%;
  }
}
.woocommerce-product-gallery .flex-viewport {
  box-shadow: 0 10px 30px rgba(25, 25, 25, .06);
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-color: rgba(0, 1, 0, );
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.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;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.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: 55%;
  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: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;
  }
}
.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 .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
  padding: 0;
  text-transform: capitalize;
  line-height: 20px;
  background-color: transparent;
  color: #191919;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: transparent;
  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 16px;
  border: 2px solid #e2e2e2 !important;
  color: #767677;
  -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: 16px;
  font-weight: 600;
  -moz-appearance: textfield;
  height: 50px;
  width: 100px;
}
.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;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.woocommerce #pxl-wapper .quantity-icon:before, .woocommerce-page #pxl-wapper .quantity-icon:before, .woocommerce #pxl-wapper .quantity-icon:after, .woocommerce-page #pxl-wapper .quantity-icon:after {
  background-color: #888;
}
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus {
  left: 14px;
}
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus {
  right: 14px;
}
.woocommerce #pxl-wapper .quantity-icon:hover:before, .woocommerce-page #pxl-wapper .quantity-icon:hover:before, .woocommerce #pxl-wapper .quantity-icon:hover:after, .woocommerce-page #pxl-wapper .quantity-icon:hover:after {
  background-color: #000;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 20px 15px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
  font-weight: 500;
}
.woocommerce .summary.entry-summary .single_add_to_cart_button, .woocommerce-page .summary.entry-summary .single_add_to_cart_button {
  margin-left: 10px;
  font-size: 15px;
  text-transform: initial;
  font-weight: 700;
  height: 50px;
  line-height: 48px !important;
  padding: 0px 35px;
  border-radius: 0;
  background-color: var(--secondary-color) !important;
}
.woocommerce .summary.entry-summary .single_add_to_cart_button:hover, .woocommerce-page .summary.entry-summary .single_add_to_cart_button:hover {
  background-color: var(--regular-color) !important;
}
@media screen and (max-width: 769px) {
  .woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .woocommerce .coupon .button, .woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 0 0 10px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
  max-width: 213px;
  border: 2px solid #ececec;
  text-align: left;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
  font-weight: 500;
  padding-left: 20px;
}
.woocommerce .nice-select tr, .woocommerce-page .nice-select tr {
  padding-bottom: 10px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 50px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
  color: var(--primary-color);
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 55px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 55px;
  color: var(--secondary-color);
  font-size: 18px;
  padding-left: 22px;
}
.woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce .form-row button.button.alt, .woocommerce-page .form-row button.button.alt {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 30px;
  line-height: 55px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  z-index: 1;
  -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;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce .form-row button.button.alt:hover, .woocommerce-page .form-row button.button.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce .form-row button.button.alt:focus, .woocommerce-page .form-row button.button.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce .form-row button.button.alt:active, .woocommerce-page .form-row button.button.alt:active, .woocommerce #respond input#submit.alt:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce .form-row button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit.alt:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled):active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce .form-row button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
@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%;
  }
}
.woocommerce .actions > .button {
  float: right;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #8f8f8f;
}
.woocommerce-checkout th {
  border-top: 1px solid #ededed !important;
  padding: 10px;
  border-right: 1px solid #ededed !important;
}
.woocommerce-checkout td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
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;
}
.pxl-widget-cart-sidebar {
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  flex-grow: 1;
}
.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;
}
.pxl-widget-cart-sidebar .widget_shopping_head .pxl-close {
  height: 36px;
  width: 36px;
}
.pxl-widget-cart-sidebar .pxl-close {
  position: absolute;
  top: 11px;
  right: 30px;
  z-index: 999;
}
.pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 60px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.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 solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.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-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-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 32px;
  color: #555;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 80px;
  line-height: 80px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  width: 100%;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
.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-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.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: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
.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: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: var(--primary-color);
  font-size: 11px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 55px;
  background-color: #fff;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 600;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  width: 100%;
  margin-right: 0;
  line-height: 48px;
  font-size: 14px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline {
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color) !important;
  line-height: 44px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:before {
  background-color: var(--primary-color);
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:hover, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:focus {
  color: #fff !important;
  background-color: var(--primary-color);
}
.pxl-widget-cart-wrap.open .pxl-item--overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-widget-cart-wrap.open .pxl-widget-cart-sidebar {
  -webkit-transform: translateX(20px);
  -khtml-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
}
.cart-empty, .return-to-shop {
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .pxl-shop-topbar-wrap {
    display: inline-grid !important;
    margin-bottom: 40px;
  }
  .pxl-shop-topbar-wrap .woocommerce-ordering {
    float: left;
    position: relative;
    margin: 20px 0 27px !important;
  }
  .pxl-shop-topbar-wrap .woocommerce-ordering:before {
    right: 20px;
  }
  .pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li:first-child {
    margin-left: 0px;
  }
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.woosw-items .woosw-item .woosw-item-inner .woosw-item--info .woosw-item--name a {
  color: var(--secondary-color);
}
.woosw-items .woosw-item .woosw-item-inner .woosw-item--info .woosw-item--name a:hover {
  color: var(--primary-color);
}
.woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--add .add_to_cart_inline a {
  display: block;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  background-color: var(--secondary-color);
}
.woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--add .add_to_cart_inline a:hover {
  background-color: var(--primary-color);
}
.list-info-product {
  list-style: none;
  padding-left: 30px;
}
.list-info-product li {
  position: relative;
  padding-left: 25px;
}
.list-info-product li + li {
  margin-top: 12px;
}
.list-info-product li:before {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: var(--primary-color);
}
.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;
  margin-top: 10px;
}
.pxl-grid .pxl-load-more .btn {
  padding-left: 34px;
  padding-right: 56px;
  line-height: 58px;
  font-size: 15px;
  background: var(--primary-color);
  text-transform: inherit;
}
.pxl-grid .pxl-load-more .btn .pxl-load-icon {
  width: 24px;
  height: 24px;
  right: 13px;
  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%);
  background-color: #fff;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.pxl-grid .pxl-load-more .btn i {
  font-size: 14px;
  position: absolute;
  top: 2px;
  right: 1px;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.pxl-grid .pxl-load-more.loading .btn .pxl-load-icon i {
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
}
@media screen and (min-width: 1200px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pxl-grid-filter1.style1, .pxl-grid-filter1.style2 {
  margin-bottom: 59px;
}
.pxl-grid-filter1.style1 .pxl--filter-custom, .pxl-grid-filter1.style2 .pxl--filter-custom {
  position: relative;
  background-color: #fff;
  display: inline-block;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-grid-filter1.style1 .pxl--filter-custom .filter-item, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item {
  font-size: 16px;
  color: #100030;
  font-weight: 700;
  display: inline-flex;
  line-height: 63px;
  cursor: pointer;
  justify-content: center;
  -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;
  padding: 0 30px;
  min-width: 120px;
  position: relative;
  z-index: 10;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-grid-filter1.style1 .pxl--filter-custom .filter-item:before, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color) !important;
  opacity: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1.style1 .pxl--filter-custom .filter-item, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item {
    margin: 20px 0;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
  }
  .pxl-grid-filter1.style1 .pxl--filter-custom .filter-item:before, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item:before {
    display: none !important;
  }
}
.pxl-grid-filter1.style1 .pxl--filter-custom .filter-item:hover, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1.style1 .pxl--filter-custom .filter-item:hover, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item:hover {
    color: var(--primary-color);
  }
}
.pxl-grid-filter1.style1 .pxl--filter-custom .line-effect, .pxl-grid-filter1.style2 .pxl--filter-custom .line-effect {
  width: 0;
  height: 100%;
  background-color: #2c75be;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  opacity: 0;
  z-index: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1.style1 .pxl--filter-custom .line-effect, .pxl-grid-filter1.style2 .pxl--filter-custom .line-effect {
    display: none;
  }
}
.pxl-grid-filter1.style1 .pxl--filter-custom .filter-item.active, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item.active {
  color: #fff;
}
.pxl-grid-filter1.style1 .pxl--filter-custom .filter-item.active:before, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item.active:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1.style1 .pxl--filter-custom .filter-item.active, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item.active {
    color: #100030;
  }
  .pxl-grid-filter1.style1 .pxl--filter-custom .filter-item.active:before, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item.active:before {
    display: none !important;
    opacity: 0;
  }
}
.pxl-grid-filter1.style1 .pxl--filter-custom:hover .line-effect, .pxl-grid-filter1.style2 .pxl--filter-custom:hover .line-effect {
  opacity: 1;
}
.pxl-grid-filter1.style2 {
  margin-bottom: 60px;
}
.pxl-grid-filter1.style2 .pxl--filter-custom {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pxl-grid-filter1.style2 .pxl--filter-custom .filter-item {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item:first-child {
    padding: 0 55px !important;
  }
}
.pxl-grid-filter1.style2 .pxl--filter-custom .filter-item:before {
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0px);
}
.pxl-grid-filter1.style2 .pxl--filter-custom .line-effect {
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0px);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.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;
}
.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: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-arrow {
  font-size: 13px;
  color: #000;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  -webkit-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -khtml-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -moz-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -ms-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -o-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -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);
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.pxl-swiper-arrow:hover {
  color: #fff;
  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;
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px;
  }
}
.pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px;
  }
}
.pxl-swiper-arrow.style2 {
  background-color: #f1f1f3;
  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-swiper-arrow.style2:before {
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  opacity: 0;
  -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-swiper-arrow.style2:hover {
  background-color: #f1f1f3;
}
.pxl-swiper-arrow.style2:hover:before {
  opacity: 1;
}
.pxl-swiper-dots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 9.5px;
  width: 8px;
  height: 8px;
  text-align: center;
  background: #cacaca;
  cursor: pointer;
  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;
  -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-swiper-dots .pxl-swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -6px;
  left: -6px;
  border: 1.9px solid var(--primary-color);
  border-radius: 100%;
  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);
  transform: scale(0);
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:before, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: scale(1);
}
.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;
}
.pxl-swiper-sliders {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-sliders:hover .pxl-swiper-arrow {
    opacity: 1;
    visibility: visible;
  }
}
.pxl-swiper-sliders.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;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
}
body.rtl .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: auto;
  left: -28px;
}
body.rtl .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: auto;
  right: -28px;
}
@font-face {
  font-family: 'Muli';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/font-theme/Muli-Bold.ttf') format('ttf'), url('../fonts/font-theme/Muli-Muli-BoldItalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/font-theme/Roboto-Regular.ttf') format('ttf'), url('../fonts/font-theme/Roboto-Regular.ttf') format('ttf');
}
.ft-muli, blockquote cite, blockquote cite a, blockquote p:nth-child(2), .button-slide-1, .entry-author-info .entry-author-meta .position-author, .pxl--post-footer label, .comment-form .comment-form-comment textarea, .contact-form-v1 .input-filled label, .error404 .wrap-content-404 .error-404-desc, .btn.btn-radius, .btn.btn-shadow, .pxl-showcase.style4 .item-feature .pxl-item-links .coming-soon, .pxl-portfolio-detail .item--detail label, .pxl-countdown-layout1 .countdown-amount span, .pxl-nav-menu.style5 .pxl-menu-primary li a, .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .wrap-feature .pxl-service-price--main span, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .wrap-feature .pxl-service-price--main span, .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-service-price--content span, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-service-price--content span, .pxl-portfolio-grid-layout2 .wrap-entry-body .item--title a, .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--category a, .pxl-counter2 .pxl--counter-holder .pxl--counter-number, .pxl-counter2 .pxl--counter-holder .pxl--item-title, .pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--title, .pxl-swiper-arrow-number-custom .pxl-swiper-pagination-fraction, .pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item-accordion, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item-accordion, .pxl-tabs1.style-button-set .wrap-title .pxl-item--title .pxl-title span, .pxl-tabs1.style-round-box .pxl-tabs--title .pxl-title, .pxl-progressbar-1.style1 .progress-title, .pxl-progressbar-1.style1 .progress-bar-wrap .pxl-progress-bar .progress-percentage, .pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .phone-nb, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .phone-nb, .pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-number--team, .pxl-fancybox-carousel3 .pxl-item--inner .pxl-feature-image .pxl-item--number, .pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email .btn-newsletter {
  font-family: 'Muli' !important;
}
.ft-roboto, .pxl--post-footer .pxl--social a, .wrap-ctf1 .input-filled input, .form-h1 input, .form-h1 .pxl-select-higthlight, .wrap-ctf-service .wrap-input input, .wrap-ctf-service .wrap-input .pxl-select-higthlight, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description a, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description span, .pxl-counter1 .pxl--item-title, .pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-family: 'Roboto' !important;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #666;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
body.body-overflow {
  overflow: hidden;
}
a {
  -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: 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, a:focus {
  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;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--regular-color);
  font-weight: 700;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 48px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 26px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
p {
  margin: 0 0 15px;
  font-size: 16px;
}
.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;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.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 {
  padding: 28px 57px 19px 35px;
  color: #000;
  position: relative;
  margin: 8px 10px 29px 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-color: #edf0f2;
}
blockquote:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    font-size: 18px;
  }
}
blockquote p {
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
  position: relative;
  margin-bottom: 1px !important;
}
blockquote cite, blockquote cite a, blockquote p:nth-child(2) {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  color: var(--primary-color) !important;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.is-style-large.wp-block-quote {
  padding: 32px 57px 32px 37px;
}
blockquote.wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote.wp-block-quote cite br {
  display: none;
}
blockquote.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
@media screen and (min-width: 1200px) {
  #pxl-wapper .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #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: 90px;
  }
}
@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 {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-main {
  padding: 24px 0 110px;
}
@media screen and (max-width: 1199px) {
  #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  #pxl-main {
    padding: 24px 0 90px;
  }
}
@media (max-width: 767px) {
  #pxl-main {
    padding: 24px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
    top: 30px;
  }
}
@media (min-width: 1280px) {
  .pxl_section_offset-left.pxl-container-width-container-1200 {
    padding-left: calc((100% - 1200px)/2) !important;
  }
}
@media (min-width: 1280px) {
  .pxl_section_offset-right.pxl-container-width-container-1200 {
    padding-right: calc((100% - 1200px)/2) !important;
  }
}
.single-post .pxl-item--excerpt > .elementor {
  margin: 0 -15px;
}
.pxl-bg-color-left {
  z-index: 1;
}
.pxl-bg-color-left:before {
  z-index: -1;
  content: '';
  background-color: #070f01;
  position: absolute;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .pxl-bg-color-left:before {
    left: 0;
  }
}
#pxl-page-title-elementor {
  background-color: #fff;
}
#pxl-page-title-default {
  padding: 152px 0 152px;
  background-color: #f6eeed;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default {
    padding: 140px 0;
    background-position: center center !important;
  }
}
#pxl-page-title-default .container {
  z-index: 99;
}
#pxl-page-title-default .pxl-page-title {
  font-size: 48px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 36px;
  }
}
.pxl-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pxl-breadcrumb a {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}
.pxl-breadcrumb a:hover {
  color: var(--primary-color);
}
.pxl-breadcrumb li {
  display: inline-block;
  transform: translateY(1px);
  position: relative;
}
.pxl-breadcrumb li:first-child {
  padding-left: 25px;
}
.pxl-breadcrumb li:first-child:before {
  position: absolute;
  content: '\f80c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--primary-color);
  font-size: 14px;
  top: 1px;
  left: 0;
}
.pxl-breadcrumb li span {
  font-size: 16px;
  font-weight: 600;
  color: #d13f18;
}
.pxl-breadcrumb li:after {
  content: "/";
  margin: 0 15px;
  font-weight: 600;
  font-size: 14px;
  color: #141414;
}
.pxl-breadcrumb li:last-child {
  color: var(--primary-color);
}
.pxl-breadcrumb li:last-child:before, .pxl-breadcrumb li:last-child:after {
  display: none;
}
#pxl-footer-default {
  margin-top: 50px;
  padding: 22px 0;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 500;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: inherit;
  text-decoration: underline;
}
.single-product #pxl-footer-default {
  margin-top: 0px;
}
.pxl-scroll-top {
  position: fixed;
  width: 46px;
  height: 46px;
  line-height: 46px;
  right: 40px;
  bottom: 40px;
  font-size: 15px;
  background-color: #fff;
  color: var(--secondary-color);
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -khtml-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -moz-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -ms-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -o-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pxl-scroll-top.pxl-on {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top.pxl-on {
    bottom: 30px;
  }
}
.pxl-scroll-top:before {
  content: "\f102";
  font-family: Flaticon;
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 16px;
  font-weight: 700;
  transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top:before {
    left: 11px;
    font-size: 14px;
  }
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus {
  margin-bottom: 4px;
}
.pxl-scroll-top:hover:before, .pxl-scroll-top:focus:before {
  color: var(--secondary-color);
}
.pxl-scroll-top .pxl-progress-circle path {
  fill: none;
  stroke: var(--secondary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    right: 30px;
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
  }
}
.pxl-footer-fixed #pxl-header-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .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;
}
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: #fff;
  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: #222;
}
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 {
  position: absolute;
  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: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.pxl-row-divider-angle-top, .pxl-row-divider-angle-bottom, .pxl-row-divider-angle-top-bottom {
  z-index: 1;
}
.pxl-row-divider-angle-top > .elementor-container, .pxl-row-divider-angle-bottom > .elementor-container, .pxl-row-divider-angle-top-bottom > .elementor-container {
  z-index: 2;
}
.pxl-row-divider-angle-top .pxl-row-angle, .pxl-row-divider-angle-bottom .pxl-row-angle, .pxl-row-divider-angle-top-bottom .pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  top: 0;
  -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: 0;
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
  top: 0;
  -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: 0;
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  /*  Mouse Move Animation */
}
.pxl-loader .pxl-loader-effect {
  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%);
}
@media (min-width: 1024px) {
  .pxl-loader .pxl-loader-effect {
    max-width: 30%;
  }
}
@media (min-width: 1500px) {
  .pxl-loader .pxl-loader-effect {
    max-width: 25%;
  }
}
.pxl-loader .pxl-spinner1 {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.pxl-loader .pxl-spinner1 .double-bounce1, .pxl-loader .pxl-spinner1 .double-bounce2 {
  width: 100%;
  height: 100%;
  -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.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pxl-bounce 2s infinite ease-in-out;
  animation: pxl-bounce 2s infinite ease-in-out;
}
.pxl-loader .pxl-spinner1 .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pxl-loader .pxl-spinner2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.pxl-loader .pxl-spinner2 > div {
  background-color: var(--primary-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: pxl-stretchdelay 1.2s infinite ease-in-out;
  animation: pxl-stretchdelay 1.2s infinite ease-in-out;
}
.pxl-loader .pxl-spinner2 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.pxl-loader .pxl-spinner2 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pxl-loader .pxl-spinner2 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.pxl-loader .pxl-spinner2 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.pxl-loader .pxl-dual-ring {
  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%);
  width: 64px;
  height: 64px;
}
.pxl-loader .pxl-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  animation: pxl_dual_ring 1.2s linear infinite;
  border-bottom-color: var(--primary-color);
  border-top-color: var(--primary-color);
}
.pxl-loader .pxl-dot-square {
  display: block;
  font-size: 13px;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  animation: stevloader 3s infinite linear;
  -webkit-animation: stevloader 3s infinite linear;
}
.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: var(--secondary-color);
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -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--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transform: scale(0);
  will-change: transform, opacity;
  cursor: pointer;
  -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--label:before {
  position: absolute;
  content: "\f139";
  font-family: Flaticon;
  font-size: 12px;
  left: -18px;
  top: 2px;
  color: #fff;
  transform: rotate(90deg);
  display: inline-block;
}
.pxl-cursor .pxl-cursor--label:after {
  position: absolute;
  content: "\f137";
  font-family: Flaticon;
  font-size: 12px;
  right: -18px;
  top: 1px;
  color: #fff;
}
.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 {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(4);
  -khtml-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 0.9;
}
.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-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: "\f110";
  font-family: Flaticon;
  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: "\f111";
  font-family: Flaticon;
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 1;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  -webkit-transform: scale(7.6);
  -khtml-transform: scale(7.6);
  -moz-transform: scale(7.6);
  -ms-transform: scale(7.6);
  -o-transform: scale(7.6);
  transform: scale(7.6);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--icon:before {
  font-size: 42px;
}
.pxl-col-divider-right {
  position: relative;
}
.pxl-col-divider-right:before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 500000px;
  height: 100%;
  top: 0;
  right: 0;
  transform: skew(-23deg);
}
.pxl-col-divider-left {
  position: relative;
}
.pxl-col-divider-left:before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 500000px;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(23deg);
}
.list-slide {
  position: relative;
}
.list-slide:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  top: 8px;
  left: -30px;
  transform: rotate(45deg);
}
@media (max-width: 479px) {
  .list-slide:before {
    left: -15px;
  }
}
.button-slide-1 {
  background-color: var(--primary-color);
  padding: 10px 47px 11px 47px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  position: relative;
}
.button-slide-1:before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid var(--primary-color);
}
.box-price-slide {
  position: relative;
}
.box-price-slide:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 3em rgba(255, 0, 0, 0);
  border-radius: 500px;
}
.box-price-slide:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: pulse 3s infinite;
  box-shadow: 0 0 0 3em rgba(255, 0, 0, 0);
  transition-delay: 2000ms;
  border-radius: 500px;
}
.fs-17 {
  font-size: 17px;
}
.lt-4 {
  letter-spacing: -0.03em !important;
}
.pxl-text-center {
  text-align: 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;
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #fff;
  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-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-swiper-arrow.style2:before, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-icon1.hv-style-gradient a:after, .pxl-recent-news2 .pxl-item--image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-middle, .woocommerce .woocommerce-product-inner .woocommerce-product-meta a i, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button i, .single-post .btn-video-wrap .btn-video i, .revslider-initialised .hardman-arrows-1.tparrows:before, .pxl-icon1.style-round-box a i, .pxl-recent-news2 .pxl-item--image .pxl--link-popup i, .pxl-video-player .pxl-box--icon i, .pxl-video-player1 .btn-video i, .pxl-swiper-arrow-style4 .pxl-swiper-arrow i {
  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);
}
.text-gradient, body.rtl #pxl-page-title-default .pxl-breadcrumb li:before, .pxl-heading .highlight-text-gradient .pxl-title--highlight, .pxl-heading .pxl-item--subtitle.sub-text-gradient span, .pxl-pagination1 a:hover span, .pxl-pagination1 a:hover i, .pxl-title-effect.pxl-type-gradient .pxl-item--title, .pxl-recent-news2 .pxl-item--image .pxl--link-popup i, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li:hover > a, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current_page_item > a, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current-menu-item > a, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current_page_ancestor > a, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current-menu-ancestor > a, .swiper-filter-wrap .filter-item.active span, .pxl-grid-filter3 .filter-item.active span, .pxl-swiper-arrow-style3 .pxl-swiper-arrow:hover 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;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient, .pxl-heading .pxl-item--subtitle.sub-style-gradient span, .pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a:before, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li > a: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, .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 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.woocommerce-Tabs-panel--description strong, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong, .single-product .pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span, body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, .woocommerce-checkout .form-row > label, .woocommerce-checkout form.woocommerce-checkout #order_review_heading, .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, .woosw-list .woosw-item--name, .woocommerce-notices-wrapper .woocommerce-message, #respond input#submit.alt, #respond input#submit, a.button, a.wc-forward, button.button, input.button, .cart button.button, a.button.alt, .form-row button.button.alt, .single-product .pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price, .woocommerce-pagination .page-numbers, .woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered, .pxl-grid-filter1.style1 .pxl--filter-custom .filter-item, .pxl-grid-filter1.style2 .pxl--filter-custom .filter-item, h1, h2, h3, h4, h5, h6, blockquote, blockquote, .pxl-breadcrumb a, .pxl-breadcrumb li span, .pxl-menu-primary li a, .pxl-item--post .pxl-single-post-meta, .pxl-item--post .pxl-item--meta, .pxl-pagination-wrap .page-numbers, .pxl-post--navigation .pxl--meta .title-post-nav a, .pxl-post--navigation .pxl--meta .item-title, .pxl-related-post .pxl--meta .title-post-nav a, .pxl-related-post .pxl--meta .item-title, .pxl-related-post .pxl--readmore-nav, .pxl-related-post .pxl--readmore-related, .widget_product_categories ul li a, .wp-block-group 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, .tagcloud a, 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, .pxl-select .pxl-select-options li, .wrap-ctf1 .wpcf7-submit, .form-h1 button, .wrap-ctf-service .wrap-input button, .contact-form-v2 .input-filled button, .pxl-heading .pxl-item--subtitle.sub-text-gradient, .pxl-link.hv-style4 li, .pxl-link.hv-style5 li, .pxl-link.hv-style6 li, .pxl-recent-news2 .pxl-item--counter .pxl--counter-number, .gallery-image .wrap-title, .pxl-history .tetx-start, .pxl-history .pxl-history-l1 li .title, .pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title, .pxl-piechart-layout1 .pxl-piechart .item--value span, .pxl-piechart-layout1 .pxl-piechart .item--value span i, .tt_timetable th, .pxl-mailchimp.style-box-round [type="email"], .pxl-mailchimp.style-box-round [type="submit"], .pxl-mailchimp.style-box-white [type="email"], .pxl-mailchimp.style-box-white2 [type="email"], .pxl-grid-filter2, .pxl-portfolio-grid-layout2 .btn, .pxl-banner1.style1 .pxl-item--title, .pxl-video-player1 .pxl-video-text, .pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content-bottom .pxl-item--holder .pxl-item--title, .pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--title, .swiper-filter-wrap .filter-item, .pxl-grid-filter3 .filter-item, .pxl-pricing1 .pxl-item--price, .pxl-pricing1 .pxl-item--readmore .btn-readmore {
  font-family: "Muli", sans-serif;
}
.bg-image, #pxl-page-title-default {
  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: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.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: 1200px) {
  .pxl-hide-xl {
    display: none !important;
  }
  .pxl-col-line1 {
    position: relative !important;
  }
  .pxl-col-line1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.08);
    top: 50%;
    right: 25px;
    -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%);
  }
  .pxl-col-line2 {
    position: relative !important;
  }
  .pxl-col-line2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #ededed;
    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%);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .p-res-btn-center {
    width: 100% !important;
  }
  .p-res-btn-center .elementor-widget-container {
    margin: 20px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 1199px) {
  .bgr-border-gradient .elementor-background-overlay {
    background-image: none !important;
  }
}
.text-align-r {
  text-align: right !important;
}
.line-height {
  line-height: normal !important;
}
@media screen and (max-width: 1024px) {
  .bgr-image-none {
    background-image: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .img-postion-none {
    display: none !important;
  }
}
.border-radius-grid-0 .pxl-grid-item .wrap-content-portfolio {
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .img-none-lg {
    display: none !important;
  }
}
@media (max-width: 1800px) {
  .img-none-1800 {
    display: none !important;
  }
}
.highlight-underline-2px .pxl-title--highlight:before {
  height: 2px !important;
}
.box-shadow-grid .pxl-grid .pxl-grid-item .pxl-item--inner {
  box-shadow: 0 5px 15px rgba(215, 215, 215, .4) !important;
}
.ft-roboto, .pxl--post-footer .pxl--social a, .wrap-ctf1 .input-filled input, .form-h1 input, .form-h1 .pxl-select-higthlight, .wrap-ctf-service .wrap-input input, .wrap-ctf-service .wrap-input .pxl-select-higthlight, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description a, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description span, .pxl-counter1 .pxl--item-title, .pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-family: 'Roboto' !important;
}
.ft-roboto span, .pxl--post-footer .pxl--social a span, .wrap-ctf1 .input-filled input span, .form-h1 input span, .form-h1 .pxl-select-higthlight span, .wrap-ctf-service .wrap-input input span, .wrap-ctf-service .wrap-input .pxl-select-higthlight span, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title span, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description a span, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description span span, .pxl-counter1 .pxl--item-title span, .pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--position span {
  font-family: 'Roboto' !important;
}
@media screen and (min-width: 1200px) {
  .lh-menu-80 div > .pxl-nav-menu1 .pxl-menu-primary > li {
    line-height: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .lh-menu-90 .pxl-menu-primary > li {
    line-height: 90px !important;
  }
}
.shadow-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.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;
}
.bgr-clippath-slide-electric {
  clip-path: polygon(0 83%, 100% 29%, 100% 100%, 0 100%);
}
@media screen and (max-width: 1199px) {
  .bgr-clippath-slide-electric {
    clip-path: polygon(0 83%, 100% 10%, 100% 100%, 0 100%);
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .img-skew-slide-electric {
    margin-left: -200px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .img-skew-slide-electric {
    margin-left: -400px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .group-title-slide-electric {
    margin-top: -50px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .title-slide-electric {
    line-height: 70px !important;
    font-size: 60px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1100px) {
  .group-content-slide-electric {
    transform: translateY(50px) !important;
  }
}
@media (max-width: 1099px) and (min-width: 1024px) {
  .group-content-slide-electric {
    transform: translateY(80px) !important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .img-person-slide-electric {
    transform: translateX(-50px) !important;
  }
}
.shadow-img img {
  box-shadow: rgba(0, 14, 32, 0.09) 0px 0px 21px;
}
@media screen and (max-width: 1024px) {
  .none-img-md2 img {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .img-none-1500 img {
    display: none !important;
  }
}
.menu-lowercase .pxl-nav-menu1 .pxl-menu-primary > li > a {
  text-transform: inherit;
}
#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: 1200px) {
  #pxl-header-default .row > div {
    padding: 15px 15px;
  }
}
#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: 70px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
#pxl-header-elementor {
  /* Header Menu */
}
#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(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -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;
  -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;
}
@media screen and (min-width: 1200px) {
  /* Header Tablet/Mobile */  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-menu-primary li {
    position: relative;
    color: var(--secondary-color);
  }
  .pxl-menu-primary li a {
    font-size: 16px;
    color: var(--secondary-color);
    position: relative;
    font-weight: 500;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
  }
  .pxl-menu-primary > li > a {
    line-height: 122px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }
  .pxl-menu-primary > li > a:hover, .pxl-menu-primary > li.current_page_item > a, .pxl-menu-primary > li.current-menu-item > a, .pxl-menu-primary > li.current_page_ancestor > a, .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary > li > a:hover i, .pxl-menu-primary > li.current_page_item > a i, .pxl-menu-primary > li.current-menu-item > a i, .pxl-menu-primary > li.current_page_ancestor > a i, .pxl-menu-primary > li.current-menu-ancestor > a i {
    color: var(--primary-color);
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
    min-width: 240px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .09);
    -webkit-transition: all 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;
    text-align: left;
    margin-top: 0px;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
  }
  .pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li {
    padding: 0 30px;
    white-space: nowrap;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    padding: 0.4em 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
  }
  .pxl-menu-primary .sub-menu li a span, .pxl-menu-primary .children li a span {
    position: relative;
    display: inline-block;
  }
  .pxl-menu-primary .sub-menu li > a:hover, .pxl-menu-primary .children li > a:hover, .pxl-menu-primary .sub-menu li.current_page_item > a, .pxl-menu-primary .children li.current_page_item > a, .pxl-menu-primary .sub-menu li.current-menu-item > a, .pxl-menu-primary .children li.current-menu-item > a, .pxl-menu-primary .sub-menu li.current_page_ancestor > a, .pxl-menu-primary .children li.current_page_ancestor > a, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a, .pxl-menu-primary .children li.current-menu-ancestor > a {
    color: var(--secondary-color);
  }
  .pxl-menu-primary .sub-menu li > a:hover span:before, .pxl-menu-primary .children li > a:hover span:before, .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .pxl-menu-primary .children li.current_page_item > a span:before, .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .pxl-menu-primary .children li.current-menu-item > a span:before, .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .pxl-menu-primary .children li.current_page_ancestor > a span:before, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .pxl-menu-primary .children li.current-menu-ancestor > a span:before {
    width: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu, .pxl-menu-primary .children .sub-menu, .pxl-menu-primary .sub-menu .children, .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary .sub-menu .pxl-heading .pxl-item--title, .pxl-menu-primary .children .pxl-heading .pxl-item--title {
    color: inherit !important;
  }
  .pxl-menu-primary li:hover > .sub-menu, .pxl-menu-primary li.focus > .sub-menu, .pxl-menu-primary li:hover > .children, .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: perspective(500px) rotateX(0);
    transform-origin: 50% 0%;
  }
  .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 0px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-menu-toggle {
    display: none;
  }
  #pxl-header-default .pxl-header-main {
    border-bottom: 1px solid #ededed;
    width: 100%;
    z-index: 999;
  }
  #pxl-header-default .pxl-header-main .container {
    max-width: 1200px;
  }
  #pxl-header-default .pxl-menu-primary > li {
    line-height: 70px;
    margin: 0 5px;
  }
  #pxl-header-default .pxl-menu-primary > li > a {
    padding: 0 18px;
    line-height: 44px;
    color: #000;
    font-size: 15px;
    border-radius: 3px;
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a, #pxl-header-default .pxl-menu-primary > li.current_page_item > a, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a {
    background-color: var(--secondary-color);
    color: #fff;
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a:after, #pxl-header-default .pxl-menu-primary > li.current_page_item > a:after, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a:after, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a:after, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a:after {
    color: #fff !important;
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary > li.page_item_has_children {
    line-height: 20px;
    margin: 0;
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary > li.page_item_has_children > a {
    position: relative;
    padding-right: 32px;
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary > li.page_item_has_children > a:after {
    position: absolute;
    content: "\f139";
    font-family: Flaticon;
    font-size: 9px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-weight: 700;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary > li.page_item_has_children > a:hover:after, #pxl-header-default .pxl-header-nav .pxl-menu-primary > li.page_item_has_children > a:active:after, #pxl-header-default .pxl-header-nav .pxl-menu-primary > li.page_item_has_children > a:focus:after {
    color: #fff !important;
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary li > .children {
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .09);
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary li > .children > li.page_item_has_children > a {
    position: relative;
    padding-right: 15px;
  }
  #pxl-header-default .pxl-header-nav .pxl-menu-primary li > .children > li.page_item_has_children > a:after {
    position: absolute;
    content: "\f137";
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 10px;
    font-family: Flaticon;
    font-weight: 700;
    -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);
  }
}
@media screen and (max-width: 1199px) {
  /* Search Popup */  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    -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);
    position: relative;
    z-index: 999;
  }
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    height: 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-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .pxl-nav-mobile-button:before, .pxl-nav-mobile-button:after, .pxl-nav-mobile-button span {
    content: '';
    background-color: var(--secondary-color);
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -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-nav-mobile-button:before {
    top: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button:after {
    bottom: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button span {
    top: 9px;
    width: 100%;
  }
  .pxl-nav-mobile-button:hover:before, .pxl-nav-mobile-button:hover:after {
    width: 100%;
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 55, 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: #000;
    -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 {
    position: relative;
  }
  .pxl-menu-primary li a {
    display: block;
    line-height: 46px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li > a:hover, .pxl-menu-primary li > a.current, .pxl-menu-primary li.current_page_item > a, .pxl-menu-primary li.current-menu-item > a, .pxl-menu-primary li.current_page_ancestor > a, .pxl-menu-primary li.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;
    display: block;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .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: 15px !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: 20px;
  }
  .pxl-logo-mobile img {
    height: 45px;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 40px;
    border: none;
    padding: 0;
    padding-left: 5px;
    border-bottom: 2px solid #ececec;
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
  .pxl-header-mobile-search .search-field:hover, .pxl-header-mobile-search .search-field:focus {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--secondary-color) !important;
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--secondary-color);
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
  }
  .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;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-header-menu-scroll .pxl-header-nav .pxl-menu-primary li section {
    width: auto !important;
  }
}
#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;
  opacity: 1;
}
#pxl-search-popup .pxl-item--conent {
  background-size: cover;
  background-position: center;
  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: #000;
  font-size: 30px;
  border: none !important;
  background-color: transparent;
}
#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: 80px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  border: none;
  background: none;
  font-size: 28px;
  padding: 0;
  z-index: 99;
  cursor: pointer;
}
#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 .pxl-item--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 55, 0.6);
  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-search-popup.active {
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--overlay {
  opacity: 1;
  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 {
  /* Heaeder Layout */
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 0;
  }
}
.elementor-editor-active .pxl-type-header-clip > .elementor-container .pxl-header-shape {
  display: none;
}
.elementor-editor-active .pxl-type-header-clip > .elementor-container .pxl-header-shape:last-child {
  display: block;
}
.pxl-type-header-clip > .elementor-container {
  position: relative !important;
  z-index: 1;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  height: 100px;
  -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;
  filter: drop-shadow(0px 10px 35px rgba(0, 0, 0, 0.08));
  margin-left: 52px;
  margin-right: 190px;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape span {
  clip-path: polygon(0% 0%, 100% 22%, 100% 78%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 22%, 100% 78%, 0% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape svg {
  fill: var(--primary-color);
  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%);
  width: 100%;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:before, .pxl-type-header-clip > .elementor-container .pxl-header-shape:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  top: 0;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:before {
  left: -45px;
  background-color: #fff;
  z-index: 99;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:after {
  left: -52px;
  background-color: var(--primary-color);
  z-index: 88;
}
.topbar-bgr-skew, .topbar-bgr-skew2 {
  position: relative;
}
.topbar-bgr-skew:before, .topbar-bgr-skew2:before, .topbar-bgr-skew:after, .topbar-bgr-skew2:after {
  position: absolute;
  content: '';
  width: 2000px;
  height: 100%;
  left: 0;
  top: 0;
  transform: skewX(-23deg);
}
@media screen and (max-width: 1199px) {
  .topbar-bgr-skew:before, .topbar-bgr-skew2:before, .topbar-bgr-skew:after, .topbar-bgr-skew2:after {
    display: none;
  }
}
.topbar-bgr-skew:before, .topbar-bgr-skew2:before {
  background-color: #fff;
  z-index: 10;
}
.topbar-bgr-skew:after, .topbar-bgr-skew2:after {
  background-color: #e60800;
  z-index: 12;
  left: 15px;
}
@media screen and (max-width: 1199px) {
  .topbar-bgr-skew2 {
    display: none;
  }
}
.topbar-bgr-skew2:before {
  display: none;
}
.topbar-bgr-skew2:after {
  background-color: #e88e2e;
}
@media (max-width: 1700px) {
  .pr-header-plumbing {
    padding: 0% 5% 0% 0% !important;
  }
}
@media (max-width: 1400px) {
  .pr-header-plumbing {
    padding: 0% 0% 0% 0% !important;
  }
}
@media (max-width: 1500px) {
  .pr-header-plumbing-sticky {
    padding: 0% 0% 0% 10% !important;
  }
}
@media (max-width: 1400px) {
  .pr-header-plumbing-sticky {
    padding: 0% 0% 0% 0% !important;
  }
}
.style-bgr-header1 {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .style-bgr-header1 {
    display: none;
  }
}
.style-bgr-header1:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2000px;
  right: -40px;
  top: 0;
  background-color: #2c74c0;
  z-index: 5;
  transform: skewX(-30deg);
  border-radius: 0 0 40px 0;
}
.style-bgr-header1:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2000px;
  right: -37px;
  bottom: -19px;
  background-color: var(--sixth-color);
  z-index: 3;
  transform: skewX(-15deg);
  border-radius: 0 0 52px 0;
}
.style-bgr-header2 {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .style-bgr-header2 {
    display: none;
  }
}
.style-bgr-header2:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2500px;
  right: 9px;
  bottom: 10px;
  background-color: #efefef;
  z-index: 3;
  transform: skewX(-30deg);
  border-radius: 0 0 40px 0;
}
.pxl-row-divider-shape-bottom .pxl-shape-divider .pxl-row-angle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.pxl-row-divider-shape-top .pxl-shape-divider .pxl-row-angle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transform: rotate(180deg);
}
.pxl-row-divider-shape-top-bottom .pxl-shape-divider .pxl-row-angle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transform: rotate(180deg);
}
.pxl-row-divider-shape-top-bottom .pxl-shape-divider .pxl-row-angle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .pxl-shape-divider svg {
    height: 20px !important;
  }
}
@keyframes wave {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.pxl-item--post iframe {
  width: 100%;
}
.pxl-item--post .pxl-item--image a {
  display: inline-block;
  width: 100%;
}
.pxl-item--post .pxl-item--image img {
  width: 100%;
}
.pxl-item--post .pxl-item--title {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 400;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .pxl-item--post .pxl-item--title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-item--post .pxl-item--title {
    font-size: 20px;
    line-height: 28px;
  }
}
.pxl-item--post .pxl-item--title a {
  color: var(--secondary-color);
}
.pxl-item--post .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-item--post .pxl-item--excerpt {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #70747f;
  margin-bottom: 15px;
}
.pxl-item--post .pxl-single-post-meta {
  border-bottom: 1px solid #ececf0;
  list-style: none;
  margin: 0 0 30px;
  padding: 0 0 21px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pxl-item--post .pxl-single-post-meta:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -1px;
  left: 0;
}
.pxl-item--post .pxl-single-post-meta li {
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Roboto';
}
@media screen and (max-width: 991px) {
  .pxl-item--post .pxl-single-post-meta li {
    margin-bottom: 5px;
  }
}
.pxl-item--post .pxl-single-post-meta li span {
  text-transform: none;
  margin-right: 2px;
  font-family: 'Roboto';
}
.pxl-item--post .pxl-single-post-meta li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  font-family: 'Roboto';
}
.pxl-item--post .pxl-single-post-meta li a:hover {
  color: var(--primary-color);
}
.pxl-item--post .pxl-single-post-meta li i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 18px;
  line-height: 0;
}
.pxl-item--post .pxl-single-post-meta li.pxl-item--category a {
  color: #666;
  font-weight: 400;
}
.pxl-item--post .pxl-single-post-meta li.pxl-item--category a:hover {
  color: var(--primary-color);
}
.pxl-item--post .pxl-item--meta {
  list-style: none;
  margin: 0px;
  padding: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.pxl-item--post .pxl-item--meta li {
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Roboto';
}
.pxl-item--post .pxl-item--meta li span {
  text-transform: none;
  margin-right: 2px;
}
.pxl-item--post .pxl-item--meta li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto';
}
.pxl-item--post .pxl-item--meta li a:hover {
  text-decoration: underline;
}
.pxl-item--post .pxl-item--meta li i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 18px;
}
.pxl-item--post .pxl-item--author a {
  font-weight: 600;
  color: var(--secondary-color);
}
.pxl-item--post .pxl-item--author a:hover {
  color: var(--primary-color);
}
.pxl-item--archive {
  margin-bottom: 50px;
  border: 2px solid #efefef;
  text-align: center;
}
.pxl-item--archive .pxl-item--image {
  margin: -1px;
  overflow: hidden;
}
.pxl-item--archive:hover .pxl-item--image a:before {
  -webkit-animation: img_circle 0.65s;
  animation: img_circle 0.65s;
}
.pxl-item--archive .pxl-item--holder {
  padding: 35px 60px 19px 60px;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive .pxl-item--holder {
    padding: 35px 30px 19px 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-item--archive .pxl-item--holder {
    padding: 35px 20px 19px 20px;
  }
}
.pxl-item--archive .pxl-item--holder .pxl-item--category {
  margin-bottom: 6px;
  color: var(--primary-color);
}
.pxl-item--archive .pxl-item--holder .pxl-item--category a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--primary-color);
}
.pxl-item--archive .pxl-item--holder .pxl-item--category a:hover {
  color: var(--secondary-color);
}
.pxl-item--archive .pxl-item--holder .pxl-item--title {
  margin-bottom: 10px;
}
.pxl-item--archive .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #0c0c0c;
}
@media screen and (max-width: 575px) {
  .pxl-item--archive .pxl-item--holder .pxl-item--title a {
    font-size: 20px;
    line-height: 28px;
  }
}
.pxl-item--archive .pxl-item--holder .pxl-item--title a:hover {
  text-decoration: underline;
}
.pxl-item--archive .pxl-item--holder .pxl-item--excerpt {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 15px;
}
.pxl-item--archive .pxl-item--image + .pxl-item--holder {
  padding: 35px 60px 19px 60px;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive .pxl-item--image + .pxl-item--holder {
    padding: 35px 30px 19px 30px;
  }
}
@media (max-width: 480px) {
  .pxl-item--archive .pxl-item--image + .pxl-item--holder {
    padding: 35px 20px 19px 20px;
  }
}
.pxl-item--archive .pxl-item--image + .pxl-item--holder .pxl-item--excerpt {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .tag.tag-cloud #pxl-main {
    padding: 64px 0 120px !important;
  }
}
.single-post .pxl-item--image {
  position: relative;
}
.single-post .btn-video-wrap {
  position: absolute;
  z-index: 99;
  text-align: center;
}
.single-post .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%);
}
.single-post .btn-video-wrap .btn-video {
  position: relative;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 16px;
  text-align: center;
}
.single-post .btn-video-wrap .btn-video i {
  display: inline-flex;
  z-index: 100;
  margin-left: 2px;
}
.single-post .btn-video-wrap .btn-video .box-animation-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post .btn-video-wrap .btn-video .box-animation-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .63);
  border-radius: 50%;
  animation: pxl_scale11 1500ms ease-out infinite;
  -webkit-animation: pxl_scale11 1500ms ease-out infinite;
}
.single-post .btn-video-wrap .btn-video:hover .box-animation-video:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.single-post .style-none-hd {
  padding-top: 56px;
}
.single-post .style-none-hd .pxl-heading {
  display: none !important;
}
.single-post .style-none-image .pxl-item--image {
  display: none !important;
}
.single-post .style-none-image .pxl-heading {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .single-post .style-none-image .pxl-heading {
    margin-bottom: 25px;
  }
}
.single-post .pxl-content-wrap .pxl-heading {
  text-align: center;
  max-width: 600px;
  margin: -4px auto 79px;
}
@media screen and (max-width: 1024px) {
  .single-post .pxl-content-wrap .pxl-heading {
    margin: -20px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .pxl-content-wrap .pxl-heading {
    margin: 0px auto 50px;
  }
}
.single-post .pxl-content-wrap .pxl-heading .wrap-subtitle {
  margin-bottom: 13px;
}
.single-post #pxl-main {
  padding: 64px 0 120px !important;
}
@media screen and (max-width: 767px) {
  .single-post #pxl-main {
    padding: 30px 0 100px !important;
  }
}
.single-post .pxl-sidebar-sticky {
  border: none !important;
  padding: 0 !important;
}
.single-post .single-heading {
  font-size: 26px;
}
.single-post .pxl-item--post .pxl-item--holder {
  padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .single-post .pxl-item--post .pxl-item--holder {
    padding-bottom: 30px;
  }
}
.single-post .pxl-item--excerpt p {
  margin-bottom: 25px;
}
.single-post .pxl-item--excerpt p:last-child {
  margin-bottom: 0;
}
.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;
}
.pxl-post-gallery-slider .pxl-custom-swiper {
  overflow: hidden;
  position: relative;
}
.entry-author-info {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 36px 50px 40px 35px;
  position: relative;
  margin: 10px 0 70px 0;
}
@media (max-width: 575px) {
  .entry-author-info {
    display: block;
  }
}
.entry-author-info:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
}
.entry-author-info .entry-author-avatar {
  min-width: 190px;
}
@media (max-width: 575px) {
  .entry-author-info .entry-author-avatar {
    text-align: center;
  }
}
.entry-author-info .entry-author-avatar img {
  width: 100%;
  border-radius: 500px;
}
@media (max-width: 575px) {
  .entry-author-info .entry-author-avatar img {
    width: auto;
  }
}
.entry-author-info .entry-author-meta {
  padding-left: 50px;
}
@media (max-width: 575px) {
  .entry-author-info .entry-author-meta {
    margin-top: 30px;
    text-align: center;
    padding-left: 0px;
  }
}
.entry-author-info .entry-author-meta .author-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.entry-author-info .entry-author-meta .author-name a {
  color: var(--regular-color);
}
.entry-author-info .entry-author-meta .position-author {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 8px;
}
.entry-author-info .entry-author-meta .author-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #696969;
  font-family: 'Lato';
}
.entry-author-info .entry-author-meta .social-author {
  margin-top: 15px;
}
.entry-author-info .entry-author-meta .social-author a {
  color: #a3a3a3;
  transition: 200ms;
  padding-right: 16px;
}
.entry-author-info .entry-author-meta .social-author a i {
  font-size: 15px;
}
.entry-author-info .entry-author-meta .social-author a:hover {
  color: var(--primary-color);
}
.pxl--post-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .pxl--post-footer {
    padding: 30px 0 15px 0;
  }
}
.pxl--post-footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.pxl--post-footer label {
  font-size: 15px;
  color: var(--regular-color);
  font-weight: 700;
  margin-right: 18px;
}
.pxl--post-footer .pxl--tags {
  margin-right: 30px;
  flex-grow: 1;
}
.pxl--post-footer .pxl--tags a {
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #222;
  font-size: 15px;
  margin: 5px 10px 5px 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-family: 'Roboto';
}
@media screen and (max-width: 991px) {
  .pxl--post-footer .pxl--tags a {
    padding: 0 18px;
    line-height: 36px;
  }
}
.pxl--post-footer .pxl--tags a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl--post-footer .pxl--social a {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #cecece;
  padding-right: 20px;
  line-height: 32px;
  align-items: center;
  display: inline-flex;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  margin-left: 5px;
}
.pxl--post-footer .pxl--social a i {
  padding-left: 8px;
  color: #fff;
  font-size: 15px;
  transform: translateY(1px);
  margin-top: 1px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl--post-footer .pxl--social a span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  min-width: 100px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl--post-footer .pxl--social a:hover {
  width: 100px;
}
.pxl--post-footer .pxl--social a:hover i {
  padding-left: 16px;
  color: #fff;
}
.pxl--post-footer .pxl--social a:hover.fb-social {
  background-color: #3b5998;
}
.pxl--post-footer .pxl--social a:hover.tw-social {
  background-color: #1da1f2;
}
.pxl--post-footer .pxl--social a:hover.pin-social {
  background-color: #e60023;
}
.pxl--post-footer .pxl--social a:hover.lin-social {
  background-color: #0077b5;
}
.pxl-pagination-wrap .page-numbers {
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 11px;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
}
.pxl-pagination-wrap .page-numbers.next, .pxl-pagination-wrap .page-numbers.prev {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-pagination-wrap .page-numbers.current, .pxl-pagination-wrap .page-numbers:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers.current:before, .pxl-pagination-wrap .page-numbers:hover:before {
  opacity: 1;
}
.pxl-pagination-wrap .page-numbers.next, .pxl-pagination-wrap .page-numbers.prev {
  font-size: 12px;
  font-weight: 700;
}
.pxl-pagination-wrap .pxl-pagination-links {
  display: flex;
  justify-content: center;
}
.pxl-post--navigation {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding: 34px 0 41px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-post--navigation .pxl--holder {
  display: flex;
  align-items: center;
}
.pxl-post--navigation .pxl--holder .pxl--img {
  max-width: 60px;
  max-height: 52px;
  border-radius: 5px;
  overflow: hidden;
}
.pxl-post--navigation .pxl--readmore-nav {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0;
}
.pxl-post--navigation .pxl--items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.pxl-post--navigation .pxl--items .pxl--item {
  width: 45%;
}
.pxl-post--navigation .pxl--items .pxl--item.pxl--item-next {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--items .pxl--item {
    width: 100%;
  }
  .pxl-post--navigation .pxl--items .pxl--item + .pxl--item {
    margin-top: 30px;
  }
}
.pxl-post--navigation .pxl--img, .pxl-post--navigation .item-featured {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.pxl-post--navigation .pxl--img a, .pxl-post--navigation .item-featured a {
  display: block;
}
.pxl-post--navigation .pxl--img a:before, .pxl-post--navigation .item-featured a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-post--navigation .pxl--img a:after, .pxl-post--navigation .item-featured a:after {
  content: '+';
  font-size: 24px;
  color: #fff;
  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%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-post--navigation .pxl--img:hover a:before, .pxl-post--navigation .item-featured:hover a:before {
  opacity: 0.76;
}
.pxl-post--navigation .pxl--img:hover a:after, .pxl-post--navigation .item-featured:hover a:after {
  opacity: 1;
}
.pxl-post--navigation .pxl--meta .title-post-nav a, .pxl-post--navigation .pxl--meta .item-title {
  margin-bottom: 0;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--meta .title-post-nav a, .pxl-post--navigation .pxl--meta .item-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.pxl-post--navigation .pxl--meta .title-post-nav a:hover, .pxl-post--navigation .pxl--meta .item-title:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--holder img {
  width: 100%;
}
.pxl-post--navigation .pxl--item-prev .pxl--meta {
  margin-right: 15px;
}
.pxl-post--navigation .pxl--item-prev .pxl--img {
  margin-right: 15px;
}
.pxl-post--navigation .pxl--item-next .pxl--meta {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-post--navigation .pxl--item-next .pxl--meta {
    margin-left: 0px;
  }
}
.pxl-post--navigation .pxl--item-next .pxl--img {
  margin-left: 15px;
}
.pxl-post--navigation .pxl--item-next .pxl--holder {
  justify-content: flex-end;
}
.pxl-post--navigation .pxl--readmore-nav {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-family: 'Roboto';
  margin-bottom: 15px;
}
.pxl-post--navigation .pxl--readmore-nav:before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  bottom: 3px;
  width: 0%;
  transform-origin: center;
  left: 0;
  height: 1px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-post--navigation .pxl--readmore-nav:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--readmore-nav:hover i {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--readmore-nav:hover:before {
  width: 100%;
}
.pxl-post--navigation .pxl--readmore-nav i {
  padding-left: 10px;
  font-size: 11px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-post--navigation .pxl--item-prev .pxl--readmore-nav:before {
  right: 0;
  left: auto;
}
.pxl-post--navigation .pxl--item-prev i {
  padding-left: 0px;
  padding-right: 10px;
}
.pxl-related-post {
  padding: 75px 0 40px;
}
.pxl-related-post .pxl--readmore-nav {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-bottom: 34px;
  padding: 0;
}
.pxl-related-post .pxl--readmore-nav:before {
  content: '';
  width: 40px;
  height: 4px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 5px;
  right: -60px;
}
.pxl-related-post .pxl--readmore-nav:after {
  content: '';
  width: 15px;
  height: 4px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 5px;
  right: -82px;
}
.pxl-related-post .pxl--items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-related-post .pxl--items .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-related-post .pxl--items .pxl--item {
    width: 100%;
  }
  .pxl-related-post .pxl--items .pxl--item + .pxl--item {
    margin-top: 30px;
  }
}
.pxl-related-post .pxl--img, .pxl-related-post .item-featured {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.pxl-related-post .pxl--img a, .pxl-related-post .item-featured a {
  display: block;
}
.pxl-related-post .pxl--img a:before, .pxl-related-post .item-featured a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-related-post .pxl--img a:after, .pxl-related-post .item-featured a:after {
  content: '+';
  font-size: 24px;
  color: #fff;
  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%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-related-post .pxl--img:hover a:before, .pxl-related-post .item-featured:hover a:before {
  opacity: 0.76;
}
.pxl-related-post .pxl--img:hover a:after, .pxl-related-post .item-featured:hover a:after {
  opacity: 1;
}
.pxl-related-post .pxl--meta {
  padding-top: 25px;
}
.pxl-related-post .pxl--meta .pxl-item--meta {
  padding-bottom: 10px !important;
}
.pxl-related-post .pxl--meta .title-post-nav a, .pxl-related-post .pxl--meta .item-title {
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
}
.pxl-related-post .pxl--meta .title-post-nav a:hover, .pxl-related-post .pxl--meta .item-title:hover {
  color: var(--primary-color);
}
.pxl-related-post .pxl--holder img {
  width: 100%;
}
.pxl-related-post .pxl--item-prev .pxl--meta {
  margin-right: 15px;
}
.pxl-related-post .pxl--item-prev .pxl--img {
  margin-right: 15px;
}
.pxl-related-post .pxl--item-next .pxl--meta {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-related-post .pxl--item-next .pxl--meta {
    margin-left: 0px;
  }
}
.pxl-related-post .pxl--item-next .pxl--img {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-related-post .pxl--item-next .pxl--img {
    margin-left: 0px;
  }
}
.pxl-related-post .pxl--item-next .pxl--holder {
  justify-content: flex-end;
}
.pxl-related-post .pxl--readmore-nav, .pxl-related-post .pxl--readmore-related {
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #70747f;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.pxl-related-post .pxl--readmore-nav:hover, .pxl-related-post .pxl--readmore-related:hover {
  color: var(--primary-color);
}
.pxl-related-post .pxl--readmore-nav:hover i, .pxl-related-post .pxl--readmore-related:hover i {
  color: var(--primary-color);
  animation: pxl_left_right 300ms ease-out;
}
.pxl-related-post .pxl--readmore-nav i, .pxl-related-post .pxl--readmore-related i {
  padding-top: 4px;
  padding-left: 10px;
  font-size: 20px;
  transition: 0.3s;
}
.single-portfolio .pxl-project--navigation .pxl--items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1050px;
  margin: 15px auto 2px;
  padding: 0 15px;
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item a i {
  font-size: 19px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item a:hover {
  color: var(--regular-color);
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item a:hover i {
  color: var(--regular-color);
  -o-animation: pxl_right_from_left 0.6s forwards;
  -ms-animation: pxl_right_from_left 0.6s forwards;
  -webkit-animation: pxl_right_from_left 0.6s forwards;
  animation: pxl_right_from_left 0.6s forwards;
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item-prev a i {
  margin-right: 15px;
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item-prev a:hover {
  color: var(--regular-color);
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item-prev a:hover i {
  -o-animation: pxl_left_from_right 0.6s forwards;
  -ms-animation: pxl_left_from_right 0.6s forwards;
  -webkit-animation: pxl_left_from_right 0.6s forwards;
  animation: pxl_left_from_right 0.6s forwards;
}
.single-portfolio .pxl-project--navigation .pxl--items .pxl--item-next a i {
  margin-left: 15px;
}
@media screen and (min-width: 1200px) {
  .pxl-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .admin-bar .pxl-sidebar-sticky {
    top: 72px;
  }
}
.pxl-sidebar-area .pxl-sidebar-sticky {
  border: 2px solid #efefef;
  padding: 57px 43px 50px 43px;
}
@media screen and (max-width: 1199px) {
  .pxl-sidebar-area .pxl-sidebar-sticky {
    padding: 57px 30px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-sidebar-area .pxl-sidebar-sticky {
    padding: 57px 20px 50px 20px;
  }
}
.pxl-sidebar-area:not(.pxl-sidebar-shop) .widget {
  margin-bottom: 50px;
}
.pxl-sidebar-area:not(.pxl-sidebar-shop) .widget:last-child {
  margin-bottom: 0;
}
.comments-title {
  position: relative;
  padding-bottom: 15px;
}
.comments-title:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.pxl-sidebar-area .widget .widget-title, .pxl-sidebar-area .widget .comment-reply-title, .pxl-sidebar-area .widget .comments-title {
  color: #080808;
  font-weight: 700;
  margin-top: 30px;
  font-size: 22px;
  margin-bottom: 31px;
  padding-bottom: 12px;
  position: relative;
}
.pxl-sidebar-area .widget .widget-title span, .pxl-sidebar-area .widget .comment-reply-title span, .pxl-sidebar-area .widget .comments-title span {
  position: relative;
  padding-bottom: 12px;
}
.pxl-sidebar-area .widget .widget-title span:before, .pxl-sidebar-area .widget .comment-reply-title span:before, .pxl-sidebar-area .widget .comments-title span:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form .search-submit {
  line-height: 49px;
  font-size: 15px;
  padding: 0 17px;
  position: absolute;
  top: 0px;
  border-radius: 0;
  right: 0px;
  background-color: transparent;
  border-left: 1px solid #ececf0;
  -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);
}
.widget_search .search-form .search-submit:active {
  background-color: transparent;
  color: var(--secondary-color);
}
.widget_search .search-form .search-submit i {
  font-size: 15px;
  color: #666;
  line-height: 49px;
  -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);
}
.widget_search .search-form .search-submit:before, .widget_search .search-form .search-submit:after {
  display: none;
}
.widget_search .search-form .search-submit:hover i {
  color: var(--secondary-color) !important;
}
.widget_search .search-form .search-field {
  font-size: 15px;
  border-color: #ececf0 !important;
  color: #666;
  width: 100%;
  height: 51px;
  border-radius: 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);
}
.widget_search .search-form:hover .search-field, .widget_search .search-form:active .search-field, .widget_search .search-form:focus .search-field {
  border-color: var(--primary-color) !important;
}
.widget_search .search-form:hover .search-submit, .widget_search .search-form:active .search-submit, .widget_search .search-form:focus .search-submit {
  border-left-color: var(--primary-color) !important;
}
.widget_archive li {
  position: relative;
}
.widget_archive li:hover .count {
  background-color: var(--primary-color);
  color: #fff;
}
.widget_archive li:hover .count:before {
  opacity: 1;
}
.widget_product_categories, .wp-block-group, .widget_categories, .widget_nav_menu, .widget_pages, .widget_archive, .widget_meta, .widget_recent_entries {
  margin-bottom: 39px !important;
}
.widget_product_categories .widget-title, .wp-block-group .widget-title, .widget_categories .widget-title, .widget_nav_menu .widget-title, .widget_pages .widget-title, .widget_archive .widget-title, .widget_meta .widget-title, .widget_recent_entries .widget-title {
  margin-bottom: 22px !important;
}
.widget_product_categories .count, .wp-block-group .count, .widget_categories .count, .widget_nav_menu .count, .widget_pages .count, .widget_archive .count, .widget_meta .count, .widget_recent_entries .count {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #eee;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  text-align: center;
}
.widget_product_categories ul, .wp-block-group 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-top: -3px;
  margin-bottom: 0;
  padding: 0;
}
.widget_product_categories ul li a, .wp-block-group 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 {
  border-bottom: 1px solid #ececf0;
  color: #1b1b1b;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 13px 13px 0px;
  position: relative;
  position: relative;
  z-index: 1;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.widget_product_categories ul li a:before, .wp-block-group ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before {
  content: "\f14d";
  font-family: Caseicon;
  margin-right: 8px;
  font-size: 9px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  font-weight: 700;
  transform: translateY(-1px);
  display: inline-block;
}
.widget_product_categories ul li a .title, .wp-block-group ul li a .title, .widget_categories ul li a .title, .widget_nav_menu ul li a .title, .widget_pages ul li a .title, .widget_archive ul li a .title, .widget_meta ul li a .title, .widget_recent_entries ul li a .title {
  padding-right: 50px;
}
.widget_product_categories ul li a .pxl-count, .wp-block-group ul li a .pxl-count, .widget_categories ul li a .pxl-count, .widget_nav_menu ul li a .pxl-count, .widget_pages ul li a .pxl-count, .widget_archive ul li a .pxl-count, .widget_meta ul li a .pxl-count, .widget_recent_entries ul li a .pxl-count {
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  font-family: 'Lato';
  color: #70747f;
  position: relative;
  z-index: 1;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.widget_product_categories ul li a .pxl-count:before, .wp-block-group ul li a .pxl-count:before, .widget_categories ul li a .pxl-count:before, .widget_nav_menu ul li a .pxl-count:before, .widget_pages ul li a .pxl-count:before, .widget_archive ul li a .pxl-count:before, .widget_meta ul li a .pxl-count:before, .widget_recent_entries ul li a .pxl-count:before {
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.widget_product_categories ul li:last-child a, .wp-block-group ul li:last-child a, .widget_categories ul li:last-child a, .widget_nav_menu ul li:last-child a, .widget_pages ul li:last-child a, .widget_archive ul li:last-child a, .widget_meta ul li:last-child a, .widget_recent_entries ul li:last-child a {
  border-bottom: none;
}
.widget_product_categories ul li.current-menu-item > a, .wp-block-group 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, .wp-block-group 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, .wp-block-group 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, .wp-block-group ul li > a:hover, .widget_categories ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_pages ul li > a:hover, .widget_archive ul li > a:hover, .widget_meta ul li > a:hover, .widget_recent_entries ul li > a:hover {
  padding-left: 12px;
  color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a:before, .wp-block-group ul li.current-menu-item > a:before, .widget_categories ul li.current-menu-item > a:before, .widget_nav_menu ul li.current-menu-item > a:before, .widget_pages ul li.current-menu-item > a:before, .widget_archive ul li.current-menu-item > a:before, .widget_meta ul li.current-menu-item > a:before, .widget_recent_entries ul li.current-menu-item > a:before, .widget_product_categories ul li.current-cat > a:before, .wp-block-group ul li.current-cat > a:before, .widget_categories ul li.current-cat > a:before, .widget_nav_menu ul li.current-cat > a:before, .widget_pages ul li.current-cat > a:before, .widget_archive ul li.current-cat > a:before, .widget_meta ul li.current-cat > a:before, .widget_recent_entries ul li.current-cat > a:before, .widget_product_categories ul li.current-cat-parent > a:before, .wp-block-group ul li.current-cat-parent > a:before, .widget_categories ul li.current-cat-parent > a:before, .widget_nav_menu ul li.current-cat-parent > a:before, .widget_pages ul li.current-cat-parent > a:before, .widget_archive ul li.current-cat-parent > a:before, .widget_meta ul li.current-cat-parent > a:before, .widget_recent_entries ul li.current-cat-parent > a:before, .widget_product_categories ul li > a:hover:before, .wp-block-group ul li > a:hover:before, .widget_categories ul li > a:hover:before, .widget_nav_menu ul li > a:hover:before, .widget_pages ul li > a:hover:before, .widget_archive ul li > a:hover:before, .widget_meta ul li > a:hover:before, .widget_recent_entries ul li > a:hover:before {
  color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a .count, .wp-block-group ul li.current-menu-item > a .count, .widget_categories ul li.current-menu-item > a .count, .widget_nav_menu ul li.current-menu-item > a .count, .widget_pages ul li.current-menu-item > a .count, .widget_archive ul li.current-menu-item > a .count, .widget_meta ul li.current-menu-item > a .count, .widget_recent_entries ul li.current-menu-item > a .count, .widget_product_categories ul li.current-cat > a .count, .wp-block-group ul li.current-cat > a .count, .widget_categories ul li.current-cat > a .count, .widget_nav_menu ul li.current-cat > a .count, .widget_pages ul li.current-cat > a .count, .widget_archive ul li.current-cat > a .count, .widget_meta ul li.current-cat > a .count, .widget_recent_entries ul li.current-cat > a .count, .widget_product_categories ul li.current-cat-parent > a .count, .wp-block-group ul li.current-cat-parent > a .count, .widget_categories ul li.current-cat-parent > a .count, .widget_nav_menu ul li.current-cat-parent > a .count, .widget_pages ul li.current-cat-parent > a .count, .widget_archive ul li.current-cat-parent > a .count, .widget_meta ul li.current-cat-parent > a .count, .widget_recent_entries ul li.current-cat-parent > a .count, .widget_product_categories ul li > a:hover .count, .wp-block-group ul li > a:hover .count, .widget_categories ul li > a:hover .count, .widget_nav_menu ul li > a:hover .count, .widget_pages ul li > a:hover .count, .widget_archive ul li > a:hover .count, .widget_meta ul li > a:hover .count, .widget_recent_entries ul li > a:hover .count {
  background-color: var(--primary-color);
  color: #fff;
}
.widget_product_categories ul li.current-menu-item > a .count:before, .wp-block-group ul li.current-menu-item > a .count:before, .widget_categories ul li.current-menu-item > a .count:before, .widget_nav_menu ul li.current-menu-item > a .count:before, .widget_pages ul li.current-menu-item > a .count:before, .widget_archive ul li.current-menu-item > a .count:before, .widget_meta ul li.current-menu-item > a .count:before, .widget_recent_entries ul li.current-menu-item > a .count:before, .widget_product_categories ul li.current-cat > a .count:before, .wp-block-group ul li.current-cat > a .count:before, .widget_categories ul li.current-cat > a .count:before, .widget_nav_menu ul li.current-cat > a .count:before, .widget_pages ul li.current-cat > a .count:before, .widget_archive ul li.current-cat > a .count:before, .widget_meta ul li.current-cat > a .count:before, .widget_recent_entries ul li.current-cat > a .count:before, .widget_product_categories ul li.current-cat-parent > a .count:before, .wp-block-group ul li.current-cat-parent > a .count:before, .widget_categories ul li.current-cat-parent > a .count:before, .widget_nav_menu ul li.current-cat-parent > a .count:before, .widget_pages ul li.current-cat-parent > a .count:before, .widget_archive ul li.current-cat-parent > a .count:before, .widget_meta ul li.current-cat-parent > a .count:before, .widget_recent_entries ul li.current-cat-parent > a .count:before, .widget_product_categories ul li > a:hover .count:before, .wp-block-group ul li > a:hover .count:before, .widget_categories ul li > a:hover .count:before, .widget_nav_menu ul li > a:hover .count:before, .widget_pages ul li > a:hover .count:before, .widget_archive ul li > a:hover .count:before, .widget_meta ul li > a:hover .count:before, .widget_recent_entries ul li > a:hover .count:before {
  opacity: 1;
}
.widget_product_categories .children li a, .wp-block-group .children li a, .widget_categories .children li a, .widget_nav_menu .children li a, .widget_pages .children li a, .widget_archive .children li a, .widget_meta .children li a, .widget_recent_entries .children li a {
  border-bottom: 1px solid #ececf0;
}
.widget_tag_cloud .widget-title {
  margin-bottom: 36px !important;
}
.tagcloud {
  margin-left: -7px;
  margin-top: 19px;
}
.tagcloud a {
  text-align: center;
  padding: 0px 18px;
  display: inline-block;
  border: 1px solid #eeecec;
  font-weight: 600;
  color: #3a505f;
  font-size: 14px !important;
  line-height: 30px;
  flex-grow: 1;
  margin-left: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  -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;
}
.tagcloud a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.widget_categories .widget-title {
  margin-bottom: 35px !important;
}
.widget_categories form select {
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
}
.widget_pxl_recent_posts {
  margin-bottom: 46px !important;
}
.widget_pxl_recent_posts .widget-title {
  margin-bottom: 32px !important;
}
.widget_pxl_recent_posts .pxl-item--img {
  width: 68px;
  min-width: 68px;
  margin-right: 15px;
  max-height: 68px;
  overflow: hidden;
}
.widget_pxl_recent_posts .pxl-item--title {
  color: var(--regular-color);
  height: 46px;
  overflow: hidden;
  margin-top: -3px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.widget_pxl_recent_posts .pxl-item--title a {
  color: var(--regular-color);
}
.widget_pxl_recent_posts .pxl-item--title a:hover {
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl-item--date {
  font-size: 14px;
  color: #8a8989;
  display: inline-flex;
  color: #666;
  align-items: center;
  text-transform: capitalize;
}
.widget_pxl_recent_posts .pxl-item--date i {
  margin-right: 6px;
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl--item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 24px;
  margin-top: 25px;
}
.widget_pxl_recent_posts .pxl--item img {
  -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;
}
.widget_pxl_recent_posts .pxl--item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_pxl_recent_posts .pxl--item:hover img {
  transform: scale(1.1);
}
.widget_pxl_recent_posts .pxl--item:not(:last-child) {
  border-bottom: 1px solid #e2e2e7;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.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: flex;
  position: relative;
  flex-wrap: wrap;
}
.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: 14px;
  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;
}
.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 50px -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: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.8);
}
.pxl-gallery .pxl--item-inner .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-wg-bannerbox1 {
  border: none !important;
  background-color: #fcf9f4;
  text-align: center;
  padding: 45px 40px 20px 40px !important;
}
.pxl-wg-bannerbox1 .wrap-image {
  display: inline-block;
  position: relative;
}
.pxl-wg-bannerbox1 .wrap-image img {
  max-width: 190px;
}
.pxl-wg-bannerbox1 .wrap-image:before {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--regular-color);
  top: 0;
  right: 0;
  border-radius: 50px;
  background-image: url('../img/quote-blog-sidebar.png');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.pxl-wg-bannerbox1 .wg-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--secondary-color);
  padding-top: 27px;
}
.pxl-wg-bannerbox1 .wg-description {
  font-size: 16px;
  font-weight: 400;
  color: #70747f;
  line-height: 30px;
}
li cite {
  color: var(--secondary-color);
}
.widget_recent_entries a, .widget_recent_comments a {
  color: var(--secondary-color);
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: var(--primary-color);
}
.widget_recent_entries ul, .widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul {
  list-style: none;
  padding-left: 0;
}
.widget_recent_comments ul li {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_comments ul li a {
  color: #1b1b1b;
  line-height: 1.4;
}
.widget_recent_comments .recentcomments > a {
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  color: #1b1b1b !important;
}
.widget_recent_comments .recentcomments > a:hover {
  color: var(--primary-color);
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget_rss li {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.widget_rss li a:hover {
  color: var(--primary-color);
}
.widget_rss li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.widget_rss .widget-title .rsswidget {
  font-size: 22px;
  font-weight: 700;
}
.widget_rss .rsswidget {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.4;
  color: #1b1b1b;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
  color: var(--secondary-color);
  font-weight: 500;
}
.widget_rss cite {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 0.875em;
}
.widget_text {
  overflow: inherit !important;
  padding: 0 !important;
}
.widget_text .widget-title {
  margin-bottom: 25px;
}
.widget_text .textwidget p strong {
  color: #000;
  font-weight: 400;
}
.widget_text .textwidget p img {
  margin: 10px 0;
}
.widget_text .widget-content .textwidget form:before {
  display: none;
}
.widget_text .widget-content .textwidget form .nice-select {
  border: 1px solid #ededed;
  padding-left: 20px;
}
.widget_text .widget-content .textwidget form .nice-select:hover, .widget_text .widget-content .textwidget form .nice-select:focus, .widget_text .widget-content .textwidget form .nice-select:active {
  border-color: var(--primary-color);
}
.widget_text .widget-content .textwidget form .nice-select ul {
  z-index: 999;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f139";
  font-family: Flaticon;
  font-size: 10px;
  font-weight: 700;
  color: #8f8f8f;
  position: absolute;
  right: 18px;
  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%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  padding: 5px;
}
.nice-select .list .selected {
  color: #222;
}
.nice-select .list .option {
  font-size: inherit;
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 7px 16px !important;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .list .option.selected {
  font-weight: 600;
}
.nice-select .list .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .list .option:hover, .nice-select .list .option:focus {
  background-color: rgba(143, 143, 143, 0.14);
  color: var(--secondary-color) !important;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 200px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
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 {
  background-color: #fff;
  border: 1px solid #e9ebf0;
  color: var(--secondary-color);
  padding: 6px 22px;
  line-height: normal;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  -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-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: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  outline: none;
}
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 {
  border: 1px solid var(--secondary-color) !important;
  outline: 0;
  border-color: var(--primary-color);
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 50px;
}
textarea {
  padding-top: 18px;
  padding-bottom: 18px;
  height: 150px;
  margin: 0;
}
.comment-form-cookies-consent {
  display: none;
}
.comments-area .avatar {
  margin-bottom: 10px;
}
.comments-area .comment-list-wrap {
  margin-top: 66px !important;
}
.comments-area .comment-list-wrap .comments-title {
  font-size: 22px;
  color: #1b1b1b;
}
.comments-area .comment-reply-title {
  font-size: 22px;
  text-transform: capitalize;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 13px;
  position: relative;
}
.comments-area .comment-reply-title:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.comments-area .comment-respond {
  margin-top: 48px;
}
.comments-area .comment-respond .logged-in-as {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #1b1b1b;
}
.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-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 3px;
  padding-top: 16px;
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: inherit;
}
.comment-list {
  padding: 0;
  list-style: none;
  max-width: 800px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .comment-list {
    max-width: 100%;
  }
}
.comment-list li .children {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .comment-list li .children {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .comment-list li .children {
    padding-left: 0;
  }
}
.comment-list li .children li {
  list-style: none;
  margin-top: 35px;
}
.comment-list li .comment-respond {
  margin-top: 15px;
  margin-bottom: 50px;
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  .comment-list li .comment-respond {
    margin-left: 78px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .comment-list li .comment-respond {
    margin-left: 0;
    margin-top: 20px;
  }
}
.comment-list > li {
  margin-bottom: 35px;
}
.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-date {
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 7px;
  text-decoration: underline;
  line-height: normal;
  display: inline-block;
  -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;
}
.comment-content {
  position: relative;
  flex-grow: 1;
  padding: 0px 22px 34px 142px;
  -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);
}
@media screen and (max-width: 767px) {
  .comment-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .comment-content {
    padding-top: 70px;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  padding-top: 15px;
  font-size: 15px !important;
  color: #383838;
  line-height: 27px !important;
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text img {
  margin: 6px 0;
}
@media screen and (min-width: 768px) {
  .comment-reply {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .comment-reply {
    position: relative;
    margin-top: 10px;
    display: inline-block;
  }
}
.comment-reply a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  z-index: 1;
  background-color: #191919;
  padding: 0 17px;
  line-height: 35px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .comment-reply a {
    display: inline-block;
    margin-top: 25px;
  }
}
.comment-reply a i {
  font-weight: 700;
  margin-left: 5px;
  font-size: 9px;
}
.comment-reply a:hover {
  background-color: var(--primary-color);
}
.comment-reply a:hover i {
  animation: toRightFromLeft 0.3s forwards;
}
.comment-reply-title small {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 10px;
}
.comment-reply-title small a {
  line-height: 36px;
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  background-size: 300%, 1px;
  background-position: 0%;
}
.comment-reply-title small a i {
  margin-left: 4px;
}
.comment-reply-title small a:hover {
  color: #fff;
  background-position: 100%;
}
.comment-holder {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5px;
}
.comment-holder .comment-meta {
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .comment-holder {
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .comment-holder .comment-meta {
    margin-right: 0;
  }
}
.comment-form {
  padding: 32px 30px 35px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px 20px;
  }
}
.comment-form .row > div {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .comment-form .row > div {
    margin-top: 20px;
  }
}
.comment-form .row > div input[type="text"] {
  height: 50px;
  border-radius: 0;
  font-size: 15px !important;
  color: #888 !important;
}
.comment-form div textarea {
  font-size: 15px !important;
  color: #888 !important;
}
.comment-form div input::placeholder, .comment-form div textarea::placeholder {
  font-size: 15px !important;
  color: #888 !important;
}
.comment-form div input:hover, .comment-form div textarea:hover, .comment-form div input:active, .comment-form div textarea:active, .comment-form div input:focus, .comment-form div textarea:focus {
  border-color: var(--primary-color) !important;
}
.comment-form .form-submit {
  margin-top: 20px;
  margin-bottom: 0;
}
.comment-form .form-submit .submit {
  font-size: 14px !important;
  line-height: 45px !important;
  font-weight: 600 !important;
  padding: 0px 28px !important;
  border-radius: 2px !important;
}
.comment-form .form-submit .submit:hover {
  -webkit-transform: translateY(-2px);
  -khtml-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2, 77, 135, .25) !important;
}
.comment-form .comment-form-comment {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form .comment-form-comment textarea {
  border-radius: 0;
  color: #888;
}
.comment-form .title-form {
  font-size: 14px;
  line-height: 26px;
  color: #1b1b1b;
}
.comment-form .comment-form-check {
  font-size: 14px;
  line-height: 26px;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  position: relative;
}
.comment-form .comment-form-check label:before {
  position: absolute;
  width: 14px;
  height: 14px;
  content: '';
  background-color: #e9e9e9;
  top: 6px;
  left: -27px;
}
.comment-form .comment-form-check label {
  position: relative;
}
.comment-form .comment-form-check label:after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  background-color: var(--primary-color);
  top: 10px;
  left: -23px;
  opacity: 0;
  z-index: 1;
}
.comment-form .comment-form-check input {
  z-index: 2;
  margin-right: 14px;
  opacity: 0;
  cursor: pointer;
}
.comment-form .comment-form-check input:checked + label:after {
  opacity: 1;
}
.comment-inner {
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    display: block;
  }
}
.comment-inner img.avatar {
  width: 92px;
  height: 92px;
  min-width: 92px;
  margin-right: 28px;
  float: left;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .comment-inner img.avatar {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .comment-inner img.avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 575px) {
  .comment-inner img.avatar {
    float: none;
    margin: 0 auto 0 auto;
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin-bottom: -45px;
    position: relative;
    z-index: 99;
    opacity: 1;
  }
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 26px;
  padding-left: 24px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 28px;
  color: #1b1b1b;
  /* 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: 6px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
}
.comment-form-cookies-consent label:after {
  content: '\f10c';
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 6px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  display: none;
}
.pxl-select .pxl-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 99;
  font-size: 14px;
  color: #696878;
  font-family: 'Roboto', sans-serif;
  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;
}
.pxl-select .pxl-select-options li {
  padding: 9px 8px;
  cursor: pointer;
  text-align: left;
  -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;
}
.pxl-select .pxl-select-options li:hover {
  color: var(--primary-color);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  font-weight: 700;
  color: #737879;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
}
.wrap-ctf1 .wpcf7-not-valid-tip {
  top: 120% !important;
}
.wrap-ctf1 .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
.wrap-ctf1 .input-filled input {
  height: 60px !important;
  font-size: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 10px 0px 62px !important;
  border-radius: 0;
}
.wrap-ctf1 .wpcf7-submit {
  position: absolute;
  padding: 2px 30px 3px 30px !important;
  right: 5px;
  top: 5px;
  background-color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  border-radius: 0;
}
@media (max-width: 450px) {
  .wrap-ctf1 .wpcf7-submit {
    font-size: 14px;
    padding: 5px 20px !important;
  }
}
.wrap-ctf1 .wpcf7-submit:hover {
  background-color: var(--secondary-color);
}
.box-shadow1 {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.pxl-content-area .searchform-wrap {
  position: relative;
}
.pxl-content-area .searchform-wrap .search-submit {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: var(--secondary-color);
  border-radius: 5px !important;
}
.pxl-content-area .searchform-wrap .search-submit:hover {
  background-color: var(--primary-color);
}
.pxl-content-area .page-header .page-title {
  color: var(--secondary-color);
}
.ovl-scroll {
  overflow-y: scroll;
}
.form-h1 input, .form-h1 .pxl-select-higthlight {
  background-color: #373737;
  height: 43px;
  border-radius: 0;
  color: #c8c8c8 !important;
  width: 100%;
  font-size: 15px;
}
.form-h1 input:hover, .form-h1 .pxl-select-higthlight:hover, .form-h1 input:active, .form-h1 .pxl-select-higthlight:active, .form-h1 input:focus, .form-h1 .pxl-select-higthlight:focus {
  border: none !important;
}
.form-h1 .pxl-select-higthlight:before {
  color: #c8c8c8 !important;
  right: 10px !important;
}
.form-h1 button {
  background-color: var(--primary-color);
  border: none;
  border-radius: 0 !important;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  font-size: 15px;
  height: 43px;
  width: 100% !important;
  line-height: 43px !important;
}
.wrap-ctf-service {
  padding: 0 26px;
}
.wrap-ctf-service .title-form {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  padding: 20px 28px;
  background-color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.wrap-ctf-service .title-form:before {
  position: absolute;
  content: '';
  background-color: #b1151c;
  width: 25px;
  height: 25px;
  bottom: -13px;
  right: 0;
  transform: skewy(-45deg);
  z-index: -1;
}
.wrap-ctf-service .title-form:after {
  position: absolute;
  content: '';
  background-color: #b1151c;
  width: 25px;
  height: 25px;
  bottom: -13px;
  left: 0;
  z-index: -1;
  transform: skewy(45deg);
}
.wrap-ctf-service .wrap-input {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 135px 33px 20px 33px;
}
.wrap-ctf-service .wrap-input .input-filled {
  margin-bottom: 16px;
}
.wrap-ctf-service .wrap-input input, .wrap-ctf-service .wrap-input .pxl-select-higthlight {
  border-radius: 0;
  box-shadow: none !important;
  height: 55px;
  background-color: #f3f3f3;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.wrap-ctf-service .wrap-input button {
  height: 55px;
  background-color: #e72129;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
.pxl-contact-form1 .contact-form-service {
  background-color: #e88e2e;
  padding: 34px 50px 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-contact-form1 .contact-form-service {
    padding: 34px 20px 45px;
  }
}
.pxl-contact-form1 .contact-form-service .title-ctf {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form1 .contact-form-service .title-ctf {
    font-size: 22px;
  }
}
.pxl-contact-form1 .contact-form-service .input-filled {
  margin-bottom: 20px;
}
.pxl-contact-form1 .contact-form-service .input-filled input, .pxl-contact-form1 .contact-form-service .input-filled textarea {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border-color: #eda558;
  border-radius: 3px;
  color: #eae4e4;
  font-size: 16px;
}
.pxl-contact-form1 .contact-form-service .input-filled input:active, .pxl-contact-form1 .contact-form-service .input-filled textarea:active, .pxl-contact-form1 .contact-form-service .input-filled input:hover, .pxl-contact-form1 .contact-form-service .input-filled textarea:hover, .pxl-contact-form1 .contact-form-service .input-filled input:focus, .pxl-contact-form1 .contact-form-service .input-filled textarea:focus {
  border-color: #eae4e4 !important;
}
.pxl-contact-form1 .contact-form-service .input-filled.textarea textarea {
  height: 100px !important;
  line-height: normal;
  padding: 13px 20px 0 !important;
  margin-top: 0;
}
.pxl-contact-form1 .contact-form-service .buttom-contact-service button {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  color: #e88e2e;
}
.pxl-contact-form1 .contact-form-service .buttom-contact-service button i {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  display: inline-block;
}
.pxl-contact-form1 .contact-form-service .buttom-contact-service button:hover i {
  transform: rotate(45deg);
}
.wrap-ctf-calculate {
  border: 1px solid #d8d3d3;
  padding: 16px 20px 30px 20px;
}
.wrap-ctf-calculate .title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .wrap-ctf-calculate .title {
    font-size: 20px;
  }
}
.wrap-ctf-calculate .description {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.wrap-ctf-calculate .wrap-input select {
  padding: 0 25px 0 13px !important;
  height: 36px !important;
  font-size: 16px !important;
  color: #ababab !important;
  border: 1px solid #d8d3d3 !important;
  box-shadow: none !important;
  border-radius: 0;
}
.wrap-ctf-calculate .wrap-input .input-filled {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.wrap-ctf-calculate .wrap-input .input-filled.f1 {
  margin-bottom: 31px;
}
.wrap-ctf-calculate .wrap-input .input-filled.f3 {
  margin-bottom: 18px;
}
.wrap-ctf-calculate .wrap-input .input-filled.f4 {
  margin-bottom: 42px;
}
.wrap-ctf-calculate .wrap-input .input-filled.f5 {
  margin-bottom: 0px;
}
.wrap-ctf-calculate .wrap-input .input-filled.f2 select, .wrap-ctf-calculate .wrap-input .input-filled.f3 select {
  -webkit-appearance: none;
  appearance: none;
}
.wrap-ctf-calculate .wrap-input .input-filled.f2 .wpcf7-form-control-wrap:before, .wrap-ctf-calculate .wrap-input .input-filled.f3 .wpcf7-form-control-wrap:before {
  content: "\f078";
  font-family: 'font awesome 5 pro';
  font-size: 12px;
  color: #949494;
  font-weight: 400;
  position: absolute;
  right: 13px;
  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%);
}
@media (max-width: 480px) {
  .wrap-ctf-calculate .wrap-input .input-filled {
    display: block;
    margin-bottom: 15px !important;
  }
  .wrap-ctf-calculate .wrap-input .input-filled br {
    display: none;
  }
}
.wrap-ctf-calculate .wrap-input .input-filled .title-input {
  min-width: 210px;
  color: #050505;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .wrap-ctf-calculate .wrap-input .input-filled .title-input {
    margin-bottom: 10px;
    display: block;
  }
}
.wrap-ctf-calculate .wrap-input .input-filled .uacf7-slider-label {
  display: none;
}
.wrap-ctf-calculate .wrap-input .input-filled .uacf7-value {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  position: absolute;
  top: -25px;
  right: 0;
}
.wrap-ctf-calculate .wrap-input .input-filled .uacf7_range_slider-700 {
  width: 100%;
}
.wrap-ctf-calculate .wrap-input input[type="range"] {
  background-color: var(--primary-color) !important;
  border: none !important;
}
.wrap-ctf-calculate .wrap-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: initial;
  margin-top: -12px;
  background-color: var(--primary-color) !important;
  height: 37px;
  width: 37px;
}
.wrap-ctf-calculate .wrap-input input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: initial;
  margin-top: -12px;
  background-color: var(--primary-color) !important;
  height: 37px;
  width: 37px;
  border-radius: 300px;
  border: none !important;
}
.wrap-ctf-calculate .wrap-input input[type="range"]::-webkit-slider-runnable-track {
  background: #f8f8f8 !important;
  height: 18px;
  border: 1px solid #d8d3d3 !important;
  border-radius: 100px;
}
.wrap-ctf-calculate .wrap-input input[type="range"]::-moz-range-track {
  background: #f8f8f8 !important;
  height: 18px;
  border: 1px solid #d8d3d3 !important;
  border-radius: 100px;
}
.wrap-ctf-calculate .wrap-input .wpcf7-checkbox_custom {
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.wrap-ctf-calculate .wrap-input .wpcf7-checkbox_custom .wpcf7-list-item {
  margin: 0 !important;
}
.wrap-ctf-calculate .wrap-input .wpcf7-checkbox_custom input {
  width: 71px;
  height: 38px;
  opacity: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.wrap-ctf-calculate .wrap-input .wpcf7-checkbox_custom .wpcf7-list-item-label {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 3px;
  width: 71px;
  height: 39px;
  display: block;
  cursor: pointer;
}
.wrap-ctf-calculate .wrap-input .wpcf7-checkbox_custom .wpcf7-list-item-label:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d3d3;
  border-radius: 100px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.wrap-ctf-calculate .wrap-input .wpcf7-checkbox_custom .wpcf7-list-item-label:after {
  position: absolute;
  width: 29px;
  height: 29px;
  background-color: #ccc;
  border-radius: 100px;
  top: 5px;
  left: 7px;
  -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);
  cursor: pointer;
}
.wrap-ctf-calculate .wrap-input input[type=checkbox]:checked + .wpcf7-list-item-label:after, .wrap-ctf-calculate .wrap-input .wpcf7 .wpcf7-form-control.wpcf7-checkbox_custom input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  background-color: var(--primary-color);
  left: 35px;
}
.wrap-ctf-calculate .wrap-input .your-value {
  background-color: #f8f8f8;
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #050505;
}
.wrap-ctf-calculate .wrap-input .your-value br {
  display: none;
}
.wrap-ctf-calculate .wrap-input .your-value .wpcf7-form-control-wrap {
  max-width: 215px;
}
@media (max-width: 480px) {
  .wrap-ctf-calculate .wrap-input .your-value .wpcf7-form-control-wrap {
    max-width: 130px;
  }
}
.wrap-ctf-calculate .wrap-input .your-value .wpcf7-form-control-wrap input {
  margin-left: 20px;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 0 !important;
  text-align: center !important;
  font-size: 16px;
  font-weight: 700;
}
.contact-form-v1 .input-filled {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
  .contact-form-v1 .input-filled {
    margin-bottom: 15px !important;
  }
}
.contact-form-v1 .input-filled label {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  display: block;
}
.contact-form-v1 .input-filled input, .contact-form-v1 .input-filled .pxl-select-higthlight {
  height: 49px !important;
  line-height: 49px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  font-size: 14px;
  color: #666;
  background-color: #f8f8f8 !important;
  border-radius: 0;
  border-color: #f8f8f8 !important;
  box-shadow: none !important;
  padding: 6px 18px !important;
}
.contact-form-v1 .input-filled input:focus, .contact-form-v1 .input-filled .pxl-select-higthlight:focus, .contact-form-v1 .input-filled input:active, .contact-form-v1 .input-filled .pxl-select-higthlight:active, .contact-form-v1 .input-filled input.active, .contact-form-v1 .input-filled .pxl-select-higthlight.active {
  background-color: #f8f8f8 !important;
  border-color: var(--primary-color) !important;
}
.contact-form-v1 .input-filled input::placeholder, .contact-form-v1 .input-filled .pxl-select-higthlight::placeholder {
  font-size: 14px !important;
  color: #666 !important;
}
.contact-form-v1 .input-filled .pxl-select .pxl-select-options {
  padding: 12px 15px 12px !important;
}
.contact-form-v1 .input-filled .pxl-select .pxl-select-options li {
  font-weight: 500;
  padding: 6px 4px;
}
.contact-form-v1 .input-filled .pxl-select .pxl-select-options li:hover {
  color: var(--secondary-color);
}
.contact-form-v1 .input-filled textarea {
  height: 153px !important;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  font-size: 14px;
  color: #666;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  border-radius: 0;
  box-shadow: none !important;
  padding: 6px 18px !important;
  margin-top: 1px !important;
}
.contact-form-v1 .input-filled textarea::placeholder {
  font-size: 14px !important;
  color: #666 !important;
}
.contact-form-v1 .input-filled textarea:focus, .contact-form-v1 .input-filled textarea:active {
  background-color: #f8f8f8 !important;
  border-color: var(--primary-color) !important;
}
.contact-form-v1 .input-filled button {
  display: flex;
  align-items: center;
  height: 51px;
  padding: 0 47px 0 47px;
  font-size: 15px;
  font-weight: 500;
  text-transform: inherit;
  font-family: 'Roboto';
  color: #fff;
  border-radius: 0;
  background-color: var(--primary-color);
}
.contact-form-v1 .input-filled button i {
  padding-right: 10px;
}
.contact-form-v1 .btn-filled {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 991px) {
  .contact-form-v1 .btn-filled {
    margin-top: 10px !important;
  }
}
.contact-form-v2 .input-filled {
  margin-bottom: 17px;
}
.contact-form-v2 .input-filled input {
  height: 63px;
  border: 2px solid #fdf6f2 !important;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  font-size: 18px !important;
  color: #7f7f7f !important;
  border-radius: 0;
  box-shadow: none !important;
}
.contact-form-v2 .input-filled input::placeholder {
  font-size: 18px !important;
  color: #7f7f7f !important;
}
.contact-form-v2 .input-filled input:focus, .contact-form-v2 .input-filled input:active {
  border-color: var(--primary-color) !important;
}
.contact-form-v2 .input-filled textarea {
  height: 185px;
  border: 2px solid #fdf6f2 !important;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  font-size: 18px !important;
  color: #7f7f7f !important;
  border-radius: 0;
  box-shadow: none !important;
}
.contact-form-v2 .input-filled textarea::placeholder {
  font-size: 18px !important;
  color: #7f7f7f !important;
}
.contact-form-v2 .input-filled textarea:focus, .contact-form-v2 .input-filled textarea:active {
  border-color: var(--primary-color) !important;
}
.contact-form-v2 .input-filled button {
  margin-top: 25px;
  height: 60px;
  line-height: 50px;
  padding: 0 35px 0 35px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .contact-form-v2 .col-xl-6:nth-child(1) {
    padding-right: 10px !important;
  }
  .contact-form-v2 .col-xl-6:nth-child(2) {
    padding-left: 10px !important;
  }
}
.contact-form-v3 .wrap-input .input-filled {
  margin-bottom: 0;
}
.contact-form-v3 .wrap-input .input-filled input {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  background-color: #f2f3f5;
  border: none !important;
  font-size: 16px;
  color: #7a7a7a;
}
.contact-form-v3 .wrap-input .input-filled input::placeholder {
  font-size: 16px !important;
  color: #7a7a7a !important;
}
@media screen and (max-width: 1199px) {
  .contact-form-v3 .wrap-input .input-filled {
    margin-bottom: 20px;
  }
}
.contact-form-v3 .btn-filled button {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
}
.contact-form-v3 .btn-filled button i {
  margin-left: 12px;
}
.pxl-contact-form1 .wpcf7-response-output {
  color: #fff !important;
  margin: 30px 15px 0 !important;
  background: #dc3232 !important;
  border-radius: 0 !important;
}
.pxl-contact-form-email {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
}
.pxl-contact-form-email input {
  background-color: transparent;
  border: 1px solid #0ba3fa;
  height: 54px !important;
  line-height: 54px !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}
.pxl-contact-form-email input::placeholder {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}
.pxl-contact-form-email input:active, .pxl-contact-form-email input:focus, .pxl-contact-form-email input:hover {
  border-color: #0ba3fa !important;
}
.pxl-contact-form-email .btn-form-email {
  background-color: #0ba3fa;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Roboto';
  -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 screen and (max-width: 575px) {
  .pxl-contact-form-email .btn-form-email {
    padding: 0 10px;
    letter-spacing: 0;
  }
}
.pxl-contact-form-email .btn-form-email:hover {
  background-color: #0472b1;
}
.pxl-contact-form-email .wpcf7-not-valid-tip {
  display: none !important;
}
.pxl-contact-form-email .wpcf7-response-output {
  max-width: 600px !important;
  margin: 20px auto 0 !important;
}
@media screen and (max-width: 1199px) {
  .page-id-2756 #pxl-header-elementor {
    display: none;
  }
}
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 .pxl-text-left {
  text-align: right;
}
body.rtl .pxl-text-right {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  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: 1199px) {
  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-type-header-clip > .elementor-container .pxl-header-shape {
  margin-left: 190px;
  margin-right: 52px;
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape span {
  transform: scaleX(-1);
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape::before {
  left: auto;
  right: -45px;
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape::after {
  left: auto;
  right: -52px;
}
body.rtl .pxl-item--post .pxl-item--meta li {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-item--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-item--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: 24px;
}
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-item--post .pxl-item--readmore a:hover {
  padding-right: 30px;
  padding-left: 48px;
}
body.rtl .pxl-item--post .pxl-item--readmore i {
  right: auto;
  left: 36px;
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .pxl-item--post .pxl-item--readmore a:hover i {
  left: 24px;
}
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:before, body.rtl .widget_categories ul li a:before, body.rtl .widget_nav_menu ul li a:before, body.rtl .widget_pages ul li a:before, body.rtl .widget_archive ul li a:before, body.rtl .widget_meta ul li a:before, body.rtl .widget_recent_entries ul li a:before {
  content: "\f136";
  margin-right: 0;
  margin-left: 8px;
  float: right;
}
body.rtl .widget_product_categories ul li.current-menu-item > a, body.rtl .widget_categories ul li.current-menu-item > a, body.rtl .widget_nav_menu ul li.current-menu-item > a, body.rtl .widget_pages ul li.current-menu-item > a, body.rtl .widget_archive ul li.current-menu-item > a, body.rtl .widget_meta ul li.current-menu-item > a, body.rtl .widget_recent_entries ul li.current-menu-item > a, body.rtl .widget_product_categories ul li.current-cat > a, body.rtl .widget_categories ul li.current-cat > a, body.rtl .widget_nav_menu ul li.current-cat > a, body.rtl .widget_pages ul li.current-cat > a, body.rtl .widget_archive ul li.current-cat > a, body.rtl .widget_meta ul li.current-cat > a, body.rtl .widget_recent_entries ul li.current-cat > a, body.rtl .widget_product_categories ul li.current-cat-parent > a, body.rtl .widget_categories ul li.current-cat-parent > a, body.rtl .widget_nav_menu ul li.current-cat-parent > a, body.rtl .widget_pages ul li.current-cat-parent > a, body.rtl .widget_archive ul li.current-cat-parent > a, body.rtl .widget_meta ul li.current-cat-parent > a, body.rtl .widget_recent_entries ul li.current-cat-parent > a, body.rtl .widget_product_categories ul li > a:hover, body.rtl .widget_categories ul li > a:hover, body.rtl .widget_nav_menu ul li > a:hover, body.rtl .widget_pages ul li > a:hover, body.rtl .widget_archive ul li > a:hover, body.rtl .widget_meta ul li > a:hover, body.rtl .widget_recent_entries ul li > a:hover {
  padding-left: 0px;
  padding-right: 16px;
}
body.rtl .widget_search .search-submit {
  right: auto;
  left: 0;
}
body.rtl .widget_pxl_recent_posts .pxl-item--img {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .widget_pxl_recent_posts .pxl-item--date i, body.rtl .widget_tag_cloud a {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .pxl-banner1 .pxl-item--meta {
  left: auto;
  right: -85px;
  direction: ltr;
}
body.rtl .pxl-testimonial-carousel1 .pxl-item--star {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-testimonial-carousel1 .pxl-swiper-arrow {
  right: auto;
  left: 0;
}
body.rtl .pxl-testimonial-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 74px;
}
body.rtl .pxl-testimonial-carousel1 .pxl-item--image {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .pxl-grid-filter .filter-item.active {
  margin-right: 0;
  margin-left: 24px;
}
body.rtl .pxl-grid-filter .filter-item.active:last-child {
  margin-left: 0;
}
body.rtl .pxl-mailchimp.style-outline [type="email"] {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-mailchimp.style-outline [type="email"] {
    margin-left: 0;
  }
}
body.rtl .pxl-post-carousel1 .pxl-item--author img {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .pxl-post-carousel1 .pxl-item--date i {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .pxl-btn-line:hover i {
  margin-left: 0;
  margin-right: 12px;
}
body.rtl .pxl-history1 .pxl-item--start, body.rtl .pxl-history1 .pxl-item--image {
  right: 50%;
  transform: translate(50%, 0);
}
body.rtl .pxl-history1 .pxl-content--left {
  padding-right: 0;
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-history1 .pxl-content--left {
    padding-right: 0;
    padding-left: 30px;
  }
}
body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:before {
  right: auto;
  left: -130px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:before {
    right: auto;
    left: -40px;
  }
}
body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:after {
  right: auto;
  left: -108px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-history1 .pxl-content--left .pxl-item--title:after {
    right: auto;
    left: -20px;
  }
}
body.rtl .pxl-history1 .pxl-content--right {
  padding-left: 0px;
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-history1 .pxl-content--right {
    padding-left: 0px;
    padding-right: 30px;
  }
}
body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:before {
  left: auto;
  right: -130px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:before {
    left: auto;
    right: -40px;
  }
}
body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:after {
  left: auto;
  right: -108px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-history1 .pxl-content--right .pxl-item--title:after {
    left: auto;
    right: -20px;
  }
}
body.rtl .pxl-link.hv-style2 a::before {
  right: 0;
  left: auto;
}
body.rtl .pxl-mailchimp.style-default [type="submit"] {
  right: auto;
  left: 0;
}
body.rtl .pxl-link li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .pxl-feature1 .pxl--item-title::before {
  left: auto;
  right: 0;
}
body.rtl .pxl-process1 .pxl--item:nth-child(2) .pxl-item--divider, body.rtl .pxl-process1 .pxl--item:nth-child(1) .pxl-item--divider {
  left: -101px;
  right: auto;
}
body.rtl .pxl-process1 .pxl-item--image {
  right: auto;
  left: 0;
}
body.rtl .pxl-testimonial-carousel2 .pxl-item--image {
  margin-right: 0;
  margin-left: 24px;
}
body.rtl .pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: auto;
  left: 0;
}
body.rtl .pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: auto;
  right: 0;
}
body.rtl .pxl-partner-carousel1 .pxl-item--inner::before {
  right: auto;
  left: -15px;
}
body.rtl .pxl-mailchimp.style-primary [type="email"] {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-link.hv-style5 li a {
  padding-left: 42px;
  padding-right: 20px;
}
body.rtl .pxl-link.hv-style5 li i {
  margin: 0;
  right: auto;
  left: 20px;
  -webkit-transform: translate(0, -50%) scaleX(-1);
  -khtml-transform: translate(0, -50%) scaleX(-1);
  -moz-transform: translate(0, -50%) scaleX(-1);
  -ms-transform: translate(0, -50%) scaleX(-1);
  -o-transform: translate(0, -50%) scaleX(-1);
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .pxl-testimonial-single1 .pxl-item--image {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-testimonial-single1.style-img-larger .pxl-item--image {
  margin-right: 30px;
}
body.rtl .pxl-testimonial-carousel1 .pxl-item--image, body.rtl .pxl-testimonial-grid1 .pxl-item--image {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-testimonial-grid1 .pxl-item--holder::before {
  left: auto;
  right: 40px;
  transform: scaleX(-1);
}
body.rtl .pxl-link.hv-style6 li i {
  right: auto;
  left: 10px;
  margin: 0;
}
body.rtl .pxl-blog-grid-layout3 .pxl-item--meta i {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .pxl-blog-grid-layout3 .pxl-item--meta > div {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl-blog-grid-layout3 .pxl-item--meta > div:last-child {
  margin-left: 0;
  margin-right: 0;
}
body.rtl .pxl-icon-box2.style3 .pxl-item--icon {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .pxl-banner2 .pxl-item--project .pxl-project--icon {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .pxl-banner2 .pxl-item--team {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-banner2 .pxl-item--meta {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .pxl-portfolio-carousel2 .pxl-item--meta {
  padding-right: 20px;
  padding-left: 70px;
}
body.rtl .pxl-portfolio-carousel2 .pxl-item--readmore {
  right: auto;
  left: 20px;
}
body.rtl .pxl-testimonial-carousel4 .pxl-item--image {
  margin-right: 0;
  margin-left: 28px;
}
body.rtl .pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
  right: auto;
  left: 20px;
}
body.rtl .pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-mailchimp.style-box-white2 [type="email"] {
  padding-left: 0;
  padding-right: 30px;
}
body.rtl .pxl-link.hv-style3 a:hover {
  padding-left: 0;
  padding-right: 18px;
}
body.rtl .pxl-link.hv-style3 a::before {
  left: auto;
  right: -11px;
}
body.rtl .pxl-link.hv-style3 a:hover::before {
  left: auto;
  right: 0;
}
body.rtl .pxl-video-player1 .btn-video.style4 + .pxl-video-text {
  margin-left: 0;
  margin-right: 14px;
}
@media screen and (min-width: 1200px) {
  body.rtl .pxl-tabs1.style-text-gradient .pxl-tabs--title {
    margin-right: 0;
    margin-left: 20px;
  }
  body.rtl .pxl-tabs1.style-text-gradient .pxl-tabs--title .pxl-item--title::before {
    left: auto;
    right: 22px;
  }
}
body.rtl .pxl-accordion1.style3 .pxl-item--title {
  padding: 28px 80px 28px 20px;
}
body.rtl .pxl-accordion1.style3 .pxl-icon--plus {
  left: auto;
  right: 30px;
}
body.rtl .pxl-icon-box2.style4 .pxl-item--icon {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
  margin-right: 0;
  margin-left: 50px;
}
body.rtl .pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current::before {
  left: auto;
  right: 32px;
}
body.rtl .pxl-wapper .btn-plus-text {
  flex-direction: row-reverse;
}
body.rtl .btn.btn-slider1 i {
  margin-left: 0;
  margin-right: 18px;
  -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-page-title-default .pxl-breadcrumb li:before {
  content: "\f14d";
  margin: 0 14px;
  font-weight: 700;
  color: inherit;
  font-family: Caseicon;
  font-size: 11px;
}
body.rtl #pxl-page-title-default .pxl-breadcrumb li:after {
  display: none;
}
body.rtl .pxl-scroll-top {
  right: auto;
  left: 20px;
}
body.rtl .pxl-col-line1::before {
  left: 25px;
  right: auto;
}
body.rtl input[type="text"], body.rtl input[type="email"], body.rtl input[type="url"], body.rtl input[type="password"], body.rtl input[type="search"], body.rtl input[type="tel"], body.rtl input[type="number"], body.rtl input[type="range"], body.rtl input[type="date"], body.rtl input[type="month"], body.rtl input[type="week"], body.rtl input[type="time"], body.rtl input[type="datetime"], body.rtl input[type="datetime-local"], body.rtl input[type="color"], body.rtl textarea, body.rtl select, body.rtl .nice-select {
  text-align: right;
}
body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  right: auto;
  left: 18px;
}
.error404 {
  background-image: url(../img/bg-404.webp);
  background-size: cover;
  background-position: center;
}
.error404 #pxl-main {
  padding: 64px 0 120px;
}
@media screen and (max-width: 767px) {
  .error404 #pxl-main {
    padding: 40px 0 100px;
  }
}
.error404 .wrap-content-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.error404 .wrap-content-404 .pxl-error-inner {
  position: relative;
  z-index: 99;
  max-width: 900px;
  margin: auto;
  padding: 0 15px;
}
.error404 .wrap-content-404 .pxl-error-inner .error-404-image {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.error404 .wrap-content-404 .pxl-error-title {
  margin-top: 30px;
  margin: 30px 0 18px;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .error404 .wrap-content-404 .pxl-error-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .error404 .wrap-content-404 .pxl-error-title {
    font-size: 25px;
  }
}
.error404 .wrap-content-404 .error-404-desc {
  font-size: 17px;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
  max-width: 670px;
  margin: 0 auto 47px;
}
@media screen and (max-width: 767px) {
  .error404 .wrap-content-404 .error-404-desc {
    margin: 0 auto 32px;
  }
}
@media (max-width: 575px) {
  .error404 .wrap-content-404 .error-404-desc {
    font-size: 16px;
  }
}
.error404 .wrap-content-404 .pxl-error-button {
  height: 49px;
  line-height: 49px;
  padding: 0 36px;
  border-radius: 0;
  font-weight: 500;
  background-color: #0ba3fa;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.error404 .wrap-content-404 .pxl-error-button:hover {
  background-color: var(--secondary-color);
}
.wp-block-column .wp-block-quote {
  padding: 32px 20px 28px 20px;
  font-size: 18px;
  line-height: 27px;
  margin-top: 0;
}
.wp-block-column .wp-block-quote p {
  font-size: 20px !important;
}
.wp-block-column .wp-block-quote cite {
  font-size: 16px !important;
  line-height: 24px;
}
.wp-block-column .wp-block-quote cite:before {
  width: 20px;
}
.pxl-item--excerpt ul {
  padding: 0;
}
.pxl-item--excerpt ul li {
  margin-bottom: 10px;
  list-style-position: inside;
}
.pxl-item--excerpt ol li {
  margin-bottom: 10px;
}
.pxl-item--excerpt .wp-block-quote.extraclass p a {
  color: #000;
}
.pxl-item--excerpt .nice-select {
  border: 1px solid #ededed;
  padding-left: 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);
}
.pxl-item--excerpt .nice-select:hover, .pxl-item--excerpt .nice-select:active, .pxl-item--excerpt .nice-select:focus {
  border-color: var(--primary-color);
}
.pxl-item--excerpt .wp-block-search__inside-wrapper input {
  border-radius: 0;
  margin: 10px 0;
}
.pxl-item--excerpt .wp-block-search__inside-wrapper input:hover, .pxl-item--excerpt .wp-block-search__inside-wrapper input:active, .pxl-item--excerpt .wp-block-search__inside-wrapper input:focus {
  border-color: var(--primary-color) !important;
}
.pxl-item--excerpt .wp-block-search__inside-wrapper button {
  height: 48px !important;
  line-height: 48px !important;
  padding-right: 20px !important;
  color: #000 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.pxl-item--excerpt .wp-block-search__inside-wrapper button:hover {
  color: var(--primary-color) !important;
}
.pxl-item--excerpt .post-password-form p label input {
  border-radius: 0;
  margin-top: 20px;
}
.pxl-item--excerpt .post-password-form p > input {
  height: 55px !important;
  bottom: 0;
  right: 0;
  border-radius: 0;
}
.pxl-item--excerpt .post-password-form p > input:hover, .pxl-item--excerpt .post-password-form p > input:active, .pxl-item--excerpt .post-password-form p > input:focus {
  background-color: var(--primary-color) !important;
}
.entry-content .wp-block-pullquote .has-light-gray-color {
  margin: 0 0;
}
.entry-content .wp-block-pullquote.is-style-solid-color {
  margin-bottom: 30px;
}
.entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
    width: 70% !important;
  }
}
@media screen and (max-width: 575px) {
  .entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
    width: 85% !important;
  }
}
.single-post .entry-body .entry-title {
  margin-bottom: -20px;
}
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-rss .wp-block-rss__item {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.wp-block-rss .wp-block-rss__item:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #828893;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
}
.wp-block-calendar tr td {
  text-align: center;
}
.wp-block-search__inside-wrapper input {
  border-color: #ccc;
  width: 100%;
}
.wp-block-search__inside-wrapper button {
  line-height: 36px;
  font-size: 16px;
  padding: 0 20px 0 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--secondary-color);
  border-radius: 10px;
}
.post-1779 .wp-block-pullquote blockquote {
  margin: 0 0;
}
#post-1152 .item-category {
  display: none;
}
.post-1000 .entry-content > ol > li > ul > li > ul > li {
  padding-left: 20px;
}
.post-1000 .entry-content > ul > li > ul > li {
  padding-left: 20px;
}
.post-1000 .entry-content > ul > li > ol > li > ul > li {
  padding-left: 20px;
}
.entry-blog {
  margin-bottom: 39px !important;
}
.wp-block-group.has-background .wp-block-group__inner-container {
  margin: 30px 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
  }
}
.wp-block-media-text.has-background {
  margin-bottom: 30px;
}
.wp-block-media-text.has-background .wp-block-media-text__content > p:first-child {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 10px;
}
.tag-title .entry-title a {
  word-break: break-word;
}
.woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1200px) {
  .woocommerce-NoticeGroup-checkout {
    margin: 0 40px 0 15px;
  }
}
.woocommerce-product-content > .woocommerce-product--excerpt {
  display: none;
}
.select2-dropdown--below > .select2-search--dropdown, .select2-dropdown--above > .select2-search--dropdown {
  padding: 15px 17px 20px 17px;
}
.select2-dropdown--below > .select2-results > .select2-results__options li, .select2-dropdown--above > .select2-results > .select2-results__options li {
  padding: 6px 17px;
}
.entry-content > .gallery > .gallery-item {
  text-align: center;
}
.entry-content > .gallery > .gallery-item .gallery-icon {
  margin-bottom: 13px;
}
.page-id-156 .page-title-inner, .page-id-155 .page-title-inner, .page-id-1134 .page-title-inner, .page-id-1811 .page-title-inner, .page-id-1813 .page-title-inner, .page-id-1133 .page-title-inner {
  display: block !important;
}
.page .comment-list-wrap {
  padding: 0 0px 20px !important;
}
.page .comment-form-cookies-consent {
  margin-top: 15px;
}
.page #commentform .row-one {
  width: 110%;
}
.page #commentform .form-submit {
  margin-top: 28px;
  width: 100%;
}
.widget_block h2, .widget_block label {
  color: #080808;
  font-weight: 700;
  margin-top: 30px;
  font-size: 22px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  position: relative;
}
.widget_block h2:before, .widget_block label:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.widget_nav_menu .sub-menu, .widget_pages .sub-menu, .widget_categories .sub-menu, .widget_nav_menu .children, .widget_pages .children, .widget_categories .children {
  padding-left: 10px;
  margin-left: 0;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper input {
  width: 100%;
}
.widget_block.widget_search .wp-block-search__inside-wrapper button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  background-color: transparent;
  color: var(--secondary-color);
}
.pxl-content-area .wp-block-search__inside-wrapper {
  position: relative;
}
.pxl-content-area .wp-block-search__inside-wrapper input {
  width: 100%;
}
.pxl-content-area .wp-block-search__inside-wrapper button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  line-height: 55px;
  background-color: transparent;
  color: var(--secondary-color);
}
.pxl-content-area .wp-block-search__inside-wrapper button:hover {
  color: var(--primary-color);
}
.widget_archive select {
  padding: 5px;
}
.widget_archive .widget-content .nice-select {
  border: 1px solid #e9ebf0;
  padding-left: 15px;
  color: #101010;
}
.widget_block ol {
  padding-left: 0;
}
.widget_block ol li {
  margin-bottom: 25px;
}
.widget_block ol li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_block a {
  font-weight: 400;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
  line-height: normal;
  padding: 8px;
}
.widget_calendar th a, .widget_calendar td a {
  font-weight: 700;
}
.widget_calendar table {
  margin: 0;
  border-right: 1px solid #ededed;
}
.widget_calendar table > caption {
  background-color: #f9f9f9;
  border: 1px solid #ededed !important;
  border-top: none;
  padding: 12px 10px;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.widget_calendar .wp-calendar-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 10px;
}
.widget_calendar .wp-calendar-nav a {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  background-color: #f9f9f9;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ededed;
}
.widget_calendar .wp-calendar-nav a:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
  margin-right: 20px;
  flex-grow: 1;
}
.widget_block.widget_search {
  position: relative;
}
.widget_block.widget_search .wp-block-search__label {
  display: none;
}
.widget_block.widget_search .wp-block-search__button {
  padding: 0;
  border: none;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-left: 1px solid #ececf0;
  position: absolute;
  top: 0;
  right: 0;
  color: #1b2336;
  font-size: 15px;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 0px;
}
.widget_block.widget_search .wp-block-search__button:before {
  content: "\f12c";
  font-family: 'Caseicon';
  font-size: 15px;
  font-weight: 400;
}
.widget_block.widget_search .wp-block-search__button:after {
  display: none;
}
.widget_block.widget_search .wp-block-search__button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.widget_block.widget_search .wp-block-search__input {
  font-size: 15px;
  color: #1b2336;
  border-color: #ececf0;
  background-color: #fff;
  height: 51px;
  padding-left: 20px;
  padding-right: 51px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.widget_block.widget_search .wp-block-search__input:active, .widget_block.widget_search .wp-block-search__input:hover, .widget_block.widget_search .wp-block-search__input:focus {
  border-color: var(--primary-color) !important;
}
.widget_block.widget_search .wp-block-search__input:active + .wp-block-search__button, .widget_block.widget_search .wp-block-search__input:hover + .wp-block-search__button, .widget_block.widget_search .wp-block-search__input:focus + .wp-block-search__button {
  border-color: var(--primary-color) !important;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  display: block;
  position: relative;
}
.widget_block .wp-block-latest-posts__list li {
  font-size: 0px;
}
.widget_block .wp-block-latest-posts__list li a {
  color: #1b1b1b;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ececf0;
  position: relative;
}
.widget_block .wp-block-latest-posts__list li a:before {
  content: '\f137';
  font-family: Flaticon;
  position: absolute;
  left: -10px;
  top: 54%;
  -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%);
  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;
}
.widget_block .wp-block-latest-posts__list li:last-child > a {
  border-bottom: none;
}
.widget_block .wp-block-latest-posts__list li a:hover {
  color: var(--primary-color);
  padding-left: 15px;
}
.widget_block .wp-block-latest-posts__list li a:hover:before {
  left: 0px;
  opacity: 1;
}
.widget_block .wp-block-latest-comments li {
  color: #1b1b1b;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ececf0;
  position: relative;
}
.widget_block .wp-block-latest-comments li a {
  color: inherit;
}
.widget_block .wp-block-latest-comments li a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-comments li:last-child > a {
  border-bottom: none;
}
strong {
  color: var(--secondary-color);
}
table tr td, table th {
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding-left: 10px;
}
.widget_text form, .widget_categories form {
  position: relative;
}
.widget_text form select::-ms-expand, .widget_categories form select::-ms-expand {
  display: none;
}
.widget_text form select, .widget_categories form select {
  -webkit-appearance: none;
  appearance: none;
}
@-moz-document url-prefix() {
  .widget_text form .ui-select, .widget_categories form .ui-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .widget_text form .ui-select select, .widget_categories form .ui-select select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important;
  }
}
.widget_text form:before, .widget_categories form:before {
  content: "\f13c";
  font-family: 'Caseicon';
  font-size: 10px;
  color: #43baff;
  font-weight: 700;
  position: absolute;
  right: 20px;
  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%);
}
pre {
  overflow: hidden;
}
h2 + ul, h2 + ol {
  margin-bottom: 22px;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 35px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button {
  margin-bottom: 32px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button a {
  color: #fff !important;
}
.wp-block-button.is-style-outline a {
  color: var(--secondary-color) !important;
}
.wp-block-quote.is-style-large {
  padding: 30px 60px;
}
.blocks-gallery-caption {
  margin-bottom: 32px;
}
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 52px;
}
.block-editor-rich-text__editable a {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin: 30px 0;
}
.wp-block-media-text.has-background {
  margin-bottom: 25px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6842em;
}
@media screen and (min-width: 576px) {
  li > ul, blockquote > ul {
    margin-left: 1.65em;
    padding-left: 0;
  }
  li > ol, blockquote > ol {
    margin-left: 1.15em;
    padding-left: 0;
  }
}
blockquote cite a {
  color: #fff;
}
blockquote cite a:hover {
  color: #fff;
}
.wp-block-cover p {
  color: #fff;
}
.wp-block-cover-image, .wp-block-cover {
  /**
 * 6.0 Galleries
 */
}
.wp-block-cover-image.has-background-dim p, .wp-block-cover.has-background-dim p {
  line-height: 48px;
  color: #fff;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery .gallery-caption {
  color: #707070;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
@media (max-width: 480px) } {
  margin-left: 0;
  text-align: left;
  clear: none;
  float: none;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 480px) } {
  min-width: 280px;
}
.category-block .pxl-related-post {
  display: block;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: max-content;
  width: 100%;
}
.post-password-form {
  position: relative;
}
.post-password-form input[type="submit"] {
  position: absolute;
  bottom: 5px;
  border-radius: 10px;
  right: 5px;
  background-color: var(--secondary-color);
}
.sticky-title {
  margin-right: 8px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  line-height: 36px;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  font-size: 13px !important;
  transform: translateY(-4px);
  display: inline-block;
}
#pxl-post-1784 .pxl-item--meta {
  margin-bottom: 20px;
}
#pxl-post-1784 .pxl-item--excerpt .wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}
#pxl-post-1784 .pxl-item--excerpt .wp-block-cover.has-pale-pink-background-color.aligncenter .wp-block-cover-text strong {
  color: #fff;
  font-weight: 500;
}
.wp-block-media-text.alignwide .wp-block-media-text__content .has-large-font-size {
  margin-bottom: 10px;
  font-size: 24px !important;
}
.wp-block-media-text.alignfull.has-background .wp-block-media-text__content .has-large-font-size {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.post-1174 .pxl-item--excerpt table td {
  text-align: center;
}
.postid-1152 .pxl-item--holder .pxl-single-post-meta .pxl-item--category {
  align-items: start;
}
.postid-1152 .pxl-item--holder .pxl-single-post-meta .pxl-item--category i {
  transform: translateY(14px);
}
.postid-1152 .pxl-item--holder .pxl-single-post-meta .pxl-item--category span {
  padding-left: 5px;
}
.postid-1175 #pxl-page-title-default .pxl-page-title {
  word-break: break-word;
}
.custom-slide-plumping {
  position: relative;
}
.custom-slide-plumping:before, .custom-slide-plumping:after {
  position: absolute;
  content: '';
  height: 243px;
  width: 264px;
  bottom: 9px;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 1500px) {
  .custom-slide-plumping:before, .custom-slide-plumping:after {
    display: none;
  }
}
.custom-slide-plumping:before {
  left: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
.custom-slide-plumping:after {
  right: 0;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 1235px) and (min-width: 1225px) {
  .gr-slide-plumbing {
    margin-left: -6px !important;
  }
}
@media (max-width: 1224px) and (min-width: 1200px) {
  .gr-slide-plumbing {
    margin-left: -15px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .gr-slide-plumbing {
    margin-left: -19px !important;
  }
}
.sub-title-slide-plumbing {
  position: relative;
}
.sub-title-slide-plumbing:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 36px;
  left: -4px;
}
.line-vertical {
  width: 1px !important;
  height: 130px !important;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .line-vertical {
    height: 115px !important;
  }
}
@media (max-width: 777px) {
  .line-vertical {
    display: none !important;
  }
}
.btn-slide-plumbing {
  display: inline-flex !important;
}
.btn-slide-plumbing i {
  margin-left: 3px !important;
}
.btn-slide-air-conditional i {
  font-size: 10px !important;
  margin-left: 8px;
  transform: translateY(-1px);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-slide-roofing {
  padding: 0 40px !important;
  transition: all 100ms linear 0ms !important;
}
.btn-slide-roofing i {
  position: relative;
  bottom: -1px;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Font Awesome 5 Pro" !important;
  margin-left: 10px;
}
.btn-slide-roofing i:before {
  font-family: "Font Awesome 5 Pro" !important;
}
.btn-slide-roofing:hover i {
  animation: button-tran 0.4s ease;
}
.tp-leftarrow.nav-home-plumbing:before, .tp-leftarrow.nav-home-roofing:before {
  content: '\f177' !important;
  font-family: "Font Awesome 5 Pro";
}
.tp-leftarrow.nav-home-plumbing:hover:before, .tp-leftarrow.nav-home-roofing:hover:before {
  animation: al 300ms ease-out;
}
.tp-rightarrow.nav-home-plumbing:before, .tp-rightarrow.nav-home-roofing:before {
  content: '\f178' !important;
  font-family: "Font Awesome 5 Pro";
}
.tp-rightarrow.nav-home-plumbing:hover:before, .tp-rightarrow.nav-home-roofing:hover:before {
  animation: ar 300ms ease-out;
}
.nav-home-plumbing, .nav-home-roofing {
  width: 89px !important;
  height: 89px !important;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f2f3 !important;
  -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;
}
@media (max-width: 1550px) {
  .nav-home-plumbing, .nav-home-roofing {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (max-width: 1500px) {
  .nav-home-plumbing, .nav-home-roofing {
    display: none !important;
  }
}
.nav-home-plumbing:before, .nav-home-roofing:before {
  color: var(--primary-color) !important;
  line-height: 89px !important;
  font-size: 33px !important;
  font-weight: 300;
  -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;
}
@media (max-width: 1550px) {
  .nav-home-plumbing:before, .nav-home-roofing:before {
    line-height: 80px !important;
  }
}
.nav-home-plumbing:hover, .nav-home-roofing:hover {
  background-color: #008ad9 !important;
}
.nav-home-plumbing:hover:before, .nav-home-roofing:hover:before {
  color: #fff !important;
}
.nav-home-roofing {
  width: 65px !important;
  height: 65px !important;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .3) !important;
}
.nav-home-roofing:before {
  line-height: 65px !important;
  color: #e3141d !important;
  font-size: 30px !important;
}
.nav-home-roofing:hover {
  background-color: #e3141d !important;
}
.nav-home-roofing:hover:before {
  color: #fff !important;
}
.tp-leftarrow.nav-home-ari-conditional:before, .tp-leftarrow.nav-home-carpenter:before {
  content: '\f177' !important;
  font-family: "Font Awesome 5 Pro";
}
.tp-rightarrow.nav-home-ari-conditional:before, .tp-rightarrow.nav-home-carpenter:before {
  content: '\f178' !important;
  font-family: "Font Awesome 5 Pro";
}
.nav-home-ari-conditional, .nav-home-carpenter {
  width: 89px !important;
  height: 89px !important;
  text-align: center;
  border-radius: 50%;
  background-color: #52525d !important;
  -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;
}
@media (max-width: 1500px) {
  .nav-home-ari-conditional, .nav-home-carpenter {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (max-width: 1300px) {
  .nav-home-ari-conditional, .nav-home-carpenter {
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 1023px) {
  .nav-home-ari-conditional, .nav-home-carpenter {
    display: none !important;
  }
}
.nav-home-ari-conditional:after, .nav-home-carpenter:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(0.2);
  z-index: 1;
  border-radius: 100%;
  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;
}
.nav-home-ari-conditional:before, .nav-home-carpenter:before {
  color: #b8b8bc !important;
  line-height: 89px !important;
  font-size: 33px !important;
  font-weight: 300;
  -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;
  z-index: 100;
  position: relative;
}
@media (max-width: 1500px) {
  .nav-home-ari-conditional:before, .nav-home-carpenter:before {
    line-height: 80px !important;
  }
}
@media (max-width: 1300px) {
  .nav-home-ari-conditional:before, .nav-home-carpenter:before {
    line-height: 62px !important;
    font-size: 28px !important;
  }
}
.nav-home-ari-conditional:hover:before {
  color: #2b73be !important;
}
.nav-home-ari-conditional:hover:after, .nav-home-carpenter:hover:after {
  transform: scale(1);
  opacity: 1;
}
.nav-home-carpenter {
  background-color: #fff !important;
}
.nav-home-carpenter:before {
  color: #e88e2e !important;
}
.nav-home-carpenter:after {
  background-color: #e88e2e !important;
}
.nav-home-carpenter:hover:before {
  color: #fff !important;
}
@media (max-width: 1150px) and (min-width: 1024px) {
  .img-column {
    padding-right: 100px !important;
  }
}
@media (max-width: 1150px) and (min-width: 1024px) {
  .img-column2 {
    padding-left: 50px !important;
  }
}
button:not(.rm-style-default), .button, input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  line-height: 45px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-size: 300%, 1px;
  background-position: 0%;
  height: auto;
}
button:not(.rm-style-default):hover, .button:hover, input[type="submit"]:hover, button:not(.rm-style-default):focus, .button:focus, input[type="submit"]:focus, button:not(.rm-style-default):active, .button:active, input[type="submit"]:active, button:not(.rm-style-default):not([disabled]):not(.disabled).active, .button:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, button:not(.rm-style-default):not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-position: 100%;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary-color);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px;
  line-height: 44px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-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;
  border-radius: 4px;
  background-color: var(--primary-color);
  height: auto;
}
.btn i {
  line-height: normal;
}
.btn i.flaticon {
  line-height: 1;
}
.btn.pxl-icon--right {
  flex-direction: row-reverse;
}
.btn:hover, .btn:focus, .btn:active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
}
.btn.btn-default {
  overflow: hidden;
}
.btn.btn-default:hover {
  -webkit-transform: translateY(-2px);
  -khtml-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn.skew {
  transform: skewX(-5deg);
}
.btn.skew span {
  transform: skewX(5deg);
}
.btn.outlines {
  position: relative;
}
.btn.outlines:before {
  position: absolute;
  content: '';
  border: 1px solid var(--primary-color);
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
}
.btn.outlines:hover:before {
  animation: pulse 1s infinite;
  box-shadow: 0 0 0 2em rgba(255, 0, 0, 0);
}
.btn.btn-text-underline {
  background: none;
  padding: 0;
  line-height: normal;
  overflow: visible;
  white-space: nowrap;
}
.btn.btn-text-underline span {
  text-decoration: underline;
}
.btn.btn-text-underline i {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1;
}
.btn.btn-text-underline:hover i {
  -o-animation: pxl_right_from_left 0.6s forwards;
  -ms-animation: pxl_right_from_left 0.6s forwards;
  -webkit-animation: pxl_right_from_left 0.6s forwards;
  animation: pxl_right_from_left 0.6s forwards;
}
.btn.btn-icon {
  line-height: 58px;
  background-color: var(--fourth-color);
  padding: 0 33px 0 10px !important;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
.btn.btn-icon i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  background-color: #fff;
  color: var(--secondary-color);
  margin-right: 20px !important;
  display: inline-block;
}
.btn.btn-icon:hover {
  background-color: var(--regular-color);
}
.btn.btn-radius {
  border-radius: 0 !important;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  font-weight: 700;
}
.btn.btn-radius:hover {
  animation: elementor-animation-wobble-horizontal 0.7s forwards;
}
.btn.btn-shadow {
  border-radius: 0 !important;
  height: 65px;
  line-height: 65px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: rgba(0, 82, 129, .60) 0px 20px 20px -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.btn-shadow:hover {
  box-shadow: rgba(0, 82, 129, .60) 0px 26px 20px -20px;
}
.btn.btn-purchase {
  height: 86px;
  line-height: 86px;
  padding: 0 43px;
  border-radius: 0;
  /* Shortcode Button */
  /* Effect Style */
}
.btn.btn-purchase .pxl-item--image {
  position: relative;
  padding-right: 17px;
  display: inherit;
}
.btn.btn-purchase .pxl-item--image:before {
  position: absolute;
  content: '';
  width: 1px;
  top: 1px;
  bottom: 1px;
  right: 0;
  background-color: #7acaf8;
}
.btn.btn-purchase .pxl--btn-text {
  font-size: 17px;
  padding-left: 20px;
  line-height: 1;
  text-decoration: underline;
}
.btn.btn-purchase:hover .pxl-item--image img {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.btn.btn-nina .pxl--btn-text {
  position: relative;
  direction: ltr;
}
.btn.btn-nina .pxl--btn-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
}
.btn.btn-nina .pxl--btn-text > span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}
.btn.btn-nina:hover {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.btn.btn-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn.btn-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn.btn-nina:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.btn.hover-style1 {
  overflow: hidden;
  background: #e72129;
  text-align: center;
  position: relative;
}
.btn.hover-style1:after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
  transition: 500ms !important;
}
.btn.hover-style1:hover:after {
  transform: skewX(45deg) scale(1, 1);
}
.btn.hover-style1: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.hover-style1:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn.hover-style1:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn.hover-style1:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.btn.hover-style2 {
  background-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);
}
.btn.hover-style2 i {
  display: inline-block;
  -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.hover-style2:hover {
  background-color: var(--secondary-color);
}
.btn.hover-style2:hover i {
  transform: rotate(45deg);
}
.btn.hover-style3: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.hover-style3:hover i {
  animation: button-tran 0.4s ease;
}
.btn-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  color: var(--secondary-color);
  -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);
  display: flex;
  align-items: center;
}
.btn-text i {
  font-size: 10px;
  color: var(--regular-color);
  margin-left: 10px;
  line-height: 1.3;
}
.btn-text:hover {
  color: var(--regular-color);
}
.btn-text:hover i {
  animation: ar 300ms ease-out;
}
.pxl-wapper .icon-space-left {
  margin-left: 12px;
}
.pxl-wapper .icon-space-right {
  margin-right: 12px;
}
.pxl-wapper .btn-plus-text {
  font-size: 14px;
  min-width: 40px;
  height: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  background-color: #343b2e;
  color: #fff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-wapper .btn-plus-text span {
  display: none;
  height: auto !important;
  opacity: 1 !important;
  white-space: nowrap;
}
.pxl-wapper .btn-plus-text i {
  font-style: normal;
  -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);
  font-size: 16px;
}
.pxl-wapper .btn-plus-text:hover {
  padding: 0 20px;
  background-color: var(--primary-color);
  color: #122a00;
  min-width: 90px;
}
.pxl-wapper .btn-plus-text:hover i {
  margin-left: 8px;
}
.pxl-wapper .pxl-btn-effect1 {
  background: var(--primary-color);
  overflow: hidden;
  z-index: 1;
}
.pxl-wapper .pxl-btn-effect1:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.pxl-wapper .pxl-btn-effect1:hover:before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.pxl-wapper .pxl-btn-effect1:hover, .pxl-wapper .pxl-btn-effect1:focus {
  background: var(--primary-color);
}
.pxl-wapper .pxl-btn-effect2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pxl-wapper .pxl-btn-effect2:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}
.pxl-wapper .pxl-btn-effect2:hover:before {
  left: 5%;
  width: 90%;
}
.pxl-wapper .pxl-btn-effect3 {
  background-color: var(--fourth-color);
  line-height: 46px;
  overflow: hidden;
}
.pxl-wapper .pxl-btn-effect3 i {
  margin-left: 13px;
  transform: translateY(1px);
  -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-wapper .pxl-btn-effect3:hover {
  background-color: var(--regular-color);
}
.pxl-wapper .pxl-btn-effect3:hover i {
  transform: rotate(45deg);
}
.pxl-wapper .pxl-btn-effect4, .pxl-wapper .pxl-mailchimp.style-primary [type="submit"], .pxl-mailchimp.style-primary .pxl-wapper [type="submit"] {
  background: transparent;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 0ms !important;
}
.pxl-wapper .pxl-btn-effect4:before, .pxl-wapper .pxl-mailchimp.style-primary [type="submit"]:before, .pxl-mailchimp.style-primary .pxl-wapper [type="submit"]:before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--secondary-color);
  -webkit-mask: url("../img/btn-mask1.png");
  mask: url("../img/btn-mask1.png");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  -webkit-animation: pxl_ani1 0.7s steps(70) forwards;
  animation: pxl_ani1 0.7s steps(70) forwards;
}
.pxl-wapper .pxl-btn-effect4:after, .pxl-wapper .pxl-mailchimp.style-primary [type="submit"]:after, .pxl-mailchimp.style-primary .pxl-wapper [type="submit"]:after {
  content: '';
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 2px solid var(--primary-color);
}
.pxl-wapper .pxl-btn-effect4:hover, .pxl-wapper .pxl-mailchimp.style-primary [type="submit"]:hover, .pxl-mailchimp.style-primary .pxl-wapper [type="submit"]:hover {
  color: var(--primary-color);
}
.pxl-wapper .pxl-btn-effect4:hover i, .pxl-wapper .pxl-mailchimp.style-primary [type="submit"]:hover i, .pxl-mailchimp.style-primary .pxl-wapper [type="submit"]:hover i {
  -o-animation: pxl_right_from_left 0.6s forwards;
  -ms-animation: pxl_right_from_left 0.6s forwards;
  -webkit-animation: pxl_right_from_left 0.6s forwards;
  animation: pxl_right_from_left 0.6s forwards;
}
.pxl-wapper .pxl-btn-effect4:hover:before, .pxl-wapper .pxl-mailchimp.style-primary [type="submit"]:hover:before, .pxl-mailchimp.style-primary .pxl-wapper [type="submit"]:hover:before {
  -webkit-animation: pxl_ani2 0.7s steps(70) forwards;
  animation: pxl_ani2 0.7s steps(70) forwards;
}
.pxl-wapper .pxl-btn-effect5, .pxl-wapper .pxl-mailchimp.style-box-round [type="submit"], .pxl-mailchimp.style-box-round .pxl-wapper [type="submit"], .pxl-wapper .pxl-mailchimp.style-outline.style-btn-gradient [type="submit"], .pxl-mailchimp.style-outline.style-btn-gradient .pxl-wapper [type="submit"], .pxl-wapper .pxl-mailchimp.style-box-white2 [type="submit"], .pxl-mailchimp.style-box-white2 .pxl-wapper [type="submit"], .pxl-wapper .btn-primary {
  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-size: inherit;
  background-position: center;
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
}
.pxl-wapper .pxl-btn-effect5:after, .pxl-wapper .pxl-mailchimp.style-box-round [type="submit"]:after, .pxl-mailchimp.style-box-round .pxl-wapper [type="submit"]:after, .pxl-wapper .pxl-mailchimp.style-outline.style-btn-gradient [type="submit"]:after, .pxl-mailchimp.style-outline.style-btn-gradient .pxl-wapper [type="submit"]:after, .pxl-wapper .pxl-mailchimp.style-box-white2 [type="submit"]:after, .pxl-mailchimp.style-box-white2 .pxl-wapper [type="submit"]:after, .pxl-wapper .btn-primary:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-wapper .pxl-btn-effect5:hover:after, .pxl-wapper .pxl-mailchimp.style-box-round [type="submit"]:hover:after, .pxl-mailchimp.style-box-round .pxl-wapper [type="submit"]:hover:after, .pxl-wapper .pxl-mailchimp.style-outline.style-btn-gradient [type="submit"]:hover:after, .pxl-mailchimp.style-outline.style-btn-gradient .pxl-wapper [type="submit"]:hover:after, .pxl-wapper .pxl-mailchimp.style-box-white2 [type="submit"]:hover:after, .pxl-mailchimp.style-box-white2 .pxl-wapper [type="submit"]:hover:after, .pxl-wapper .btn-primary:hover:after {
  left: 130%;
}
.pxl-wapper .btn-effect5-pr-color {
  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-wapper .btn-effect5-pr-color:after {
  content: "";
  background: #2c74c0;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.25;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-wapper .btn-effect5-pr-color:hover:after {
  left: 130%;
}
.pxl-wapper .btn-effect5-fff-color {
  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-wapper .btn-effect5-fff-color:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.25;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-wapper .btn-effect5-fff-color:hover:after {
  left: 130%;
}
.pxl-wapper .pxl-btn-effect6 {
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
}
.pxl-wapper .pxl-btn-effect6:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-wapper .pxl-btn-effect6:hover {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.pxl-wapper .pxl-btn-effect6:hover:after {
  left: 130%;
}
.pxl-wapper .pxl-btn-effect7 {
  z-index: 1;
}
.pxl-wapper .pxl-btn-effect7:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: -1;
}
.pxl-wapper .pxl-btn-effect7:hover:after {
  left: 5%;
  width: 90%;
}
.pxl-wapper .pxl-btn-effect7:hover i {
  -o-animation: pxl_right_from_left 0.6s forwards;
  -ms-animation: pxl_right_from_left 0.6s forwards;
  -webkit-animation: pxl_right_from_left 0.6s forwards;
  animation: pxl_right_from_left 0.6s forwards;
}
.pxl-wapper .pxl-btn-effect8 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto';
  padding-left: 35px;
  padding-right: 35px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 64px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0px);
}
.pxl-wapper .pxl-btn-effect8 i {
  font-size: 12px;
  margin-left: 15px;
}
.pxl-wapper .pxl-btn-effect9:hover {
  animation: elementor-animation-wobble-horizontal 0.7s forwards;
}
.pxl-wapper .pxl-btn-effect10 {
  overflow: hidden;
  position: relative;
}
.pxl-wapper .pxl-btn-effect10:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 70%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-color: rgba(255, 255, 255, .0);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .0)), to(rgba(255, 255, 255, .6)));
  background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  background-image: -o-linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  background-image: linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, .0)', endColorStr='rgba(255, 255, 255, .6)', gradientType='1');
  transition: all 300ms linear 0ms;
}
.pxl-wapper .pxl-btn-effect10:hover:before {
  animation: shine 0.75s;
}
.pxl-wapper .btn-text-slide {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.pxl-wapper .btn-text-slide i {
  -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-wapper .btn-text-slide .icon-hover {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.pxl-wapper .btn-text-slide:hover {
  padding-left: 28px;
}
.pxl-wapper .btn-text-slide:hover .icon-hover {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.pxl-wapper .btn-text-slide:hover .icon-fixed {
  -webkit-transform: translateX(20px);
  -khtml-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.pxl-wapper .btn-primary {
  background: var(--primary-color);
}
.pxl-btn-effect11 {
  position: relative;
}
.pxl-btn-effect11 a {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  background-color: var(--sixth-color);
  line-height: 48px;
  padding: 0 30px;
  display: inline-block;
  transition: all 0.33s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.pxl-btn-effect11 .text-before {
  top: 0;
  opacity: 0;
  position: absolute;
  background-color: #fff !important;
  transform: translateY(-50%) rotateX(90deg);
}
.pxl-btn-effect11 .text-after {
  top: 0;
  right: 0;
  opacity: 1;
  position: relative;
  transform: translateY(0) rotateX(0);
}
.pxl-btn-effect11:hover .text-before {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.pxl-btn-effect11:hover .text-after {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-45 {
  height: 45px !important;
  line-height: 45px !important;
}
.btn-40 {
  height: 40px !important;
  line-height: 40px !important;
}
.btn-44 {
  height: 44px !important;
  line-height: 44px !important;
}
.btn-47 {
  height: 47px !important;
  line-height: 47px !important;
}
.btn-48 {
  height: 48px !important;
  line-height: 48px !important;
}
.btn-50 {
  height: 50px !important;
  line-height: 50px !important;
}
.btn-53 {
  height: 53px !important;
  line-height: 53px !important;
}
.btn-65 {
  height: 65px !important;
  line-height: 65px !important;
}
.plr-30 {
  padding: 0 30px !important;
}
.plr-35 {
  padding: 0 35px !important;
}
.plr-40 {
  padding: 0 40px !important;
}
.plr-55 {
  padding: 0 55px !important;
}
.p-lr {
  padding: 0 34px !important;
}
.lowercase {
  text-transform: inherit !important;
}
@media screen and (max-width: 575px) {
  .plr-20-xs {
    padding: 0 25px !important;
  }
}
@media (max-width: 1700px) {
  .btn-1700-14 a {
    padding: 0 20px !important;
    font-size: 14px !important;
  }
}
.btn-slide-carpenter {
  transition: all 200ms linear 0ms !important;
}
.btn-slide-carpenter .btn-slider1 {
  background: transparent;
  padding: 0;
  line-height: 64px;
}
@media (max-width: 479px) {
  .btn-slide-carpenter .btn-slider1 {
    line-height: 55px !important;
  }
}
.btn-slide-carpenter .btn-slider1 i {
  margin-left: 17px !important;
}
.btn-slide-electric {
  transition: all 200ms linear 0ms !important;
  overflow: hidden;
}
.btn-slide-electric .btn-slider1 {
  background: transparent;
  padding: 0;
  line-height: 64px;
}
@media (max-width: 575px) {
  .btn-slide-electric .btn-slider1 {
    line-height: 55px !important;
  }
}
.btn-slide-electric .btn-slider1 i {
  margin-left: 18px;
}
.search-results .pxl-content-area .pxl-item--post .pxl-item--holder .btn-page-search .btn-readmore {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.search-results .pxl-content-area .pxl-item--post .pxl-item--holder .btn-page-search .btn-readmore:hover {
  color: var(--primary-color);
}
.revslider-initialised .hardman-bullets1 .tp-bullet {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -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);
}
.revslider-initialised .hardman-arrows-1.tparrows {
  width: 63px;
  height: 63px;
  border: 2px solid #b5c2c1;
  background-color: transparent;
  border-radius: 63px;
  color: #b5c2c1;
  -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);
  font-size: 17px;
}
@media screen and (max-width: 1400px) {
  .revslider-initialised .hardman-arrows-1.tparrows {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}
.revslider-initialised .hardman-arrows-1.tparrows:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.45);
}
.revslider-initialised .hardman-arrows-1.tparrows:before {
  line-height: normal;
  color: inherit;
  font-family: "Caseicon";
  font-size: inherit;
}
.revslider-initialised .hardman-arrows-1.tparrows.tp-leftarrow:before {
  content: "\f136";
}
.revslider-initialised .hardman-arrows-1.tparrows.tp-rightarrow:before {
  content: "\f14d";
}
@media screen and (max-width: 991px) {
  .rs-parallax-wrap.pxl-group-center {
    min-width: 600px;
    top: 50% !important;
    -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%);
  }
}
.pxl-logo a {
  display: inline-block;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
  z-index: 100;
  position: relative;
}
.pxl-logo.style-background {
  display: flex;
  align-items: center;
}
.pxl-logo.style-background:before, .pxl-logo.style-background:after, .pxl-logo.style-background .shape {
  position: absolute;
  content: "";
  top: 0;
  right: 19px;
  height: 100%;
  width: 2222px;
  background-color: #e88e2e;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
}
.pxl-logo.style-background:after {
  background-color: #d57d1f;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
  z-index: 4;
}
.pxl-logo.style-background .shape {
  right: 0px;
  background-color: rgba(232, 142, 46, 0.15);
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0% 100%);
}
.pxl-heading .pxl-item--title {
  font-weight: 700;
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
}
.pxl-heading .highlight-underline .pxl-title--highlight {
  position: relative;
  display: inline-block;
}
.pxl-heading .highlight-underline .pxl-title--highlight:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 1px;
  background-color: #e60800;
}
.pxl-heading .pxl-item--subtitle.sub-style-gradient {
  margin-bottom: 28px;
}
.pxl-heading .pxl-item--subtitle.sub-style-gradient span {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 34px;
  font-weight: 700;
}
.pxl-heading .pxl-item--subtitle.sub-text-gradient {
  font-size: 15px;
  text-transform: uppercase;
}
.pxl-heading .pxl-item--subtitle.lowercase .wrap-subtitle {
  text-transform: inherit !important;
  margin-bottom: 10px;
}
.pxl-heading .pxl-item--subtitle.sub-style-background .wrap-subtitle {
  margin-bottom: 21px;
  display: inline-flex;
}
.pxl-heading .pxl-item--subtitle.sub-style-background .wrap-subtitle span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  display: initial;
  padding: 17px 43px;
  border-radius: 30px;
  background-color: var(--primary-color);
}
.pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle {
  padding: 0 63px;
  display: inline-block;
  position: relative;
}
.pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle:before, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:before, .pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle:after, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 3px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle:before, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:before, .pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle:after, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:after {
    display: none;
  }
}
.pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle:before, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:before {
  left: 0;
}
.pxl-heading .pxl-item--subtitle.sub-style-line-lr .wrap-subtitle:after, .pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:after {
  right: 0;
}
.pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle {
  padding-left: 0;
}
.pxl-heading .pxl-item--subtitle.sub-style-line-r .wrap-subtitle:before {
  display: none;
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  line-height: 1.2;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
}
.pxl-heading .wow.letter {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-heading .wow.letter.animated {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pxl-heading .wrap-subtitle {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 1.333;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pxl-heading .wrap-subtitle {
    font-size: 16px;
  }
}
.pxl-heading .pxl-item--title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.111;
  color: var(--regular-color);
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-item--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-item--title {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title {
    font-size: 25px;
  }
}
.pxl-heading .pxl-item--description {
  font-size: 17px;
  line-height: 1.64;
  color: #4b4b4b;
  margin-top: 28px;
}
.pxl-text-editor p {
  margin: 0;
}
.pxl-text-editor .btn {
  margin: 0 12px;
}
.pxl-text-editor .sc-button-wrap {
  display: inline-flex;
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-text-editor.style2 a {
  position: relative;
}
.pxl-text-editor.style2 a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #a3a3a3;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-text-editor.style2 a:hover:before {
  background-color: var(--primary-color);
}
.pxl-member {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-member .pxl-member-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .pxl-member .pxl-member-list {
    margin-left: -25px;
  }
}
.pxl-member .pxl-member-list li {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 -8px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-member .pxl-member-list li img {
  border-radius: 50%;
  max-width: 60px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(151, 151, 151, .50);
}
@media screen and (max-width: 575px) {
  .pxl-member .pxl-member-list li img {
    max-width: 50px;
  }
}
.pxl-member .pxl-member-list li:nth-child(1) {
  z-index: 10;
}
.pxl-member .pxl-member-list li:nth-child(2) {
  z-index: 9;
}
.pxl-member .pxl-member-list li:nth-child(3) {
  z-index: 8;
}
.pxl-member .pxl-member-list li:last-child {
  margin: 0 0px 0 25px;
}
@media screen and (max-width: 575px) {
  .pxl-member .pxl-member-list li:last-child {
    margin: 0 0px 0 20px;
  }
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name {
  display: flex;
  align-items: center;
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name a {
  font-size: 15px;
  color: #0e0d0f;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  position: relative;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 575px) {
  .pxl-member .pxl-member-list li:last-child .pxl-member-name a {
    font-size: 13px;
  }
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name a:before {
  position: absolute;
  content: '';
  left: 1px;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #0e0d0f;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name a:hover {
  color: var(--primary-color);
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name a:hover:before {
  background-color: var(--primary-color);
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name i {
  font-size: 20px;
  font-weight: 400;
  color: #e3141d;
  margin-left: 10px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-member .pxl-member-list li:last-child .pxl-member-name:hover i {
  animation: button-tran 0.4s ease;
}
.pxl-member .pxl-member-list:hover li {
  margin: 0 -3px;
}
@media screen and (max-width: 575px) {
  .pxl-member .pxl-member-list:hover li {
    margin: 0 -8px;
  }
}
.pxl-member .pxl-member-list:hover li:last-child {
  margin: 0 0px 0 25px;
}
.pxl-link {
  padding-left: 0 !important;
  list-style: none !important;
}
.pxl-link.style2 li {
  margin-bottom: 7px;
}
.pxl-link.style2 li span {
  font-size: 17px;
  color: var(--regular-color);
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.pxl-link.style2 li span:before, .pxl-link.style2 li span:after {
  position: absolute;
  content: '';
  top: 4px;
  border-radius: 50%;
}
.pxl-link.style2 li span:before {
  width: 20px;
  height: 20px;
  left: 0;
  border: 2px solid var(--secondary-color);
  background-color: #fff;
}
.pxl-link.style2 li span:after {
  width: 6px;
  height: 6px;
  left: 7px;
  top: 11px;
  background-color: var(--secondary-color);
}
.pxl-link.style3 li {
  margin-bottom: 7px;
  list-style: none;
}
.pxl-link.style3 li a {
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: inherit;
  color: #4e4e4e;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link.style3 li span {
  position: relative;
}
.pxl-link.style4 li a {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  line-height: 1.4;
  color: #383838;
}
.pxl-link.style4 li a:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 22px;
  color: var(--primary-color);
  top: 0px;
  left: 0;
  line-height: 1;
}
.pxl-link.style4 li a:hover {
  color: #383838;
}
.pxl-link.style5 li, .pxl-link.style7 li {
  margin-bottom: 6px;
}
.pxl-link.style5 li a, .pxl-link.style7 li a {
  position: relative;
  padding-left: 0px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #666;
}
.pxl-link.style5 li a i, .pxl-link.style7 li a i {
  color: var(--primary-color);
  margin-top: 0;
  font-size: 25px;
}
.pxl-link.style6 li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin-bottom: 0;
  margin: 0 20px;
}
.pxl-link.style6 li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: inherit;
  color: #fff;
  line-height: 44px;
  font-family: 'Roboto';
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link.style6 li a:hover {
  color: var(--primary-color);
}
.pxl-link.style7 li {
  margin-bottom: 10px;
}
.pxl-link.style7 li a span {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.pxl-link.style7 li a span:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 5px;
  right: 0;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link.style7 li a:hover span:before {
  width: 100%;
  left: 0;
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link li {
  margin-bottom: 14px;
}
.pxl-link li a {
  display: inline-flex;
}
.pxl-link li i {
  min-width: 18px;
  margin-right: 8px;
  margin-top: 5px;
  font-size: 15px;
}
.pxl-link li:last-child {
  margin-bottom: 0px;
}
.pxl-link.hv-style2 a {
  position: relative;
  display: inline-flex;
}
.pxl-link.hv-style2 a:before {
  content: '';
  background-color: var(--primary-color);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 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);
}
@media screen and (min-width: 1200px) {
  .pxl-link.hv-style2 a:hover {
    margin-left: 8px;
  }
}
.pxl-link.hv-style2 a:hover:before {
  width: 100%;
}
.pxl-link.hv-style3 a {
  position: relative;
  display: inline-flex;
}
.pxl-link.hv-style3 a:before {
  content: '';
  background-color: var(--primary-color);
  width: 11px;
  height: 2px;
  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: -11px;
  -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);
  opacity: 0;
}
.pxl-link.hv-style3 a:hover {
  padding-left: 18px;
}
.pxl-link.hv-style3 a:hover:before {
  left: 0;
  opacity: 1;
}
.pxl-link.hv-style4 li {
  background-color: #fff;
  padding: 24px 26px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  color: #414141;
}
.pxl-link.hv-style4 li i {
  margin-right: 18px;
  color: #6a5dde;
}
.pxl-link.hv-style4 li a {
  color: inherit;
}
.pxl-link.hv-style4 li a:hover {
  color: inherit;
}
.pxl-link.hv-style5 li {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
  color: #666;
}
.pxl-link.hv-style5 li i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  font-size: inherit;
  text-align: right;
}
.pxl-link.hv-style5 li a {
  color: inherit;
  display: block;
  position: relative;
  padding: 14px 42px 14px 22px;
}
.pxl-link.hv-style5 li a:hover {
  color: var(--primary-color);
}
.pxl-link.hv-style6 li {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #211d1c;
  -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-link.hv-style6 li i {
  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%);
  margin: 0;
  font-size: inherit;
  text-align: right;
  width: 37px;
  height: 35px;
  background-color: #f6f6f6;
  border-radius: 2px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  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);
}
.pxl-link.hv-style6 li a {
  color: inherit;
  display: block;
  position: relative;
  padding: 14px 42px 14px 22px;
}
.pxl-link.hv-style6 li:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-link.hv-style6 li:hover i {
  background-color: #fff;
  color: #171717;
}
.pxl-link.hv-style7 i {
  margin-right: 16px;
  height: 30px;
  width: 30px;
  min-width: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: -moz-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: -ms-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: -o-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to) 50%');
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-top: -1px;
}
.pxl-link.hv-style7 span {
  font-size: 18px;
  color: #505050;
}
.pxl-link.hv-style8 li {
  display: inline-block;
  margin-bottom: 0;
  border-style: solid;
  border-color: #e0e4e9;
  border-width: 0 1px 0 0;
}
.pxl-link.hv-style8 li a {
  line-height: 42px;
  display: block;
  padding: 0 20px;
}
.pxl-link.hv-style8 li:last-child {
  border: none;
}
.pxl-link.hv-style8 li + li {
  margin-left: -4px;
}
@media screen and (max-width: 1199px) {
  .pxl-showcase.style1, .pxl-showcase.style2 {
    max-width: 260px;
    margin-bottom: 30px;
  }
}
.pxl-showcase.style1 .item-title, .pxl-showcase.style2 .item-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0 8px;
  color: var(--regular-color);
  transition: all 250ms linear 0ms;
}
.pxl-showcase.style1 .item-title cite, .pxl-showcase.style2 .item-title cite {
  font-style: inherit;
  color: var(--primary-color);
}
.pxl-showcase.style1 .item-feature, .pxl-showcase.style2 .item-feature {
  margin-bottom: 20px;
  position: relative;
  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;
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, .15);
}
.pxl-showcase.style1 .item-feature img, .pxl-showcase.style2 .item-feature img {
  width: 100%;
}
.pxl-showcase.style1 .item-feature:after, .pxl-showcase.style2 .item-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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: rgba(0, 0, 0, .65);
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.pxl-showcase.style1 .pxl-item-links, .pxl-showcase.style2 .pxl-item-links {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  right: 0;
  -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 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-showcase.style1 .pxl-item-links a, .pxl-showcase.style2 .pxl-item-links a {
  display: block;
  text-transform: uppercase;
  background-color: var(--secondary-color);
  line-height: 40px;
  padding: 2px 10px !important;
  margin: 15px 0;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  font-weight: 800;
  -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-showcase.style1 .pxl-item-links a:before, .pxl-showcase.style2 .pxl-item-links a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 20px;
  height: 200%;
  background-color: var(--secondary-color);
  opacity: 0.3;
  -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-showcase.style1 .pxl-item-links a span, .pxl-showcase.style2 .pxl-item-links a span {
  margin-top: 0;
  color: #fff;
  -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-showcase.style1 .pxl-item-links a.btn-hover0:after, .pxl-showcase.style2 .pxl-item-links a.btn-hover0:after {
  background: #fff;
}
.pxl-showcase.style1 .pxl-item-links a.btn-hover0:hover span, .pxl-showcase.style2 .pxl-item-links a.btn-hover0:hover span {
  color: #fff;
}
.pxl-showcase.style1 .pxl-item-links a:hover, .pxl-showcase.style2 .pxl-item-links a:hover {
  background-color: #fff;
}
.pxl-showcase.style1 .pxl-item-links a:hover:before, .pxl-showcase.style2 .pxl-item-links a:hover:before {
  animation: shine 0.75s;
}
.pxl-showcase.style1 .pxl-item-links a:hover span, .pxl-showcase.style2 .pxl-item-links a:hover span {
  color: var(--secondary-color) !important;
}
.pxl-showcase.style1 .inner-box, .pxl-showcase.style2 .inner-box {
  text-align: center;
}
.pxl-showcase.style1:hover .item-feature:after, .pxl-showcase.style2:hover .item-feature:after {
  opacity: 1;
}
.pxl-showcase.style1:hover .item-feature img, .pxl-showcase.style2:hover .item-feature img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pxl-showcase.style1:hover .pxl-item-links, .pxl-showcase.style2:hover .pxl-item-links {
  top: 50%;
  opacity: 1;
}
.pxl-showcase.style2 .item-feature:after {
  opacity: 1;
  background-color: rgba(9, 12, 15, .75);
}
.pxl-showcase.style2 .pxl-item-links {
  top: 50%;
  opacity: 1;
  left: 0;
  transform: translate(0%, -50%);
}
.pxl-showcase.style2 .pxl-item-links a {
  display: none;
}
.pxl-showcase.style2 .pxl-item-links .coming-soon {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .pxl-showcase.style2 .pxl-item-links .coming-soon {
    font-size: 18px;
  }
}
.pxl-showcase.style1 .pxl-item-links a {
  max-width: 115px;
  margin: 15px auto;
}
.pxl-showcase.style1 .item-feature, .pxl-showcase.style2 .item-feature {
  height: 270px;
}
.pxl-showcase .item-image::-webkit-scrollbar {
  display: none;
}
.pxl-showcase.style3 .inner-box, .pxl-showcase.style4 .inner-box {
  text-align: center;
  padding: 53px 50px 28px;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, .10);
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .pxl-showcase.style3 .inner-box, .pxl-showcase.style4 .inner-box {
    padding: 53px 40px 28px;
  }
}
@media (max-width: 400px) {
  .pxl-showcase.style3 .inner-box, .pxl-showcase.style4 .inner-box {
    padding: 53px 20px 28px;
  }
}
.pxl-showcase.style3 .box-loader, .pxl-showcase.style4 .box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 50px;
}
@media (max-width: 1400px) {
  .pxl-showcase.style3 .box-loader, .pxl-showcase.style4 .box-loader {
    left: 40px;
  }
}
@media (max-width: 400px) {
  .pxl-showcase.style3 .box-loader, .pxl-showcase.style4 .box-loader {
    left: 20px;
  }
}
.pxl-showcase.style3 .box-loader span, .pxl-showcase.style4 .box-loader span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: var(--secondary-color);
  margin: 0 2px;
  opacity: 0;
}
.pxl-showcase.style3 .box-loader span:nth-child(1), .pxl-showcase.style4 .box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
.pxl-showcase.style3 .box-loader span:nth-child(2), .pxl-showcase.style4 .box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.pxl-showcase.style3 .box-loader span:nth-child(3), .pxl-showcase.style4 .box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
.pxl-showcase.style3 .item-feature, .pxl-showcase.style4 .item-feature {
  position: relative;
  width: 100%;
  overflow: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-radius: 10px;
  -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);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, .07);
  height: 480px;
}
@media (max-width: 1500px) {
  .pxl-showcase.style3 .item-feature, .pxl-showcase.style4 .item-feature {
    height: 350px;
  }
}
@media (max-width: 1300px) {
  .pxl-showcase.style3 .item-feature, .pxl-showcase.style4 .item-feature {
    height: 300px;
  }
}
.pxl-showcase.style3 .item-feature:after, .pxl-showcase.style4 .item-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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: rgba(0, 39, 69, .85);
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.pxl-showcase.style3 .item-feature img, .pxl-showcase.style4 .item-feature img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 6s ease-out, top 6s ease-out;
  -webkit-transition: transform 6s ease-out, top 6s ease-out;
  -moz-transition: transform 6s ease-out, top 6s ease-out;
}
.pxl-showcase.style3 .item-title, .pxl-showcase.style4 .item-title {
  font-size: 30px;
  font-weight: 700;
  margin: 28px 0 8px;
  color: #000;
  transition: all 250ms linear 0ms;
}
@media (max-width: 1400px) {
  .pxl-showcase.style3 .item-title, .pxl-showcase.style4 .item-title {
    font-size: 20px;
  }
}
@media #($max-lg) {
  font-size: 18px;
}
.pxl-showcase.style3 .item-title cite, .pxl-showcase.style4 .item-title cite {
  font-style: inherit;
  color: var(--primary-color);
}
.pxl-showcase.style3 .box-loader span {
  background: #e8e8e8;
  animation: none !important;
  opacity: 1;
}
.pxl-showcase.style3 .pxl-item-links {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -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;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.pxl-showcase.style3 .pxl-item-links a {
  width: fit-content;
  margin: 10px auto;
  min-width: 180px;
  display: block;
  text-transform: initial;
  background-color: #e60800;
  line-height: 40px;
  padding: 10px 50px !important;
  color: #fff;
  font-size: 17px;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  -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;
}
@media (max-width: 1500px) {
  .pxl-showcase.style3 .pxl-item-links a {
    padding: 8px 30px !important;
  }
}
.pxl-showcase.style3 .pxl-item-links a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 20px;
  height: 200%;
  background-color: #e60800;
  opacity: 0.3;
  -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-showcase.style3 .pxl-item-links a span {
  margin-top: 0;
  color: #fff;
  -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-showcase.style3 .pxl-item-links a.btn-hover0:after {
  background: #fff;
}
.pxl-showcase.style3 .pxl-item-links a.btn-hover0:hover {
  color: #e60800;
}
.pxl-showcase.style3 .pxl-item-links a.btn-hover0:hover span {
  color: #e60800;
}
.pxl-showcase.style3 .pxl-item-links a:hover {
  background-color: #fff;
  color: #e60800;
}
.pxl-showcase.style3 .pxl-item-links a:hover:before {
  animation: shine 0.75s;
}
.pxl-showcase.style3 .pxl-item-links a:hover span {
  color: #e60800;
}
.pxl-showcase.style3:hover .item-feature:after {
  opacity: 1;
}
.pxl-showcase.style3:hover .item-feature img {
  top: 100%;
  transform: translateY(-100%);
}
.pxl-showcase.style3:hover .pxl-item-links {
  top: 50%;
  opacity: 1;
}
.pxl-showcase.style4 .item-feature:after {
  background-color: #002745;
  opacity: 1;
}
.pxl-showcase.style4 .item-feature .pxl-item-links {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.pxl-showcase.style4 .item-feature .pxl-item-links .coming-soon {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media (max-width: 1600px) {
  .pxl-showcase.style4 .item-feature .pxl-item-links .coming-soon {
    font-size: 30px;
  }
}
.pxl-pagination1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.pxl-pagination1 > div {
  padding: 0 15px;
  width: 50%;
}
.pxl-pagination1 a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #6a6777;
}
.pxl-pagination1 .item--prev i {
  margin-right: 18px;
}
.pxl-pagination1 .item--prev i:before {
  -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;
}
.pxl-pagination1 .item--prev a:hover i {
  -o-animation: pxl_left_from_right 0.6s forwards;
  -ms-animation: pxl_left_from_right 0.6s forwards;
  -webkit-animation: pxl_left_from_right 0.6s forwards;
  animation: pxl_left_from_right 0.6s forwards;
}
.pxl-pagination1 .item--next {
  text-align: right;
}
.pxl-pagination1 .item--next i {
  margin-left: 18px;
}
.pxl-pagination1 .item--next a:hover i {
  -o-animation: pxl_right_from_left 0.6s forwards;
  -ms-animation: pxl_right_from_left 0.6s forwards;
  -webkit-animation: pxl_right_from_left 0.6s forwards;
  animation: pxl_right_from_left 0.6s forwards;
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #09013f;
  -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);
  cursor: pointer;
  font-size: 21px;
  position: relative;
}
.pxl-search-popup-button.style-box {
  width: 47px;
  height: 47px;
  background-color: #009688;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
}
.pxl-cart-sidebar-button .pxl_cart_counter {
  background-color: #6bd800;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
}
.pxl-feature1 .pxl--item-title {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .pxl-feature1 .pxl--item-title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pxl-feature1 .pxl--item-title:before {
  content: '';
  width: 68px;
  height: 2px;
  background-color: #000439;
  -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: absolute;
  bottom: 0;
  left: 0;
}
.pxl-feature1 .pxl--item-title span {
  color: var(--primary-color);
}
.pxl-feature1 .pxl--item-description {
  color: #585e6c;
  margin-bottom: 14px;
}
.pxl-feature1 .pxl--item-meta {
  padding: 0 15px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .pxl-feature1 .pxl--item-meta {
    width: 100%;
  }
}
.pxl-feature1 .pxl--item-holder {
  width: 55%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .pxl-feature1 .pxl--item-holder {
    width: 100%;
  }
}
.pxl-feature1 .pxl--item {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-feature1 .pxl--item + .pxl--item {
  margin-top: 54px;
}
.pxl-feature1 .pxl--item:hover .pxl--item-title:before {
  width: 100%;
}
.pxl-section-shadow1 {
  z-index: 1;
}
.pxl-section-shadow1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: -2;
  -webkit-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -khtml-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -moz-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -ms-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -o-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
}
.pxl-section-shadow1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  z-index: -1;
}
.pxl-contact-form.btn-w-full button, .pxl-contact-form.btn-w-full .wpcf7-submit {
  width: 100%;
}
.pxl-contact-form .wpcf7-form-control-wrap {
  display: inline-flex;
  width: 100%;
  position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  font-size: 12px;
  background-color: #dc3232;
  color: rgba(255, 255, 255, 0.87);
  padding: 0 6px;
  border-radius: 3px;
  line-height: 22px;
  z-index: 99;
}
.pxl-contact-form form {
  position: relative;
}
.pxl-contact-form form .wpcf7-response-output {
  margin: 30px 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 20px;
  -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -moz-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -ms-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -o-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
}
.pxl-contact-form form .wpcf7-spinner {
  display: none;
}
.pxl-contact-form form:before {
  content: '';
  width: 30px;
  height: 30px;
  -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: 2px;
  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;
  -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);
  visibility: hidden;
}
.pxl-contact-form form.submitting * {
  opacity: 0.66;
}
.pxl-contact-form form.submitting:before {
  opacity: 1;
  visibility: visible;
}
.pxl-contact-form1 .wpcf7-form-control:not(.wpcf7-submit), .pxl-contact-form1 .pxl-select-higthlight {
  color: var(--secondary-color);
  padding: 6px 20px;
  height: 57px;
}
.pxl-contact-form1 .input-filled {
  margin-bottom: 14px;
}
.pxl-contact-form1 .input-filled .title-input {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  display: inline-block;
}
.pxl-contact-form1 .input-filled input, .pxl-contact-form1 .input-filled textarea {
  border-radius: 0;
  background-color: #fff;
  border-color: #dadada;
}
.pxl-contact-form1 .input-filled textarea {
  margin-top: 6px;
  height: 182px !important;
  padding-top: 16px !important;
}
.pxl-contact-form1 .item-textarea {
  margin-top: 6px;
}
.pxl-contact-form1 .btn-form button {
  border-radius: 3px;
  margin-top: 21px;
  background-color: var(--fourth-color);
  line-height: 38px;
  -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-form1 .btn-form button:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
}
.pxl-icon1.style-default a {
  color: #fff;
  margin: 0 10px;
}
.pxl-icon1.style-default a i {
  font-size: 14px;
}
.pxl-icon1.style-default a:hover {
  color: var(--secondary-color);
}
.pxl-icon1.style-round-box {
  /* Hover Style */
}
.pxl-icon1.style-round-box a {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 43px;
  -khtml-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
  border-radius: 43px;
  background-color: #5a5866;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.pxl-icon1.style-round-box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -2;
}
.pxl-icon1.style-round-box a i {
  display: inline-flex;
}
.pxl-icon1.style-round-box a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-icon1.hv-style-default a:hover {
  -webkit-transform: translateY(-3px);
  -khtml-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.pxl-icon1.hv-style-gradient a:after {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.pxl-icon1.hv-style-gradient a:hover {
  color: #fff;
}
.pxl-icon1.hv-style-gradient a:hover:after {
  opacity: 1;
}
.pxl-icon1.style-divider a {
  display: inline-block;
  width: 37px;
  height: 42px;
  border-right: 1px solid #dae3ed;
  text-align: center;
  line-height: 42px;
}
.pxl-icon1.style-divider a:last-child {
  border-right: none;
}
.pxl-icon1.style-divider a + a {
  margin-left: -4px;
}
.pxl-title-effect .pxl-item--title {
  margin-bottom: 0;
}
.pxl-title-effect.pxl-type-gradient .pxl-item--title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.pxl-process1 {
  border: 2px solid #f1f2f0;
  -webkit-border-radius: 150px;
  -khtml-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 10px;
}
@media screen and (max-width: 1199px) {
  .pxl-process1 {
    padding: 32px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-process1 {
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
  }
}
.pxl-process1 .pxl-item--image {
  position: absolute;
  top: -100px;
  right: 0;
  height: 144px;
  width: 144px;
  line-height: 144px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -khtml-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -moz-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -ms-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -o-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
}
.pxl-process1 .pxl-item--image img {
  max-height: 100px;
  width: auto;
  animation: pxl_bounce 1000ms ease-out infinite;
  -webkit-animation: pxl_bounce 1000ms ease-out infinite;
}
.pxl-process1 .pxl-item--number {
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #f8f8f8;
  border-radius: 53px;
  font-weight: 600;
  color: #122a00;
  margin: 0 auto 30px auto;
  -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-process1 .pxl-item--title {
  margin: 0;
  font-size: 22px;
  color: #122a00;
}
.pxl-process1 .pxl-item--divider {
  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%);
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .pxl-process1 .pxl-item--divider {
    display: none;
  }
}
.pxl-process1 .pxl--item {
  width: 33.33%;
  padding: 0 20px;
  text-align: center;
  margin: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-process1 .pxl--item {
    width: 100%;
  }
}
.pxl-process1 .pxl--item:nth-child(1) .pxl-item--divider {
  width: 203px;
  height: 52px;
  background-image: url(../img/process-divider1.png);
  visibility: visible;
  right: -101px;
}
.pxl-process1 .pxl--item:nth-child(2) .pxl-item--divider {
  width: 207px;
  height: 48px;
  background-image: url(../img/process-divider2.png);
  visibility: visible;
  right: -103px;
  margin-top: -10px;
}
.pxl-process1 .pxl--item:hover .pxl-item--number {
  color: #fff;
  background-color: var(--primary-color);
}
.elementor-widget__width-initial.elementor-widget-pxl_image > .elementor-widget-container {
  width: 100%;
}
.el-bounce.bounce-active, .pxl-image-effect1.bounce-active {
  animation: pxl_zigzag 600ms ease-out infinite;
  -webkit-animation: pxl_zigzag 600ms ease-out infinite;
}
.pxl-image-effect2 {
  animation: pxl_bottom_top_small 3s ease-out infinite;
  -webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}
.pxl-recent-news1 {
  position: relative;
  z-index: 1;
}
.pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
  width: 25%;
  padding: 0 18px;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
    width: 33.33%;
  }
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .content-md, .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .img-md {
    display: block;
  }
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-lg, .pxl-recent-news1 .grid-sizer.pxl--item-lg .content-lg, .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-lg, .pxl-recent-news1 .grid-sizer.pxl--item-lg .img-lg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg, .pxl-recent-news1 .grid-sizer.pxl--item-lg {
    width: 50%;
  }
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .content-md, .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .img-md {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-first, .pxl-recent-news1 .grid-sizer.pxl--item-first {
  min-height: 265px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-first, .pxl-recent-news1 .grid-sizer.pxl--item-first {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-first .pxl-shape, .pxl-recent-news1 .grid-sizer.pxl--item-first .pxl-shape {
  position: absolute;
  top: 60px;
  left: 65px;
  z-index: -1;
  animation: pxl_right_left 12s infinite linear alternate;
}
.pxl-recent-news1 .pxl-item--sticky {
  position: absolute;
  top: -32px;
  right: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -khtml-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  font-size: 20px;
  text-align: center;
  -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: 99;
}
.pxl-recent-news1 .pxl-item--image {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.pxl-recent-news1 .pxl-item--image img {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-recent-news1 .pxl-item--title {
  font-size: 18px;
  color: var(--regular-color);
  margin-bottom: 9px;
}
.pxl-recent-news1 .pxl-item--title a {
  color: var(--regular-color);
}
.pxl-recent-news1 .pxl-item--title:hover {
  color: var(--secondary-color);
}
.pxl-recent-news1 .pxl-item--title:hover a {
  color: var(--secondary-color);
}
.pxl-recent-news1 .pxl-item--content {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5345;
  margin-bottom: 19px;
}
.pxl-recent-news1 .pxl-item--button .btn-plus-text {
  background-color: #eaebea;
  color: var(--secondary-color);
}
.pxl-recent-news1 .pxl-item--button .btn-plus-text:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.pxl-recent-news1 .pxl-grid-item {
  margin-bottom: 50px;
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-shape1 {
  margin-top: -80px;
  text-align: center;
  animation: pxl_bottom_top 12s infinite linear alternate;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-shape1 {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-shape2 {
  text-align: center;
  animation: pxl_right_left 12s infinite linear alternate;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-shape2 {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item:hover .pxl-item--image 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);
}
@media screen and (min-width: 1025px) {
  .pxl-recent-news1 .pxl--item-lg .pxl-item--image {
    margin-bottom: 22px;
  }
  .pxl-recent-news1 .pxl--item-lg .pxl-item--title {
    font-size: 30px;
    line-height: 1.2;
  }
  .pxl-recent-news1 .pxl--item-lg .pxl-item--content {
    font-size: 16px;
    line-height: 1.6875;
    margin-bottom: 26px;
  }
}
.pxl-recent-news1 .pxl-grid-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  position: relative;
}
.pxl-recent-news2 .pxl-item--image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 18px;
}
.pxl-recent-news2 .pxl-item--image img {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
}
.pxl-recent-news2 .pxl-item--image:before {
  background-color: #000;
  opacity: 0;
}
.pxl-recent-news2 .pxl-item--image.pxl--video-active:before {
  opacity: 0.2;
}
.pxl-recent-news2 .pxl-item--image .pxl--item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pxl-recent-news2 .pxl-item--image .pxl--link-popup {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 66px;
  height: 66px;
  background-image: -webkit-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  -webkit-border-radius: 66px;
  -khtml-border-radius: 66px;
  -moz-border-radius: 66px;
  -ms-border-radius: 66px;
  -o-border-radius: 66px;
  border-radius: 66px;
}
.pxl-recent-news2 .pxl-item--image .pxl--link-popup:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.pxl-recent-news2 .pxl-item--image .pxl--link-popup i {
  display: inline-flex;
  z-index: 2;
  font-size: 22px;
}
.pxl-recent-news2 .pxl-item--title {
  font-size: 22px;
  line-height: 1.363;
  margin-bottom: 7px;
}
.pxl-recent-news2 .pxl-item--title a {
  color: inherit;
}
.pxl-recent-news2 .pxl-item--title a:hover {
  color: inherit;
}
.pxl-recent-news2 .pxl-item--content {
  color: #7d7f8e;
  line-height: 1.5;
  margin-bottom: 16px;
}
.pxl-recent-news2 .pxl--item-box .pxl-item--title {
  color: #fff;
  margin-bottom: 20px;
}
.pxl-recent-news2 .pxl--item-box .pxl-item--image:before {
  opacity: 0.62;
}
.pxl-recent-news2 .pxl--item-box .pxl-item--content {
  display: none;
}
.pxl-recent-news2 .pxl--item-box .pxl-item--holder {
  padding: 30px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .pxl-recent-news2 .pxl--item-box .pxl-item--holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pxl-recent-news2 .pxl--item-box .pxl-item--button a {
  color: #fff;
}
.pxl-recent-news2 .pxl--item-box .pxl-item--button a i {
  color: inherit;
}
.pxl-recent-news2 .pxl--item-lg .pxl-item--title {
  font-size: 24px;
}
.pxl-recent-news2 .pxl--item-lg .pxl-item--image {
  margin-bottom: 22px;
}
.pxl-recent-news2 .pxl-item--inner {
  position: relative;
}
.pxl-recent-news2 .pxl-grid-item, .pxl-recent-news2 .grid-sizer {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .pxl-recent-news2 .pxl-grid-item, .pxl-recent-news2 .grid-sizer {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news2 .pxl-grid-item, .pxl-recent-news2 .grid-sizer {
    width: 100%;
  }
}
.pxl-recent-news2 .pxl-grid-item.pxl--item-lg, .pxl-recent-news2 .grid-sizer.pxl--item-lg {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-recent-news2 .pxl-grid-item.pxl--item-lg, .pxl-recent-news2 .grid-sizer.pxl--item-lg {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news2 .pxl-grid-item.pxl--item-lg, .pxl-recent-news2 .grid-sizer.pxl--item-lg {
    width: 100%;
  }
}
.pxl-recent-news2 .pxl-grid-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}
.pxl-recent-news2 .pxl-item--counter {
  background-image: -webkit-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(10deg, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  padding: 55px 50px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .pxl-recent-news2 .pxl-item--counter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-recent-news2 .pxl-item--counter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pxl-recent-news2 .pxl-item--counter:before {
  content: '';
  width: 97px;
  height: 98px;
  background-repeat: no-repeat;
  background-image: url(../img/img-shape3.png);
  background-position: top right;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-recent-news2 .pxl-item--counter .pxl--counter-number {
  font-size: 36px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
}
.pxl-recent-news2 .pxl-item--counter h4 {
  margin-top: 6px;
  margin-bottom: 19px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.pxl-recent-news2 .pxl-item--counter .btn-text-icon1 {
  color: #fff;
}
.pxl-recent-news2 .pxl-item--counter .btn-text-icon1 i {
  color: inherit;
}
.pxl-recent-news2 .pxl-item--inner {
  margin-bottom: 30px;
}
body:not(.elementor-editor-active) .elementor-widget-pxl_particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-particle .pxl-item--particle {
  position: absolute;
}
.pxl-particle + .elementor-container {
  z-index: 99;
}
.gallery-image .wrap-title {
  padding: 6px 40px 0 40px;
  background-color: var(--regular-color);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .gallery-image .wrap-title {
    padding: 6px 20px 0 20px;
    font-size: 20px;
  }
}
.gallery-image .wrap-title i {
  padding-right: 15px;
  color: #fff;
  font-size: 42px;
}
.gallery-image .pxl-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 43px 48px 25px 48px;
}
@media (max-width: 480px) {
  .gallery-image .pxl-gallery {
    padding: 43px 28px 25px 28px;
  }
}
.gallery-image .pxl-gallery a {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.gallery-image .pxl-gallery a:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.gallery-image .pxl-gallery a:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 1px;
  z-index: 5;
  background-color: #fff;
  top: 0%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-image .pxl-gallery .wrap-light-box {
  position: relative;
}
.gallery-image .pxl-gallery .wrap-light-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: var(--secondary-color);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.gallery-image .pxl-gallery .wrap-light-box:hover:before {
  opacity: 0.7;
}
.gallery-image .pxl-gallery .wrap-light-box:hover a:after {
  top: 50%;
  opacity: 1;
  -webkit-transition: 200ms all linear 200ms;
  -khtml-transition: 200ms all linear 200ms;
  -moz-transition: 200ms all linear 200ms;
  -ms-transition: 200ms all linear 200ms;
  -o-transition: 200ms all linear 200ms;
  transition: 200ms all linear 200ms;
}
.gallery-image .pxl-gallery .wrap-light-box:hover a:before {
  -webkit-transition: 200ms all linear 200ms;
  -khtml-transition: 200ms all linear 200ms;
  -moz-transition: 200ms all linear 200ms;
  -ms-transition: 200ms all linear 200ms;
  -o-transition: 200ms all linear 200ms;
  transition: 200ms all linear 200ms;
  opacity: 1;
  left: 50%;
}
.gallery-image .pxl-gallery .pxl--item {
  padding: 0 7px 15px 8px;
  position: relative;
}
.gallery-image .pxl-gallery .pxl--item img {
  width: 100%;
  position: relative;
}
.gallery-image .pxl-gallery .pxl--item img:before {
  position: absolute;
  content: '';
  background-color: red;
  width: 100px;
  height: 100px;
}
.elementor-widget-overlay {
  width: 100% !important;
  height: 100%;
}
.elementor-widget-overlay .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.pxl-overlay {
  width: 100px;
  height: 100px;
}
.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-spacer1 > div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-spacer1 .pxl-space--xl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-spacer1 .pxl-space--lg {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-spacer1 .pxl-space--md {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-spacer1 .pxl-space--sm {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .pxl-spacer1 .pxl-space--xs {
    display: block;
  }
}
.pxl-client-grid1 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-client-grid1 .pxl-grid-item .pxl-item--image {
  text-align: center;
  padding: 0px 20px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  min-height: 130px;
  line-height: 130px;
  -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-client-grid1 .pxl-grid-item .pxl-item--image a {
  width: 100%;
  height: 100%;
  display: block;
}
.pxl-client-grid1 .pxl-grid-item .pxl-item--image img {
  width: auto;
  height: auto;
  opacity: 0.26;
  -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-client-grid1 .pxl-grid-item .pxl-item--image:hover {
  border-color: var(--secondary-color);
}
.pxl-client-grid1 .pxl-grid-item .pxl-item--image:hover img {
  opacity: 1;
}
.pxl-client-carousel1 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-client-carousel1 .pxl-item-client a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pxl-client-carousel1 .pxl-item-client a img {
  display: block;
  width: auto;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  max-height: 65px;
  opacity: 0.26;
  padding: 5px 0;
}
.pxl-client-carousel1 .pxl-item-client a img:nth-child(2) {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -khtml-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 1;
}
.pxl-client-carousel1.style1 .pxl-item-client a:hover img:nth-child(1) {
  -webkit-transform: translateY(120%);
  -khtml-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
}
.pxl-client-carousel1.style1 .pxl-item-client a:hover img:nth-child(2) {
  top: 100%;
  opacity: 1;
}
.pxl-client-carousel1.style2 a img {
  opacity: 0.4;
}
.pxl-client-carousel1.style2 a:hover img {
  opacity: 1;
}
.pxl-client-carousel1.style2:nth-child(2) {
  display: none;
}
.pxl-client-carousel2 .pxl-carousel-inner .pxl-item-client img {
  border-radius: 8px;
}
.pxl-client-carousel2 .pxl-swiper-dots {
  margin-top: 41px !important;
  align-items: center !important;
}
.pxl-portfolio-detail {
  padding: 35px 30px 26px 50px;
  background-color: #f6f7f8;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .pxl-portfolio-detail {
    padding: 30px 30px 26px 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio-detail {
    padding: 30px 20px 26px 20px;
  }
}
.pxl-portfolio-detail .item--detail {
  margin-bottom: 17px;
}
.pxl-portfolio-detail .item--detail label {
  font-size: 18px;
  color: #080808;
  font-weight: 700;
  text-transform: uppercase;
}
.pxl-portfolio-detail .item--detail .item--content {
  margin-top: 2px;
  font-size: 18px;
  color: #666;
}
.pxl-portfolio-detail .item--detail .item--content a {
  color: #666;
}
.pxl-portfolio-detail .item--detail .item--content a:hover {
  color: var(--primary-color);
}
.pxl-portfolio-detail .pxl-item--star {
  margin-top: -4px;
}
.pxl-portfolio-detail .pxl-item--star i {
  color: #666;
  letter-spacing: -3px;
  font-size: 15px;
}
.pxl-portfolio-detail .pxl-item--star.star-1 i:nth-child(1) {
  color: #ffc601;
}
.pxl-portfolio-detail .pxl-item--star.star-2 i:nth-child(-n+2) {
  color: #ffc601;
}
.pxl-portfolio-detail .pxl-item--star.star-3 i:nth-child(-n+3) {
  color: #ffc601;
}
.pxl-portfolio-detail .pxl-item--star.star-4 i:nth-child(-n+4) {
  color: #ffc601;
}
.pxl-portfolio-detail .pxl-item--star.star-5 i:nth-child(-n+5) {
  color: #ffc601;
}
.pxl-history {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.pxl-history:before {
  position: absolute;
  content: 0;
  height: 100%;
  border-left: 1px dashed #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  z-index: 0;
}
@media (max-width: 900px) {
  .pxl-history:before {
    left: 51px;
    transform: translateX(0%);
  }
}
.pxl-history .tetx-start {
  z-index: 2;
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 200px;
  background-color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 102px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .pxl-history .tetx-start {
    left: 0%;
    transform: translateX(0%);
  }
}
.pxl-history .pxl-history-l1 {
  padding: 0;
}
.pxl-history .pxl-history-l1 li {
  display: flex;
}
@media (max-width: 900px) {
  .pxl-history .pxl-history-l1 li {
    margin: 20px 0 0 0 !important;
    padding-left: 130px;
  }
}
.pxl-history .pxl-history-l1 li:nth-child(1) {
  padding-top: 27px;
}
.pxl-history .pxl-history-l1 li .wrap-content {
  width: 300px;
}
@media (max-width: 900px) {
  .pxl-history .pxl-history-l1 li .wrap-content {
    width: 100%;
  }
}
.pxl-history .pxl-history-l1 li:nth-child(even) {
  text-align: right;
}
@media (max-width: 900px) {
  .pxl-history .pxl-history-l1 li:nth-child(even) {
    text-align: left;
  }
}
.pxl-history .pxl-history-l1 li:nth-child(even) .title {
  padding-right: 0px;
}
.pxl-history .pxl-history-l1 li:nth-child(even) .title:before {
  right: -135px;
}
.pxl-history .pxl-history-l1 li:nth-child(even) .title:after {
  right: -112px;
}
.pxl-history .pxl-history-l1 li:nth-child(odd) {
  text-align: left;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .pxl-history .pxl-history-l1 li:nth-child(odd) {
    justify-content: flex-start;
  }
}
.pxl-history .pxl-history-l1 li:nth-child(odd) .title:before {
  left: -135px;
}
.pxl-history .pxl-history-l1 li:nth-child(odd) .title:after {
  left: -112px;
}
.pxl-history .pxl-history-l1 li .title {
  font-size: 22px;
  color: #f6f6f6;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 575px) {
  .pxl-history .pxl-history-l1 li .title {
    font-size: 18px;
  }
}
.pxl-history .pxl-history-l1 li .title:before {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 100px;
  background-color: var(--primary-color);
  top: 13px;
}
@media (max-width: 900px) {
  .pxl-history .pxl-history-l1 li .title:before {
    left: -90px !important;
  }
}
.pxl-history .pxl-history-l1 li .title:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  top: 23px;
  border-top: 1px dashed #818181;
}
@media (max-width: 900px) {
  .pxl-history .pxl-history-l1 li .title:after {
    width: 50px !important;
    left: -62px !important;
    right: auto !important;
  }
}
.pxl-history .pxl-history-l1 li .desc {
  padding-top: 7px;
  font-size: 16px;
  color: #acacac;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .pxl-history .pxl-history-l1 li .desc {
    font-size: 15px;
  }
}
.pxl-history .img-h {
  width: 140px;
  max-width: 140px;
  height: 140px;
  border-radius: 200px;
  border: 3px solid #474747;
  overflow: hidden;
  margin: auto;
  position: relative;
  margin-top: -3px;
}
@media (max-width: 900px) {
  .pxl-history .img-h {
    margin-left: 0;
    width: 104px;
    max-width: 104px;
    height: 104px;
  }
}
.pxl-image-grid1 .pxl-grid-item {
  padding: 15px !important;
}
.pxl-image-grid1 .pxl-grid-item img {
  width: 100%;
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .wrap-item {
  position: relative;
  overflow: hidden;
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .wrap-item:before {
  position: absolute;
  pointer-events: none;
  content: '';
  background-color: var(--secondary-color);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  visibility: hidden;
  mix-blend-mode: multiply;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .light-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 22;
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 65px;
  right: 45px;
  left: 45px;
  background-color: #fff;
  text-align: center;
  padding: 17px 15px 20px 15px;
  opacity: 0;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: var(--secondary-color);
}
@media (max-width: 480px) {
  .pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner .pxl-item-meta .pxl-image-desc {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: 'Roboto';
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner:hover .wrap-item:before {
  visibility: visible;
}
.pxl-image-grid1 .pxl-grid-item .pxl-image-inner:hover .pxl-item-meta {
  bottom: 45px;
  right: 45px;
  left: 45px;
  -webkit-transition: 250ms all linear 200ms;
  -khtml-transition: 250ms all linear 200ms;
  -moz-transition: 250ms all linear 200ms;
  -ms-transition: 250ms all linear 200ms;
  -o-transition: 250ms all linear 200ms;
  transition: 250ms all linear 200ms;
  opacity: 1;
}
.pxl-countdown.show-day .countdown-day {
  display: inline-block !important;
}
.pxl-countdown.show-hour .countdown-hour {
  display: inline-block !important;
}
.pxl-countdown.show-minute .countdown-minute {
  display: inline-block !important;
}
.pxl-countdown.show-second .countdown-second {
  display: inline-block !important;
}
.pxl-countdown-layout1 {
  display: flex;
  align-items: center;
  text-align: center;
}
.pxl-countdown-layout1 .countdown-item {
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1 .countdown-item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-countdown-layout1 .countdown-item {
    margin: 0 13px;
  }
}
.pxl-countdown-layout1 .countdown-period {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .pxl-countdown-layout1 .countdown-period {
    font-size: 13px;
  }
}
.pxl-countdown-layout1 .countdown-amount {
  font-size: 0px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.pxl-countdown-layout1 .countdown-amount span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1 .countdown-amount span {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-countdown-layout1 .countdown-amount span {
    font-size: 20px;
  }
}
.pxl-language-switcher1 {
  font-size: 13px;
  color: #4e4e4e;
  position: relative;
  z-index: 99;
}
.pxl-language-switcher1 a {
  color: inherit;
}
.pxl-language-switcher1 a:hover {
  color: #e3141d;
}
.pxl-language-switcher1 ul {
  margin: 5px 0 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  min-width: 160px;
  padding: 19px 24px 14px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 5px 30px rgba(90, 90, 90, 0.2);
  -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: 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);
  transform: perspective(300px) rotateX(-90deg);
  transform-origin: 50% 0%;
}
@media screen and (max-width: 1400px) {
  .pxl-language-switcher1 ul {
    left: auto;
    right: 0;
  }
}
.pxl-language-switcher1 ul li {
  padding: 5px 0;
}
.pxl-language-switcher1 ul a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #131215;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.pxl-language-switcher1 ul a img {
  max-width: 30px;
  margin-right: 12px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.pxl-language-switcher1 .current--item {
  line-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
.pxl-language-switcher1 .current--item img {
  max-width: 37px;
  margin-right: 12px;
}
.pxl-language-switcher1 .current--item .pxl-language-label {
  line-height: 1.3;
}
.pxl-language-switcher1 .current--item .pxl-language-label .title {
  font-size: 15px;
  color: #666;
  margin-bottom: 3px;
}
.pxl-language-switcher1 .current--item label {
  cursor: pointer;
  color: #131215;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.pxl-language-switcher1 .current--item label:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1;
  -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;
  display: inline-flex;
}
.pxl-language-switcher1:hover .current--item label:after {
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.pxl-language-switcher1:hover .current--item + ul {
  margin-top: 5px;
  transform: perspective(300px) rotateX(0deg);
}
.pxl-language-switcher1.dr-right ul {
  left: auto;
  right: 0;
}
.pxl-image-carousel1 .pxl-swiper-wrapper {
  align-items: center !important;
  padding: 50px 0;
}
.pxl-image-carousel1 img {
  width: 100%;
}
.pxl-image-carousel1 .pxl-item--inner {
  box-shadow: rgba(0, 14, 32, 0.05) 0px 0px 21px;
  border-radius: 5px;
  overflow: hidden;
}
.pxl-image-carousel1 .pxl-swiper-arrow-next {
  right: 26%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .pxl-image-carousel1 .pxl-swiper-arrow-next {
    right: 0%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-carousel1 .pxl-swiper-arrow-next {
    right: -2%;
  }
}
.pxl-image-carousel1 .pxl-swiper-arrow-prev {
  left: 29.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .pxl-image-carousel1 .pxl-swiper-arrow-prev {
    left: 9.5%;
  }
}
.pxl-image-carousel1 .pxl-swiper-arrow {
  top: 42%;
  box-shadow: rgba(0, 40, 91, 0.1) 0px 19px 16px;
  width: 91px;
  height: 91px;
}
@media screen and (max-width: 1199px) {
  .pxl-image-carousel1 .pxl-swiper-arrow {
    width: 60px;
    height: 60px;
  }
}
.pxl-image-carousel1 .pxl-swiper-arrow i {
  font-size: 30px;
  line-height: 91px;
  font-weight: 300;
  color: var(--primary-color);
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-image-carousel1 .pxl-swiper-arrow i {
    line-height: 60px;
    font-size: 25px;
  }
}
.pxl-image-carousel1 .pxl-swiper-arrow:hover i {
  color: #fff;
}
.pxl-piechart-layout1 {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-piechart-layout1 .pxl-piechart {
  text-align: center;
  position: relative;
}
.pxl-piechart-layout1 .pxl-piechart .item--value {
  position: relative;
  display: inline-flex;
}
.pxl-piechart-layout1 .pxl-piechart .item--value span {
  font-size: 40px;
  font-weight: 400;
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: ;
}
.pxl-piechart-layout1 .pxl-piechart .item--value span i {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
.pxl-piechart-layout1 .pxl-piechart .wrap-content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 100%;
}
.pxl-piechart-layout1 .pxl-piechart .number {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
.pxl-piechart-layout1 .pxl-piechart .item--title {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.pxl-discount1 {
  display: flex;
}
.pxl-discount1.center {
  justify-content: center;
}
.pxl-discount1.right {
  justify-content: end;
}
.pxl-discount1 .pxl-item--inner {
  max-width: 140px;
}
.pxl-discount1 .pxl-item--holder {
  position: relative;
}
.pxl-discount1 .pxl-item--holder:before {
  position: absolute;
  content: '';
  top: 0px;
  left: -17px;
  border-right: 17px solid #8c171a;
  border-top: 53px solid transparent;
  border-bottom: 0px solid transparent;
  z-index: 2;
}
.pxl-discount1 .pxl-item--holder:after {
  position: absolute;
  content: '';
  top: 0px;
  right: -17px;
  border-left: 17px solid #8c171a;
  border-top: 53px solid transparent;
  border-bottom: 0px solid transparent;
  z-index: 2;
}
.pxl-discount1 .pxl-item--meta {
  background-color: #aa1311;
  position: relative;
  padding: 12px 0 6px;
}
.pxl-discount1 .pxl-item--meta:before, .pxl-discount1 .pxl-item--meta:after {
  position: absolute;
  content: '';
}
.pxl-discount1 .pxl-item--meta .pxl-item--subtitle {
  font-size: 22.67px;
  color: var(--sixth-color);
  line-height: 1;
  margin-left: 18px;
}
.pxl-discount1 .pxl-item--meta .pxl-item--title {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.pxl-discount1 .pxl-item--description {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  clip-path: polygon(100% 0, 100% 100%, 50% 70%, 0 100%, 0 0);
}
.pxl-discount1 .pxl-item--description span {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px 10px 5px;
}
.pxl-discount1 .pxl-button--coupon {
  margin-top: 21px;
}
.pxl-discount1 .pxl-button--coupon .btn {
  text-transform: inherit;
  background-color: var(--sixth-color);
  color: #060100;
  border-radius: 3px;
  width: 100%;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pxl-discount1 .pxl-button--coupon .btn:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.5;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-discount1 .pxl-button--coupon .btn:hover:before {
  left: 130%;
}
.pxl-image-before-after1 img {
  width: 100%;
}
.pxl-image-before-after1 .before-after-text {
  margin-top: 12px;
}
.pxl-image-before-after1 .before-after-text .before-text, .pxl-image-before-after1 .before-after-text .after-text {
  width: 50%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--regular-color);
}
.pxl-image-before-after1 .twentytwenty-before-label:before, .pxl-image-before-after1 .twentytwenty-after-label:before {
  display: none;
}
.pxl-image-before-after2 {
  position: relative;
}
.pxl-image-before-after2 img {
  width: 100%;
}
.pxl-image-before-after2 .before-after-text {
  margin-top: 12px;
}
.pxl-image-before-after2 .before-after-text .before-text, .pxl-image-before-after2 .before-after-text .after-text {
  width: 50%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-color);
}
.pxl-image-before-after2 .twentytwenty-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.pxl-image-before-after2 .twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, .0) !important;
}
.pxl-image-before-after2 .twentytwenty-handle {
  transform: translateY(-30%) !important;
  height: 70px !important;
  width: 10px !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  margin-left: -5px;
  opacity: 1;
}
.pxl-image-before-after2 .twentytwenty-handle:before, .pxl-image-before-after2 .twentytwenty-handle:after {
  background-color: #fff;
  z-index: 0;
  margin-left: -1px !important;
}
.pxl-image-before-after2 .twentytwenty-handle .twentytwenty-left-arrow, .pxl-image-before-after2 .twentytwenty-handle .twentytwenty-right-arrow {
  margin-top: -8px !important;
}
.pxl-image-before-after2 .twentytwenty-handle .twentytwenty-left-arrow {
  border-right-color: #fff !important;
  border-width: 10px;
  border-right-width: 14px;
  margin-left: -34px;
}
.pxl-image-before-after2 .twentytwenty-handle .twentytwenty-right-arrow {
  border-left-color: #fff !important;
  border-width: 10px;
  border-left-width: 14px;
  margin-right: -34px;
}
.pxl-image-before-after2 .twentytwenty-before-label:before, .pxl-image-before-after2 .twentytwenty-after-label:before {
  display: none;
}
.pxl-image-before-after2 .before-after-text .item-text {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  width: auto;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .pxl-image-before-after2 .before-after-text .item-text {
    font-size: 16px;
  }
}
.pxl-image-before-after2 .before-after-text .before-text {
  top: 17px;
  left: 30px;
}
.pxl-image-before-after2 .before-after-text .after-text {
  top: 17px;
  right: 30px;
}
.tt_timetable th {
  background-color: #e7e6e6 !important;
  color: var(--secondary-color) !important;
  padding: 12px 15px 14px;
  font-size: 20px;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
  background-color: #e7e6e6;
  border: 1px solid var(--secondary-color);
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.tt_responsive .tt_timetable.small .box_header {
  font-size: 20px !important;
  font-weight: bold;
  color: var(--secondary-color);
}
.pxl-grid-direction .in-top .wrap-item:before {
  -webkit-animation: in-top-fade 0.3s ease 0ms 1 forwards;
  animation: in-top-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .out-top .wrap-item:before {
  -webkit-animation: out-top-fade 0.3s ease 0ms 1 forwards;
  animation: out-top-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .in-bottom .wrap-item:before {
  -webkit-animation: in-bottom-fade 0.3s ease 0ms 1 forwards;
  animation: in-bottom-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .out-bottom .wrap-item:before {
  -webkit-animation: out-bottom-fade 0.3s ease 0ms 1 forwards;
  animation: out-bottom-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .in-left .wrap-item:before {
  -webkit-animation: in-left-fade 0.3s ease 0ms 1 forwards;
  animation: in-left-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .out-left .wrap-item:before {
  -webkit-animation: out-left-fade 0.3s ease 0ms 1 forwards;
  animation: out-left-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .in-right .wrap-item:before {
  -webkit-animation: in-right-fade 0.3s ease 0ms 1 forwards;
  animation: in-right-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-direction .out-right .wrap-item:before {
  -webkit-animation: out-right-fade 0.3s ease 0ms 1 forwards;
  animation: out-right-fade 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-top .item--featured:before {
  -webkit-animation: in-top 0.3s ease 0ms 1 forwards;
  animation: in-top 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .out-top .item--featured:before {
  -webkit-animation: out-top 0.3s ease 0ms 1 forwards;
  animation: out-top 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-top .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-top .item--featured:before {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.pxl-grid-item .pxl-grid-direction .out-bottom .item--featured:before {
  -webkit-animation: out-bottom 0.3s ease 0ms 1 forwards;
  animation: out-bottom 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-bottom .item--featured:before {
  -webkit-animation: in-bottom 0.3s ease 0ms 1 forwards;
  animation: in-bottom 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-bottom .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-bottom .item--featured:before {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.pxl-grid-item .pxl-grid-direction .out-left .item--featured:before {
  -webkit-animation: out-left 0.3s ease 0ms 1 forwards;
  animation: out-left 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-left .item--featured:before {
  -webkit-animation: in-left 0.3s ease 0ms 1 forwards;
  animation: in-left 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-left .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-left .item--featured:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.pxl-grid-item .pxl-grid-direction .out-right .item--featured:before {
  -webkit-animation: out-right 0.3s ease 0ms 1 forwards;
  animation: out-right 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-right .item--featured:before {
  -webkit-animation: in-right 0.3s ease 0ms 1 forwards;
  animation: in-right 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-right .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-right .item--featured:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.elementor-drop-cap-letter {
  box-shadow: 1px 10px 60px #fab319;
}
.pxl-search-popup-button {
  cursor: pointer;
}
.pxl-mailchimp .mc4wp-form {
  position: relative;
}
.pxl-mailchimp .mc4wp-response {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.pxl-mailchimp .mc4wp-alert {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  margin-top: 25px;
  position: relative;
  max-width: 350px;
}
.pxl-mailchimp .mc4wp-alert:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.pxl-mailchimp .mc4wp-alert p {
  margin: 0;
}
.pxl-mailchimp [type="submit"] {
  white-space: nowrap;
}
.pxl-mailchimp.style-default .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp.style-default [type="email"] {
  height: 54px;
  border: 1px solid var(--primary-color);
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  background-color: transparent;
  font-size: 12px;
  color: #b8b8b8;
  padding: 0 22px;
  min-width: 280px;
}
.pxl-mailchimp.style-default [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 32px;
  line-height: 54px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-default [type="submit"] {
    padding: 0 22px;
  }
}
.pxl-mailchimp.style-box-round .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp.style-box-round [type="email"] {
  height: 65px;
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  background-color: rgba(255, 255, 255, 0.24);
  font-size: 15px;
  color: #e4e4e4;
  padding: 0 22px;
  min-width: 280px;
  border: none;
  padding-left: 48px;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-box-round [type="email"] {
    padding-left: 30px;
  }
}
.pxl-mailchimp.style-box-round [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 50px;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-box-round [type="submit"] {
    padding: 0 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-mailchimp.style-box-round [type="submit"] {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
.pxl-mailchimp.style-outline .mc4wp-form-fields {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-outline .mc4wp-form-fields {
    display: block;
  }
}
.pxl-mailchimp.style-outline [type="email"] {
  height: 50px;
  border: none;
  border-bottom: 1px solid #fff;
  -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;
  color: #bfbfbf;
  padding: 0;
  width: auto;
  min-width: 320px;
  margin-right: 30px;
}
.pxl-mailchimp.style-outline [type="email"]:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.67);
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-outline [type="email"] {
    margin-right: 20px;
    min-width: 220px;
  }
}
.pxl-mailchimp.style-outline [type="submit"] {
  padding: 0 40px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-outline [type="submit"] {
    padding: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-outline [type="submit"] {
    margin-top: 20px;
  }
}
.pxl-mailchimp.style-outline.style-btn-default [type="submit"]:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.pxl-mailchimp.style-outline.style-btn-default [type="submit"]:hover:before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.pxl-mailchimp.style-outline.style-btn-default [type="submit"]:hover, .pxl-mailchimp.style-outline.style-btn-default [type="submit"]:focus {
  background: var(--primary-color);
}
.pxl-mailchimp.style-primary .mc4wp-form-fields {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-mailchimp.style-primary .mc4wp-form-fields {
    display: block;
  }
}
.pxl-mailchimp.style-primary [type="email"] {
  height: 54px;
  border: none;
  border: none;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  background-color: #3b3f38;
  font-size: 16px;
  color: #fff;
  padding-left: 26px;
  width: auto;
  min-width: 320px;
  margin-right: 16px;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-primary [type="email"] {
    min-width: 220px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-mailchimp.style-primary [type="email"] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.pxl-mailchimp.style-primary [type="submit"] {
  padding: 0 34px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 600;
  color: #122a00;
  z-index: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-primary [type="submit"] {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-mailchimp.style-primary [type="submit"] {
    margin-top: 20px;
  }
}
.pxl-mailchimp.style-box-white {
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  background-color: #fff;
  padding: 13px 18px 13px 40px;
}
.pxl-mailchimp.style-box-white [type="email"] {
  font-size: 15px;
  color: #79949f;
  padding: 0 0 0 60px;
  background-image: url(../img/mail.png);
  background-position: left -10px center;
  background-repeat: no-repeat;
  border: none;
  margin-right: 10px;
}
.pxl-mailchimp.style-box-white [type="submit"] {
  line-height: 58px;
  padding: 0 26px;
}
.pxl-mailchimp.style-box-white .mc4wp-form-fields {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-box-white .mc4wp-form-fields {
    display: block;
  }
}
.pxl-mailchimp.style-box-white2 {
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
}
.pxl-mailchimp.style-box-white2 [type="email"] {
  font-size: 15px;
  color: #747e8c;
  padding: 0 0 0 30px;
  border: none;
  height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: auto;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-box-white2 [type="email"] {
    padding-left: 20px;
  }
}
.pxl-mailchimp.style-box-white2 [type="submit"] {
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-box-white2 [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0px;
  }
  .pxl-mailchimp.style-box-white2 [type="submit"]:before {
    content: "\f13b";
    font-family: "Caseicon";
    font-size: 16px;
    font-weight: 400;
  }
}
.pxl-mailchimp.style-box-white2 .mc4wp-form-fields {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
body.rtl .pxl-mailchimp.style-box-round [type="email"] {
  padding-left: 20px;
  padding-right: 48px;
}
body.rtl .pxl-mailchimp.style-box-round [type="submit"] {
  right: auto;
  left: 0;
}
.pxl-nav-menu .pxl-menu-primary > li a i {
  display: none;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a i {
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--secondary-color);
}
.pxl-nav-menu .pxl-menu-primary > li:hover > a i {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  color: var(--primary-color);
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
}
.pxl-nav-menu.lowercase .pxl-menu-primary li a {
  text-transform: inherit;
  font-weight: 400;
  font-size: 15px;
}
.pxl-nav-menu.style2 .menu-item > a {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pxl-nav-menu.style2 .menu-item > a .link-icon {
  font-size: 32px;
  line-height: 32px;
}
.pxl-nav-menu.style2 .menu-item > a > i {
  display: none !important;
}
.pxl-nav-menu.style2 .sub-menu a {
  text-align: left !important;
}
.pxl-nav-menu.style3 .pxl-menu-primary li {
  display: block;
  margin: 0 0;
}
.pxl-nav-menu.style3 .pxl-menu-primary li a {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  text-transform: inherit;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-nav-menu.style3 .pxl-menu-primary li a {
    border-bottom: none;
  }
}
.pxl-nav-menu.style3 .pxl-menu-primary li a:before {
  height: 1px !important;
  background-color: #666 !important;
  margin-top: 1px !important;
  background-image: none;
}
.pxl-nav-menu.style3 .pxl-menu-primary li a:hover {
  color: var(--secondary-color);
}
.pxl-nav-menu.style4 .pxl-menu-primary > li {
  margin: 0 30px;
}
.pxl-nav-menu.style4 .pxl-menu-primary > li > a {
  font-size: 16px;
  line-height: 59px;
}
.pxl-nav-menu.style4 .pxl-menu-primary > li > .sub-menu {
  margin-top: 45px;
}
.pxl-nav-menu.style4 .pxl-menu-primary > li:hover > .sub-menu {
  top: 76px;
  margin-top: 0;
}
.pxl-nav-menu.style5 .pxl-menu-primary {
  padding: 22px 22px;
  border: 1px solid #f4f5f5;
}
@media screen and (max-width: 575px) {
  .pxl-nav-menu.style5 .pxl-menu-primary {
    padding: 22px 20px;
  }
}
.pxl-nav-menu.style5 .pxl-menu-primary li {
  width: 100%;
  margin: 0 0 5px 0;
}
.pxl-nav-menu.style5 .pxl-menu-primary li a {
  line-height: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  color: var(--regular-color);
  background-color: #f5f5f5;
  font-size: 17px;
  font-weight: 600;
  padding: 0 25px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  text-transform: capitalize;
}
.pxl-nav-menu.style5 .pxl-menu-primary li a:before {
  display: none;
}
.pxl-nav-menu.style5 .pxl-menu-primary li a:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}
.pxl-nav-menu.style5 .pxl-menu-primary li.current-menu-item a {
  background-color: var(--primary-color);
  color: #fff !important;
}
.pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 11px auto 0 auto;
}
.pxl-nav-menu.hv-style1 .pxl-menu-primary > li:hover > a:before, .pxl-nav-menu.hv-style1 .pxl-menu-primary > li.current_page_item > a:before, .pxl-nav-menu.hv-style1 .pxl-menu-primary > li.current-menu-item > a:before, .pxl-nav-menu.hv-style1 .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-nav-menu.hv-style1 .pxl-menu-primary > li.current-menu-ancestor > a:before {
  width: 100%;
}
.pxl-nav-menu.hv-style2 .pxl-menu-primary > li > a:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 12px auto 0 auto;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-nav-menu.hv-style2 .pxl-menu-primary > li:hover > a:before, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current_page_item > a:before, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current-menu-item > a:before, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-nav-menu.hv-style2 .pxl-menu-primary > li.current-menu-ancestor > a:before {
  width: 100%;
}
.pxl-nav-menu.sub-hv-style-none .pxl-menu-primary .sub-menu li a span::before {
  display: none;
}
.pxl-nav-menu.divider-top .pxl-menu-primary > li > a::before {
  margin-top: 0;
  top: 0px;
}
.pxl-nav-menu.divider-bottom .pxl-menu-primary > li > a::before {
  margin-top: 0;
  top: auto;
  bottom: 0;
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li {
  line-height: 122px;
  margin: 0 2px;
  transition: all 200ms linear 0ms !important;
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li > a {
  padding: 0 20px;
  line-height: 44px;
  background-color: transparent;
  border-radius: 3px;
  transition: all 200ms linear 0ms !important;
}
@media (max-width: 1760px) {
  .pxl-nav-menu.hv-background .pxl-menu-primary > li > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li > a {
    padding: 0 15px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 1300px) {
  .pxl-nav-menu.hv-background .pxl-menu-primary > li > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li > a {
    font-size: 14px !important;
  }
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li > a i, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li > a i {
  transition: all 200ms linear 0ms !important;
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li:hover > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li:hover > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current_page_item > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current_page_item > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current-menu-item > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current-menu-item > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current_page_ancestor > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current_page_ancestor > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current-menu-ancestor > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current-menu-ancestor > a {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li:hover > a i, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li:hover > a i, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current_page_item > a i, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current_page_item > a i, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current-menu-item > a i, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current-menu-item > a i, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current_page_ancestor > a i, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current_page_ancestor > a i, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current-menu-ancestor > a i, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current-menu-ancestor > a i {
  transform: rotateX(0deg);
  color: #fff;
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li.current_page_item > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current_page_item > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current-menu-item > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current-menu-item > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current_page_ancestor > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current_page_ancestor > a, .pxl-nav-menu.hv-background .pxl-menu-primary > li.current-menu-ancestor > a, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li.current-menu-ancestor > a {
  margin-right: 10px;
}
.pxl-nav-menu.hv-background .pxl-menu-primary > li .sub-menu li, .pxl-nav-menu.hv-background-rd0 .pxl-menu-primary > li .sub-menu li {
  line-height: 1.3;
}
.pxl-nav-menu.hv-background-rd0 .pxl-menu-primary li a {
  border-radius: 0;
}
.pxl-nav-menu.hv-line-bottom .pxl-menu-primary > li {
  margin: 0 20px;
  position: relative;
}
.pxl-nav-menu.hv-line-bottom .pxl-menu-primary > li:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fabe36;
  transform: scaleX(0);
  transition: all 200ms linear 0ms !important;
}
.pxl-nav-menu.hv-line-bottom .pxl-menu-primary > li:hover:before {
  transform: scaleX(1);
}
.pxl-nav-menu.hv-line-bottom .pxl-menu-primary > li > a {
  padding: 0 0px;
  margin: 0 0px;
  line-height: 44px;
}
.pxl-nav-menu.hv-line-bottom .pxl-menu-primary > li .sub-menu li {
  line-height: 1.3;
}
.pxl-nav-menu.sub-hv-sub-menu-style2 .pxl-menu-primary .sub-menu > li > a .custom-line-hv {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.pxl-nav-menu.sub-hv-sub-menu-style2 .pxl-menu-primary .sub-menu > li > a .custom-line-hv:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: -130%;
  background-color: var(--secondary-color);
  transition: left 0.5s cubic-bezier(0.4, 0, 1, 1) 0.2s;
}
.pxl-nav-menu.sub-hv-sub-menu-style2 .pxl-menu-primary .sub-menu > li > a .custom-line-hv:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: -102%;
  background-color: var(--secondary-color);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1);
}
.pxl-nav-menu.sub-hv-sub-menu-style2 .pxl-menu-primary .sub-menu > li > a .custom-line-hv:hover::before {
  left: 0;
}
.pxl-nav-menu.sub-hv-sub-menu-style2 .pxl-menu-primary .sub-menu > li > a .custom-line-hv:hover::after {
  left: 102%;
}
.pxl-nav-menu.sub-hv-sub-menu-style2 .pxl-menu-primary .sub-menu.pxl-mega-menu ul li a span::before {
  display: none;
}
.pxl-nav-menu.sub-hv-bullet .pxl-menu-primary .sub-menu > li > a {
  position: relative;
  -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-nav-menu.sub-hv-bullet .pxl-menu-primary .sub-menu > li > a:before {
  content: '';
  background-color: var(--secondary-color);
  width: 11px;
  height: 2px;
  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: -11px;
  -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);
  opacity: 0;
}
.pxl-nav-menu.sub-hv-bullet .pxl-menu-primary .sub-menu > li > a:hover {
  padding-left: 18px;
}
.pxl-nav-menu.sub-hv-bullet .pxl-menu-primary .sub-menu > li > a:hover::before {
  left: 0;
  opacity: 1;
}
.pxl-nav-menu.sub-hv-sub-menu .pxl-menu-primary li > .sub-menu, .pxl-nav-menu.sub-hv-sub-menu .pxl-menu-primary li > .pxl-mega-menu {
  -webkit-transform: translate(0, 15px);
  -khtml-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  margin-top: 35px;
  transition: all 220ms linear 0ms;
}
.pxl-nav-menu.sub-hv-sub-menu .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.sub-hv-sub-menu .pxl-menu-primary li:hover > .pxl-mega-menu {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -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-logo-nav1 {
  display: inline-flex;
  background-color: #040900;
  align-items: center;
}
.pxl-logo-nav1 .pxl-logo-wrap {
  padding: 0 95px;
}
.pxl-logo-nav1 .pxl-logo-wrap img {
  max-height: 47px;
  width: auto;
}
.pxl-logo-nav1 .pxl-nav-wrap {
  display: none;
  height: 118px !important;
  opacity: 1 !important;
}
.pxl-logo-nav1 .pxl-menu-primary {
  margin-right: 70px;
}
.pxl-logo-nav1 .pxl-menu-primary > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 118px;
}
.pxl-logo-nav1 .pxl-menu-primary > li > a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin: 11px auto 0 auto;
}
.pxl-logo-nav1 .pxl-menu-primary > li.menu-item-has-children > a i {
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-left: 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);
}
.pxl-logo-nav1 .pxl-menu-primary > li:hover > a i {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.pxl-logo-nav1 .pxl-menu-primary > li:hover > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current_page_item > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current-menu-item > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current-menu-ancestor > a:before {
  width: 100%;
}
.pxl-logo-nav1 .pxl-nav-button {
  width: 118px;
  height: 118px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  height: 2px;
  background-color: #000;
  left: 0;
  position: absolute;
  -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-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(1) {
  top: 7px;
  width: 40px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(2) {
  top: 19px;
  width: 22px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(3) {
  top: 31px;
  width: 22px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(4) {
  width: 40px;
  transform: rotate(45deg) translateX(100%);
  top: 30px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i {
  width: 100%;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(1), .pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(3) {
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(2) {
  transform: rotate(-45deg);
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(4) {
  transform: rotate(45deg) translateX(0%);
  top: 19px;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1199px) {
  .sub-menu.pxl-mega-menu section {
    border: none !important;
    box-shadow: none !important;
    padding-top: 0 !important;
  }
}
.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 1.4s;
  -khtml-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.hover-imge-effect3 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect3 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);
}
.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%;
}
.hover-imge-effect5 {
  cursor: pointer;
  overflow: hidden;
}
.hover-imge-effect5 img {
  display: block;
  object-fit: cover;
  -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;
  -webkit-transform: scale(1.05) translateX(-5px);
  transform: scale(1.05) translateX(-5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-item--inner:hover .hover-imge-effect1 a::before {
  -webkit-animation: img_circle 0.65s;
  animation: img_circle 0.65s;
}
.pxl-item--inner:hover .hover-imge-effect2 img {
  -webkit-transform: scale(1.18);
  -khtml-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
}
.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-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
  left: 50%;
  top: 0;
  opacity: 1;
}
.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
  left: 50%;
  top: 50%;
  opacity: 1;
}
.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
  left: 0%;
  top: 50%;
  opacity: 1;
}
.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
  left: 0%;
  top: 0%;
  opacity: 1;
}
.pxl-item--inner:hover .hover-imge-effect5 img {
  -webkit-transform: scale(1.05) translateX(5px);
  transform: scale(1.05) translateX(5px);
}
.pxl-grid .pxl-item--image img {
  width: 100%;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers {
  -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: #f5f1f1;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 18px;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers i {
  font-size: 13px;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers:before, .pxl-grid-pagination.pxl-pagination-style2 .page-numbers:after {
  display: none;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers.current, .pxl-grid-pagination.pxl-pagination-style2 .page-numbers:hover {
  background-color: #242f51;
}
.pxl-grid-filter2 {
  margin-bottom: 38px;
  font-size: 17px;
  color: #444;
}
.pxl-grid-filter2 .filter-item {
  cursor: pointer;
}
.pxl-grid-filter2 .filter-item:after {
  content: '-';
  margin: 0 18px;
}
.pxl-grid-filter2 .filter-item:last-child:after {
  display: none;
}
.pxl-grid-filter3 {
  margin-bottom: 53px;
}
.pxl-blog-grid-layout1 .grid-sizer {
  display: none;
}
.pxl-blog-grid-layout1 .item--featured {
  max-width: 175px;
  margin-right: 25px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout1 .item--featured {
    min-width: 100%;
    margin: 0 0 30px 0;
  }
}
.pxl-blog-grid-layout1 .item--featured img {
  -webkit-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
.pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner:hover img {
  opacity: 0.9;
}
.pxl-blog-grid-layout1 .pxl-grid-item:last-child .pxl-item--inner {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pxl-blog-grid-layout1 .item--title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #040404;
}
@media screen and (max-width: 1199px) {
  .pxl-blog-grid-layout1 .item--title {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-blog-grid-layout1 .item--title {
    font-size: 16px;
  }
}
.pxl-blog-grid-layout1 .item--title a {
  color: #040404;
}
.pxl-blog-grid-layout1 .item--title:hover a {
  color: var(--primary-color);
}
.pxl-blog-grid-layout1 .content-excerpt {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
.pxl-blog-grid-layout1 .pxl-item--readmore {
  margin-top: 14px;
}
.pxl-blog-grid-layout1 .pxl-item--readmore a {
  color: #040404 !important;
}
.pxl-blog-grid-layout1 .pxl-item--readmore a i {
  color: var(--primary-color);
}
.pxl-blog-grid-layout1 .pxl-item--readmore a:hover {
  color: var(--primary-color) !important;
}
.pxl-blog-grid-layout2 .pxl-load-more {
  padding-top: 0px !important;
  margin-top: 15px !important;
}
.pxl-blog-grid-layout2 .pxl-btn-effect1 {
  border-radius: 0 !important;
  padding-left: 33px !important;
  padding-right: 33px !important;
  line-height: 53px !important;
}
.pxl-blog-grid-layout2 .pxl-btn-effect1:before {
  background-color: var(--secondary-color) !important;
}
.pxl-blog-grid-layout2 .pxl-load-icon {
  display: none;
}
.pxl-blog-grid-layout2.pxl-blog-grid-layout2 .pxl-grid-item {
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .pxl-blog-grid-layout2.pxl-blog-grid-layout2 .pxl-grid-item {
    margin-bottom: 35px;
  }
}
.pxl-blog-grid-layout2 .pxl-item--inner .item--featured a {
  position: relative;
  overflow: hidden;
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .item--featured a:before {
  -webkit-animation: img_circle 0.65s;
  animation: img_circle 0.65s;
}
.pxl-blog-grid-layout2 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-blog-grid-layout2 .pxl-load-more {
  margin-top: 48px;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .item--featured img {
  width: 100%;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body {
  position: relative;
  padding: 43px 30px 15px 30px;
}
@media screen and (max-width: 1024px) {
  .pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body {
    padding: 43px 20px 15px 20px;
  }
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .item--date {
  position: absolute;
  top: -23px;
  left: 30px;
  color: #fff;
  background-color: #0ba3fa;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
  width: max-content;
  border-radius: 5px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .item--date {
    left: 20px;
  }
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .item--title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #080808;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .item--title a {
  color: #080808;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .item--title a:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 1024px) {
  .pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .item--title {
    font-size: 18px;
    line-height: 26px;
  }
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .pxl-item--author img {
  width: 44px;
  height: 44px;
  border-radius: 200px;
  margin-right: 10px;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .pxl-item--author span {
  margin-left: 2px;
}
.pxl-blog-grid-layout2 .wrap-content-portfolio .wrap-entry-body .pxl-item--author a {
  font-size: 15px;
  color: #d93614 !important;
  font-weight: 500;
}
.pxl-blog-grid-layout3 .pxl-grid-pagination {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout3 .pxl-grid-pagination {
    margin-top: 10px;
  }
}
.pxl-blog-grid-layout4 .pxl-load-more {
  margin-top: 30px;
}
.pxl-blog-grid-layout4 .pxl-load-more .btn {
  line-height: 53px;
  padding: 0 33px;
  font-size: 16px;
  border-radius: 0 !important;
}
.pxl-blog-grid-layout4 .pxl-grid-item {
  margin-bottom: 20px;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--inner {
  position: relative;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--image {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--image:before {
  position: absolute;
  content: '';
  background-color: #000;
  opacity: 0.62;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translatey(-50%);
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--title, .pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--title a {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--title:hover, .pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--title a:hover {
  text-decoration: underline;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .item--content {
  font-size: 16px;
  color: #7d7f8e;
  line-height: 24px;
  display: none;
  margin-top: -5px;
  margin-bottom: 5px;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--readmore {
  margin-top: 12px;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--readmore a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--readmore a i {
  display: block;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: 200ms !important;
}
.pxl-blog-grid-layout4 .pxl-grid-item .pxl-item--holder .pxl-item--readmore a:hover {
  color: var(--primary-color);
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(3) .pxl-item--image:before {
  display: none;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(3) .pxl-item--holder {
  margin-top: 20px;
  position: relative;
  transform: translatey(0%);
  right: 0;
  left: 0;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(3) .pxl-item--title, .pxl-blog-grid-layout4 .pxl-grid-item:nth-child(3) .pxl-item--title a {
  font-size: 24px;
  color: #000 !important;
  line-height: 34px;
  font-weight: 700;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(3) .pxl-item--readmore, .pxl-blog-grid-layout4 .pxl-grid-item:nth-child(3) .item--content {
  display: none;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--image:before {
  display: none;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--holder {
  margin-top: 20px;
  position: relative;
  transform: translatey(0%);
  right: 0;
  left: 0;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .item--content {
  display: block;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--title, .pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--title a {
  font-size: 22px;
  color: #000 !important;
  line-height: 30px;
  font-weight: 700;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--readmore {
  margin-top: 12px;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--readmore a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--readmore a i {
  color: var(--primary-color);
  display: block;
  margin-left: 10px;
  transform: rotate(0deg);
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--readmore a:hover {
  color: var(--primary-color);
}
.pxl-blog-grid-layout4 .pxl-grid-item:nth-child(4) .pxl-item--readmore a:hover i {
  transform: rotate(45deg);
}
.pxl-blog-grid-layout5 .pxl-grid-pagination {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout5 .pxl-grid-pagination {
    margin-top: 10px;
  }
}
.pxl-blog-grid-layout5 .pxl-grid-item .pxl-item--post {
  margin-bottom: 40px;
  box-shadow: 0 0 38px rgba(12, 12, 12, .07);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-blog-grid-layout5 .pxl-grid-item:hover .pxl-item--post {
  box-shadow: 0 12px 38px rgba(12, 12, 12, .12);
}
.pxl-blog-grid-layout5 .pxl-item--archive {
  border: none !important;
  background-color: #fff;
}
.pxl-blog-grid-layout5 .pxl-item--image {
  position: relative;
}
.pxl-blog-grid-layout5 .pxl-item--category {
  position: absolute;
  top: 35px;
  left: 48px;
  margin: 0;
  line-height: 37px;
  padding: 0 30px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout5 .pxl-item--category {
    top: 20px;
    left: 20px;
  }
}
.pxl-blog-grid-layout5 .pxl-item--category a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.pxl-blog-grid-layout5 .pxl-item--category a:before {
  display: none;
}
.pxl-product-grid-layout-1 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-product-grid-layout-1 .pxl-grid-item .onsale {
  left: 30px !important;
}
.pxl-product-grid-layout-1 .woocommerce-product-header {
  text-align: center;
}
.pxl-product-grid-layout-1 .pxl-grid-pagination {
  justify-content: center;
  margin-top: 55px;
}
.pxl-product-grid-layout-1 .pxl-pagination-wrap .pxl-pagination-links .next.page-numbers, .pxl-product-grid-layout-1 .pxl-pagination-wrap .pxl-pagination-links .page-numbers.current, .pxl-product-grid-layout-1 .pxl-pagination-wrap .pxl-pagination-links .prev.page-numbers {
  background-color: var(--secondary-color) !important;
}
.pxl-product-grid-layout-1 .pxl-pagination-wrap .pxl-pagination-links .page-numbers:hover {
  background-color: var(--secondary-color) !important;
}
.pxl-product-grid-layout-1 .pxl-product-grid.no-space .pxl-grid-inner {
  margin-bottom: 60px;
}
.pxl-product-grid-layout-1 .pxl-product-grid.no-space .pxl-grid-inner .pxl-grid-item {
  margin-bottom: 0;
  padding: 0;
}
.pxl-product-grid-layout1 .woocommerce-product--title {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 7px;
}
.pxl-product-grid-layout1 .woocommerce-product--title a {
  color: inherit;
}
.pxl-product-grid-layout1 .woocommerce-product--title a:hover {
  color: var(--primary-color);
}
.pxl-product-grid-layout1 .woocommerce-product--price {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
}
.pxl-product-grid-layout1 .woocommerce-product--price del {
  color: #8f8f8f;
}
.pxl-product-grid-layout1 .woocommerce-product--price ins {
  text-decoration: none;
}
.pxl-product-grid-layout1 .pxl-item--inner {
  margin-bottom: 40px;
}
.pxl-product-grid-layout1 .pxl-pagination-wrap .pxl-pagination-links .next.page-numbers, .pxl-product-grid-layout1 .pxl-pagination-wrap .pxl-pagination-links .page-numbers.current, .pxl-product-grid-layout1 .pxl-pagination-wrap .pxl-pagination-links .prev.page-numbers {
  background-color: var(--secondary-color) !important;
}
.pxl-product-grid-layout1 .pxl-pagination-wrap .pxl-pagination-links .page-numbers:hover {
  background-color: var(--secondary-color) !important;
}
.pxl-service-grid-layout1 .pxl-item--holder {
  padding-bottom: 57px;
  margin-bottom: 36px;
  border-bottom: 2px solid #e2e0e0;
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--holder:before {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: var(--secondary-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);
}
.pxl-service-grid-layout1 .pxl-item--holder:hover:before {
  left: 0;
  width: 100%;
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--title {
  font-size: 20px;
  position: relative;
  padding-right: 25px;
  color: #000;
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--title a {
  color: #000;
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--title i {
  font-size: 10px;
  color: var(--secondary-color);
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--title:hover a {
  color: var(--regular-color);
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item-holder {
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item-except {
  font-size: 15px;
  line-height: 24px;
  -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-service-grid-layout1 .pxl-item--holder .pxl-item-except-holder {
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
  position: absolute;
  top: 30px;
  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-service-grid-layout1 .pxl-item--holder .pxl-item--readmore {
  margin-top: 26px;
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--readmore .btn-readmore {
  text-transform: inherit;
  background-color: var(--secondary-color);
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--readmore .btn-readmore:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-service-grid-layout1 .pxl-item--holder .pxl-item--readmore .btn-readmore:hover:before {
  left: 130%;
}
.pxl-service-grid-layout1 .pxl-item--holder:hover .pxl-item--title i {
  color: var(--sixth-color);
  animation: ar 300ms ease-out;
}
.pxl-service-grid-layout1 .pxl-item--holder:hover .pxl-item-except {
  opacity: 0;
}
.pxl-service-grid-layout1 .pxl-item--holder:hover .pxl-item-except-holder {
  opacity: 1;
  top: 0;
}
.pxl-service-grid-layout2 .pxl-grid-item {
  margin-bottom: 55px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--holder {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.pxl-service-grid-layout2 .pxl-swiper-slide, .pxl-service-grid-layout2 .pxl-grid-item {
  padding: 0 15px !important;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner {
  background-color: #fff;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .wrap-feature:before, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .wrap-feature:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  opacity: 0;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  padding: 44px 30px 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 45px 20px 35px;
  }
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .item--icon, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .item--icon {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  right: 18px;
  top: -40px;
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 200px;
  text-align: center;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .item--icon i, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .item--icon i {
  position: relative;
  font-size: 45px;
  color: var(--primary-color);
  width: 100%;
  text-align: center;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  line-height: 80px;
  display: block;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  color: var(--regular-color);
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a {
    font-size: 20px;
  }
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .content-excerpt, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .content-excerpt {
  color: #444;
  line-height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner:hover .item--icon, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .item--icon {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-item--inner:hover .item--icon i, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .item--icon i {
  color: #fff;
  animation: pxl_scale1 400ms linear 0ms;
  -webkit-animation: pxl_scale1 400ms linear 0ms;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-readmore a, .pxl-service-grid-layout2 .pxl-grid-item .pxl-readmore a {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 60px;
  background-color: #ededed;
  overflow: hidden;
  position: relative;
  color: var(--regular-color);
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-readmore a span, .pxl-service-grid-layout2 .pxl-grid-item .pxl-readmore a span {
  z-index: 2;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-readmore a:before, .pxl-service-grid-layout2 .pxl-grid-item .pxl-readmore a:before {
  position: absolute;
  width: 200%;
  height: 200%;
  z-index: 0;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  border-radius: 50%;
  z-index: 0;
  background: var(--primary-color);
  -webkit-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-readmore a:after, .pxl-service-grid-layout2 .pxl-grid-item .pxl-readmore a:after {
  position: absolute;
  width: 200%;
  height: 200%;
  z-index: 0;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  border-radius: 50%;
  z-index: 1;
  background: var(--primary-color);
  -webkit-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.7s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-readmore a i, .pxl-service-grid-layout2 .pxl-grid-item .pxl-readmore a i {
  z-index: 2;
  padding-left: 12px;
  line-height: 60px;
  font-size: 15px;
}
.pxl-service-grid-layout2 .pxl-swiper-slide .pxl-readmore a:hover:after, .pxl-service-grid-layout2 .pxl-grid-item .pxl-readmore a:hover:after {
  top: -40%;
}
.pxl-service-grid-layout2 .pxl-swiper-slide:hover .wrap-feature:before, .pxl-service-grid-layout2 .pxl-grid-item:hover .wrap-feature:before {
  opacity: 0.2;
}
.pxl-service-grid-layout2 .pxl-swiper-slide:hover .item--icon, .pxl-service-grid-layout2 .pxl-grid-item:hover .item--icon {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout2 .pxl-swiper-slide:hover .item--icon i, .pxl-service-grid-layout2 .pxl-grid-item:hover .item--icon i {
  color: #fff;
}
.pxl-service-grid-layout2 .pxl-swiper-slide:hover .pxl-readmore a, .pxl-service-grid-layout2 .pxl-grid-item:hover .pxl-readmore a {
  color: #fff;
}
.pxl-service-grid-layout2 .pxl-swiper-slide:hover .pxl-readmore a:before, .pxl-service-grid-layout2 .pxl-grid-item:hover .pxl-readmore a:before {
  top : -40%;
}
.pxl-service-grid-layout3.default .pxl-swiper-arrow-wrap, .pxl-service-carousel2.default .pxl-swiper-arrow-wrap {
  position: absolute !important;
  top: -107px;
  right: 0;
  display: flex;
}
.pxl-service-grid-layout3.default .pxl-swiper-arrow-wrap .pxl-swiper-arrow, .pxl-service-carousel2.default .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  position: relative !important;
  transform: translate(0) !important;
  box-shadow: none;
  font-size: 15px;
}
.pxl-service-grid-layout3.default .pxl-swiper-arrow-wrap .pxl-swiper-arrow:nth-child(2), .pxl-service-carousel2.default .pxl-swiper-arrow-wrap .pxl-swiper-arrow:nth-child(2) {
  margin-left: 17px;
}
.pxl-service-grid-layout3 .pxl-grid-item, .pxl-service-carousel2 .pxl-grid-item {
  margin-bottom: 40px;
}
.pxl-service-grid-layout3 .pxl-grid-item .pxl-item--title a, .pxl-service-carousel2 .pxl-grid-item .pxl-item--title a {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 0 15px;
}
.pxl-service-grid-layout3 .pxl-item--inner, .pxl-service-carousel2 .pxl-item--inner {
  background-color: #1b1b1b;
  text-align: center;
  padding: 35px 20px 54px 20px;
  position: relative;
}
.pxl-service-grid-layout3 .pxl-item--inner .item--icon i, .pxl-service-carousel2 .pxl-item--inner .item--icon i {
  color: var(--primary-color);
  font-size: 54px;
  line-height: 54px;
}
.pxl-service-grid-layout3 .pxl-item--inner .pxl-item--title, .pxl-service-carousel2 .pxl-item--inner .pxl-item--title {
  margin-bottom: -2px;
  margin-top: 8px;
}
.pxl-service-grid-layout3 .pxl-item--inner .pxl-item--title a, .pxl-service-carousel2 .pxl-item--inner .pxl-item--title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.pxl-service-grid-layout3 .pxl-item--inner .pxl-item--title a:hover, .pxl-service-carousel2 .pxl-item--inner .pxl-item--title a:hover {
  text-decoration: underline;
  color: var(--primary-color) !important;
}
.pxl-service-grid-layout3 .pxl-item--inner .content-excerpt, .pxl-service-carousel2 .pxl-item--inner .content-excerpt {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  max-height: 75px;
  overflow: hidden;
  margin: 20px 0 26px 0;
}
.pxl-service-grid-layout3 .pxl-item--inner .hover, .pxl-service-carousel2 .pxl-item--inner .hover {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-service-grid-layout3 .pxl-item--inner .hover .pxl-item--holder, .pxl-service-carousel2 .pxl-item--inner .hover .pxl-item--holder {
  position: relative;
  padding-top: 100px;
  -webkit-transition: 200ms all linear 100ms;
  -khtml-transition: 200ms all linear 100ms;
  -moz-transition: 200ms all linear 100ms;
  -ms-transition: 200ms all linear 100ms;
  -o-transition: 200ms all linear 100ms;
  transition: 200ms all linear 100ms;
}
.pxl-service-grid-layout3 .pxl-item--inner .hover:before, .pxl-service-carousel2 .pxl-item--inner .hover:before {
  background-color: #000;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.pxl-service-grid-layout3 .pxl-item--inner:hover .hover .pxl-item--holder, .pxl-service-carousel2 .pxl-item--inner:hover .hover .pxl-item--holder {
  padding-top: 105px;
}
.pxl-service-grid-layout3 .pxl-readmore, .pxl-service-carousel2 .pxl-readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid var(--primary-color);
  width: 100%;
  text-align: right;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-service-grid-layout3 .pxl-readmore span, .pxl-service-carousel2 .pxl-readmore span {
  position: relative;
}
.pxl-service-grid-layout3 .pxl-readmore.bt-hover, .pxl-service-carousel2 .pxl-readmore.bt-hover {
  text-align: center;
  padding-right: 0;
  transform: scaley(0);
  transform-origin: bottom center;
}
.pxl-service-grid-layout3 .pxl-readmore.bt-hover i, .pxl-service-carousel2 .pxl-readmore.bt-hover i {
  position: relative;
  width: 20px;
  background-color: transparent;
  top: 1px;
}
.pxl-service-grid-layout3 .pxl-readmore.bt-hover a, .pxl-service-carousel2 .pxl-readmore.bt-hover a {
  padding-right: 0;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-service-grid-layout3 .pxl-readmore.bt-hover a:before, .pxl-service-carousel2 .pxl-readmore.bt-hover a:before {
  position: absolute;
  clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
  height: 110px;
  width: 100%;
  background-color: var(--primary-color);
  bottom: -1px;
  left: 0;
  content: '';
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-service-grid-layout3 .pxl-readmore.bt-hover a:hover:before, .pxl-service-carousel2 .pxl-readmore.bt-hover a:hover:before {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout3 .pxl-readmore.bt-hover a:hover i, .pxl-service-carousel2 .pxl-readmore.bt-hover a:hover i {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-service-grid-layout3 .pxl-readmore a, .pxl-service-carousel2 .pxl-readmore a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 49px;
  padding-right: 72px;
  font-family: 'Roboto';
}
.pxl-service-grid-layout3 .pxl-readmore a i, .pxl-service-carousel2 .pxl-readmore a i {
  font-size: 17px;
  position: absolute;
  height: 100%;
  width: 53px;
  text-align: center;
  line-height: 49px;
  background-color: var(--primary-color);
  top: 0;
  right: 0;
}
.pxl-service-grid-layout3 .pxl-swiper-slide, .pxl-service-carousel2 .pxl-swiper-slide {
  padding: 0 15px 0 15px !important;
}
.pxl-service-grid-layout3 .pxl-swiper-slide:hover .pxl-readmore.bt-hover, .pxl-service-carousel2 .pxl-swiper-slide:hover .pxl-readmore.bt-hover {
  transform: scaley(1);
}
.pxl-service-grid-layout3 .pxl-swiper-slide:hover .hover, .pxl-service-carousel2 .pxl-swiper-slide:hover .hover {
  opacity: 1;
}
.pxl-service-grid-layout3 .pxl-grid-item:hover .pxl-readmore.bt-hover, .pxl-service-carousel2 .pxl-grid-item:hover .pxl-readmore.bt-hover {
  transform: scaley(1);
}
.pxl-service-grid-layout3 .pxl-grid-item:hover .hover, .pxl-service-carousel2 .pxl-grid-item:hover .hover {
  opacity: 1;
  transform: scaley(1) !important;
}
.pxl-service-grid-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow, .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  width: 59px;
  height: 59px;
  line-height: 59px;
  font-size: 15px;
  box-shadow: 0 0px 25px rgba(62, 66, 62, .17);
}
.pxl-service-grid-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i, .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  font-size: 17px;
  font-weight: 700;
}
.pxl-service-grid-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover, .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev, .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  left: -74px;
}
.pxl-service-grid-layout3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next, .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  right: -74px;
}
.pxl-service-grid-layout4 .pxl-grid-item {
  margin-bottom: 50px;
}
.pxl-service-grid-layout4 .pxl-grid-item .pxl-item--holder {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide, .pxl-service-grid-layout4 .pxl-grid-item {
  padding: 0 15px !important;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner {
  background-color: #fff;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .wrap-feature, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .wrap-feature {
  position: relative;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .wrap-feature .pxl-service-price--main, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .wrap-feature .pxl-service-price--main {
  text-align: center;
  width: 81px;
  height: 81px;
  line-height: 81px;
  border-radius: 100%;
  background-color: #e60800;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .wrap-feature .pxl-service-price--main, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .wrap-feature .pxl-service-price--main {
    right: 20px;
    bottom: 20px;
  }
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .wrap-feature .pxl-service-price--main span, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .wrap-feature .pxl-service-price--main span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .wrap-feature .pxl-service-price--main .price, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .wrap-feature .pxl-service-price--main .price {
  font-size: 22px;
  padding-top: 19px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  padding: 32px 30px 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 32px 20px 40px;
  }
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 18px;
    line-height: 28px;
  }
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  color: var(--regular-color);
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .content-excerpt, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .content-excerpt {
  color: #444;
  font-size: 16px;
  line-height: 24px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-service-price--content, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-service-price--content {
  margin-top: 16px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-service-price--content span, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-service-price--content span {
  font-size: 20px;
  font-weight: 700;
  color: #040404;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-service-price--content .price-sale, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-service-price--content .price-sale {
  position: relative;
  color: #666;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-service-price--content .price-sale:before, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-service-price--content .price-sale:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #404040;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-service-price--content .price, .pxl-service-grid-layout4 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-service-price--content .price {
  margin-left: 5px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-readmore, .pxl-service-grid-layout4 .pxl-grid-item .pxl-readmore {
  margin-top: 26px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-readmore .btn, .pxl-service-grid-layout4 .pxl-grid-item .pxl-readmore .btn {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto';
  position: relative;
  height: 55px;
  line-height: 55px;
  padding: 0 70px;
  border-radius: 0;
  text-transform: inherit;
  background-color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .pxl-service-grid-layout4 .pxl-swiper-slide .pxl-readmore .btn, .pxl-service-grid-layout4 .pxl-grid-item .pxl-readmore .btn {
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
  }
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-readmore .btn i, .pxl-service-grid-layout4 .pxl-grid-item .pxl-readmore .btn i {
  z-index: 2;
  padding-left: 12px;
  line-height: 60px;
  font-size: 15px;
  margin-top: 1px;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-readmore .btn:hover, .pxl-service-grid-layout4 .pxl-grid-item .pxl-readmore .btn:hover {
  background-color: #e60800;
}
.pxl-service-grid-layout4 .pxl-swiper-slide .pxl-readmore .btn:hover i, .pxl-service-grid-layout4 .pxl-grid-item .pxl-readmore .btn:hover i {
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-service-grid-layout5 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-service-grid-layout5 .pxl-item--image {
  position: relative;
}
.pxl-service-grid-layout5 .item--icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pxl-service-grid-layout5 .item--icon:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: var(--primary-color);
  z-index: 1;
}
.pxl-service-grid-layout5 .item--icon:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #f2f2f2;
  z-index: 30;
}
.pxl-service-grid-layout5 .item--icon .pxl-icon {
  width: 90px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #fff;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0px);
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout5 .item--icon .pxl-icon {
    height: 74px;
    line-height: 74px;
  }
}
.pxl-service-grid-layout5 .item--icon .pxl-icon i {
  color: var(--primary-color);
  font-size: 50px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout5 .item--icon .pxl-icon i {
    font-size: 40px;
  }
}
.pxl-service-grid-layout5 .pxl-item--holder {
  position: absolute;
  right: 0;
  left: 90px;
  bottom: 0;
  background-color: var(--primary-color);
  padding: 29px 30px 27px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout5 .pxl-item--holder {
    padding: 27px 10px 25px 20px;
  }
}
.pxl-service-grid-layout5 .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 3px;
  -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-service-grid-layout5 .pxl-item--holder .pxl-item--title a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout5 .pxl-item--holder .pxl-item--title {
    font-size: 16px;
  }
}
.pxl-service-grid-layout5 .pxl-item--holder .content-excerpt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: none;
}
.pxl-service-grid-layout5 .pxl-readmore a {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto';
  text-transform: uppercase;
  color: var(--regular-color);
  line-height: 73px;
  background-color: #fff;
  padding: 0 30px;
  display: block;
  -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);
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout5 .pxl-readmore a {
    line-height: 63px;
  }
}
.pxl-service-grid-layout5 .pxl-readmore a i {
  font-size: 16px;
  color: var(--regular-color);
  margin-left: 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);
  display: inline-block;
}
.pxl-service-grid-layout5 .pxl-readmore a:hover {
  color: var(--primary-color);
}
.pxl-service-grid-layout5 .pxl-readmore a:hover i {
  color: var(--primary-color);
  opacity: 0;
  margin-left: 22px;
}
.pxl-service-grid-layout5 .pxl-item--inner {
  box-shadow: 0 0 10px rgba(215, 215, 215, .06);
}
.pxl-service-grid-layout5 .pxl-item--inner:hover .pxl-icon i {
  animation: pxl_scale1 300ms linear 0ms;
  -webkit-animation: pxl_scale1 300ms linear 0ms;
}
.pxl-service-grid-layout5 .pxl-item--inner:hover .pxl-readmore a i {
  transform: rotate(45deg);
}
.pxl-post-layout-portfolio-1 .pxl-grid-item {
  margin-bottom: 50px;
}
.pxl-post-layout-portfolio-1 .item--featured {
  position: relative;
}
.pxl-post-layout-portfolio-1 .item--featured img {
  width: 100%;
}
.pxl-post-layout-portfolio-1 .item--featured:before, .pxl-post-layout-portfolio-1 .item--featured:after {
  position: absolute;
  content: '';
  left: 0;
  height: 0;
  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-post-layout-portfolio-1 .item--featured:before {
  top: 0;
  background-color: #2c75be;
  opacity: 0.85;
}
.pxl-post-layout-portfolio-1 .item--featured:after {
  bottom: 0;
  background-color: var(--sixth-color);
  opacity: 0.85;
}
.pxl-post-layout-portfolio-1 .wrap-entry-body {
  background-color: #fff;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 27px;
  right: 27px;
  text-align: center;
  padding: 21px 10px 15px;
  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-post-layout-portfolio-1 .wrap-entry-body .item--title {
  font-size: 20px;
  color: #020202;
  margin-bottom: -3px;
}
.pxl-post-layout-portfolio-1 .wrap-entry-body .item--title a {
  color: #020202;
}
.pxl-post-layout-portfolio-1 .wrap-entry-body .item-category a {
  font-size: 13px;
  color: #666;
}
.pxl-post-layout-portfolio-1 .wrap-content-event {
  position: relative;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.pxl-post-layout-portfolio-1 .wrap-content-event:hover .item--featured:before {
  bottom: 0;
  height: 50%;
}
.pxl-post-layout-portfolio-1 .wrap-content-event:hover .item--featured:after {
  height: 50%;
}
.pxl-post-layout-portfolio-1 .wrap-content-event:hover .wrap-entry-body {
  transition-delay: 0.1s;
  top: 50%;
  opacity: 1;
}
.pxl-post-layout-portfolio-1 .pxl-load-more {
  margin-top: 4px;
}
.pxl-portfolio-grid-layout2 .btn {
  font-size: 15px;
  font-weight: 700;
  padding: 0 30px !important;
  line-height: 43px !important;
  border-radius: 0 !important;
}
.pxl-portfolio-grid-layout2 .btn:before {
  background-color: #000 !important;
}
.pxl-portfolio-grid-layout2 .pxl-grid-filter {
  margin-bottom: 57px;
}
.pxl-portfolio-grid-layout2 .wrap-content-service {
  position: relative;
}
.pxl-portfolio-grid-layout2 .wrap-content-service:before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 1px;
  height: 0;
  background-color: var(--primary-color);
  bottom: 43px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  left: 56px;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .pxl-portfolio-grid-layout2 .wrap-content-service:before {
    bottom: 20px;
    left: 36px;
  }
}
@media (max-width: 767px) {
  .pxl-portfolio-grid-layout2 .wrap-content-service:before {
    display: none;
  }
}
.pxl-portfolio-grid-layout2 .wrap-content-service:after {
  position: absolute;
  content: '';
  z-index: 2;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  height: 1px;
  width: 0;
  background-color: var(--primary-color);
  bottom: 57px;
  left: 39px;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .pxl-portfolio-grid-layout2 .wrap-content-service:after {
    bottom: 37px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .pxl-portfolio-grid-layout2 .wrap-content-service:after {
    display: none;
  }
}
.pxl-portfolio-grid-layout2 .wrap-content-service:hover:before {
  height: 242px;
  transition-delay: 200ms;
}
.pxl-portfolio-grid-layout2 .wrap-content-service:hover:after {
  width: 242px;
  transition-delay: 200ms;
}
.pxl-portfolio-grid-layout2 .item--featured {
  position: relative;
}
.pxl-portfolio-grid-layout2 .item--featured img {
  width: 100%;
}
.pxl-portfolio-grid-layout2 .item--featured:before {
  position: absolute;
  content: '';
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background-color: #000;
  pointer-events: none;
  transform: rotate3d(1, 0, 0, 90deg);
  opacity: 0.86;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body {
  position: absolute;
  bottom: 77px;
  left: 83px;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .pxl-portfolio-grid-layout2 .wrap-entry-body {
    bottom: 55px;
    left: 58px;
  }
}
@media (max-width: 767px) {
  .pxl-portfolio-grid-layout2 .wrap-entry-body {
    bottom: 42px;
    left: 43px;
  }
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .item--title {
  margin-bottom: 6px;
  transform: translatey(10px);
  opacity: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .item--title a {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-grid-layout2 .wrap-entry-body .item--title a {
    font-size: 18px;
  }
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .item--category {
  transform: translatey(10px);
  opacity: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  margin-bottom: 14px;
  font-size: 14px;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .item--category a {
  color: #fff;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .pxl-item--readmore {
  transform: translatey(10px);
  opacity: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .pxl-item--readmore a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .pxl-item--readmore a i {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .pxl-item--readmore a:hover {
  color: var(--primary-color);
  background-color: #fff;
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .pxl-item--readmore a:hover i {
  transform: rotate(90deg);
}
.pxl-portfolio-grid-layout2 .wrap-entry-body .item--icon {
  transform: translatey(10px);
  opacity: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  margin-bottom: -7px;
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 700 !important;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:hover .item--category {
  transform: translatey(0);
  opacity: 1;
  transition-delay: 400ms;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:hover .pxl-item--readmore {
  transform: translatey(0);
  opacity: 1;
  transition-delay: 500ms;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:hover .item--icon {
  transform: translatey(0);
  opacity: 1;
  transition-delay: 200ms;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:hover .item--title {
  transform: translatey(0);
  opacity: 1;
  transition-delay: 300ms;
}
.pxl-portfolio-grid-layout3 .pxl-grid-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-grid-layout3 .pxl-grid-item {
    margin-bottom: 40px;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner {
    display: block;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--icon {
  margin-bottom: 5px;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--icon i {
  font-size: 30px;
  color: #0ba3fa;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .pxl-item--image {
  position: relative;
  min-width: 300px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .pxl-item--image {
    min-width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .pxl-item--image {
    min-width: 100%;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .wrap-feature {
  height: 100%;
  background-size: cover;
  position: relative;
  min-height: 310px;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .wrap-feature a {
  height: 100%;
  display: block;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .wrap-entry-body {
  margin-top: -17px;
}
@media screen and (min-width: 992px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .wrap-entry-body {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .wrap-entry-body {
    margin-top: 30px;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder {
  padding-left: 58px;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder {
    padding-left: 20px;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--title {
  font-size: 30px;
  color: #010101;
  line-height: 34px;
  margin-bottom: 10px;
  position: relative;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--title a {
  color: #010101;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--title a:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--title {
    font-size: 20px;
    margin-bottom: 3px;
    line-height: 29px;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--title:before {
  position: absolute;
  content: '';
  top: 10px;
  left: -166px;
  height: 3px;
  width: 144px;
  background-color: #0ba3fa;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--title:before {
    display: none;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--category a {
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--category a:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .item--category a {
    font-size: 16px;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .pxl-item--readmore {
  margin-top: 37px;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .pxl-item--readmore {
    margin-top: 20px;
  }
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .pxl-item--readmore a {
  font-size: 16px;
  font-weight: 500;
  color: #0ba3fa;
  position: relative;
  padding-left: 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-portfolio-grid-layout3 .pxl-item--inner .item--holder .pxl-item--readmore a:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  height: 2px;
  width: 12px;
  background-color: #0ba3fa;
  -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-portfolio-grid-layout3 .pxl-item--inner .item--holder .pxl-item--readmore a:hover {
  padding-left: 22px;
}
.pxl-portfolio-grid-layout3 .pxl-item--inner .item--holder .pxl-item--readmore a:hover:before {
  left: 0;
  opacity: 1;
}
.pxl-portfolio-grid-layout4 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-portfolio-grid-layout4 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-grid-layout4 .item--featured {
  position: relative;
}
.pxl-portfolio-grid-layout4 .item--featured:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  -webkit-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-portfolio-grid-layout4 .polygon-hover {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 0;
  background-color: var(--primary-color);
  clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
  border-radius: 15px 77px 0 0;
  -webkit-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-grid-layout4 .polygon-hover {
    border-radius: 15px 62px 0 0;
  }
}
.pxl-portfolio-grid-layout4 .wrap-entry-body {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  z-index: 10;
  -webkit-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  transform: perspective(500px) rotateX(-30deg);
  transform-origin: 50% 0%;
}
.pxl-portfolio-grid-layout4 .item--holder {
  padding: 20px 10px 17px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(104, 104, 104, .30);
}
.pxl-portfolio-grid-layout4 .item--holder .item--title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: -3px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-grid-layout4 .item--holder .item--title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.pxl-portfolio-grid-layout4 .item--holder .item--title a {
  color: #020202;
  -webkit-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.28s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-portfolio-grid-layout4 .item--holder .item--title:hover a {
  color: var(--primary-color);
}
.pxl-portfolio-grid-layout4 .item--holder .item--category a {
  font-size: 13px;
  color: #666;
}
.pxl-portfolio-grid-layout4 .item--holder .item--category a:hover {
  color: var(--primary-color);
}
.pxl-portfolio-grid-layout4 .pxl-item--inner:hover .item--featured:before {
  opacity: 0.75;
}
.pxl-portfolio-grid-layout4 .pxl-item--inner:hover .polygon-hover {
  transition-delay: 200ms;
  width: 201px;
  height: 192px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-grid-layout4 .pxl-item--inner:hover .polygon-hover {
    width: 160px;
    height: 160px;
    border-radius: 15px 62px 0 0;
  }
}
.pxl-portfolio-grid-layout4 .pxl-item--inner:hover .wrap-entry-body {
  transition-delay: 360ms;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transform: perspective(500px) rotateX(0);
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap {
  background-color: #252525;
  height: 100vh;
}
@media (max-width: "screen and (max-width: 767px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap {
    height: auto;
  }
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
  color: #fff;
}
@media (min-width: "screen and (min-width: 1400px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
    padding-left: calc((100% - 1200px)/2);
  }
}
@media (max-width: "screen and (max-width: 1400px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
    padding-left: 70px;
  }
}
@media (max-width: "screen and (max-width: 1199px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
    padding-left: 50px;
  }
}
@media (max-width: "screen and (max-width: 991px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
    padding-left: 30px;
  }
}
@media (max-width: "screen and (max-width: 767px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
    order: 2;
    padding: 70px 30px 80px 30px;
  }
}
@media (max-width: ) {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-content {
    padding: 70px 15px 80px 15px;
  }
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-title {
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media (max-width: "screen and (max-width: 1199px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-excerpt {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 52px;
  max-width: 430px;
  margin-right: 15px;
}
@media (max-width: "screen and (max-width: 1199px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-excerpt {
    margin-bottom: 32px;
  }
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-img {
  position: relative;
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .col-img:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-image {
  height: 100vh;
}
.elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-image img {
  display: none;
}
@media (max-width: "screen and (max-width: 767px)") {
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-image {
    height: auto;
  }
  .elementor-editor-active .pxl-portfolio-spilt .content-wrap .item-image img {
    display: block;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt {
  height: 100vh;
  cursor: s-resize;
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt {
    height: auto;
    cursor: auto;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  visibility: hidden;
  will-change: transform;
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item {
    position: relative;
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .item-wrap, body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .item-inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  will-change: transform;
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .item-wrap, body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .item-inner {
    overflow-y: initial;
    transform: translate(0px, 0px) !important;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap {
  width: 100%;
  height: 100%;
  background-color: #252525;
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
  color: #fff;
}
@media (min-width: "screen and (min-width: 1400px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
    padding-left: calc((100% - 1200px)/2);
  }
}
@media (max-width: "screen and (max-width: 1400px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
    padding-left: 70px;
  }
}
@media (max-width: "screen and (max-width: 1199px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
    padding-left: 50px;
  }
}
@media (max-width: "screen and (max-width: 991px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
    padding-left: 30px;
  }
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
    order: 2;
    padding: 70px 30px 80px 30px;
  }
}
@media (max-width: ) {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-content {
    padding: 70px 15px 80px 15px;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-title {
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media (max-width: "screen and (max-width: 1199px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-title {
    font-size: 28px;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-excerpt {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 52px;
  max-width: 430px;
  margin-right: 15px;
}
@media (max-width: "screen and (max-width: 1199px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-excerpt {
    margin-bottom: 32px;
  }
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-excerpt {
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
  }
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-readmore {
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
  }
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .clip-text {
  overflow: hidden;
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-img {
  position: relative;
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .col-img:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-image {
  height: 100%;
}
body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-image img {
  display: none;
}
@media (max-width: "screen and (max-width: 767px)") {
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-image {
    height: auto;
    background: none !important;
    transform: translate(0px, 0px) !important;
  }
  body:not(.elementor-editor-active) .pxl-portfolio-spilt .portfolio-item .content-wrap .item-image img {
    display: block;
  }
}
.pxl-icon-box .pxl-item--icon {
  line-height: 1;
}
.pxl-icon-box .pxl-item--icon img {
  width: auto;
}
.pxl-icon-box1 .pxl-item--inner {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 8px 13px 8px 8px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--icon {
  display: block;
  width: 33px;
  min-width: 33px;
  height: 41px;
  text-align: center;
  background: var(--primary-color);
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--icon i {
  font-size: 19px;
  color: #fff;
  line-height: 41px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item-meta {
  padding-left: 15px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder {
  display: flex;
  align-items: center;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 18px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder .pxl-item--description {
  font-size: 14px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--link {
  display: block;
  width: 35px;
  min-width: 35px;
  height: 35px;
  text-align: center;
  background: var(--primary-color);
  position: relative;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--link:before {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  background-color: #000;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scalex(0);
  transform-origin: center;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--link:hover:before {
  transform: scalex(1);
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--link i {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  line-height: 35px;
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--icon {
  display: inline-block;
  transform: translateY(1px);
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--icon i {
  color: #fff;
  font-size: 15px;
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--holder {
  display: inline-block;
  margin-left: 3px;
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--holder .pxl-item--description {
  display: inline-block;
  font-size: 14px;
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--holder .pxl-item--description a, .pxl-icon-box2.style1 .pxl-item--inner .pxl-item--holder .pxl-item--description span {
  font-weight: 400;
  color: #fff;
}
.pxl-icon-box2.style1 .pxl-item--inner .pxl-item--holder .pxl-item--description:hover a {
  color: var(--secondary-color);
}
.pxl-icon-box2.style2 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box2.style2 .pxl-item--inner .pxl-item--icon {
  min-width: 20px;
  transform: translateY(6px);
  margin-right: 6px;
}
.pxl-icon-box2.style2 .pxl-item--inner .pxl-item--icon i {
  color: var(--regular-color);
  font-size: 16px;
}
.pxl-icon-box2.style2 .pxl-item--inner .pxl-item--title {
  margin-bottom: 0;
}
.pxl-icon-box2.style2 .pxl-item--inner .pxl-item--description a, .pxl-icon-box2.style2 .pxl-item--inner .pxl-item--description span {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-icon-box2.style2 .pxl-item--inner .pxl-item--description:hover a {
  color: var(--secondary-color);
}
.pxl-icon-box2.style3 .pxl-item--holder .pxl-item--title {
  font-size: 14px;
  margin-bottom: 9px;
}
.pxl-icon-box2.style3 .pxl-item--holder .pxl-item--description a, .pxl-icon-box2.style3 .pxl-item--holder .pxl-item--description span {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.pxl-icon-box2.style3 .pxl-item--holder .pxl-item--description:hover a {
  color: var(--secondary-color);
}
.pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title {
  margin-bottom: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title {
    font-size: 16px;
  }
}
.pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title span {
  position: relative;
}
.pxl-icon-box2.style4 .pxl-item--holder .pxl-item--title span:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: #b3b3b3;
  z-index: 0;
}
.pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description {
  display: inline-block;
  transform: translateY(2px);
}
.pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description a, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description a, .pxl-icon-box2.style4 .pxl-item--holder .pxl-item--description span {
    font-size: 16px;
  }
}
.pxl-icon-box2.style5 .pxl-item--holder {
  display: inline-flex;
  align-items: center;
  background-color: #2c74c0;
  padding: 7.5px 27px 7.5px 23px;
  border-radius: 13px 10px 13px 10px;
  transform: skewX(-30deg);
}
.pxl-icon-box2.style5 .pxl-item--holder .pxl-item--title {
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  transform: skewX(30deg);
}
.pxl-icon-box2.style5 .pxl-item--holder .pxl-item--title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffe50a;
}
.pxl-icon-box2.style5 .pxl-item--holder .pxl-item--title span {
  color: #ffe50a;
}
.pxl-icon-box2.style5 .pxl-item--holder .pxl-item--description {
  transform: skewX(30deg);
  margin-left: 5px;
}
.pxl-icon-box2.style5 .pxl-item--holder .pxl-item--description a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.pxl-icon-box2.style5 .pxl-item--holder .pxl-item--description:hover a {
  color: #ffe50a;
}
.pxl-icon-box2.style6 .pxl-item--inner {
  position: relative;
}
.pxl-icon-box2.style6 .pxl-item--inner .pxl-item--icon {
  position: absolute;
  top: 6px;
  left: 0;
}
.pxl-icon-box2.style6 .pxl-item--inner .pxl-item--icon i {
  font-size: 50px;
  color: var(--primary-color);
  display: block;
}
.pxl-icon-box2.style6 .pxl-item--inner .pxl-item--holder {
  padding-left: 75px;
}
.pxl-icon-box2.style6 .pxl-item--inner .pxl-item--title {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 11px;
}
.pxl-icon-box2.style6 .pxl-item--inner .pxl-item--description .description2 {
  font-size: 16px;
  line-height: 26px;
  color: #d4d4d4;
}
.pxl-icon-box2.style6 .pxl-item--inner:hover .pxl-item--icon i {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-icon--box3.style1 {
  position: relative;
}
.pxl-icon--box3.style1 .pxl-icon--box {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 575px) {
  .pxl-icon--box3.style1 .pxl-icon--box {
    position: static;
    top: 0;
    margin-bottom: 20px;
  }
}
.pxl-icon--box3.style1 .pxl-icon--box i {
  font-size: 25px;
  color: var(--primary-color);
}
.pxl-icon--box3.style1 .pxl-icon--holder {
  padding-left: 60px;
}
@media screen and (max-width: 575px) {
  .pxl-icon--box3.style1 .pxl-icon--holder {
    padding-left: 0px;
  }
}
.pxl-icon--box3.style1 .pxl-icon--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .pxl-icon--box3.style1 .pxl-icon--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-icon--box3.style1 .pxl-icon--holder .pxl-icon--list {
  padding: 0;
  margin: 8px 0 0;
}
.pxl-icon--box3.style1 .pxl-icon--holder .pxl-icon--list li {
  list-style: none;
}
.pxl-icon--box3.style1 .pxl-icon--holder .pxl-icon--list li a {
  font-size: 16px;
  line-height: 26px;
  color: #ebebeb;
  font-family: 'Roboto';
}
.pxl-icon--box3.style1 .pxl-icon--holder .pxl-icon--list li a i {
  transform: translateY(2px);
  display: inline-block;
  margin-right: 10px;
}
.pxl-icon--box3.style2, .pxl-icon--box3.style3 {
  position: relative;
}
.pxl-icon--box3.style2 .pxl-icon--box, .pxl-icon--box3.style3 .pxl-icon--box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pxl-icon--box3.style2 .pxl-icon--box i, .pxl-icon--box3.style3 .pxl-icon--box i {
  font-size: 30px;
  color: #e3141d;
}
.pxl-icon--box3.style2 .pxl-icon--box img, .pxl-icon--box3.style3 .pxl-icon--box img {
  max-width: 40px;
}
.pxl-icon--box3.style2:hover .pxl-icon--box i, .pxl-icon--box3.style3:hover .pxl-icon--box i, .pxl-icon--box3.style2:hover .pxl-icon--box img, .pxl-icon--box3.style3:hover .pxl-icon--box img {
  animation: shakeicon 0.3s linear 1;
}
.pxl-icon--box3.style2 .pxl-icon--holder, .pxl-icon--box3.style3 .pxl-icon--holder {
  padding-left: 45px;
}
.pxl-icon--box3.style2 .pxl-icon--holder .pxl-item--title, .pxl-icon--box3.style3 .pxl-icon--holder .pxl-item--title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 15px;
  color: #666;
}
.pxl-icon--box3.style2 .pxl-icon--holder .pxl-icon--list, .pxl-icon--box3.style3 .pxl-icon--holder .pxl-icon--list {
  padding-left: 0;
  margin: 1px 0 0;
}
.pxl-icon--box3.style2 .pxl-icon--holder .pxl-icon--list li, .pxl-icon--box3.style3 .pxl-icon--holder .pxl-icon--list li {
  list-style: none;
}
.pxl-icon--box3.style2 .pxl-icon--holder .pxl-icon--list li a, .pxl-icon--box3.style3 .pxl-icon--holder .pxl-icon--list li a {
  font-size: 16px;
  font-weight: 700;
  color: #131215;
  font-family: 'Inter', sans-serif;
}
.pxl-icon--box3.style2 .pxl-icon--holder .pxl-icon--list li a:hover, .pxl-icon--box3.style3 .pxl-icon--holder .pxl-icon--list li a:hover {
  color: #e3141d;
}
.pxl-icon--box3.style3:hover .pxl-icon--box i, .pxl-icon--box3.style3:hover .pxl-icon--box img {
  animation: icon-bounce 800ms ease-out infinite;
  -webkit-animation: icon-bounce 800ms ease-out infinite;
}
.pxl-icon-box5.style1 .pxl-item--inner {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box5.style1 .pxl-item--inner {
    display: block;
    text-align: center;
  }
}
.pxl-icon-box5.style1 .pxl-item--inner .custom-line {
  position: absolute;
  content: '';
  top: 50%;
  left: 140px;
  transform: translateY(-50%);
  width: 1px;
  height: 85px;
  background-color: #dfdfdf;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box5.style1 .pxl-item--inner .custom-line {
    display: none;
  }
}
.pxl-icon-box5.style1 .pxl-item--icon {
  text-align: center;
  min-width: 140px;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box5.style1 .pxl-item--icon {
    margin-bottom: 10px;
  }
  .pxl-icon-box5.style1 .pxl-item--icon i {
    margin-bottom: 15px;
  }
}
.pxl-icon-box5.style1 .pxl-item--icon i {
  color: var(--fourth-color);
  font-size: 45px;
  display: block;
  -webkit-transition: all 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon-box5.style1 .pxl-item--icon .pxl-item--title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  margin: 6px 0 0;
}
.pxl-icon-box5.style1 .pxl-item--icon .pxl-item--title a {
  color: var(--primary-color);
}
.pxl-icon-box5.style1 .pxl-item--description {
  margin-left: 20px;
  font-size: 15px;
  line-height: 24px;
}
.pxl-icon-box5.style1:hover .pxl-item--icon i {
  transform: rotateY(360deg);
}
.pxl-icon-box5.style2 .pxl-item--inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 49px 17px 50px;
  text-align: center;
  -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;
  box-shadow: 0 5px 30px rgba(220, 220, 220, .4);
}
@media screen and (max-width: 1199px) {
  .pxl-icon-box5.style2 .pxl-item--inner {
    padding: 49px 17px 45px;
  }
}
.pxl-icon-box5.style2 .pxl-item--inner .pxl-item--icon i {
  width: 114px;
  height: 114px;
  line-height: 114px;
  border-radius: 100%;
  background-color: #fbfbfb;
  text-align: center;
  font-size: 20px;
  color: #0ba3fa;
  -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-icon-box5.style2 .pxl-item--inner .pxl-item--icon .pxl-item--title {
  font-size: 22px;
  line-height: 38px;
  color: var(--regular-color);
  margin: 41px 0 14px;
}
@media screen and (max-width: 1199px) {
  .pxl-icon-box5.style2 .pxl-item--inner .pxl-item--icon .pxl-item--title {
    font-size: 18px;
    margin: 30px 0 5px;
  }
}
.pxl-icon-box5.style2 .pxl-item--inner .pxl-item--icon .pxl-item--title a {
  color: var(--regular-color);
}
.pxl-icon-box5.style2 .pxl-item--inner:hover .pxl-item--icon i {
  animation: icon-bounce 800ms ease-out infinite;
  -webkit-animation: icon-bounce 800ms ease-out infinite;
  background-color: #0ba3fa;
  color: #fff;
}
.pxl-icon-box5.style2 .pxl-item--inner .pxl-item--description {
  font-size: 16px;
  line-height: 28px;
  color: #282828;
}
@media screen and (max-width: 1199px) {
  .pxl-icon-box5.style2 .pxl-item--inner .pxl-item--description {
    font-size: 15px;
  }
}
.pxl-icon-box5.style3 .pxl-item--icon {
  position: relative;
  display: flex;
  align-items: center;
}
.pxl-icon-box5.style3 .pxl-item--icon i {
  margin-right: 20px;
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 39px;
  display: block;
  text-align: center;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0px);
}
.pxl-icon-box5.style3 .pxl-item--icon .pxl-item--title {
  transform: translateY(4px);
  font-size: 20px;
  line-height: 28px;
  color: var(--regular-color);
}
@media screen and (max-width: 1199px) {
  .pxl-icon-box5.style3 .pxl-item--icon .pxl-item--title {
    font-size: 18px;
    line-height: 26px;
  }
}
.pxl-icon-box5.style3 .pxl-item--icon .pxl-item--title a {
  color: var(--regular-color);
}
.pxl-icon-box5.style4 .pxl-item--inner {
  padding: 25px 30px 21px;
  background-color: #fafbfe;
}
@media screen and (max-width: 1199px) {
  .pxl-icon-box5.style4 .pxl-item--inner {
    padding: 25px 15px 21px;
  }
}
.pxl-icon-box5.style4 .pxl-item--inner .pxl-item--icon {
  text-align: center;
}
.pxl-icon-box5.style4 .pxl-item--inner .pxl-item--icon i {
  display: block;
  font-size: 66px;
  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);
}
.pxl-icon-box5.style4 .pxl-item--inner .pxl-item--icon .pxl-item--title {
  font-size: 18px;
  color: #010000;
  line-height: 25px;
  margin: 10px 0 0;
}
.pxl-icon-box5.style4 .pxl-item--inner .pxl-item--icon .pxl-item--title a {
  color: #010000;
}
.pxl-icon-box5.style4 .pxl-item--inner:hover .pxl-item--icon i {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-icon-box5.style5 .pxl-item--icon {
  text-align: center;
}
.pxl-icon-box5.style5 .pxl-item--icon i {
  margin: 0 auto;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(85, 85, 85, .13) 0px 9px 21px;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon-box5.style5 .pxl-item--icon .pxl-item--title {
  margin: 26px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #131115;
  font-family: 'Roboto', sans-serif;
}
.pxl-icon-box5.style5 .pxl-item--icon .pxl-item--title a {
  color: #131115;
}
.pxl-icon-box5.style5 .pxl-item--icon:hover i {
  transform: translateY(-3px);
}
.pxl-icon-box6.style1 .pxl-item--holder {
  padding: 24px 25px;
  background-color: #072c53;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box6.style1 .pxl-item--holder {
    padding: 35px 20px 39px;
    display: block;
    text-align: center;
  }
}
.pxl-icon-box6.style1 .pxl-item--title {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-bottom: 0;
}
.pxl-icon-box6.style1 .pxl-item--link {
  min-width: 150px;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box6.style1 .pxl-item--link {
    text-align: center;
    margin-top: 23px;
  }
}
.pxl-icon-box6.style2 .pxl-item--title {
  display: none;
}
.pxl-icon-box6.style2 .pxl-item--link a {
  line-height: 64px;
  padding: 0 59px;
}
.pxl-icon-box6.style2 .pxl-item--link .text-after {
  background-color: var(--primary-color);
  color: #fff;
}
@keyframes gradient {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.item-icon-squares {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.item-icon-squares .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 16px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  z-index: 0;
}
.item-icon-squares .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.item-icon-squares .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.pxl-banner1.style1 .pxl-item--title {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: var(--secondary-color);
  padding-bottom: 11px;
}
.pxl-banner1.style1 .pxl-item--title span {
  font-size: 30px;
  color: var(--primary-color);
}
.pxl-banner1.style1 .pxl-banner-inner {
  position: relative;
}
.pxl-banner1.style1 .pxl-item--image1 {
  border-radius: 5px;
  max-width: 460px;
  padding-right: 110px;
  padding-bottom: 140px;
}
@media (max-width: 499px) {
  .pxl-banner1.style1 .pxl-item--image1 {
    max-width: 100%;
    padding: 0;
  }
  .pxl-banner1.style1 .pxl-item--image1 img {
    width: 100%;
  }
}
.pxl-banner1.style1 .pxl-item--icon {
  position: absolute;
  top: 103px;
  left: 159px;
}
@media (max-width: 499px) {
  .pxl-banner1.style1 .pxl-item--icon {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    bottom: 180px;
    top: auto;
  }
}
.pxl-banner1.style1 .pxl-item--icon .bgr--item-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, .55);
  border-radius: 50%;
  z-index: -2;
  -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-banner1.style1 .pxl-item--icon .item-icon {
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
.pxl-banner1.style1 .pxl-item--icon i {
  font-size: 48px;
  color: var(--primary-color);
  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;
  display: block;
}
.pxl-banner1.style1 .pxl-item--icon .line-video-animation {
  border: 16px solid rgba(255, 255, 255, 0.6) !important;
}
.pxl-banner1.style1:hover .pxl-item--icon .bgr--item-icon {
  background-color: rgba(255, 255, 255, .55);
}
@media (min-width: 500px) {
  .pxl-banner1.style1 .pxl-item--image2 {
    border-radius: 5px;
    max-width: 297px;
    position: absolute;
    left: 175px;
    top: 125px;
    z-index: 2;
  }
  .pxl-banner1.style1 .pxl-item--image2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 11px solid #fff;
    border-radius: 5px;
  }
}
.pxl-banner1.style1 .pxl-item--image2 img {
  border-radius: 6px;
}
@media (max-width: 499px) {
  .pxl-banner1.style1 .pxl-item--image2 {
    width: 100%;
    margin: 30px 0 0 0px;
  }
  .pxl-banner1.style1 .pxl-item--image2 img {
    width: 100%;
    border-radius: 5px;
  }
}
.pxl-banner1.style2 .pxl-banner-inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .pxl-banner1.style2 .pxl-banner-inner {
    display: block !important;
  }
}
.pxl-banner1.style2 .pxl-banner-inner .pxl-item--image1 {
  margin-right: 12px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-banner1.style2 .pxl-banner-inner .pxl-item--image1 {
    margin-right: 0;
    width: 100%;
  }
}
.pxl-banner1.style2 .pxl-banner-inner .pxl-item--image2 {
  margin-left: 12px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-banner1.style2 .pxl-banner-inner .pxl-item--image2 {
    margin: 30px 0 0;
    width: 100%;
  }
}
.pxl-banner1.style2 .pxl-banner-inner img {
  border-radius: 5px;
}
.pxl-banner1.style2 .pxl-item--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-banner1.style2 .item-icon {
  width: 125px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-banner1.style2 .item-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.pxl-banner1.style2 .item-icon i {
  color: var(--primary-color);
  font-size: 69px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .pxl-banner1.style2 .item-icon i {
    font-size: 55px;
  }
}
.pxl-banner1.style3 .pxl-item--image1 {
  position: relative;
  display: inline-block;
}
.pxl-banner1.style3 .pxl-item--image1 img {
  position: relative;
  z-index: 10;
  border-radius: 25px;
}
.pxl-banner1.style3 .pxl-item--image1:before {
  position: absolute;
  content: '';
  bottom: -15px;
  right: -15px;
  width: 292px;
  height: 313px;
  background-color: #e88e2e;
  border-bottom-right-radius: 25px;
  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: 575px) {
  .pxl-banner1.style3 .pxl-item--image1:before {
    width: 200px;
    height: 250px;
  }
}
.pxl-banner1.style3 .pxl-item--image1:hover:before {
  bottom: -25px;
  right: -25px;
}
.pxl-banner1.style3 .pxl-item--icon {
  display: none;
}
.pxl-banner2 .pxl-banner-inner {
  position: relative;
  overflow: hidden;
}
.pxl-banner2 .pxl-item--image1 {
  position: relative;
  display: inline-block;
  padding-left: 72px;
}
@media (max-width: 400px) {
  .pxl-banner2 .pxl-item--image1 {
    padding-left: 0px;
  }
}
.pxl-banner2 .pxl-item--image1 img {
  position: relative;
  z-index: 10;
  border-radius: 3px;
}
.pxl-banner2 .pxl-item--image2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.pxl-banner2 .pxl-item--image2:after {
  position: absolute;
  content: '';
  width: 200%;
  height: 200%;
  background-color: #fff;
  right: -20px;
  top: -20px;
  z-index: 0;
}
.pxl-banner2 .pxl-item--image2 img {
  max-width: 273px;
  z-index: 10;
  position: relative;
}
@media (max-width: 400px) {
  .pxl-banner2 .pxl-item--image2 img {
    max-width: 200px;
  }
}
.pxl-banner2 .pxl-item--icon {
  display: none;
}
.pxl-banner3 {
  position: relative;
  overflow: hidden;
}
.pxl-banner3 .pxl-item--meta {
  position: absolute;
  top: 40px;
  left: 46px;
}
.pxl-banner3 .pxl-meta--title {
  position: relative;
  height: 117px;
  width: 132px;
  background-color: #fabe36;
  text-align: center;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.pxl-banner3 .pxl-item--title {
  position: absolute;
  top: 7px;
  right: 12px;
  left: 12px;
  bottom: 0;
  font-size: 15.22px;
  font-weight: 700;
  line-height: 20.29px;
  color: #000;
  transform: rotate(-45deg);
}
.pxl-banner3 .pxl-item--image img {
  border-radius: 46%;
}
.pxl-counter1 .pxl--counter-number {
  line-height: 1;
  font-size: 42px;
  font-weight: 700;
  color: var(--secondary-color);
  display: inline-flex;
  margin-bottom: 7px;
}
.pxl-counter1 .pxl--item-title {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 400;
}
.pxl-counter1 .pxl--item-inner {
  text-align: center;
}
.pxl-counter1 i {
  font-size: 65px;
}
.pxl-counter2 .pxl--item-inner {
  position: relative;
}
.pxl-counter2 .pxl--item-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(30deg, #000e33 20%, rgba(255, 255, 255, .0) 100%);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.pxl-counter2 .pxl-item--icon img {
  border-radius: 3px;
}
.pxl-counter2 .pxl--counter-holder {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 100;
}
.pxl-counter2 .pxl--counter-holder .pxl--counter-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
}
.pxl-counter2 .pxl--counter-holder .pxl--counter-number .pxl--counter-suffix {
  margin-left: -7px;
}
.pxl-counter2 .pxl--counter-holder .pxl--item-title {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
body.rtl .pxl-progressbar-2 .pxl-item--icon {
  margin-right: 0;
  margin-left: 10px;
}
.pxl-video-player .btn-video {
  z-index: 2;
}
.pxl-video-player .pxl-box--icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 54px;
  right: 95px;
  background-color: #ffde19;
  border-radius: 100px;
  text-align: center;
  font-size: 38px;
  color: #000010;
}
@media screen and (max-width: 1199px) {
  .pxl-video-player .pxl-box--icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    bottom: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-video-player .pxl-box--icon {
    bottom: 20px;
    right: 20px;
  }
}
.pxl-video-player1 .pxl-shadow-gradient {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: 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');
  filter: blur(40px);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1 .pxl-shadow-gradient {
    width: 120px;
    height: 120px;
    filter: blur(22px);
  }
}
.pxl-video-player1 .pxl-video--holder img, .pxl-video-player1 .pxl-video--holder .pxl-video--imagebg {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.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-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #fefeff;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-top: 24px;
}
.pxl-video-player1 .btn-video {
  position: relative;
  background-color: #fff;
  text-align: center;
  color: #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
}
.pxl-video-player1 .btn-video i {
  display: inline-flex;
  z-index: 100;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-video-player1 .btn-video.style1 {
  font-size: 17px;
  width: 137px;
  height: 137px;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1 .btn-video.style1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 17px;
  }
}
.pxl-video-player1 .btn-video.style1 .box-animation-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-video-player1 .btn-video.style1 .box-animation-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .63);
  border-radius: 50%;
  animation: pxl_scale11 1500ms ease-out infinite;
  -webkit-animation: pxl_scale11 1500ms ease-out infinite;
}
.pxl-video-player1 .btn-video.style1:hover {
  transform: scale(0.9);
}
.pxl-video-player1 .btn-video.style1:hover .box-animation-video:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-video-player1 .btn-video.style2 {
  font-size: 18px;
  width: 120px;
  height: 120px;
  color: #d13f18;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-video-player1 .btn-video.style2:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: scale-border 3s linear infinite;
  border: 0.3px solid #fff;
  background-color: transparent !important;
  border-radius: 500px;
  opacity: 0;
}
.pxl-video-player1 .btn-video.style2:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: scale-border 3s 1.5s linear infinite;
  background-color: transparent !important;
  border: 0.3px solid #fff;
  border-radius: 500px;
  opacity: 0;
}
.pxl-video-player1 .btn-video.style2:hover {
  transform: scale(0.9);
}
.pxl-video-player1 .btn-video.style3 {
  font-size: 16px;
  width: 69px;
  height: 69px;
  color: #fff;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  background-color: #d53a16;
}
.pxl-video-player1 .btn-video.style3:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: scale-border2 3s linear infinite;
  border: 0.3px solid #d53a16;
  background-color: transparent !important;
  border-radius: 500px;
  opacity: 0;
}
.pxl-video-player1 .btn-video.style3:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: scale-border2 3s 1.5s linear infinite;
  background-color: transparent !important;
  border: 0.3px solid #d53a16;
  border-radius: 500px;
  opacity: 0;
}
.pxl-video-player1 .btn-video.style3:hover {
  transform: scale(0.9);
}
.pxl-video-player1 .btn-video.style4 {
  font-size: 16px;
  width: 110px;
  height: 100px;
  color: #fff;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  background-color: #fff;
  border-radius: 3px;
}
.pxl-video-player1 .btn-video.style4:after {
  position: absolute;
  content: '';
  border: 2px solid #d13f18;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}
.pxl-video-player1 .btn-video.style4 i {
  line-height: 100px;
  color: #d13f18;
  font-size: 23px;
}
.pxl-video-player1 .pxl-video--inner {
  position: relative;
}
.pxl-video-player1.pxl-video-style1 .pxl-video--holder + .btn-video-wrap .pxl-shadow-gradient {
  display: block;
  z-index: -1;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.pxl-video-style5 .pxl-video--inner {
  position: relative;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.pxl-video-style5 .pxl-video--inner .pxl-video--holder .bg-image, .pxl-video-style5 .pxl-video--inner .pxl-video--holder #pxl-page-title-default {
  border-radius: 0;
}
.pxl-video-style5 .btn-video-wrap {
  position: absolute !important;
  left: 0 !important;
  bottom: -8px !important;
  transform: initial !important;
  top: initial !important;
}
.pxl-video-style5 .btn-video {
  font-size: 16px;
  width: 110px;
  height: 100px;
  color: #fff;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  background-color: var(--primary-color);
  border-radius: 0 3px 0 3px;
}
.pxl-video-style5 .btn-video:after {
  position: absolute;
  content: '';
  border: 2px solid #fff;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-video-style5 .btn-video i {
  line-height: 100px;
  color: #fff;
  font-size: 18px;
  left: 51.5%;
}
.pxl-video-style5 .btn-video i:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
}
.pxl-video-style5 .btn-video:hover {
  background-color: #fff;
}
.pxl-video-style5 .btn-video:hover:after {
  border-color: var(--primary-color);
}
.pxl-video-style5 .btn-video:hover i {
  color: var(--primary-color);
}
.btn-video-product {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.btn-video-product:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: 9;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.btn-video-product i {
  color: #fff;
  font-size: 20px;
  transform: translateX(2px);
  z-index: 10;
  position: relative;
}
.btn-video-product .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 16px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  z-index: 0;
}
.btn-video-product .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.btn-video-product .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.btn-video-product:hover, .btn-video-product:focus {
  color: #fff;
}
.btn-video-product:hover .line-video-animation, .btn-video-product:focus .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-item--4-star i:nth-child(5) {
  display: none;
}
.pxl-item--3-star i:nth-child(5), .pxl-item--3-star i:nth-child(4) {
  display: none;
}
.pxl-item--2-star i:nth-child(5), .pxl-item--2-star i:nth-child(4), .pxl-item--2-star i:nth-child(3) {
  display: none;
}
.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) {
  display: none;
}
.pxl-item--star {
  color: #ffd203;
}
.pxl-testimonial-grid1 .pxl-grid-item {
  margin-bottom: 50px;
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner {
  padding: 35px 40px 30px 40px;
  box-shadow: rgba(0, 23, 97, .1) 0px 0px 46px;
  border-radius: 10px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
@media (max-width: 700px) and (min-width: 575px) {
  .pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner {
    padding: 35px 20px 30px 20px;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner {
    padding: 35px 20px 30px 20px;
  }
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .quote {
  margin-bottom: 22px;
  margin-left: -12px;
  filter: grayscale(100%);
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  opacity: 0.4;
}
@media (max-width: 700px) and (min-width: 575px) {
  .pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .quote {
    margin-left: -5px;
  }
}
@media (max-width: 480px) {
  .pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .quote {
    margin-left: -5px;
  }
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--desc {
  position: relative;
  font-size: 16px;
  color: #7d7f8e;
  line-height: 30px;
  position: relative;
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content-bottom {
  margin-top: 25px;
  display: flex;
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content-bottom .pxl-item--image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100px;
  overflow: hidden;
  align-items: center;
  border: 6px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content-bottom .pxl-item--holder {
  display: block;
  margin-left: 15px;
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content-bottom .pxl-item--holder .pxl-item--title {
  margin-top: 6px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.pxl-testimonial-grid1 .pxl-grid-item .pxl-item--inner .wrap-content-bottom .pxl-item--holder .pxl-item--position {
  font-size: 15px;
  color: #a5a9b6;
  font-weight: 400;
}
.pxl-testimonial-grid1 .pxl-grid-item:hover .pxl-item--inner {
  box-shadow: rgba(0, 23, 97, .2) 0px 44px 46px;
}
.pxl-testimonial-grid1 .pxl-grid-item:hover .quote {
  filter: grayscale(0%);
  opacity: 1;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content {
  background-color: #fff;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .quote {
  position: absolute;
  right: 30px;
  top: 42px;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner {
  padding: 25px 40px 14px 40px;
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--image {
  margin-right: 15px;
  width: 63px;
  min-width: 63px;
  border-radius: 200px;
  overflow: hidden;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--star {
  font-size: 12px;
  color: var(--primary-color);
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.pxl-testimonial-carousel1 .pxl-swiper-slide .wrap-inner-content .pxl-item--desc {
  border-top: 1px solid #e8e8e8;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 21px 40px 30px 40px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2 .wrap-inner-content {
    display: block;
  }
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-item--inner--img, .pxl-testimonial-carousel2 .wrap-inner-content .pxl-item--inner {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2 .wrap-inner-content .pxl-item--inner--img, .pxl-testimonial-carousel2 .wrap-inner-content .pxl-item--inner {
    width: 100%;
  }
}
.pxl-testimonial-carousel2 .pxl-item--inner--img {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-item--inner--img {
    padding-right: 0;
  }
}
.pxl-testimonial-carousel2 .column-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .column-img {
    height: 300px;
  }
}
.pxl-testimonial-carousel2 .img-people {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.pxl-testimonial-carousel2 .pxl-item--inner {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-item--inner {
    padding-left: 0;
  }
}
.pxl-testimonial-carousel2 .pxl-item--inner--bgr {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.pxl-testimonial-carousel2 .pxl-item--inner--bgr:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 28, 52, .85);
  z-index: 0;
}
.pxl-testimonial-carousel2 .pxl-item--inner--bgr .pxl-item--inner--content {
  z-index: 100;
  position: relative;
  padding: 45px 50px 41px 70px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2 .pxl-item--inner--bgr .pxl-item--inner--content {
    padding: 45px 40px 41px 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .pxl-item--inner--bgr .pxl-item--inner--content {
    padding: 45px 20px 41px 20px;
  }
}
.pxl-testimonial-carousel2 .pxl-item--star {
  background-color: #4f6172;
  border-radius: 30px;
  padding: 1px 13px 3px;
  display: inline-block;
}
.pxl-testimonial-carousel2 .pxl-item--star i {
  font-size: 12px;
}
.pxl-testimonial-carousel2 .pxl-item--desc {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 26px;
}
.pxl-testimonial-carousel2 .pxl-item--holder {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--image {
  margin-right: 15px;
}
.pxl-testimonial-carousel2 .pxl-item--holder img {
  max-width: 59px;
  max-height: 59px;
  border-radius: 50%;
}
.pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.pxl-testimonial-carousel2 .pxl-item--holder .pxl-item--position {
  font-size: 15px;
  color: #cbcaca;
  margin-top: -1px;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, .13) 0px 0px 15px;
  margin: 50px 0 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);
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner {
  padding: 0px 40px 19px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner {
    padding: 0px 20px 19px 20px;
  }
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--inner .pxl-item--image {
  margin-bottom: -22px;
  transform: translateY(-39px);
  margin-right: 15px;
  width: 76px;
  min-width: 76px;
  border-radius: 200px;
  overflow: hidden;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-icon {
  display: block;
  position: absolute;
  right: 40px;
  top: -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);
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-icon i {
  font-size: 45px;
  color: #d5d5d9;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--desc {
  color: #0e0d0f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -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-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder {
  padding-top: 11px;
  margin-top: 18px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -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-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--star {
  font-size: 15px;
  color: #ffba00;
  letter-spacing: -2px;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #0e0d0f;
  margin-bottom: -3px;
  -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-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content .pxl-item--holder .pxl-item--position {
  font-size: 15px;
  font-weight: 300;
  color: #a5a4a4;
  -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-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover {
  background-color: #e3141d;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover .pxl-item--inner .pxl-icon {
  top: -26px;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover .pxl-item--inner .pxl-icon i {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  color: #fabe36;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover .pxl-item--inner .pxl-item--desc {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover .pxl-item--inner .pxl-item--holder {
  border-color: #e25b61;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover .pxl-item--inner .pxl-item--holder .pxl-item--title {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide .wrap-inner-content:hover .pxl-item--inner .pxl-item--holder .pxl-item--position {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content {
  background-color: #e3141d;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content .pxl-item--inner .pxl-icon {
  top: -26px;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content .pxl-item--inner .pxl-icon i {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  color: #fabe36;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content .pxl-item--inner .pxl-item--desc {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content .pxl-item--inner .pxl-item--holder {
  border-color: #e25b61;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--title {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-swiper-slide.swiper-slide-next .wrap-inner-content .pxl-item--inner .pxl-item--holder .pxl-item--position {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-testimonial3-arrow {
  width: 57px !important;
  height: 57px !important;
  line-height: 59px !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 5px 20px rgba(140, 140, 140, 0.22) !important;
  opacity: 0;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel3 .pxl-testimonial3-arrow {
    display: none;
  }
}
.pxl-testimonial-carousel3 .pxl-testimonial3-arrow i {
  color: #e3141d !important;
  transition: all 300ms linear 0ms;
}
.pxl-testimonial-carousel3 .pxl-testimonial3-arrow:hover {
  background-color: #e3141d !important;
  border-color: #e3141d !important;
}
.pxl-testimonial-carousel3 .pxl-testimonial3-arrow:hover i {
  color: #fff !important;
}
.pxl-testimonial-carousel3:hover .pxl-testimonial3-arrow {
  opacity: 1;
}
.pxl-testimonial-carousel6 .pxl-swiper-slide {
  padding: 0 35px !important;
}
@media screen and (max-width: 1600px) {
  .pxl-testimonial-carousel6 .pxl-swiper-slide {
    padding: 0 15px !important;
  }
}
.pxl-testimonial-carousel6 .pxl-item--inner {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  padding: 58px 50px 50px 43px;
  margin-bottom: 23px;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .pxl-testimonial-carousel6 .pxl-item--inner {
    padding: 45px 25px 42px 25px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel6 .pxl-item--inner {
    display: block;
  }
}
.pxl-testimonial-carousel6 .pxl-item--inner:before {
  position: absolute;
  content: '';
  bottom: -23px;
  right: 40px;
  border-top: 23px solid #fff;
  border-left: 26px solid transparent;
  z-index: 2;
}
.pxl-testimonial-carousel6 .pxl-item--inner .icon-quote {
  font-size: 89px;
  transform: rotate(180deg);
  color: #ededed;
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 41px;
  bottom: 23px;
  -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);
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel6 .pxl-item--inner .icon-quote {
    right: 20px;
    bottom: 15px;
  }
}
.pxl-testimonial-carousel6 .pxl-item--inner:hover .icon-quote {
  color: var(--secondary-color);
}
.pxl-testimonial-carousel6 .pxl-item--image {
  min-width: 64px;
  margin-right: 35px;
  margin-top: 47px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel6 .pxl-item--image {
    margin-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel6 .pxl-item--image {
    margin: 0 0 25px;
  }
}
.pxl-testimonial-carousel6 .pxl-item--image img {
  max-width: 64px;
  max-height: 64px;
  border-radius: 100%;
}
.pxl-testimonial-carousel6 .pxl-item--holder {
  z-index: 100;
}
.pxl-testimonial-carousel6 .pxl-item--holder .pxl-item--star {
  color: #ffae00;
  font-size: 13px;
}
.pxl-testimonial-carousel6 .pxl-item--holder .pxl-item--desc {
  font-size: 20px;
  color: #9c9c9c;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .pxl-testimonial-carousel6 .pxl-item--holder .pxl-item--desc {
    font-size: 17px;
  }
}
.pxl-testimonial-carousel6 .pxl-item--holder .pxl-item--title {
  margin: 23px 0 5px;
  font-size: 18px;
  line-height: 1.4;
}
.pxl-testimonial-carousel6 .pxl-item--holder .pxl-item--position {
  font-size: 14px;
  color: #929292;
}
.pxl-testimonial-carousel6 .pxl-swiper-dots {
  margin: 19px 0 0 17px;
}
@media screen and (max-width: 1600px) {
  .pxl-testimonial-carousel6 .pxl-swiper-dots {
    margin: 19px 0 0 -1px;
  }
}
.pxl-testimonial-carousel6 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 9.5px;
}
.pxl-testimonial-carousel6 .pxl-swiper-dots.left {
  justify-content: flex-start;
}
@media (max-width: 1250px) and (min-width: 1025px) {
  .pl-lg-30 > .elementor-element-populated {
    padding-left: 30px !important;
  }
}
.swiper-filter-active .non-swiper-slide {
  display: none;
}
.swiper-filter-wrap, .pxl-grid-filter3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swiper-filter-wrap .filter-item, .pxl-grid-filter3 .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, .pxl-grid-filter3 .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, .pxl-grid-filter3 .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, .pxl-grid-filter3 .filter-item.active {
  color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before, .pxl-grid-filter3 .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-arrow-style1 .pxl-swiper-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  bottom: 0;
  top: auto;
  opacity: 1;
  visibility: visible;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #4b5345;
  line-height: 36px;
  color: #4b5345;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow i:before {
  content: "\f142";
  font-size: 16px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: -80px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-left: 80px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow + .pxl-swiper-dots {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction {
  bottom: 10px;
  font-size: 0px;
  line-height: 20px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
  position: relative;
  margin-right: 50px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 32px;
  width: 27px;
  height: 1px;
  background-color: #fff;
}
.pxl-swiper-arrow-style1.pxl-arrows-active {
  padding-bottom: 90px;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 20px;
  background: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: static;
  -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-swiper-arrow-style2 .pxl-swiper-arrow i {
  display: inline-flex;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg {
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--main {
  fill: #ececec;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--hover {
  opacity: 0;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 16px;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--main {
  opacity: 0;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--hover {
  opacity: 1;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-swiper-arrow-style3 .pxl-swiper-arrow {
  font-size: 36px;
  color: #c5d3d8;
  background-color: transparent;
  box-shadow: none;
}
.pxl-swiper-arrow-style3 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -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;
}
.pxl-swiper-arrow-style4 .pxl-swiper-arrow {
  width: 63px;
  height: 63px;
  background-color: transparent;
  border: 2px solid #1a2f31;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow-style4 .pxl-swiper-arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .pxl-swiper-arrow-style4 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -110px;
  }
  .pxl-swiper-arrow-style4 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -110px;
  }
}
.pxl-swiper-arrow-style4 .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-swiper-arrow-style5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--sixth-color);
  z-index: 99;
  border: 5px solid #fff;
}
@media screen and (max-width: 991px) {
  .pxl-swiper-arrow-style5 {
    right: 6px;
    bottom: 20px;
    top: inherit;
    left: inherit;
  }
}
.pxl-swiper-arrow-style5 .pxl-swiper-arrow {
  width: 44px;
  height: 62px;
  background-color: transparent;
  box-shadow: none;
  line-height: 62px;
  color: #fff;
  position: absolute;
  margin: auto;
  font-size: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow-style5 .pxl-swiper-arrow {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.pxl-swiper-arrow-style5 .pxl-swiper-arrow i {
  transform: translateX(-15px);
  display: inline-flex;
  color: var(--regular-color);
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-swiper-arrow-style5 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  -webkit-transform: translate(22px, 0);
  -khtml-transform: translate(22px, 0);
  -moz-transform: translate(22px, 0);
  -ms-transform: translate(22px, 0);
  -o-transform: translate(22px, 0);
  transform: translate(22px, 0);
}
.pxl-swiper-arrow-style5 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  -webkit-transform: scaleX(-1) translate(22px, 0);
  -khtml-transform: scaleX(-1) translate(22px, 0);
  -moz-transform: scaleX(-1) translate(22px, 0);
  -ms-transform: scaleX(-1) translate(22px, 0);
  -o-transform: scaleX(-1) translate(22px, 0);
  transform: scaleX(-1) translate(22px, 0);
}
.pxl-swiper-arrow-style5 .pxl-swiper-arrow:hover i {
  color: var(--secondary-color);
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets {
  margin-top: 35px;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color);
  top: -1px;
  left: -1px;
  position: absolute;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -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;
  -webkit-transform: scale(1.4);
  -khtml-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:after {
  -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);
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  opacity: 0;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: transparent;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:after, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-swiper-sliders .pxl-item--image img {
  width: 100%;
}
.pxl-swiper-sliders .pxl-item--title a, .pxl-swiper-sliders .pxl-item--category a {
  color: inherit;
}
.pxl-swiper-sliders .pxl-item--title a:hover, .pxl-swiper-sliders .pxl-item--category a:hover {
  color: inherit;
}
.pxl-swiper-arrow-number-custom {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1170px;
  margin: 0 auto;
}
.pxl-swiper-arrow-number-custom .pxl-swiper-arrow-number {
  display: inline-block;
  cursor: pointer;
}
.pxl-swiper-arrow-number-custom .pxl-swiper-arrow-number i {
  color: var(--secondary-color);
  font-size: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.pxl-swiper-arrow-number-custom .pxl-swiper-arrow-number .flaticon-right-arrow {
  transform: translateY(1.5px);
  display: block;
}
.pxl-swiper-arrow-number-custom .pxl-swiper-arrow-number .flaticon-left-arrow {
  transform: rotate(180deg);
  display: block;
  margin-top: -6px;
}
.pxl-swiper-arrow-number-custom .pxl-swiper-arrow-number:hover i {
  color: var(--primary-color);
}
.pxl-swiper-arrow-number-custom .pxl-swiper-pagination-fraction {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
  letter-spacing: 2px;
  margin: 0 11px 0;
}
.pxl-post-carousel1 .pxl-swiper-wrapper {
  padding: 0px 0 45px 0;
}
.pxl-post-carousel1 .pxl-swiper-arrow-number-custom {
  margin-bottom: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e7;
}
@media screen and (max-width: 1199px) {
  .pxl-post-carousel1 .pxl-swiper-arrow-number-custom {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel1 .pxl-swiper-arrow-number-custom {
    justify-content: start;
  }
}
.pxl-post-carousel1 .pxl-arrow-number-bottom {
  border: none;
  justify-content: center;
  margin: 2px 0 0;
  padding-bottom: 0;
}
.pxl-post-carousel1 .pxl-item--inner {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-post-carousel1 .wrap-feature {
  overflow: hidden;
  position: relative;
}
.pxl-post-carousel1 .wrap-feature .pxl-item--date {
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: var(--fourth-color);
  display: flex;
  align-items: center;
  padding: 7px 16px 6px 16px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.pxl-post-carousel1 .wrap-feature .pxl-item--date i {
  margin-right: 8px;
  font-size: 17px;
}
.pxl-post-carousel1 .entry-body {
  padding: 30px 25px 40px 25px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel1 .entry-body {
    padding: 30px 20px 40px 20px;
  }
}
.pxl-post-carousel1 .entry-body .pxl-item--holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-post-carousel1 .entry-body .pxl-item--title {
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel1 .entry-body .pxl-item--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel1 .entry-body .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-post-carousel1 .entry-body .pxl-item--title:hover {
  color: var(--regular-color);
}
.pxl-post-carousel1 .entry-body .content-excerpt {
  line-height: 1.5;
}
.pxl-post-carousel1 .pxl-item--readmore .btn-readmore {
  margin-top: 22px;
  padding: 0 34px;
  line-height: 38px;
  border-radius: 3px;
  background-color: var(--secondary-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);
}
.pxl-post-carousel1 .pxl-item--readmore .btn-readmore:hover {
  background-color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-item--image {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel2 .pxl-item--image {
    margin-bottom: 10px;
  }
}
.pxl-post-carousel2 .pxl-item--image img {
  -webkit-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.27s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-post-carousel2 .pxl-item--inner:hover img {
  opacity: 0.9;
}
.pxl-post-carousel2 .pxl-item--holder {
  padding: 16px 2px 0px;
}
.pxl-post-carousel2 .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.pxl-post-carousel2 .pxl-item--holder .pxl-item--title:hover a {
  color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta {
  padding: 8px 0 8px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel2 .pxl-item--holder .wrap-meta {
    display: block;
    padding: 15px 0 15px;
  }
  .pxl-post-carousel2 .pxl-item--holder .wrap-meta > div {
    margin-bottom: 5px;
    border-right: none !important;
  }
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e1e1e1;
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta:last-child {
  border-right: none;
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta i {
  color: #666;
  font-size: 16px;
  margin-right: 8px;
  transform: translateY(1px);
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta a, .pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta span {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #666;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta a {
  position: relative;
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: var(--secondary-color);
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta a:hover {
  color: var(--secondary-color);
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta a:hover:before {
  width: 100%;
  left: 0;
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .item-meta a:hover span {
  color: var(--secondary-color);
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .pxl-item--tag i {
  transform: rotate(90deg);
}
.pxl-post-carousel2 .pxl-item--holder .wrap-meta .pxl-item--tag i:before {
  transform: translateX(2px);
  display: inline-block;
}
.pxl-post-carousel2 .pxl-item--holder .content-excerpt {
  line-height: 24px;
  margin-top: 21px;
}
.pxl-post-carousel2 .pxl-item--holder .pxl-item--readmore {
  margin-top: 19px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel2 .pxl-item--holder .pxl-item--readmore {
    margin-top: 28px;
  }
}
.pxl-post-carousel2 .pxl-item--holder .pxl-item--readmore .btn-readmore {
  font-size: 16px;
  text-transform: inherit;
  font-family: 'Roboto', sans-serif;
  position: relative;
  overflow: hidden;
}
.pxl-post-carousel2 .pxl-item--holder .pxl-item--readmore .btn-readmore:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-post-carousel2 .pxl-item--holder .pxl-item--readmore .btn-readmore:hover:before {
  left: 130%;
}
.pxl-post-carousel3 .pxl-swiper-wrapper {
  padding: 0px 0 45px 0;
}
.pxl-post-carousel3 .pxl-swiper-arrow-number-custom {
  margin-bottom: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e7;
}
.pxl-post-carousel3 .pxl-arrow-number-bottom {
  border: none;
  justify-content: center;
  margin: 2px 0 0;
  padding-bottom: 0;
}
.pxl-post-carousel3 .pxl-item--inner {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-post-carousel3 .wrap-feature {
  overflow: hidden;
  position: relative;
}
.pxl-post-carousel3 .wrap-feature .pxl-item--date {
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: var(--fourth-color);
  display: flex;
  align-items: center;
  padding: 7px 16px 6px 16px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.pxl-post-carousel3 .wrap-feature .pxl-item--date i {
  margin-right: 8px;
  font-size: 17px;
}
.pxl-post-carousel3 .entry-body {
  padding: 29px 30px 24px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .entry-body {
    padding: 29px 20px 24px 20px;
  }
}
.pxl-post-carousel3 .entry-body .pxl-item--holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-post-carousel3 .entry-body .pxl-item--title {
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel3 .entry-body .pxl-item--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .entry-body .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-post-carousel3 .entry-body .pxl-item--title:hover {
  color: var(--regular-color);
}
.pxl-post-carousel3 .entry-body .content-excerpt {
  line-height: 26px;
  font-size: 17px;
}
.pxl-post-carousel3 .pxl-item--readmore {
  position: relative;
  width: 100%;
  padding-top: 25px;
  margin-top: 24px;
}
.pxl-post-carousel3 .pxl-item--readmore:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9f0f3;
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left {
  font-size: 16px;
  color: var(--regular-color);
  font-weight: 700;
  font-family: 'Roboto';
  text-transform: uppercase;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left .icon-before {
  opacity: 0;
  transform: rotate(45deg);
  margin-left: -30px;
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left i {
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
  transform: translateY(1px);
  display: inline-block;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left span {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left:hover i {
  color: var(--primary-color);
}
.pxl-post-carousel3 .pxl-item--readmore .btn-text-icon-left:hover .icon-after {
  opacity: 0;
  margin-left: 22px;
}
.pxl-post-carousel3 .pxl-arrow-number-bottom {
  margin-top: -8px;
}
.pxl-post-carousel3 .pxl-arrow-number-bottom .pxl-swiper-dots {
  color: var(--regular-color);
}
.pxl-post-carousel3 .pxl-arrow-number-bottom .pxl-swiper-arrow-number i {
  color: var(--regular-color);
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-post-carousel3 .pxl-arrow-number-bottom .pxl-swiper-arrow-number:hover i {
  color: #e88e2e;
}
.pxl-post-carousel3 .pxl-item--inner {
  box-shadow: 0 10px 20px rgba(198, 191, 186, .20);
}
.pxl-post-carousel3 .pxl-item--inner:hover .btn-text-icon-left i {
  transform: rotate(45deg);
}
.pxl-post-carousel4 .entry-body {
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, .10) 0px 5px 10px;
  padding: 20px 30px 18px;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .entry-body {
    padding: 20px 20px 18px;
  }
}
.pxl-post-carousel4 .entry-body .pxl-item--date {
  margin-bottom: 7px;
}
.pxl-post-carousel4 .entry-body .pxl-item--date span {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
}
.pxl-post-carousel4 .entry-body .pxl-item--date i {
  color: #fabe36;
  font-size: 16px;
  transform: translateY(-1px);
}
.pxl-post-carousel4 .entry-body .pxl-item--title {
  font-size: 20px;
  font-weight: 700;
  color: #0e0d0f;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .entry-body .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-post-carousel4 .entry-body .content-excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #0e0d0f;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .entry-body .content-excerpt {
    font-size: 15px;
  }
}
.pxl-post-carousel4 .entry-body .pxl-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #eaeaea;
  padding-top: 11px;
  margin-top: 16px;
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--author {
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--author {
    margin-top: 10px;
  }
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--author span {
  color: #0e0d0f;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--readmore {
    margin-top: 10px;
  }
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--readmore a {
  color: #0e0d0f;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--readmore a span {
  text-decoration: underline;
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--readmore a i {
  color: #e3141d;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--readmore a:hover {
  color: #e3141d;
}
.pxl-post-carousel4 .entry-body .pxl-item-info .pxl-item--readmore a:hover i {
  animation: button-tran 0.4s ease;
}
.pxl-post-carousel4 .pxl-item--inner {
  padding-bottom: 40px;
}
.pxl-post-carousel4 .pxl-item--inner:hover .entry-body {
  box-shadow: rgba(149, 157, 165, .2) 0px 10px 20px;
}
.pxl-post-carousel4 .pxl-swiper-container {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .pxl-swiper-container {
    padding-top: 0px !important;
  }
}
.pxl-post-carousel4 .pxl-swiper-arrow-top-right {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .pxl-swiper-arrow-top-right {
    display: none;
  }
}
.pxl-post-carousel4 .pxl-swiper-arrow-top-right .pxl-swiper-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 5px 15px rgba(166, 166, 166, .15);
}
.pxl-post-carousel4 .pxl-swiper-arrow-top-right .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
.pxl-post-carousel4 .pxl-swiper-arrow-top-right .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  right: 77px;
  left: auto;
}
.pxl-post-carousel4 .pxl-swiper-arrow-top-right .pxl-swiper-arrow:hover {
  box-shadow: 0 10px 15px rgba(166, 166, 166, .30);
}
.pxl-post-carousel4 .pxl-swiper-arrow-number-custom {
  justify-content: center;
}
.pxl-post-carousel4 .pxl-swiper-arrow-number-custom .pxl-swiper-dots {
  margin-top: 20px;
}
.pxl-service-carousel1 .pxl-swiper-wrapper {
  padding-top: 36px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-carousel1 .pxl-swiper-wrapper {
    padding-top: 50px;
  }
}
.pxl-service-carousel1 .bg-box-top {
  height: 35px;
  width: 100%;
  background-color: var(--secondary-color);
  mask-image: url(../img/bg-box.png);
  -webkit-mask-image: url(../img/bg-box.png);
  -ms-mask-image: url(../img/bg-box.png);
  -o-mask-image: url(../img/bg-box.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
  -webkit-mask-size: 100% 100%;
  -ms-mask-size: 100% 100;
  -o-mask-size: 100% 100;
  mask-size: 100% 100;
}
.pxl-service-carousel1 .pxl-content {
  position: relative;
  z-index: 10;
}
.pxl-service-carousel1 .item--icon {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -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);
}
@media screen and (max-width: 1199px) {
  .pxl-service-carousel1 .item--icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-service-carousel1 .item--icon {
    box-shadow: 0 0px 10px rgba(166, 166, 166, .32);
  }
}
.pxl-service-carousel1 .item--icon i {
  color: #2c74c0;
  font-size: 60px;
  -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: block;
}
@media screen and (max-width: 1199px) {
  .pxl-service-carousel1 .item--icon i {
    font-size: 50px;
  }
}
.pxl-service-carousel1 .pxl-item--title {
  color: #fff;
  font-size: 22px;
  margin: -10px 0 18px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-carousel1 .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-service-carousel1 .pxl-item--content {
  color: #fff;
  -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-service-carousel1 .pxl-readmore {
  position: absolute;
  right: 0;
  bottom: 1px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-carousel1 .pxl-readmore {
    bottom: 0;
  }
}
.pxl-service-carousel1 .pxl-readmore a {
  border-radius: 5px 0 0 0;
  padding: 0 30px;
  background-color: var(--sixth-color);
  color: #000;
  padding-left: 10px;
}
.pxl-service-carousel1 .pxl-readmore a span {
  z-index: 10;
}
.pxl-service-carousel1 .pxl-readmore a:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 100%;
  bottom: 0;
  left: -19px;
  transform: skew(-30deg);
  z-index: 0;
  background-color: var(--sixth-color);
  border-radius: 10px 0 0 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-service-carousel1 .pxl-readmore a i {
  margin-left: 10px;
  font-size: 8px;
  transform: translatex(-10px);
  color: #fff;
  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-service-carousel1 .pxl-readmore a:hover i {
  opacity: 1;
  transform: translatex(0px);
  color: #000;
}
.pxl-service-carousel1 .pxl-item--holder {
  padding: 100px 30px 70px;
  text-align: center;
  position: relative;
  background-color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel1 .pxl-item--holder {
    padding: 100px 15px 70px;
  }
}
.pxl-service-carousel1 .pxl-swiper-slide {
  transition: 0;
}
.pxl-service-carousel1 .swiper-slide-next {
  transition: 0;
}
.pxl-service-carousel1 .swiper-slide-next .item--icon {
  background-color: #2c74c0;
}
.pxl-service-carousel1 .swiper-slide-next .item--icon i {
  color: #fff;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-item--title {
  color: #000 !important;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-item--title:hover {
  color: #000;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-item--content {
  color: #323232 !important;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-readmore a {
  background-color: #2c74c0;
  color: #fff;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-readmore a:before {
  background-color: #2c74c0;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-readmore a i {
  color: #fff;
}
.pxl-service-carousel1 .swiper-slide-next .pxl-item--holder {
  background-color: var(--sixth-color);
}
.pxl-service-carousel1 .swiper-slide-next .bg-box-top {
  background-color: var(--sixth-color);
}
.pxl-service-carousel1 .pxl-item--inner:hover .item--icon i {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-service-carousel1 .pxl-swiper-arrow {
  width: 300px;
  height: 100%;
  background: transparent;
  box-shadow: none;
}
.pxl-service-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  width: calc((100vw - 1170px)/2) !important;
  left: calc((100vw - 1170px)/-2) !important;
}
.pxl-service-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  width: calc((100vw - 1170px)/2) !important;
  right: calc((100vw - 1170px)/-2) !important;
}
.pxl-service-carousel4 .pxl-item--icon {
  margin-top: -43px;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #efefef;
  background-color: #fff;
  z-index: 10;
  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;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
.pxl-service-carousel4 .pxl-item--icon i {
  font-size: 48px;
  color: var(--primary-color);
  -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;
  display: block;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--icon i {
    font-size: 36px;
  }
}
.pxl-service-carousel4 .pxl-item--holder {
  margin-left: 30px;
  background-color: #fff;
  border-radius: 3px 0 3px 3px;
  box-shadow: 0 0 20px rgba(227, 227, 228, .47);
  padding: 0px 30px 24px;
  transform: translateY(-48px);
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--holder {
    margin-left: 0;
    border-radius: 0 0 3px 3px;
    padding: 0px 20px 24px;
  }
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  line-height: 1.3;
  margin: 25px 0 19px 0;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--holder .pxl-item--title {
    font-size: 19px;
  }
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--title:hover {
  color: var(--primary-color);
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore {
  position: relative;
  width: 100%;
  margin-top: 17px;
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left {
  font-size: 16px;
  color: var(--regular-color);
  font-weight: 700;
  font-family: 'Roboto';
  text-transform: uppercase;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left {
    font-size: 15px;
  }
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left .icon-before {
  opacity: 0;
  transform: rotate(45deg);
  margin-left: -30px;
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left i {
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
  transform: translateY(1px);
  display: inline-block;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left i {
    font-size: 13px;
    transform: translateY(0px);
  }
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left span {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left:hover i {
  color: var(--primary-color);
}
.pxl-service-carousel4 .pxl-item--holder .pxl-item--readmore .btn-text-icon-left:hover .icon-after {
  opacity: 0;
  margin-left: 22px;
}
.pxl-service-carousel4 .pxl-swiper-arrow-item .pxl-swiper-arrow {
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: transparent;
  border: 1px solid #ebebeb;
  top: 45%;
}
.pxl-service-carousel4 .pxl-swiper-arrow-item .pxl-swiper-arrow i {
  color: var(--primary-color);
  font-size: 23px;
  font-weight: 300;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-service-carousel4 .pxl-swiper-arrow-item .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -90px;
}
.pxl-service-carousel4 .pxl-swiper-arrow-item .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -90px;
}
.pxl-service-carousel4 .pxl-swiper-arrow-item .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-service-carousel4 .pxl-swiper-arrow-item .pxl-swiper-arrow:hover i {
  color: #fff;
}
.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item--icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pxl-service-carousel4 .pxl-item--inner:hover .pxl-item--icon i {
  color: #fff;
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-service-carousel4 .pxl-item--inner:hover .btn-text-icon-left i {
  transform: rotate(45deg);
}
.pxl-service-carousel5 .pxl-swiper-container {
  padding-top: 75px;
}
.pxl-service-carousel5 .pxl-swiper-dots {
  margin-top: -5px;
}
.pxl-service-carousel5 .pxl-swiper-pagination-bullet {
  margin: 0 7px;
  background-color: #d3d3d3;
}
.pxl-service-carousel5 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active, .pxl-service-carousel5 .pxl-swiper-pagination-bullet:hover {
  background-color: #e72129;
}
.pxl-service-carousel5 .pxl-swiper-arrow {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.pxl-service-carousel5 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -10px;
}
.pxl-service-carousel5 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -10px;
}
.pxl-service-carousel5 .pxl-swiper-slide {
  position: relative;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  padding: 0px 16px 100px 16px !important;
}
.pxl-service-carousel5 .pxl-swiper-slide .item--icon {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -55px;
  font-size: 50px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  color: #fff;
  width: 103px;
  height: 103px;
  display: block;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  background-color: #e3141d;
  clip-path: polygon(50% 0%, 100% 53%, 100% 100%, 0 100%, 0 53%);
  overflow: hidden;
}
.pxl-service-carousel5 .pxl-swiper-slide .item--icon:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translatex(-50%);
  bottom: -103px;
  font-size: 50px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  background-color: #fabe36;
  clip-path: polygon(50% 0%, 100% 53%, 100% 100%, 0 100%, 0 53%);
}
.pxl-service-carousel5 .pxl-swiper-slide .item--icon i {
  line-height: 122px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  z-index: 5;
  position: relative;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
  max-height: 298px;
  overflow: hidden;
  position: relative;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--image:before {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #010100;
  opacity: 0.2;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
  padding: 25px 25px 23px 25px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -55px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 5px 0px 24px;
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
    padding: 25px 15px 23px 15px;
    left: 20px;
    right: 20px;
  }
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .content-excerpt {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  position: relative;
  height: 0px;
  overflow: hidden;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #020202;
  margin: 2px 0 0;
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--category {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  color: #e3141d;
  margin-bottom: -2px;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-readmore {
  height: 0px;
  overflow: hidden;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-readmore a {
  font-size: 15px;
  color: #040404;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-readmore i {
  font-size: 18px;
  color: #e3141d;
  margin: -2px 0 0 7px;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-readmore:hover a {
  color: #e3141d;
}
.pxl-service-carousel5 .pxl-swiper-slide .pxl-item--inner .pxl-readmore:hover i {
  animation: button-tran 0.4s ease;
}
.pxl-service-carousel5 .pxl-swiper-slide:hover .item--icon:before {
  bottom: 0;
}
.pxl-service-carousel5 .pxl-swiper-slide:hover .item--icon i {
  color: #000;
}
.pxl-service-carousel5 .pxl-swiper-slide:hover .pxl-item--image:before {
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-service-carousel5 .pxl-swiper-slide:hover .content-excerpt {
  margin: 16px 0 21px 0;
  height: 70px !important;
}
.pxl-service-carousel5 .pxl-swiper-slide:hover .pxl-readmore {
  height: 30px;
}
.pxl-service-carousel5 .pxl-swiper-arrow {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-service-carousel5 .pxl-swiper-arrow i {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-portfolio-carousel1 .pxl-item--image img {
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-portfolio-carousel1 .pxl-item--image:hover img {
  transform: scale(1.05);
}
.pxl-portfolio-carousel1 .pxl-item--holder {
  padding: 22px 10px 18px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  left: 85px;
  right: 85px;
  opacity: 0;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1700px) {
  .pxl-portfolio-carousel1 .pxl-item--holder {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 1400px) {
  .pxl-portfolio-carousel1 .pxl-item--holder {
    left: 40px;
    right: 40px;
  }
}
.pxl-portfolio-carousel1 .pxl-item--holder .pxl-item--category a {
  font-size: 13px;
  color: #666;
  font-family: 'Roboto';
}
.pxl-portfolio-carousel1 .pxl-item--holder .pxl-item--category a:hover {
  color: var(--primary-color);
}
.pxl-portfolio-carousel1 .pxl-item--holder .pxl-item--title {
  color: #020202;
  font-size: 20px;
  font-weight: 1.3;
  font-weight: 700;
  margin-bottom: -3px;
}
.pxl-portfolio-carousel1 .pxl-item--holder .pxl-item--title:hover {
  color: var(--primary-color);
}
.pxl-portfolio-carousel1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .pxl-item--holder {
  opacity: 1;
  bottom: 50px;
}
.pxl-portfolio-carousel2 .pxl-item--inner {
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner {
    padding: 30px 0 0;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image {
  position: relative;
  text-align: right;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-bgr-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-bgr-style:before {
    display: none;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--img {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  width: 100%;
  background-size: cover;
  min-height: 560px;
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--img {
    min-height: 290px;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #e3141d 0%, #e3141d 60%, transparent 100%);
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--img:before {
    opacity: 0.74;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 100%;
  background: #fabe36;
  transform: rotate(0deg);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--img:after {
    transform: rotate(7deg);
    opacity: 1;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item-logo {
  position: absolute;
  bottom: 39px;
  left: 71px;
  opacity: 0;
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item-logo {
    left: 45px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item-logo {
    opacity: 1;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--image .pxl-item-logo img {
  max-width: 152px;
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder {
  padding: 49px 40px 61px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 140px;
  left: 0px;
  max-width: 538px;
  opacity: 0;
  -webkit-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.25s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder {
    opacity: 1;
    position: static;
    padding: 30px 20px 30px;
    max-width: 100%;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 4px solid #fabe36;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder:before {
    display: none;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .draw-hover:before, .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .draw-hover:after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .draw-hover:before, .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .draw-hover:after {
    display: none;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .draw-hover:before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .draw-hover:after {
  border-top-width: 4px;
  border-right-width: 4px;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  font-family: 'inter', sans-serif;
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--title:hover {
  color: #e3141d;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .content-excerpt {
  font-size: 18px;
  color: #151414;
  line-height: 1.61;
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .content-excerpt {
    font-size: 17px;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore {
  position: absolute;
  bottom: -29px;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore {
    position: static;
    margin-top: 25px;
  }
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 55px;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore a i {
  font-style: normal;
  font-size: 19px;
  font-weight: 300;
  width: 55px;
  height: 55px;
  line-height: 54px;
  background-color: #e3141d;
  color: #fff;
  border-radius: 55px;
  display: inline-block;
  -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-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore a span {
  height: 55px;
  background-color: #e3141d;
  color: #fff;
  border-radius: 55px;
  display: inline-block;
  padding: 0 26px 0 45px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scaleX(0);
  transform-origin: left center;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore a:hover i {
  padding-left: 11px;
}
.pxl-portfolio-carousel2 .pxl-item--inner .pxl-item--holder .pxl-item--readmore a:hover span {
  left: 10px;
  transform: scaleX(1);
}
.pxl-portfolio-carousel2 .pxl-item--inner:hover .pxl-item--holder .draw-hover:before, .pxl-portfolio-carousel2 .pxl-item--inner:hover .pxl-item--holder .draw-hover:after {
  border-color: #e3141d;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.pxl-portfolio-carousel2 .pxl-item--inner:hover .pxl-item--holder .draw-hover:before {
  transition-delay: 0s, 0s, 0.25s;
}
.pxl-portfolio-carousel2 .pxl-item--inner:hover .pxl-item--holder .draw-hover:after {
  transition-delay: 0s, 0.25s, 0s;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide {
  padding: 0 35px 0 35px !important;
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel2 .pxl-swiper-slide {
    padding: 0 30px 0 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-swiper-slide {
    padding: 0 15px 0 15px !important;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-bgr-style:before {
  opacity: 0;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-item--img {
  width: 65%;
}
@media screen and (max-width: 1400px) {
  .pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-item--img {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-item--img {
    width: 100%;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-item--img:before {
  opacity: 0.74;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-item--img:after {
  transform: rotate(7deg);
  opacity: 1;
  transition-delay: 0.6s;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--image .pxl-item-logo {
  opacity: 1;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide.swiper-slide-next .pxl-item--inner .pxl-item--holder {
  top: 105px;
  opacity: 1;
  transition-delay: 0.3s;
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow-next {
  right: 30.5%;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow-next {
    right: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow-next {
    right: 0%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow-next {
    right: 0%;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow-prev {
  left: 32.3%;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow-prev {
    left: 27.3%;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow-prev {
    left: 5%;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow {
  top: 42%;
  box-shadow: rgba(0, 40, 91, 0.1) 0px 19px 16px;
  width: 64px;
  height: 64px;
  box-shadow: rgba(155, 155, 155, .5) 0px 0px 20px;
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow:before {
  position: absolute;
  content: '';
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: transparent;
  border: 3px solid #e3141d;
  border-radius: 100%;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow {
    width: 50px;
    height: 50px;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow i {
  font-size: 22px;
  line-height: 64px;
  font-weight: 500;
  color: #000;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-portfolio-carousel2 .pxl-swiper-arrow i {
    line-height: 50px;
    font-size: 25px;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow:hover {
  background-color: #fff;
}
.pxl-portfolio-carousel2 .pxl-swiper-arrow:hover:before {
  border-color: #fabe36;
}
.pxl-image-box1 .pxl-item--inner {
  position: relative;
}
.pxl-image-box1 .pxl-item--inner .pxl-item--title {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 29px;
  z-index: 2;
  bottom: 20px;
  left: 50px;
  right: 50px;
}
.pxl-image-box2 .pxl-item--inner {
  display: flex;
  align-items: center;
}
.pxl-image-box2 .pxl-item-image img {
  max-width: 79px;
  max-height: 79px;
  border-radius: 50%;
}
.pxl-image-box2 .pxl-item--holder {
  margin-left: 15px;
}
.pxl-image-box2 .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 1199px) {
  .pxl-image-box2 .pxl-item--holder .pxl-item--title {
    font-size: 14px;
  }
}
.pxl-image-box2.style2 .pxl-item-image img {
  max-width: initial;
  max-height: initial;
  border-radius: 0;
}
.pxl-image-box2.style3 .pxl-item--holder {
  margin-left: 23px;
}
.pxl-image-box2.style3 .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.pxl-image-box2.style4 .pxl-item-image {
  background-color: #fff;
  border-radius: 200px;
  margin-bottom: 0;
  height: 81px;
  min-width: 81px;
  position: relative;
  box-shadow: rgba(85, 85, 85, .11) 0px 9px 21px;
}
.pxl-image-box2.style4 .pxl-item-image img {
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-image-box2.style4 .pxl-item--holder {
  margin-left: 25px;
}
.pxl-image-box2.style4 .pxl-item--holder .pxl-item--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.pxl-image-box2.style5 .pxl-item--inner {
  display: block;
  text-align: center;
}
.pxl-image-box2.style5 .pxl-item--inner .pxl-item-image {
  height: 100px;
  min-width: 100px;
  display: inline-flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  box-shadow: rgba(85, 85, 85, .11) 0px 9px 21px;
  margin-bottom: 32px;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-image-box2.style5 .pxl-item--inner .pxl-item-image img {
  max-width: none;
  max-height: none;
  border-radius: 0;
}
.pxl-image-box2.style5 .pxl-item--inner .pxl-item--holder {
  margin-left: 0;
}
.pxl-image-box2.style5 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  font-weight: 500;
  color: #131115;
  line-height: 1.3;
  font-family: 'Roboto' !important;
}
.pxl-image-box2.style5 .pxl-item--inner:hover .pxl-item-image {
  transform: translateY(-5px);
}
.pxl-image-box2.style6 .pxl-item-image img {
  border: 4px solid #fabe36;
}
.pxl-image-box2.style6 .pxl-item--holder {
  margin-left: 17px;
}
.pxl-image-box2.style6 .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0px;
}
.pxl-accordion .pxl-item-accordion {
  margin-bottom: 0;
  cursor: pointer;
}
.pxl-accordion .pxl-item--content {
  display: none;
}
.pxl-accordion .fa-angle-double-right {
  font-style: normal;
}
.pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item-accordion, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item-accordion {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 17px;
  color: var(--regular-color);
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  padding: 20.5px 60px 20.5px 43px;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item-accordion, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item-accordion {
    padding: 20.5px 60px 20.5px 35px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item-accordion, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item-accordion {
    padding: 20.5px 60px 20.5px 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item-accordion, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item-accordion {
    font-size: 16px;
    line-height: 1.5;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style1 .fa-chevron-down, .pxl-accordion1 .pxl-accordion-layout.style3 .fa-chevron-down {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  display: flex;
  width: 60px;
  font-size: 17px;
  justify-content: center;
  color: #0ba3fa;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .fa-chevron-down, .pxl-accordion1 .pxl-accordion-layout.style3 .fa-chevron-down {
    right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .fa-chevron-down, .pxl-accordion1 .pxl-accordion-layout.style3 .fa-chevron-down {
    right: -1px;
    font-size: 15px;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item--content, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item--content {
  font-size: 15px;
  line-height: 24px;
  margin: 1px 0 0;
  padding: 0 60px 28px 43px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item--content, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item--content {
    padding: 0 60px 28px 35px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-accordion1 .pxl-accordion-layout.style1 .pxl-item--content, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl-item--content {
    padding: 0 20px 28px 20px;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style1 .pxl--item, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item {
  margin-bottom: 19px;
  border-radius: 4px;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.pxl-accordion1 .pxl-accordion-layout.style1 .pxl--item.active .fa-chevron-down, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item.active .fa-chevron-down {
  transform: rotateX(180deg);
}
.pxl-accordion1 .pxl-accordion-layout.style1 .pxl--item.active, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item.active {
  background-color: #f5f5f5;
}
.pxl-accordion1 .pxl-accordion-layout.style1 .pxl--item.active .pxl-item-accordion, .pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item.active .pxl-item-accordion {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding-top: 24.5px;
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl-item-accordion {
  font-size: 18px;
  color: var(--regular-color);
  position: relative;
  background-color: #f2f2f2;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 25px 80px 25px 25px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pxl-accordion1 .pxl-accordion-layout.style2 .pxl-item-accordion {
    font-size: 16px;
    padding: 20px 80px 20px 25px;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl-item--content {
  padding: 0 20px 17px 35px;
  margin-top: -8px;
  color: #444;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .pxl-accordion1 .pxl-accordion-layout.style2 .pxl-item--content {
    padding: 0 20px 17px 25px;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style2 .fa-angle-double-right {
  background-color: var(--regular-color);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  width: 70px;
  font-size: 16px;
  justify-content: center;
  color: #fff;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1 .pxl-accordion-layout.style2 .fa-angle-double-right {
    width: 60px;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl-item--content-acc {
  color: var(--secondary-color);
  line-height: 1.75;
  margin-bottom: 27px;
  padding: 0 80px 0 25px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1 .pxl-accordion-layout.style2 .pxl-item--content-acc {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl--item {
  margin-bottom: 12px;
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl--item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl--item.active .fa-angle-double-right:before {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pxl-accordion1 .pxl-accordion-layout.style2 .pxl--item.active .fa-angle-double-right {
  background-color: var(--primary-color);
}
.pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item {
  border-radius: 0;
}
.pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item .pxl-item-accordion {
  border-radius: 0;
}
.pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item.active {
  background-color: #fff8f2;
}
.pxl-accordion1 .pxl-accordion-layout.style3 .pxl--item.active .pxl-item-accordion {
  background-color: #fff8f2;
  border-color: #fff8f2;
}
.pxl-tabs .pxl-item--title {
  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);
}
.pxl-tabs .pxl-item--content {
  display: none;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
  width: auto !important;
  left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor {
  margin: 0 -15px;
}
.pxl-tabs.tab-effect-fade .pxl-item--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-item--content.active {
  position: static;
  opacity: 1 !important;
  visibility: visible;
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
  position: relative;
}
.pxl-tabs1.style-button-set .wrap-title {
  margin-bottom: 29px;
}
@media screen and (max-width: 991px) {
  .pxl-tabs1.style-button-set .wrap-title {
    margin-bottom: 20px;
  }
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title {
  position: relative;
  display: inline-flex;
  margin: 0 10px 30px 0;
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid var(--secondary-color);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title .pxl-title {
  border-radius: 3px;
  overflow: hidden;
  padding: 16px 30px;
  background-color: #efefef;
  position: relative;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1199px) {
  .pxl-tabs1.style-button-set .wrap-title .pxl-item--title .pxl-title {
    padding: 10px 25px;
  }
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title .pxl-title:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary-color);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 0;
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title .pxl-title span {
  font-size: 17px;
  color: var(--regular-color);
  font-weight: 700;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .pxl-tabs1.style-button-set .wrap-title .pxl-item--title .pxl-title span {
    font-size: 14px;
  }
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title.active .pxl-title span {
  color: #fff;
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title.active .pxl-title:before {
  top: 0;
  height: 100%;
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title.active:after {
  bottom: -14px;
  transition-delay: 0.15s;
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title:first-child {
  border-radius: 4px 0 0 4px;
}
.pxl-tabs1.style-button-set .wrap-title .pxl-item--title:last-child {
  border-radius: 0 4px 4px 0;
}
.pxl-tabs1.style-button-set .pxl-tabs--content .pxl-item--content {
  margin: 0 70px 0 40px !important;
}
@media screen and (max-width: 1199px) {
  .pxl-tabs1.style-button-set .pxl-tabs--content .pxl-item--content {
    margin: 0 70px 0 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-tabs1.style-button-set .pxl-tabs--content .pxl-item--content {
    margin: 0 -10px !important;
  }
}
.pxl-tabs1.style-round-box .pxl-tabs--title {
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pxl-tabs1.style-round-box .pxl-tabs--title {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .pxl-tabs1.style-round-box .pxl-tabs--title {
    display: block;
    text-align: center;
  }
}
.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  padding: 9px 30px;
  background-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;
}
@media screen and (max-width: 767px) {
  .pxl-tabs1.style-round-box .pxl-tabs--title .pxl-title {
    font-size: 14px;
    padding: 9px 25px;
  }
}
.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title {
  margin-bottom: -1px !important;
}
@media screen and (max-width: 575px) {
  .pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title {
    display: block;
    margin-bottom: 15px !important;
  }
}
.pxl-tabs1.style-round-box .pxl-tabs--title .pxl-item--title.active .pxl-title {
  color: #fff;
  background-color: var(--regular-color);
}
.pxl-tabs1.style-round-box .pxl-tabs--content {
  margin-top: 19px;
}
.pxl-progressbar-1.style1 .progress-title-wrap {
  margin-bottom: 5px;
}
.pxl-progressbar-1.style1 .progress-item {
  margin-bottom: 20px;
}
.pxl-progressbar-1.style1 .progress-item:last-child {
  margin-bottom: 0;
}
.pxl-progressbar-1.style1 .progress-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--regular-color);
}
.pxl-progressbar-1.style1 .progress-bar-wrap {
  position: relative;
}
.pxl-progressbar-1.style1 .progress-bar-wrap .progress-bound {
  background-color: #ebebeb;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pxl-progressbar-1.style1 .progress-bar-wrap .pxl-progress-bar {
  position: relative;
  height: 7px;
  width: 0;
  background-color: var(--primary-color);
  -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;
}
.pxl-progressbar-1.style1 .progress-bar-wrap .pxl-progress-bar .progress-percentage {
  position: absolute;
  content: '';
  right: 0;
  top: -34px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 6px;
  background-color: var(--regular-color);
}
.pxl-progressbar-1.style1 .progress-bar-wrap .pxl-progress-bar .progress-percentage:before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid var(--regular-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 2;
}
.pxl-progressbar-1.style2 .progress-title-wrap {
  margin-bottom: 5px;
}
.pxl-progressbar-1.style2 .progress-item {
  padding-bottom: 45px;
}
.pxl-progressbar-1.style2 .progress-item:last-child {
  margin-bottom: 0;
}
.pxl-progressbar-1.style2 .progress-title-wrap {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -100px;
  margin-top: -1px;
}
.pxl-progressbar-1.style2 .progress-title-wrap .progress-title {
  font-size: 15px;
  font-weight: 400;
  color: var(--regular-color);
}
.pxl-progressbar-1.style2 .progress-bar-wrap {
  position: relative;
  margin: 0 50px 0 100px;
}
.pxl-progressbar-1.style2 .progress-bar-wrap .progress-bound {
  background-color: #e5e5e5;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pxl-progressbar-1.style2 .progress-bar-wrap .pxl-progress-bar {
  position: relative;
  height: 3px;
  width: 0;
  background-color: var(--primary-color);
  -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;
}
.pxl-progressbar-1.style2 .progress-bar-wrap .pxl-progress-bar:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background-color: var(--primary-color);
}
.pxl-progressbar-1.style2 .progress-bar-wrap .progress-percentage {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--regular-color);
  font-size: 15px;
  font-weight: 400;
}
.pxl-progressbar-1.style3 .progress-title-wrap {
  margin-bottom: 12px;
}
.pxl-progressbar-1.style3 .progress-item {
  margin-bottom: 34px;
}
.pxl-progressbar-1.style3 .progress-item:last-child {
  margin-bottom: 0;
}
.pxl-progressbar-1.style3 .progress-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.pxl-progressbar-1.style3 .progress-bar-wrap {
  position: relative;
  padding: 3px;
}
.pxl-progressbar-1.style3 .progress-bar-wrap .progress-bound {
  background-color: transparent;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid var(--primary-color);
}
.pxl-progressbar-1.style3 .progress-bar-wrap .pxl-progress-bar {
  position: relative;
  height: 4px;
  width: 0;
  background-color: var(--primary-color);
  -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;
}
.pxl-progressbar-1.style3 .progress-bar-wrap .pxl-progress-bar .progress-percentage {
  position: absolute;
  content: '';
  right: 0;
  top: -41px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.pxl-team-grid1 .pxl-swiper-pagination-bullet {
  margin: 0 7px;
  background-color: #d3d3d3;
}
.pxl-team-grid1 .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active, .pxl-team-grid1 .pxl-swiper-pagination-bullet:hover {
  background-color: var(--regular-color);
}
.pxl-team-grid1 .pxl-swiper-dots {
  margin-top: -20px;
}
.pxl-team-grid1 .pxl-swiper-arrow {
  opacity: 0;
  height: 100%;
  top: 0;
  transform: translateY(0px);
}
.pxl-team-grid1 .pxl-swiper-wrapper {
  padding: 50px 0;
}
.pxl-team-grid1 .pxl-grid-item {
  margin-bottom: 66px;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner {
  position: relative;
  padding: 27px 25px 21px;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:before, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:before {
  position: absolute;
  content: '';
  top: -3px;
  left: 0;
  background-color: #ededed;
  width: 120px;
  height: 135px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:before, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:before {
    width: 100px;
    height: 115px;
  }
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:after, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:after {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 0;
  background-color: #e4e4e4;
  width: 70px;
  height: 80px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  z-index: 2;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image {
  position: relative;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--image, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--image {
  overflow: hidden;
  position: relative;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--image:before, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--image:before {
  position: absolute;
  content: '';
  background: linear-gradient(to left, var(--regular-color) 0%, transparent 100%);
  opacity: 0.9;
  right: -125px;
  top: 0;
  width: 125px;
  z-index: 2;
  height: 100%;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--image img, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--image img {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social {
  z-index: 3;
  position: absolute;
  bottom: -26px;
  right: 20px;
  display: grid;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social {
    right: 15px;
  }
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social a, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social a {
  margin-bottom: 9px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  opacity: 0;
  transform: translatey(10px);
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social a i, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social a i {
  font-size: 15px;
  color: #fff;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social a:hover i, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social a:hover i {
  color: var(--primary-color);
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn {
  margin-top: 9px;
  display: block;
  width: 52px;
  height: 52px;
  background-color: var(--regular-color);
  color: #fff;
  text-align: center;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn i, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn i {
  line-height: 52px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn {
    width: 45px;
    height: 45px;
  }
  .pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn i, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .wrap-item-image .pxl-item--social .item--social-btn i {
    line-height: 45px;
    font-size: 18px;
  }
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--title, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--title {
  font-size: 20px;
  color: var(--regular-color);
  font-weight: 700;
  margin-bottom: 0;
  padding: 20px 0 4px 0;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner .pxl-item--position, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner .pxl-item--position {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social a, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--social a {
  opacity: 1;
  transform: translatey(0);
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social a:nth-child(1), .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--social a:nth-child(1) {
  transition-delay: 80ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social a:nth-child(2), .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--social a:nth-child(2) {
  transition-delay: 160ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social a:nth-child(3), .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--social a:nth-child(3) {
  transition-delay: 240ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social a:nth-child(4), .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--social a:nth-child(4) {
  transition-delay: 320ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social a:nth-child(5), .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--social a:nth-child(5) {
  transition-delay: 400ms;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--image:before, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover .pxl-item--image:before {
  right: 0;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover img, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover img {
  transform: scale(1.03);
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover:before, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover:before {
  background-color: var(--regular-color);
  top: 0px;
}
.pxl-team-grid1 .pxl-swiper-slide .pxl-item--inner:hover:after, .pxl-team-grid1 .pxl-grid-item .pxl-item--inner:hover:after {
  bottom: 0px;
  background-color: var(--regular-color);
}
.pxl-team-grid2 .pxl-swiper-arrow {
  opacity: 0;
  height: 100%;
  top: 0;
  transform: translateY(0px);
}
.pxl-team-grid2 .pxl-swiper-arrow-prev {
  left: -50px !important;
}
.pxl-team-grid2 .pxl-swiper-arrow-next {
  right: -50px !important;
}
.pxl-team-grid2 .pxl-swiper-wrapper {
  padding: 50px 0;
}
.pxl-team-grid2 .pxl-swiper-slide.pxl-grid-item, .pxl-team-grid2 .pxl-grid-item.pxl-grid-item {
  margin-bottom: 72px;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 40px;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--image {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 200px;
  overflow: hidden;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image a, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--image a {
  width: 100%;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image img, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--image img {
  border-radius: 300px;
  height: 100%;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image:before, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 200px;
  border: 2px dashed #a6a6a6;
  content: '';
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  margin-top: 62px;
  padding: 45px 0 30px 0;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px;
  position: relative;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .phone-nb, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .phone-nb {
  position: absolute;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #e9e9e9;
  top: -27px;
  width: max-content;
  left: 50%;
  transform: translatex(-50%);
  background-color: #fff;
  padding: 9px 50px 10px 35px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .phone-nb, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .phone-nb {
    padding: 9px 15px 10px 15px;
    font-size: 14px;
  }
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .phone-nb i, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .phone-nb i {
  color: var(--primary-color);
  font-size: 21px;
  padding-right: 10px;
  transform: rotate(-45deg);
  margin-top: -8px;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .phone-nb a:hover, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .phone-nb a:hover {
  color: var(--primary-color);
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--social, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--social {
  overflow: hidden;
  height: 0px;
  transition: 250ms !important;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--social a, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--social a {
  display: inline-block;
  padding: 0 17px;
  color: #7c7d94;
  -webkit-transition: 250ms all linaer;
  -khtml-transition: 250ms all linaer;
  -moz-transition: 250ms all linaer;
  -ms-transition: 250ms all linaer;
  -o-transition: 250ms all linaer;
  transition: 250ms all linaer;
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--social a:hover, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--social a:hover {
  color: var(--primary-color);
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--position, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--position {
  font-size: 16px;
  color: #999;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--position, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--position {
    font-size: 15px;
  }
}
.pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  color: var(--regular-color);
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid2 .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-team-grid2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-team-grid2 .pxl-swiper-slide:hover .pxl-item--image:before, .pxl-team-grid2 .pxl-grid-item:hover .pxl-item--image:before {
  border-color: var(--primary-color);
  animation: pxl_spin 8s linear infinite;
}
.pxl-team-grid2 .pxl-swiper-slide:hover .pxl-item--social, .pxl-team-grid2 .pxl-grid-item:hover .pxl-item--social {
  height: 23px !important;
  margin-bottom: 22px !important;
}
.pxl-team-grid3 .pxl-swiper-arrow {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 44px !important;
  height: 44px !important;
  border: none;
  top: 127px !important;
}
.pxl-team-grid3 .pxl-swiper-arrow i {
  font-size: 11px;
}
.pxl-team-grid3 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -22px !important;
}
.pxl-team-grid3 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -22px !important;
}
.pxl-team-grid3 .pxl-grid-item, .pxl-team-grid3 .pxl-swiper-slide {
  margin-bottom: 44px;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .pxl-item--image, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .pxl-item--image:before, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .pxl-item--image:before {
  position: absolute;
  content: '';
  top: 40px;
  bottom: 40px;
  right: 40px;
  left: 40px;
  background-color: #000;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  opacity: 0;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .wrap-image-social, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .wrap-image-social {
  position: relative;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .wrap-image-social .pxl-item--social, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .wrap-image-social .pxl-item--social {
  z-index: 3;
  position: absolute;
  bottom: 40%;
  left: 50%;
  display: flex;
  text-align: center;
  transform: translate(-50%);
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .wrap-image-social .pxl-item--social a, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .wrap-image-social .pxl-item--social a {
  width: 52px;
  margin: 0 5px;
  height: 52px;
  margin-bottom: 4px;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  opacity: 0;
  transform: translatey(10px);
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .wrap-image-social .pxl-item--social a i, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .wrap-image-social .pxl-item--social a i {
  background-color: #fff;
  width: 100%;
  color: #737879;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  line-height: 52px;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .wrap-image-social .pxl-item--social a:hover, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .wrap-image-social .pxl-item--social a:hover {
  transition-delay: 0ms !important;
}
.pxl-team-grid3 .pxl-grid-item .pxl-item--inner .wrap-image-social .pxl-item--social a:hover i, .pxl-team-grid3 .pxl-swiper-slide .pxl-item--inner .wrap-image-social .pxl-item--social a:hover i {
  transition-delay: 0ms !important;
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-botttom, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-botttom {
  text-align: center;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-botttom .pxl-item--holder, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-botttom .pxl-item--holder {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  padding: 17px 10px 38px 10px;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-botttom .pxl-item--holder .pxl-item--title, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-botttom .pxl-item--holder .pxl-item--title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-botttom .pxl-item--holder .pxl-item--position, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-botttom .pxl-item--holder .pxl-item--position {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.pxl-team-grid3 .pxl-grid-item .wrap-content-bottom, .pxl-team-grid3 .pxl-swiper-slide .wrap-content-bottom {
  position: relative;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-hover, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-hover {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  background-color: var(--primary-color);
  text-align: center;
  padding: 17px 10px 20px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaley(0);
  transform-origin: top;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-hover .pxl-item--title a, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-hover .pxl-item--title a, .pxl-team-grid3 .pxl-grid-item .wrap-meta-hover .pxl-item--title, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-hover .pxl-item--title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-hover .pxl-item--position, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-hover .pxl-item--position {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-hover .btn-readmore, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-hover .btn-readmore {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: underline;
}
.pxl-team-grid3 .pxl-grid-item .wrap-meta-hover .btn-readmore:hover, .pxl-team-grid3 .pxl-swiper-slide .wrap-meta-hover .btn-readmore:hover {
  opacity: 0.9;
}
.pxl-team-grid3 .pxl-grid-item .content-bottom, .pxl-team-grid3 .pxl-swiper-slide .content-bottom {
  position: relative;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-meta-hover, .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-meta-hover {
  transform: scaley(1);
}
.pxl-team-grid3 .pxl-grid-item:hover .pxl-item--image:before, .pxl-team-grid3 .pxl-swiper-slide:hover .pxl-item--image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.61;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-image-social .pxl-item--social a, .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-image-social .pxl-item--social a {
  opacity: 1 !important;
  transform: translatey(0) !important;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-image-social .pxl-item--social a:nth-child(1), .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-image-social .pxl-item--social a:nth-child(1) {
  transition-delay: 80ms;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-image-social .pxl-item--social a:nth-child(2), .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-image-social .pxl-item--social a:nth-child(2) {
  transition-delay: 160ms;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-image-social .pxl-item--social a:nth-child(3), .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-image-social .pxl-item--social a:nth-child(3) {
  transition-delay: 240ms;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-image-social .pxl-item--social a:nth-child(4), .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-image-social .pxl-item--social a:nth-child(4) {
  transition-delay: 320ms;
}
.pxl-team-grid3 .pxl-grid-item:hover .wrap-image-social .pxl-item--social a:nth-child(5), .pxl-team-grid3 .pxl-swiper-slide:hover .wrap-image-social .pxl-item--social a:nth-child(5) {
  transition-delay: 400ms;
}
.pxl-team-carousel2 .pxl-swiper-container {
  padding: 50px 24px;
  margin: 0 -20px;
}
.pxl-team-carousel2 .wrap-item-image {
  position: relative;
  overflow: hidden;
}
.pxl-team-carousel2 .wrap-item-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: -50px;
  left: 0;
  background: linear-gradient(to top, #e2141d 0%, rgba(226, 20, 29, .90) 50%, transparent 100%);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-team-carousel2 .wrap-item-image .pxl-item--readmore {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-team-carousel2 .wrap-item-image .pxl-item--readmore a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.pxl-team-carousel2 .wrap-item-image .pxl-item--readmore a i {
  margin-left: 7px;
}
.pxl-team-carousel2 .wrap-item-image .pxl-item--readmore a:hover i {
  animation: button-tran 0.4s ease;
}
.pxl-team-carousel2 .pxl-item--inner:hover .wrap-item-image:before {
  opacity: 1;
  bottom: 0;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--readmore {
  bottom: 25px;
  opacity: 1;
  transition-delay: 0.22s;
}
.pxl-team-carousel2 .pxl-swiper-slide {
  opacity: 0;
  padding: 0 15px;
}
.pxl-team-carousel2 .pxl-swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.pxl-team-carousel2 .pxl-swiper-slide .pxl-item--inner {
  filter: drop-shadow(3px 5px 25px rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .pxl-team-carousel2 .pxl-swiper-slide .pxl-item--inner {
    display: inline;
  }
}
@media screen and (max-width: 575px) {
  .pxl-team-carousel2 .pxl-swiper-slide .pxl-item--inner {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}
.pxl-team-carousel2 .pxl-swiper-slide:nth-child(even) .wrap-item-inner {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  min-height: 543px;
  max-width: 272px;
  mask-image: url(../img/mt2.png);
  -webkit-mask-image: url(../img/mt2.png);
  -ms-mask-image: url(../img/mt2.png);
  -o-mask-image: url(../img/mt2.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
}
@media screen and (max-width: 991px) {
  .pxl-team-carousel2 .pxl-swiper-slide:nth-child(even) .wrap-item-inner {
    mask-image: none;
    -webkit-mask-image: none;
    -ms-mask-image: none;
    -o-mask-image: none;
    min-height: auto;
    max-width: 100%;
  }
}
.pxl-team-carousel2 .pxl-swiper-slide:nth-child(odd) .wrap-item-inner {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  min-height: 543px;
  max-width: 272px;
  mask-image: url(../img/mt1.png);
  -webkit-mask-image: url(../img/mt1.png);
  -ms-mask-image: url(../img/mt1.png);
  -o-mask-image: url(../img/mt1.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
}
@media screen and (max-width: 991px) {
  .pxl-team-carousel2 .pxl-swiper-slide:nth-child(odd) .wrap-item-inner {
    mask-image: none;
    -webkit-mask-image: none;
    -ms-mask-image: none;
    -o-mask-image: none;
    min-height: auto;
    max-width: 100%;
  }
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner {
  border-radius: 3px;
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--title {
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  line-height: 32px;
  margin: 20px 0 5px 0;
}
@media screen and (max-width: 991px) {
  .pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--position {
  font-size: 15px;
  color: #e3141d;
  font-weight: 600;
  margin: 8px 0 20px 0;
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--meta {
  padding: 6px 48px 30px 48px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--meta {
    padding: 10px 20px 32px 20px;
  }
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--meta:before {
  position: absolute;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--social {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--social a {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 100px;
  border: 1px solid #1c1c1c;
  text-align: center;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--social a i {
  line-height: 40px;
  font-size: 17px;
  color: #1c1c1c;
  -webkit-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.22s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--social a:hover {
  background-color: #fff;
  border-color: #e3141d;
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--social a:hover i {
  color: #e3141d;
}
.pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--image {
  position: relative;
  min-height: 327px;
  max-height: 327px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--image {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 700px) {
  .pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--image {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-team-carousel2 .pxl-swiper-slide .wrap-item-inner .pxl-item--image {
    min-height: auto;
    max-height: inherit;
  }
}
.pxl-team-carousel2 .pxl-swiper-slide:hover .pxl-item--meta:before {
  height: 6px;
}
.pxl-team-carousel2 .pxl-swiper-arrow {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-carousel2 .pxl-swiper-arrow i {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-team-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -10px !important;
}
@media screen and (max-width: 1199px) {
  .pxl-team-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 25px !important;
  }
}
.pxl-team-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -10px !important;
}
@media screen and (max-width: 1199px) {
  .pxl-team-carousel2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 25px !important;
  }
}
.pxl-pricing1 {
  padding: 48px 45px;
  position: relative;
  background-color: var(--secondary-color);
}
@media (max-width: 480px) {
  .pxl-pricing1 {
    padding: 25px;
  }
}
.pxl-pricing1 .item--star {
  position: absolute;
  padding: 5px 10px;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  right: 20px;
}
.pxl-pricing1 .item--star i {
  color: #fab319;
}
.pxl-pricing1 .pxl-item--title {
  font-size: 24px;
  position: relative;
  margin-top: -2px;
  margin-bottom: 12px;
}
.pxl-pricing1 .pxl-item--subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  position: relative;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-pricing1 .pxl-item--feature {
  position: relative;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.pxl-pricing1 .pxl-item--feature li {
  display: flex;
  align-items: center;
  font-family: 'Muli';
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 480px) {
  .pxl-pricing1 .pxl-item--feature li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--feature {
    font-size: 15px;
  }
}
.pxl-pricing1 .pxl-item--feature i {
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: -4px;
}
.pxl-pricing1 .pxl-item--feature li + li {
  margin-top: 19px;
}
@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: #ec2a00;
  font-size: 11px;
}
.pxl-pricing1 .pxl-item--feature .non-active i:before {
  content: "\f126";
}
.pxl-pricing1 .pxl-item--price {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--price {
    font-size: 24px;
  }
}
.pxl-pricing1 .pxl-item--price small {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--price small {
    font-size: 14px;
  }
}
.pxl-pricing1 .pxl-item--meta {
  position: relative;
  padding: 34px 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);
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-item--meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-pricing1 .pxl-item--readmore {
  margin-bottom: 12px;
}
.pxl-pricing1 .pxl-item--readmore .btn-readmore {
  position: relative;
  border-radius: 3px;
  border: 2px solid #fff;
  overflow: hidden;
  background-color: #fab319;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 30px;
}
.pxl-pricing1 .pxl-item--readmore .btn-readmore:after {
  transform: skewX(0deg);
  right: 0;
  left: auto;
}
.pxl-pricing1 .pxl-item--readmore .btn-readmore:hover {
  background-color: #fab319;
  border-color: #fab319;
}
.pxl-pricing1 .pxl-item--readmore .btn-readmore:hover:after {
  transition: 250ms all linear 350ms;
  width: 100%;
  left: 0;
  right: auto;
}
.pxl-pricing1 .pxl-item--readmore .btn-readmore i {
  padding-left: 10px;
  font-size: 22px;
}
body.rtl .pxl-pricing2 .pxl-item--feature li i {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-pricing2 .pxl-item--button {
  margin-left: 0;
  margin-right: -30px;
}
body.rtl .pxl-pricing2 .pxl-item--button a {
  -webkit-border-radius: 69px 0 0 69px;
  -khtml-border-radius: 69px 0 0 69px;
  -moz-border-radius: 69px 0 0 69px;
  -ms-border-radius: 69px 0 0 69px;
  -o-border-radius: 69px 0 0 69px;
  border-radius: 69px 0 0 69px;
}
body.rtl .pxl-pricing2 .pxl-item--video {
  margin-right: 0;
  margin-left: -30px;
}
body.rtl .pxl-pricing2 .pxl-item--price {
  -webkit-border-radius: 0 85px 85px 0;
  -khtml-border-radius: 0 85px 85px 0;
  -moz-border-radius: 0 85px 85px 0;
  -ms-border-radius: 0 85px 85px 0;
  -o-border-radius: 0 85px 85px 0;
  border-radius: 0 85px 85px 0;
}
.pxl-pricing-carousel1 .pxl-item--meta {
  background-color: #f2f2f2;
  text-align: center;
  padding: 53px 50px 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-pricing-carousel1 .pxl-item--meta {
    padding: 53px 30px 46px;
  }
}
.pxl-pricing-carousel1 .pxl-item--meta:before {
  position: absolute;
  content: '';
  top: 20px;
  right: 18px;
  left: 18px;
  bottom: 20px;
  border-radius: 3px;
  border: 2px dashed #818181;
  z-index: 10;
  -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-pricing-carousel1 .pxl-item--meta:after {
  position: absolute;
  content: '';
  top: 100px;
  right: 100px;
  left: 100px;
  bottom: 100px;
  background-color: var(--secondary-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);
  z-index: 0;
  opacity: 0;
}
.pxl-pricing-carousel1 .pxl-item--meta .pxl-item--price {
  font-size: 65px;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
  z-index: 5;
  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-pricing-carousel1 .pxl-item--meta .pxl-item--price span {
  font-size: 24px;
  line-height: 1;
  transform: translateY(6px);
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .pxl-pricing-carousel1 .pxl-item--meta .pxl-item--price {
    font-size: 50px;
  }
}
.pxl-pricing-carousel1 .pxl-item--meta .btn-readmore {
  line-height: 38px;
  background-color: var(--fourth-color);
  padding: 0 35px;
  margin-top: 1px;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
.pxl-pricing-carousel1 .pxl-item--meta .btn-readmore:after {
  opacity: 0.3;
}
.pxl-pricing-carousel1 .pxl-item--meta .pxl-item--title {
  font-size: 22px;
  line-height: 1.3;
  z-index: 5;
  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);
}
@media screen and (max-width: 767px) {
  .pxl-pricing-carousel1 .pxl-item--meta .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-pricing-carousel1 .pxl-item--meta .pxl-item--description {
  margin-top: 17px;
  font-size: 15px;
  line-height: 1.6;
  z-index: 5;
  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-pricing-carousel1 .pxl-item--meta:hover:before {
  border-color: #c7d7e5;
}
.pxl-pricing-carousel1 .pxl-item--meta:hover:after {
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 1;
}
.pxl-pricing-carousel1 .pxl-item--meta:hover .pxl-item--price, .pxl-pricing-carousel1 .pxl-item--meta:hover .pxl-item--title {
  color: #fff;
}
.pxl-pricing-carousel1 .pxl-item--meta:hover .pxl-item--description {
  color: #eee;
}
.pxl-pricing-carousel1 .pxl-swiper-dots {
  margin-top: 50px;
}
.pxl-pricing-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 9.5px;
}
.pxl-pricing-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008ad9;
  border-color: #008ad9;
}
.pxl-hidden-button {
  text-align: center;
  display: inline-block;
  width: 58px;
  height: 58px;
  mask-image: url(../img/mask-hiddensidebar.png);
  -webkit-mask-image: url(../img/mask-hiddensidebar.png);
  -ms-mask-image: url(../img/mask-hiddensidebar.png);
  -o-mask-image: url(../img/mask-hiddensidebar);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
  line-height: 58px;
  cursor: pointer;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media (max-width: 1500px) {
  .hide-1500 {
    display: none;
  }
}
.pxl-hidden-sidebar.active .pxl-item--overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-hidden-sidebar.active .pxl-item--conent {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.pxl-hidden-sidebar .pxl-item--overlay {
  background-color: rgba(27, 35, 54, 0.8);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.pxl-hidden-sidebar .pxl-item--conent {
  overflow-y: scroll;
  position: fixed;
  z-index: 1029;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  font-size: 15px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  -webkit-transform: translateX(460px);
  -khtml-transform: translateX(460px);
  -moz-transform: translateX(460px);
  -ms-transform: translateX(460px);
  -o-transform: translateX(460px);
  transform: translateX(460px);
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-hidden-sidebar .pxl-item--conent:hover .pxl-close {
  top: 40px;
  opacity: 1;
}
.pxl-widget-cart-wrap:hover .pxl-close {
  background-color: var(--secondary-color) !important;
  top: 10px;
  opacity: 1;
}
.pxl-widget-cart-wrap:hover .pxl-close:before, .pxl-widget-cart-wrap:hover .pxl-close:after {
  background-color: #fff !important;
}
.pxl-fancy-box1 .pxl-feature-image, .pxl-service-carousel3 .pxl-feature-image, .pxl-fancybox-carousel2 .pxl-feature-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.pxl-fancy-box1 .pxl-item--icon, .pxl-service-carousel3 .pxl-item--icon, .pxl-fancybox-carousel2 .pxl-item--icon {
  transform: translateY(-37px);
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--primary-color);
  z-index: 10;
  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;
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box1 .pxl-item--icon, .pxl-service-carousel3 .pxl-item--icon, .pxl-fancybox-carousel2 .pxl-item--icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
.pxl-fancy-box1 .pxl-item--icon i, .pxl-service-carousel3 .pxl-item--icon i, .pxl-fancybox-carousel2 .pxl-item--icon i {
  font-size: 46px;
  color: #fff;
  -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;
  display: block;
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box1 .pxl-item--icon i, .pxl-service-carousel3 .pxl-item--icon i, .pxl-fancybox-carousel2 .pxl-item--icon i {
    font-size: 36px;
  }
}
.pxl-fancy-box1 .pxl-item--holder, .pxl-service-carousel3 .pxl-item--holder, .pxl-fancybox-carousel2 .pxl-item--holder {
  background-color: var(--secondary-color);
  padding: 0px 40px 65px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 0 0 5px 5px;
  -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;
}
@media screen and (max-width: 1199px) {
  .pxl-fancy-box1 .pxl-item--holder, .pxl-service-carousel3 .pxl-item--holder, .pxl-fancybox-carousel2 .pxl-item--holder {
    padding: 0px 20px 65px;
  }
}
.pxl-fancy-box1 .pxl-item--holder .pxl-item--title, .pxl-service-carousel3 .pxl-item--holder .pxl-item--title, .pxl-fancybox-carousel2 .pxl-item--holder .pxl-item--title {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  margin: -10px 0 13px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-fancy-box1 .pxl-item--holder .pxl-item--title, .pxl-service-carousel3 .pxl-item--holder .pxl-item--title, .pxl-fancybox-carousel2 .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-fancy-box1 .pxl-item--holder .pxl-item--description, .pxl-service-carousel3 .pxl-item--holder .pxl-item--description, .pxl-fancybox-carousel2 .pxl-item--holder .pxl-item--description {
  color: #fff;
  line-height: 25px;
  z-index: 2;
  position: relative;
}
.pxl-fancy-box1 .pxl-button, .pxl-service-carousel3 .pxl-button, .pxl-fancybox-carousel2 .pxl-button {
  position: absolute;
  bottom: -14px;
  right: 0;
  z-index: 3;
}
.pxl-fancy-box1 .pxl-button a, .pxl-service-carousel3 .pxl-button a, .pxl-fancybox-carousel2 .pxl-button a {
  background-color: var(--fourth-color);
  line-height: 51px;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box1 .pxl-button a, .pxl-service-carousel3 .pxl-button a, .pxl-fancybox-carousel2 .pxl-button a {
    line-height: 45px;
  }
}
.pxl-fancy-box1 .pxl-button a i, .pxl-service-carousel3 .pxl-button a i, .pxl-fancybox-carousel2 .pxl-button a i {
  font-size: 23px;
  margin-left: 15px;
  transform: translateY(-2px);
  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-fancy-box1 .pxl-button a:hover, .pxl-service-carousel3 .pxl-button a:hover, .pxl-fancybox-carousel2 .pxl-button a:hover {
  padding: 0 30px 0 30px;
  background-color: var(--secondary-color);
}
.pxl-fancy-box1 .pxl-button a:hover i, .pxl-service-carousel3 .pxl-button a:hover i, .pxl-fancybox-carousel2 .pxl-button a:hover i {
  opacity: 1;
}
.pxl-fancy-box1 .pxl-item--inner:hover .pxl-item--holder, .pxl-service-carousel3 .pxl-item--inner:hover .pxl-item--holder, .pxl-fancybox-carousel2 .pxl-item--inner:hover .pxl-item--holder {
  background-color: var(--primary-color);
}
.pxl-fancy-box1 .pxl-item--inner:hover .pxl-item--icon, .pxl-service-carousel3 .pxl-item--inner:hover .pxl-item--icon, .pxl-fancybox-carousel2 .pxl-item--inner:hover .pxl-item--icon {
  background-color: #fff;
}
.pxl-fancy-box1 .pxl-item--inner:hover .pxl-item--icon i, .pxl-service-carousel3 .pxl-item--inner:hover .pxl-item--icon i, .pxl-fancybox-carousel2 .pxl-item--inner:hover .pxl-item--icon i {
  color: var(--secondary-color);
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.pxl-fancy-box2 .pxl-item--inner {
  display: flex;
  flex-grow: unset;
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box2 .pxl-item--inner {
    display: block;
  }
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta {
  min-width: 420px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pxl-fancy-box2 .pxl-item--inner .pxl-item--meta {
    min-width: 350px;
  }
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-holder {
  padding-left: 55px;
  max-width: 340px;
}
@media screen and (max-width: 991px) {
  .pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-holder {
    max-width: 100%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-holder {
    padding: 0 0 0 35px;
  }
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-number--team {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-item--title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-team--info span {
  font-size: 14px;
  color: var(--regular-color);
  position: relative;
  padding-right: 15px;
  margin-right: 11px;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-team--info span:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 80%;
  width: 1px;
  background-color: var(--regular-color);
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-team--info span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--meta .pxl-team--info span:last-child:before {
  display: none;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--des {
  position: relative;
  padding-right: 100px;
}
@media screen and (max-width: 991px) {
  .pxl-fancy-box2 .pxl-item--inner .pxl-item--des {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box2 .pxl-item--inner .pxl-item--des {
    margin-top: 15px;
    padding-right: 0px;
  }
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-item--description {
  color: #4b4b4b;
  line-height: 26px;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-type--job {
  font-size: 14px;
  color: var(--regular-color);
  margin-top: 13px;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-button .btn-link {
  width: 54px;
  height: 47px;
  line-height: 55px;
  text-align: center;
  background-color: #252525;
  display: block;
  -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: 12px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pxl-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-button .btn-link {
    position: static;
    margin-top: 25px;
  }
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-button .btn-link i {
  font-size: 26px;
  color: #fff;
  transform: rotate(-45deg);
  -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-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-button .btn-link:hover {
  background-color: #0ba3fa;
}
.pxl-fancy-box2 .pxl-item--inner .pxl-item--des .pxl-button .btn-link:hover i {
  transform: rotate(0deg);
}
.pxl-fancybox-carousel1 .pxl-item-inner {
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  margin-bottom: 23px;
  overflow: hidden;
}
.pxl-fancybox-carousel1 .pxl-item--meta {
  padding: 35px 30px 70px 40px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-fancybox-carousel1 .pxl-item--meta {
    padding: 35px 20px 70px 25px;
  }
}
.pxl-fancybox-carousel1 .pxl-item--meta .item--meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-fancybox-carousel1 .pxl-item--meta .item--meta i {
  font-size: 70px;
  color: var(--regular-color);
  line-height: 1;
}
.pxl-fancybox-carousel1 .pxl-item--meta .item--meta .pxl-item--number {
  font-size: 95px;
  font-weight: 700;
  color: #eee;
  line-height: 1;
  transform: translateY(-5px);
}
.pxl-fancybox-carousel1 .pxl-item--meta .pxl-item--title {
  font-size: 22px;
  line-height: 1.3;
  margin: 5px 0 24px 0;
}
@media screen and (max-width: 1199px) {
  .pxl-fancybox-carousel1 .pxl-item--meta .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-fancybox-carousel1 .pxl-item--meta .pxl-item--description {
  line-height: 24px;
}
.pxl-fancybox-carousel1 .pxl-item--inner {
  position: relative;
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 32px 30px 40px 40px;
  background-color: var(--secondary-color);
  -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;
}
@media screen and (max-width: 1199px) {
  .pxl-fancybox-carousel1 .pxl-item--meta--hover {
    padding: 36px 20px 40px 25px;
  }
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .item--meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .item--meta .pxl-item--title {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .pxl-fancybox-carousel1 .pxl-item--meta--hover .item--meta .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .item--meta .pxl-item--number {
  font-size: 95px;
  font-weight: 700;
  color: #376796;
  line-height: 1;
  transform: translateY(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;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-fancybox-carousel1 .pxl-item--meta--hover .item--meta .pxl-item--number {
    font-size: 80px;
  }
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .list-item {
  margin-top: -9px;
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .list-item .pxl-item {
  color: #d7d9dc;
  line-height: 1.4;
  margin-bottom: 11px;
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .list-item .pxl-item i {
  margin-right: 15px;
  transform: translateY(2px);
  display: inline-block;
  color: #f2f2f2;
}
.pxl-fancybox-carousel1 .pxl-item--meta--hover .list-item .pxl-item:last-child {
  margin-bottom: 0;
}
.pxl-fancybox-carousel1 .pxl-item--inner {
  position: relative;
}
.pxl-fancybox-carousel1 .pxl-item--inner:hover .pxl-item--meta--hover {
  opacity: 1;
  bottom: 0;
}
.pxl-fancybox-carousel1 .pxl-item--inner:hover .pxl-item--meta--hover .pxl-item--number {
  transform: translateY(0px);
  transition-delay: 0.17s;
  opacity: 1;
}
.pxl-fancybox-carousel1 .pxl-item--readmore {
  position: absolute;
  bottom: -23px;
  left: 40px;
}
@media screen and (max-width: 1199px) {
  .pxl-fancybox-carousel1 .pxl-item--readmore {
    left: 30px;
  }
}
.pxl-fancybox-carousel1 .pxl-item--readmore .btn-readmore:hover {
  background-color: var(--primary-color);
}
.pxl-fancybox-carousel1 .pxl-swiper-dots {
  margin-top: 50px;
}
.pxl-fancybox-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-fancybox-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008ad9;
}
.pxl-fancybox-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:before, .pxl-fancybox-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: #008ad9;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-feature-image {
  position: relative;
  padding-top: 10px;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-feature-image img {
  border-radius: 3px;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-feature-image .pxl-item--number {
  position: absolute;
  top: 5px;
  right: 28px;
  padding: 5px 15px 6px;
  background-color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: initial;
  border-radius: 0 0 15px 15px;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-feature-image .pxl-item--number:before {
  position: absolute;
  content: '';
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 160%;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 20px;
  z-index: -1;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-item--holder {
  margin-top: 24px;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-item--holder .pxl-item--meta {
  text-align: center;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  padding: 0 31px;
  font-size: 20px;
  color: #000e33;
  line-height: 1.3;
  margin-bottom: 14px;
}
.pxl-fancybox-carousel3 .pxl-item--inner .pxl-item--holder .pxl-item--description {
  font-size: 16px;
}
.pxl-newsletter-layout1 {
  padding: 0 20px;
}
.pxl-newsletter-layout1 .pxl-item--subtitle {
  font-size: 16px;
  color: #efbe05;
  font-weight: 700;
  margin-bottom: 4px;
}
.pxl-newsletter-layout1 .pxl-item--title {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1199px) {
  .pxl-newsletter-layout1 .pxl-item--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-newsletter-layout1 .pxl-item--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-newsletter-layout1 .pxl-item--title {
    font-size: 23px;
    line-height: 36px;
  }
}
.pxl-newsletter-layout1 .pxl-item--description {
  color: #c9c8c8;
  font-size: 15px;
  line-height: 24px;
}
.pxl-newsletter-layout1 .pxl-form--newsletter {
  margin-top: 24px;
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email input {
  line-height: 56px;
  height: 56px;
  border-color: #fff !important;
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email input::placeholder {
  color: #848687 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email .btn-newsletter {
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 0 5px 5px 0;
  text-transform: initial;
  font-size: 15px;
  font-weight: 700;
  background-color: var(--regular-color);
  padding: 0 35px !important;
  content: 'SUBSCRIBE NOW';
}
@media screen and (max-width: 575px) {
  .pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email .btn-newsletter {
    padding: 0 15px !important;
    font-size: 13px;
  }
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email .btn-newsletter:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -45%;
  top: -10%;
  -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;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email .btn-newsletter:hover {
  background-color: var(--primary-color);
}
.pxl-newsletter-layout1 .pxl-form--newsletter .tnp-field-email .btn-newsletter:hover:before {
  left: 130%;
}
