/* Header Default */
/*--------------------------------------------------------------
RTL
----------------------------------------------------------------
# Header
# Blog
# WordPress Widget
# Elementor Widget
# Extra
# Important
--------------------------------------------------------------*/
/* Loading */
/*--------------------------------------------------------------
post carousel
----------------------------------------------------------------
# carousel reset
# blog
# portfolio
# service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST GRID
----------------------------------------------------------------
# Grid Reset
# Grid Loadmore Style
# Grid Filter Style
# Blog
# Portfolio
# Service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TESTIMONIALS GRID
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TEAM GRID
----------------------------------------------------------------
# Team Grid
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Set Font Default */  .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
    display: none !important;
  }
}
@keyframes pxl_scale {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pxl-image-spin-normal {
  animation: pxl_spin 14s linear infinite;
}
@keyframes pxl_spin_child {
  0% {
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pxl-image-spin {
  animation: pxl_spin_reverse 12s linear infinite;
}
@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
.pxl-image-zoom {
  animation: pxl_zoom_reverse 8s linear infinite;
}
@-ms-keyframes pxl_spin_reverse {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_reverse {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_reverse {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes pxl_spin_reverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.pxl-image-bounce {
  animation: pxl_bounce 1s ease-out infinite;
  -webkit-animation: pxl_bounce 1s ease-out infinite;
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_float_one {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}
@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.slide-up-down {
  animation: pxl_float_two 1.2s ease infinite alternate;
}
@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}
@keyframes pxl_effect1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_effect3 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(40px, 60px);
  }
  45% {
    transform: translate(80px, 90px);
  }
  65% {
    transform: translate(40px, 110px);
  }
  75% {
    transform: translate(20px, 800px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes pxl_loader_bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_loader_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_keyword_slideIn {
  from {
    transform: translateY(65%) rotateX(-95deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes pxl_keyword_slideOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-65%) rotateX(95deg);
    opacity: 0;
  }
}
@keyframes pxl_path_animation1 {
  0% {
    d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z");
  }
  15% {
    d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z");
  }
  25% {
    d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z");
  }
  35% {
    d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z");
  }
  50% {
    d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z");
  }
  75% {
    d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z");
  }
  100% {
    d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z");
  }
}
@-webkit-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-moz-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-o-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.pxl-animation-round {
  animation: pxl_animation_round 4s infinite linear;
  -webkit-animation: pxl_animation_round 4s infinite linear;
}
@keyframes pxl_kenburns {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
  98.4375% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes pxl_squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes pxl_squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes pxl_squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_in_top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes pxl_in_top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes pxl_out_top {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_top {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes pxl_in_bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes pxl_in_bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes pxl_out_bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_bottom {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes pxl_in_left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes pxl_in_left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes pxl_out_left {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_left {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes pxl_in_right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes pxl_in_right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes pxl_out_right {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_right {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_pulse_border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(40px, -20px);
  }
  25% {
    transform: translate(30px, 30px);
  }
  50% {
    transform: translate(80px, 80px);
  }
  70% {
    transform: translate(-60px, 50px);
  }
  85% {
    transform: translate(50px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-5px, 40px);
  }
  40% {
    transform: translate(40px, 60px);
  }
  60% {
    transform: translate(60px, 40px);
  }
  80% {
    transform: translate(60px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesThree {
  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);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(80px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-20px, 40px);
  }
  40% {
    transform: translate(40px, 40px);
  }
  60% {
    transform: translate(60px, -60px);
  }
  80% {
    transform: translate(-40px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes pxl_divider_left_to_right {
  0% {
    left: 0;
  }
  100% {
    left: 57px;
  }
}
.pxl-image-move1 {
  animation: animationFramesOne 18s infinite linear alternate;
}
.pxl-image-move2 {
  animation: animationFramesTwo 14s infinite linear alternate;
}
.pxl-image-move3 {
  animation: animationFramesThree 12s infinite linear alternate;
}
.pxl-image-move4 {
  animation: animationFramesFour 12s infinite linear alternate;
}
.pxl-image-move5 {
  animation: animationFramesFive 12s infinite linear alternate;
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .pxl-grid .col-lg-20-pxl {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-lg-40-pxl {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-grid .col-xl-20-pxl {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-xl-40-pxl {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.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-carousel-inner {
  overflow: hidden;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-arrow {
  font-size: 18px;
  color: #1c2539;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  background-color: #f6f6f6;
  border: none;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  -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;
  margin: 0 7px;
  cursor: pointer;
}
.pxl-swiper-arrow:hover {
  color: var(--primary-color);
  background-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;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-mouse-effect {
  height: 100%;
  width: 140px;
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
}
.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-next {
  right: -120px;
}
.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev {
  left: -120px;
}
.pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-arrow-wrap.style-2 {
  margin-bottom: 30px;
  position: relative;
}
.pxl-swiper-arrow-wrap.style-2:before, .pxl-swiper-arrow-wrap.style-2:after {
  content: '';
  height: 1px;
  width: calc(50% - 60px);
  background-color: #e0e8f4;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.pxl-swiper-arrow-wrap.style-2:before {
  left: 0;
}
.pxl-swiper-arrow-wrap.style-2:after {
  right: 0;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 11px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.25);
  box-shadow: 0 0px 30px rgba(137, 151, 186, 0.25);
  color: #6f7f90;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover {
  color: var(--primary-color);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-inner {
  display: inline-flex;
  flex-wrap: wrap;
}
.pxl-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides {
  font-size: 18px;
  font-weight: 700;
  color: #cccabf;
  margin: 0 14px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide:before, .pxl-swiper-pagination .pxl-swiper-total-slides:before {
  content: '0';
}
.pxl-swiper-pagination .pxl-swiper-current-slide {
  color: #0a1316;
}
.pxl-swiper-dots.style-1 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
  cursor: pointer;
  width: 50px;
  height: 4px;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  background-color: #e1e9f4;
  -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;
}
@media screen and (max-width: 991px) {
  .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
    width: 30px;
  }
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active, .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover {
  background-color: var(--primary-color);
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
  height: 1px;
  width: 100%;
  background-color: #c1b9b9;
  max-width: 1170px;
  margin-bottom: 4px;
  position: relative;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 8px;
  transform: scale(0);
  transform-origin: left top;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span {
  color: #0a1316;
  display: inline-flex;
  margin: 0 6px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span:before {
  content: '0';
}
.pxl-swiper-dots.style-2 {
  text-align: center;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
  margin-top: 27px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 9px;
  position: relative;
  background-color: #e3e3e3;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active, .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:hover {
  background-color: var(--secondary-color);
}
.pxl-swiper-dots.style-3 {
  text-align: center;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-flex;
  background-color: #777;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: transparent;
  box-shadow: 0 0 0 4px var(--primary-color);
}
.pxl-swiper-dots.style-4 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.pxl-swiper-dots.style-4.pxl-swiper-pagination-bullets span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-flex;
  background-color: #bdd6f1;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-swiper-dots.style-4.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: var(--third-color);
  box-shadow: 0 0 0 4px rgba(var(--third-color-rgb),0.5);
}
.pxl-swiper-dots.style-5 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.pxl-swiper-dots.style-5.pxl-swiper-pagination-bullets span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-flex;
  background-color: #8199d4;
  margin: 0 7px;
  cursor: pointer;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-swiper-dots.style-5.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.pxl-swiper-dots.style-6 {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 40px;
}
.pxl-swiper-dots.style-6.pxl-swiper-pagination-bullets span {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  display: inline-flex;
  background-color: var(--secondary-color);
  margin: 0 14px;
  cursor: pointer;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  position: relative;
}
.pxl-swiper-dots.style-6.pxl-swiper-pagination-bullets span:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--primary-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-swiper-dots.style-6.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.pxl-swiper-dots.style-6.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  z-index: 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;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  overflow: visible;
}
.pxl-swiper-sliders {
  position: relative;
}
.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;
  padding: 0 15px;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
  padding: 0 15px;
}
.swiper-container-vertical {
  height: 300px;
}
.swiper-container-vertical .pxl-swiper-wrapper {
  flex-direction: column;
}
.swiper-container-vertical .pxl-swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-slider-mode="fade"] .swiper-slide-active {
  z-index: 9;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 18px;
  line-height: 1.55556;
  color: #5d666f;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0;
}
body.body-overflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}
a {
  -webkit-transition: all 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 {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
.ft-heading, .pxl-item--archive .pxl-post--meta, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total, .woocommerce #pxl-sidebar-area .widget_products ul li a, .single-product #pxl-content-area div.product form.cart label, .single-product > div.product form.cart label, .single-product #pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-family: 'PT Serif', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', sans-serif;
  color: #1c2539;
  font-weight: 400;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.20833;
}
h1, .h1 {
  font-size: 53px;
  line-height: 1.132;
}
h2, .h2 {
  font-size: 30px;
  line-height: 1.2;
}
h3, .h3 {
  font-size: 26px;
  line-height: 1.3846;
}
h4, .h4 {
  font-size: 24px;
  line-height: 1.4166;
}
h5, .h5 {
  font-size: 22px;
  line-height: 1.4;
}
h6, .h6 {
  font-size: 16px;
  line-height: 1.625;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
p {
  margin: 0 0 15px;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 400;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--primary-color);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: var(--primary-color);
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}
.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote {
  background-color: #f9f7ef;
  padding: 34px 30px 40px;
  font-size: 20px;
  line-height: 1.7;
  color: #1a1a1a;
  position: relative;
  font-weight: 400;
  font-style: italic;
  margin: 37px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote cite {
  font-size: 18px;
  color: #1c3f39;
  font-style: normal;
  margin-top: 16px;
  display: block;
}
blockquote cite span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  margin-top: -2px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
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;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 32px;
  padding-right: 32px;
  background-color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
@media screen and (min-width: 1200px) {
  #pxl-wapper .container {
    max-width: 1330px;
    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: 80px;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth > .elementor-container {
  max-width: 1170px !important;
  margin: auto;
}
#pxl-main {
  padding: 120px 0;
  min-height: calc(100vh - 606px);
}
@media screen and (max-width: 1199px) {
  #pxl-main {
    overflow-x: clip;
  }
}
@media screen and (max-width: 1024px) {
  #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
.elementor-page #pxl-main {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
    top: 30px;
  }
}
.elementor-page #pxl-content-area.col-12, .elementor-page #pxl-footer-elementor .row > .col-12 {
  padding: 0px 0px 0 15px;
}
@media screen and (max-width: 991px) {
  .elementor-page #pxl-content-area.col-12.col-lg-8, .elementor-page #pxl-footer-elementor .row > .col-12.col-lg-8 {
    padding-right: 15px;
  }
}
.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-bg-color-right {
  z-index: 1;
}
.pxl-bg-color-right:before {
  z-index: -1;
  content: '';
  background-color: #011f48;
  position: absolute;
  top: 0;
  right: 6%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .pxl-bg-color-right:before {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-bg-color-right:before {
    right: 0;
  }
}
.pxl-bg-color-skew {
  z-index: 1;
}
.pxl-bg-color-skew:before {
  z-index: -1;
  content: '';
  background-color: #080808;
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  transform: skewX(-12deg);
  max-width: 1160px;
  margin: auto;
}
#pxl-page-title-elementor {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-elementor {
    overflow: hidden;
  }
}
#pxl-page-title-default {
  background-color: #f7f7f7;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default {
    padding: 90px 0;
  }
}
#pxl-page-title-default .pxl-page-title {
  margin: 0;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
  }
}
#pxl-page-title-default .pxl-breadcrumb {
  padding: 0 15px;
}
.pxl-breadcrumb {
  width: 100%;
  margin: 20px 0 0;
  list-style: none;
  color: #616161;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .pxl-breadcrumb {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-breadcrumb {
    font-size: 16px;
  }
}
.pxl-breadcrumb a {
  color: inherit;
}
.pxl-breadcrumb a:hover {
  color: var(--primary-color);
}
.pxl-breadcrumb span.breadcrumb-entry {
  color: var(--primary-color);
}
.pxl-breadcrumb li:after {
  content: "\f110";
  font-family: "Caseicon";
  margin: 0 16px;
  color: inherit;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .pxl-breadcrumb li:after {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-breadcrumb li:after {
    font-size: 12px;
    margin: 0 8px;
  }
}
.pxl-breadcrumb li:last-child:before, .pxl-breadcrumb li:last-child:after {
  display: none;
}
#pxl-footer-default {
  padding: 44px 0;
  background-color: #0e1422;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: inherit;
  text-decoration: underline;
}
.pxl-scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  background-color: var(--primary-color);
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  z-index: 9999;
  color: #fff;
  line-height: 40px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top {
    right: 30px;
  }
}
.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 i {
  animation: pxl_scroll_top_effect 1s ease infinite alternate;
}
.pxl-scroll-top:focus {
  color: #fff;
}
.pxl-scroll-top:hover {
  margin-bottom: 4px;
  color: #fff;
}
@keyframes pxl_scroll_top_effect {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@media screen and (max-width: 1024px) {
  .section-bg-bl-lg {
    background-position: left bottom !important;
  }
}
@media screen and (max-width: 1199px) {
  #pxl-footer-elementor {
    overflow-x: clip;
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
    overflow: hidden;
  }
}
.pxl-footer-fixed #pxl-header-elementor, .pxl-footer-fixed #pxl-page-title-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 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: 1330px;
  padding: 0 15px;
  margin: auto;
}
.elementor-editor-active.single-pxl-template {
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-editor-active .elementor-inner-section > .elementor-element-overlay > .elementor-editor-element-settings {
  margin-left: 84px;
}
.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
  margin-left: 12px;
}
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 {
  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;
  }
}
@media screen and (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.archive:not(.post-type-archive) .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-row-divider-active {
  z-index: 1;
}
.pxl-row-divider-active > .elementor-container {
  z-index: 2;
}
.pxl-row-divider-active .pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.pxl-row-divider-wave-animation-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  height: 150px;
}
.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
  bottom: -1px;
  height: 150px;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-right .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-bottom .pxl-row-angle {
  bottom: -1px;
}
.pxl-row-divider-angle-bottom-left .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
  bottom: -1px;
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-curved-top .pxl-row-angle {
  top: -1px;
}
.pxl-row-divider-curved-top .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-curved-bottom .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.pxl-row-divider-curved-bottom .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1490px;
  margin: 0 auto;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical > div {
  background-color: #303233;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
  left: 0;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
  left: 20%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
  left: 40%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
  left: 60%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
  left: 80%;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
  right: 0;
}
.pxl-row-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@keyframes pxl_loader_digital1 {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}
@keyframes pxl_loader_digital2 {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@keyframes pxl_folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes pxl_loader_prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes pxl_loader_anim {
  0% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
  25% {
    box-shadow: 20px 0px, 40px 0px, 60px 10px;
  }
  50% {
    box-shadow: 20px 10px, 40px -10px, 60px 0px;
  }
  75% {
    box-shadow: 20px 0px, 40px 0px, 60px -10px;
  }
  100% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
}
@keyframes pxl_loaderFlash {
  0% {
    background-color: rgba(var(--primary-color-rgb),0.28);
    box-shadow: 32px 0 rgba(var(--primary-color-rgb),0.28), -32px 0 var(--primary-color);
  }
  50% {
    background-color: var(--primary-color);
    box-shadow: 32px 0 rgba(var(--primary-color-rgb),0.28), -32px 0 rgba(var(--primary-color-rgb),0.28);
  }
  100% {
    background-color: rgba(var(--primary-color-rgb),0.28);
    box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(var(--primary-color-rgb),0.28);
  }
}
@keyframes pxl_animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes pxl_loader_photography {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@-webkit-keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@-webkit-keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_loader_rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate3 {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.pxl-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.pxl-loader .pxl-loader-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pxl-loader.style-default .pxl-loader-effect {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--primary-color);
  box-shadow: 32px 0 var(--primary-color), -32px 0 var(--primary-color);
  animation: pxl_loaderFlash 0.5s ease-out infinite alternate;
}
.pxl-loader.style-digital .pxl-loader-effect {
  filter: url('#pxl-svg-digital');
  position: absolute;
  width: 160px;
  height: 160px;
  opacity: 0.8;
}
.pxl-loader.style-digital .pxl-circle-1, .pxl-loader.style-digital .pxl-circle-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%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  animation: pxl_loader_digital1 cubic-bezier(0.77, 0, 0.175, 1) 2.5s infinite;
  background: var(--primary-color);
}
.pxl-loader.style-digital .pxl-circle-2 {
  animation-name: pxl_loader_digital2;
  background: var(--primary-color);
}
.pxl-loader.style-software {
  background: var(--primary-color);
}
.pxl-loader.style-software .pxl-loader-effect {
  width: 45px;
  height: 45px;
}
.pxl-loader.style-software .pxl-bounce-1, .pxl-loader.style-software .pxl-bounce-2 {
  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%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pxl_loader_bounce 2s infinite ease-in-out;
  animation: pxl_loader_bounce 2s infinite ease-in-out;
}
.pxl-loader.style-software .pxl-bounce-2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.pxl-loader.style-insurance .pxl-loader-effect {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-loader.style-insurance .pxl-loader-effect > div {
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.04);
  -khtml-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.pxl-loader.style-insurance .pxl-loader-effect > div:before {
  content: '';
  background-color: rgba(var(--primary-color-rgb),0.25);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: pxl_folding 2s infinite linear both;
  -moz-animation: pxl_folding 2s infinite linear both;
  animation: pxl_folding 2s infinite linear both;
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-1 {
  top: 0;
  left: 0;
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-2 {
  -webkit-transform: rotateZ(90deg) scale(1.04);
  -khtml-transform: rotateZ(90deg) scale(1.04);
  -moz-transform: rotateZ(90deg) scale(1.04);
  -ms-transform: rotateZ(90deg) scale(1.04);
  -o-transform: rotateZ(90deg) scale(1.04);
  transform: rotateZ(90deg) scale(1.04);
  top: 0;
  right: 0;
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: rgba(var(--primary-color-rgb),0.5);
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-3 {
  -webkit-transform: rotateZ(270deg) scale(1.04);
  -khtml-transform: rotateZ(270deg) scale(1.04);
  -moz-transform: rotateZ(270deg) scale(1.04);
  -ms-transform: rotateZ(270deg) scale(1.04);
  -o-transform: rotateZ(270deg) scale(1.04);
  transform: rotateZ(270deg) scale(1.04);
  bottom: 0;
  left: 0;
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-3:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: var(--primary-color);
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-4 {
  -webkit-transform: rotateZ(180deg) scale(1.05);
  -khtml-transform: rotateZ(180deg) scale(1.05);
  -moz-transform: rotateZ(180deg) scale(1.05);
  -ms-transform: rotateZ(180deg) scale(1.05);
  -o-transform: rotateZ(180deg) scale(1.05);
  transform: rotateZ(180deg) scale(1.05);
  bottom: 0;
  right: 0;
}
.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-4:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: rgba(var(--primary-color-rgb),0.75);
}
.pxl-loader.style-corporate .pxl-loader-effect {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: pxl_spin 1s linear infinite;
}
.pxl-loader.style-corporate .pxl-loader-effect::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid var(--primary-color);
  animation: pxl_loader_prixClipFix 2s linear infinite;
}
.pxl-loader.style-event {
  background-color: #111617;
}
.pxl-loader.style-event .pxl-loader-effect {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: pxl_spin 1s linear infinite;
}
.pxl-loader.style-event .pxl-loader-effect::before, .pxl-loader.style-event .pxl-loader-effect::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: pxl_loader_prixClipFix 2s linear infinite;
}
.pxl-loader.style-event .pxl-loader-effect::after {
  border-color: var(--primary-color);
  animation: pxl_loader_prixClipFix 2s linear infinite, pxl_spin 0.5s linear infinite reverse;
  inset: 6px;
}
.pxl-loader.style-event.pxl-loader-gradient .pxl-loader-effect::before {
  border-color: var(--primary-color);
}
.pxl-loader.style-event.pxl-loader-gradient .pxl-loader-effect::after {
  border-color: ;
}
.pxl-loader.style-business .pxl-loader-effect {
  width: 8px;
  height: 48px;
  display: inline-block;
  border-radius: 4px;
  color: var(--primary-color);
  box-sizing: border-box;
  animation: pxl_loader_anim 0.6s linear infinite;
  transform: translateX(-50px);
}
.pxl-loader.style-startup .pxl-loader-effect {
  width: 48px;
  height: 48px;
  display: block;
  box-sizing: border-box;
  animation: pxl_spin 1s linear infinite;
}
.pxl-loader.style-startup .pxl-loader-effect:before, .pxl-loader.style-startup .pxl-loader-effect:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  animation: pxl_scale 1s infinite ease-in-out;
}
.pxl-loader.style-startup .pxl-loader-effect:before {
  top: auto;
  bottom: 0;
  background-color: var(--secondary-color);
  animation-delay: 0.5s;
}
.pxl-loader.style-app .pxl-loader-effect {
  width: 48px;
  height: 48px;
  display: block;
  color: #fff;
  box-sizing: border-box;
  animation: pxl_spin 1s linear infinite;
}
.pxl-loader.style-app .pxl-loader-effect:before, .pxl-loader.style-app .pxl-loader-effect:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: var(--primary-color);
  border-radius: 50%;
  animation: pxl_animloader 1s infinite ease-in-out;
}
.pxl-loader.style-app .pxl-loader-effect:before {
  background-color: var(--secondary-color);
  transform: scale(0.5) translate(-48px, -48px);
}
.pxl-loader.style-photography {
  background-color: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-loader.style-photography .pxl-loader-effect {
  width: 100%;
  height: 3px;
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.pxl-loader.style-photography .pxl-loader-effect:after {
  content: '';
  width: 192px;
  height: 3px;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: pxl_loader_photography 2s linear infinite;
}
.pxl-loader.style-architecture {
  display: block !important;
  -webkit-transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -khtml-transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -moz-transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -ms-transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  opacity: 1 !important;
}
.pxl-loader.style-architecture .pxl-loader-bar {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 150px;
  height: 2em;
  font-size: 5em;
  line-height: 2em;
  font-weight: 700;
  color: #fff;
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
  -webkit-transform: scaleX(1) translate(-50%, -50%);
  transform: scaleX(1) translate(-50%, -50%);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .pxl-loader.style-architecture .pxl-loader-bar {
    font-size: 3em;
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-loader.style-architecture .pxl-loader-bar {
    font-size: 2em;
    padding: 0 60px;
  }
}
.pxl-loader.style-architecture .pxl-loader-bar:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #111;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: pxl_site_loading 2s linear infinite forwards;
  animation: pxl_site_loading 2s linear infinite forwards;
}
.pxl-loader.style-architecture.is-loaded {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition-delay: 0.2s;
}
.pxl-loader.style-law .pxl-loader-text {
  font-size: 160px;
  line-height: 1;
  color: var(--primary-color);
}
.pxl-loader.style-law .pxl-loader-holder {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.pxl-loader.style-law .pxl-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #fff;
  animation: pxl_reveal 2.5s ease infinite;
}
.pxl-loader.style-portfolio {
  background-color: #000;
}
.pxl-loader.style-portfolio .pxl-loader-effect {
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: pxl_spin 1s ease-in-out infinite;
  -webkit-animation: pxl_spin 1s ease-in-out infinite;
}
@media screen and (max-width: 1199px) {
  .pxl-loader.style-portfolio .pxl-loader-effect {
    width: 100px;
    height: 100px;
  }
}
.pxl-loader.style-portfolio2 .pxl-loader-effect {
  width: 180px;
  height: 180px;
  border: 2px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: pxl_spin 1s ease-in-out infinite;
  -webkit-animation: pxl_spin 1s ease-in-out infinite;
}
@media screen and (max-width: 1199px) {
  .pxl-loader.style-portfolio2 .pxl-loader-effect {
    width: 100px;
    height: 100px;
  }
}
.pxl-loader.style-seo .pxl-loader-effect {
  width: 100px;
  height: 100px;
}
.pxl-loader.style-seo .pxl-loader-rotate {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}
.pxl-loader.style-seo .pxl-loader-rotate.pxl-rotate-1 {
  border-color: var(--primary-color);
  left: 0%;
  top: 0%;
  animation: pxl_loader_rotate1 1.15s linear infinite;
  border-bottom-width: 6px;
  border-bottom-style: solid;
}
.pxl-loader.style-seo .pxl-loader-rotate.pxl-rotate-2 {
  border-color: var(--gradient-color-from);
  right: 0%;
  top: 0%;
  animation: pxl_loader_rotate2 1.15s linear infinite;
  border-right-width: 6px;
  border-right-style: solid;
}
.pxl-loader.style-seo .pxl-loader-rotate.pxl-rotate-3 {
  border-color: var(--gradient-color-to);
  right: 0%;
  bottom: 0%;
  animation: pxl_loader_rotate3 1.15s linear infinite;
  border-top-width: 6px;
  border-top-style: solid;
}
.elementor-editor-active #pxl-loadding {
  display: none !important;
  /*  Mouse Move Animation */
}
.pxl-cursor, .pxl-cursor-section {
  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, .pxl-cursor-section .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, .pxl-cursor-section .pxl-cursor--follower {
  position: absolute;
  background-color: var(--primary-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, .pxl-cursor-section .pxl-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap, .pxl-cursor-section .pxl-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: var(--secondary-color);
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor-section .pxl-cursor--drap:before, .pxl-cursor .pxl-cursor--drap:after, .pxl-cursor-section .pxl-cursor--drap:after {
  content: "\f11d";
  font-family: "Caseicon";
  font-size: 18px;
  display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor-section .pxl-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-cursor .pxl-cursor--drap:after, .pxl-cursor-section .pxl-cursor--drap:after {
  margin-left: 5px;
}
.pxl-cursor .pxl-cursor--icon, .pxl-cursor-section .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, .pxl-cursor-section.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper, .pxl-cursor-section.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper, .pxl-cursor-section.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower, .pxl-cursor-section.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, .pxl-cursor-section.is-active.has-label .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap, .pxl-cursor-section.is-active.has-drap .pxl-cursor--drap {
  transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label, .pxl-cursor-section.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor-section.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor-section.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower, .pxl-cursor-section.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon, .pxl-cursor-section.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor-section.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f137";
  font-family: "Caseicon";
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon, .pxl-cursor-section.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before, .pxl-cursor-section.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f137";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon, .pxl-cursor-section.is-active.has-icon-left .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before, .pxl-cursor-section.is-active.has-icon-left .pxl-cursor--icon:before {
  content: "\f137";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove, .pxl-cursor-section.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower, .pxl-cursor-section.is-active-section .pxl-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  background-color: var(--primary-color);
  opacity: 1;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower, .pxl-cursor-section.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-section.style-morden.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor.style-morden.is-active.has-icon-left .pxl-cursor--icon:before, .pxl-cursor-section.style-morden.is-active.has-icon-left .pxl-cursor--icon:before, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--icon:before, .pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--icon:before {
  font-size: 42px;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap, .pxl-cursor-section.drap-style1 .pxl-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before, .pxl-cursor-section.drap-style1 .pxl-cursor--drap:before, .pxl-cursor.drap-style1 .pxl-cursor--drap:after, .pxl-cursor-section.drap-style1 .pxl-cursor--drap:after {
  font-size: 12px;
}
.elementor-editor-active.page-template-default {
  /* Cookie Policy */
}
.elementor-editor-active.page-template-default #pxl-content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
  display: none;
}
.pxl-cookie-policy {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
  background-color: #fff;
  -webkit-border-radius: 57px;
  -khtml-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border-radius: 57px;
  padding: 17px 58px 17px 24px;
  -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  font-size: 15px;
  color: #111013;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  /* PXL Popup */
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
  }
}
.pxl-cookie-policy a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  margin: 0 4px;
  white-space: nowrap;
}
.pxl-cookie-policy a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.pxl-cookie-policy .pxl-item--icon {
  min-width: 20px;
}
.pxl-cookie-policy .pxl-item--icon img {
  max-height: 20px;
}
.pxl-cookie-policy .pxl-item--close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 12px;
}
.pxl-cookie-policy .pxl-item--close:before, .pxl-cookie-policy .pxl-item--close:after {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy .pxl-item--close {
    top: 10px;
    -webkit-transform: translate(0, 0%);
    -khtml-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.pxl-cookie-policy.pxl-active {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
.pxl-cookie-policy.pxl-hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
}
.pxl-popup--close.style2 {
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.pxl-popup--close.style2:before, .pxl-popup--close.style2:after {
  background-color: #878787;
}
.pxl-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Section Overlay Image */
}
.pxl-popup .pxl-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
  border-width: 8px;
}
.pxl-popup .pxl-popup--close:before, .pxl-popup .pxl-popup--close:after {
  background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before, .pxl-popup .pxl-popup--close:hover:after {
  background-color: #111;
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
  opacity: 1;
  visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -khtml-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-section-overlay-image {
  /* End Section Overlay Image */
}
.pxl-section-overlay-image .pxl-overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
  right: 140px;
  left: 46%;
}
@media screen and (max-width: 1024px) {
  .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    display: none;
  }
}
body.rtl {
  /* Start Page Popup */
}
body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f111";
}
body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f110";
}
body.rtl .pxl-cookie-policy {
  padding-left: 58px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-cookie-policy {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.rtl .pxl-cookie-policy .pxl-item--close {
  right: auto;
  left: 10px;
}
#pxl-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
#pxl-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
#pxl-page-popup .pxl-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  cursor: pointer;
}
#pxl-page-popup .pxl-page-popup-content {
  max-width: 1170px;
  margin: 190px auto 0 auto;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  #pxl-page-popup .pxl-page-popup-content {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1199px) {
  #pxl-page-popup .pxl-page-popup-content {
    margin-top: 80px;
  }
}
#pxl-page-popup .pxl-page-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -webkit-transform: translateY(40px);
  -khtml-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#pxl-page-popup .pxl-page-item.active {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body.elementor-editor-active #pxl-page-popup {
  display: none;
}
.admin-bar #pxl-page-popup {
  top: 32px;
  /* End Page Popup */
  /* Waves Animation */
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-page-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-page-popup {
    top: 0;
  }
}
.pxl-section-waves1 {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pxl-section-waves1 {
    height: 80px;
  }
}
.pxl-wave-parallax > use {
  animation: pxl-move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  fill: #ebeef6;
}
.pxl-wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.5;
}
.pxl-wave-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.4;
}
.pxl-wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.3;
}
.pxl-wave-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes pxl-move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.pxl-column--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1230px) {
  .pxl-column--bg {
    width: 100% !important;
  }
}
.pxl-column--bg.pxl-column-stretch-left {
  right: 0;
  left: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
@media screen and (max-width: 767px) {
  /* Section Parallax */  body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
.pxl-section-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay {
  z-index: 2;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay + .pxl-section-bg-parallax {
  z-index: 1;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow.elementor-top-section > .elementor-container {
  z-index: 3;
}
.pxl-section-parallax-overflow, .pxl-section-overflow-hidden {
  overflow: hidden !important;
}
@media screen and (max-width: 1199px) {
  .pxl-coloffset-left {
    padding-left: 15px !important;
  }
}
body.elementor-editor-active {
  background-color: rgba(0, 0, 0, 0.2);
}
body.rtl .pxl-breadcrumb li {
  display: inline-flex;
  align-items: center;
}
body.rtl .pxl-breadcrumb li:after {
  transform: scaleX(-1);
}
body.rtl .pxl-scroll-top {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 1199px) {
  body.rtl .pxl-scroll-top {
    right: auto;
    left: 30px;
  }
}
.pxl-box-hover1 .pxl-item--inner {
  position: relative;
  z-index: 1;
}
.pxl-box-hover1 .pxl-item--inner:before, .pxl-box-hover1 .pxl-item--inner:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--primary-color);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-box-hover1 .pxl-item--inner:before {
  left: 0;
  right: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  z-index: -1;
}
.pxl-box-hover1 .pxl-item--inner:after {
  opacity: 0.3;
  left: 25px;
  right: 25px;
  z-index: -2;
  height: 16px;
  top: 100%;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  transform: scaleY(0);
  transform-origin: top center;
}
.pxl-box-hover1 .pxl-item--inner:hover:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pxl-box-hover1 .pxl-item--inner:hover:after {
  transform: scaleY(1);
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.hover-imge-effect1 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect1 a {
  display: block;
}
.hover-imge-effect1 a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-imge-effect2 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect2 img {
  -webkit-transition: all 1.2s;
  -khtml-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.hover-imge-effect2-up {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect2-up img {
  -webkit-transition: all 0.6s;
  -khtml-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hover-imge-effect3 {
  position: relative;
  overflow: hidden;
}
.hover-imge-effect3 img {
  -webkit-transition: 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%;
}
.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, .pxl-item--inner:hover .hover-imge-effect2-up 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-flipbox {
  position: relative;
  perspective: 1300px;
}
.pxl-flipbox .pxl-flipbox--front, .pxl-flipbox .pxl-flipbox--back {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-flipbox .pxl-flipbox--back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg) translateZ(1px);
  z-index: 99;
}
.pxl-flipbox .pxl-flipbox--wrap {
  position: relative;
  transition-property: box-shadow, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.pxl-flipbox:hover .pxl-flipbox--wrap {
  transform: rotateY(180deg);
  transform-origin: 50% 50%;
}
.pxl-effect--3d .pxl-effect--content {
  opacity: 0;
}
.pxl-effect--3d .pxl-item--inner:hover .pxl-effect--content {
  opacity: 1;
}
.pxl-effect--3d .pxl-in--top .pxl-effect--content {
  -webkit-animation: pxl_in_top 0.3s ease 0ms 1 forwards;
  animation: pxl_in_top 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-out--top .pxl-effect--content {
  -webkit-animation: pxl_out_top 0.3s ease 0ms 1 forwards;
  animation: pxl_out_top 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--top .pxl-effect--content, .pxl-effect--3d .pxl-out--top .pxl-effect--content {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.pxl-effect--3d .pxl-out--bottom .pxl-effect--content {
  -webkit-animation: pxl_out_bottom 0.3s ease 0ms 1 forwards;
  animation: pxl_out_bottom 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--bottom .pxl-effect--content {
  -webkit-animation: pxl_in_bottom 0.3s ease 0ms 1 forwards;
  animation: pxl_in_bottom 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--bottom .pxl-effect--content, .pxl-effect--3d .pxl-out--bottom .pxl-effect--content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.pxl-effect--3d .pxl-out--left .pxl-effect--content {
  -webkit-animation: pxl_out_left 0.3s ease 0ms 1 forwards;
  animation: pxl_out_left 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--left .pxl-effect--content {
  -webkit-animation: pxl_in_left 0.3s ease 0ms 1 forwards;
  animation: pxl_in_left 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--left .pxl-effect--content, .pxl-effect--3d .pxl-out--left .pxl-effect--content {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.pxl-effect--3d .pxl-out--right .pxl-effect--content {
  -webkit-animation: pxl_out_right 0.3s ease 0ms 1 forwards;
  animation: pxl_out_right 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--right .pxl-effect--content {
  -webkit-animation: pxl_in_right 0.3s ease 0ms 1 forwards;
  animation: pxl_in_right 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--right .pxl-effect--content, .pxl-effect--3d .pxl-out--right .pxl-effect--content {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.pxl-label {
  color: #1c2539;
  font-weight: 700;
  font-size: 16px;
}
.pxl-float-left {
  float: left;
}
.z-index-1 {
  z-index: 1;
}
.pxl-icon-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-icon-middle {
  position: relative;
}
.pxl-icon-middle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-hidden {
  display: none;
}
.color-white {
  color: #fff;
}
.color-secondary {
  color: var(--secondary-color);
}
.color-secondary2 {
  color: #004485;
}
.color-secondary3 {
  color: #075cf9;
}
.btn-flex {
  display: inline-flex;
  align-items: center;
}
.btn-flex i {
  display: inline-flex;
}
.field-dflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-center, .pxl-list.icon-box-circle .pxl--item .pxl-item--icon, .pxl-pagination-wrap .page-numbers, .pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon, .pxl-icon-box5 .pxl-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-center-js {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.field-dflex_col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.pxl-text-nowrap {
  white-space: nowrap;
}
.pxl-imgfilter-wrap {
  overflow: hidden;
}
.pxl-imgfilter-wrap .pxl-item--imgfilter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(8px);
}
.pxl-imgfilter-wrap .pxl-item--imgfilter:before {
  background-color: rgba(253, 253, 251, 0.1);
}
.pxl--hover-slideup {
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.pxl--hover-slideup:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pxl--effect-slide:after {
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl--effect-slide:hover:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.d-inline-block {
  display: inline-block;
}
.pxl-d-flex {
  display: inline-flex;
}
.pxl-inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.pxl-mw-1200 {
  max-width: 1200px;
}
.fs-17 {
  font-size: 17px;
}
.lt-4 {
  letter-spacing: -0.03em !important;
}
.pxl-text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-text-center .pxl-link-page1 .pxl-item--inner {
    justify-content: center;
  }
}
.pxl-text-left {
  text-align: left;
}
.pxl-text-right {
  text-align: right;
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 9px;
  width: 9px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #1c2539;
  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: 9px;
  height: 1px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 1px;
  height: 9px;
  left: 4px;
  top: 0;
}
.pxl-icon--minus {
  height: 9px;
  width: 9px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before {
  content: '';
  background-color: #1c2539;
  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: 9px;
  height: 1px;
  top: 4px;
  left: 0;
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-imgfilter-wrap .pxl-item--imgfilter:before, .btn-video.style-divider:before, .pxl-showcase-grid .pxl-item--image:before, .pxl-showcase .pxl-item--overlay, #pxl-popup-elementor .pxl-item--overlay .pxl-item--flip:before, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-service-style1 .pxl-item--featured:before, .pxl-service-style3 .pxl-flipbox--back .pxl-item--featured:before, .btn--readmore .btn-readmore--icon:before, .pxl-counter2 .pxl-item--icon:before, .pxl-video-player1 .btn-video.style1:after, .pxl-video-player1 .btn-video.style2:before, .pxl-video-player1 .btn-video.style3:before, .pxl-video-player1 .btn-video.style5:before, .pxl-accordion1.style1 .pxl--item:before, .pxl-accordion1.style1 .pxl--item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-skew {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-color);
  transform: skew(-9deg);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-middle, .pxl-hidden-panel-button.style-1 .pxl-icon-round, .pxl-popup-button1 .pxl-anchor-button, .pxl-service-style3 .pxl-item--icon > i, .pxl-service-style3 .pxl-item--icon > svg, .pxl-service-style3 .pxl-item--icon > img, .pxl-pricing1 .pxl-item--icon > * {
  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, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw, .pxl-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, .pxl-icon--gradient i, .pxl-banner3 .pxl-item--image .wrap-svg i:last-child, .swiper-filter-wrap .filter-item.active span, .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category a, .pxl-video-player1 .btn-video.style5 i {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-bg {
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient, .pxl-service-grid-layout4.style-2 .pxl-item--inner:hover .pxl-item--category a {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.bg-gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.ft-theme-default, .pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides, .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction, blockquote, .pxl-loader.style-architecture .pxl-loader-bar, .pxl-loader.style-law .pxl-loader-text, .pxl-label, .pxl-link.style-box a, .pxl-showcase-grid .pxl-item--buttons .btn, .pxl-process1 .pxl-item--step, .pxl-process3 .pxl-item--step, .pxl-social-share label, .pxl-countdown-layout1, .pxl-client-review1 .pxl--counter-number, .pxl-client-review1 .pxl-item--rate, .pxl-process-carousel1 .pxl-item--number, #pxl-search-popup .pxl-item--conent form .search-field, .pxl-post--navigation .pxl--meta a, .page-links .post-page-numbers, .widget_recent_comments ul, .widget_recent_comments ol, .widget_rss .rsswidget, .widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce ul.products li.product .price, body.woocommerce-cart .woocommerce-cart-form tbody .product-name, .swiper-filter-wrap .filter-item, .pxl-service-style3 .pxl-flipbox--front .pxl-item--readmore a, .pxl-case-studies-style1 .pxl-item--category, .button, input[type="submit"], .pxl-counter1 .pxl--counter-number, .pxl-counter2 .pxl--counter-number, .lg-counter1 .pxl-counter1 .pxl--item-title, .pxl-accordion-wrap.box-style1 .pxl-accordion-bottom .pxl-box--title, .pxl-tabs1 .pxl-tabs--title .pxl-tab--title, .pxl-progressbar-1 .pxl--percentage, .pxl-pricing1 .pxl-item--meta, .pxl-pricing1 .pxl-item--bottom, .pxl-pricing2 .pxl-item--price {
  font-family: , sans-serif;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-hide-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-hide-lg2 {
    display: none !important;
  }
}
.pxl-sz-10 {
  font-size: 10px;
}
.pxl-sz-11 {
  font-size: 11px;
}
.pxl-sz-12 {
  font-size: 12px;
}
.pxl-sz-13 {
  font-size: 13px;
}
.pxl-sz-14 {
  font-size: 14px;
}
.pxl-sz-15 {
  font-size: 15px;
}
.pxl-sz-16 {
  font-size: 16px;
}
.pxl-sz-17 {
  font-size: 17px;
}
.pxl-sz-18 {
  font-size: 18px;
}
.pxl-sz-19 {
  font-size: 19px;
}
.pxl-sz-20 {
  font-size: 20px;
}
.pxl-sz-21 {
  font-size: 21px;
}
.pxl-sz-22 {
  font-size: 22px;
}
.pxl-sz-23 {
  font-size: 23px;
}
.pxl-sz-24 {
  font-size: 24px;
}
.pxl-sz-25 {
  font-size: 25px;
}
.pxl-shadow-8, .pxl-logo.logo-box {
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
}
.pxl-shadow-14 {
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
}
.transition, .pxl-contact-info1 .pxl-item--inner, .pxl-contact-info3, .pxl-contact-info4, .pxl-widget-searchform2 .searchform-wrap .search-submit i, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-col, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-col .number, .single-product .woocommerce-social-share a, .pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--featured img, .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title .pxl-item-featured img, .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li i, .pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--featured img, .pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .icon-readmore:before, .pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured img, .pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .icon-readmore:before, .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon i, .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured a img, .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:before, .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li i, .pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item-meta .wrap-image-flag, .pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner, .pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-button-link, .btn.btn-full-width-icon-absolute i:before, .pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner, .pxl-accordion1.style2 .pxl-title--icon {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-excerpt-line {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.j-left {
  display: flex;
  justify-content: left;
}
.j-center {
  display: flex;
  justify-content: center;
}
.j-right {
  display: flex;
  justify-content: right;
}
.df-row {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
.df-column {
  display: flex;
  flex-direction: column !important;
}
.df-row-reverse {
  display: flex;
  flex-direction: row-reverse !important;
}
.df-column-reverse {
  display: flex;
  flex-direction: column-reverse !important;
}
.hover-title, .pxl-service-carousel4 .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, .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  color: var(--secondary-color);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-title:hover, .pxl-service-carousel4 .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, .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover {
  color: var(--primary-color);
}
.hover-image-1, .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured a {
  position: relative;
}
.hover-image-1:before, .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 50%;
}
.hover-image-1:after, .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  width: 50%;
}
.m0-auto {
  margin: 0 auto;
}
.style-vertical {
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  left: 136px !important;
  right: auto !important;
}
@media screen and (max-width: 1700px) {
  .style-vertical {
    top: auto !important;
    bottom: 30px !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.pxl-style-vertical, .pxl-style-vertical-right {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1700px) {
  .pxl-style-vertical, .pxl-style-vertical-right {
    flex-direction: row;
  }
}
.style-vertical-right {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  right: 136px !important;
  left: auto !important;
}
@media screen and (max-width: 1700px) {
  .style-vertical-right {
    top: auto !important;
    bottom: 30px !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.position-left span, .position-right span {
  margin: 14px !important;
}
.align-top {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.flex-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.bgr-gradient {
  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');
}
.bgr-gradient:hover {
  background-position: right center;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 5 Pro" !important;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .pxl-reset-padding-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.revslider-initialised {
  overflow: visible !important;
}
.pxl-logo a {
  display: inline-block;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-logo.logo-box {
  padding: 9.69px 25.14px 25.68px 29.08px;
  background-color: #fff;
  position: relative;
}
.pxl-logo.logo-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5.54px;
  content: "";
  background-color: var(--primary-color);
}
.pxl-heading cite {
  font-style: normal;
  color: var(--primary-color);
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
  position: relative;
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
}
.pxl-heading .wow.letter {
  -webkit-transform: translate3d(0, 36px, 0);
  -khtml-transform: translate3d(0, 36px, 0);
  -moz-transform: translate3d(0, 36px, 0);
  -ms-transform: translate3d(0, 36px, 0);
  -o-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.pxl-heading .wow.letter.animated {
  -webkit-transform: translate3d(0, 0px, 0);
  -khtml-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.pxl-heading .wow.split {
  -webkit-transform: translate(50px);
  -khtml-transform: translate(50px);
  -moz-transform: translate(50px);
  -ms-transform: translate(50px);
  -o-transform: translate(50px);
  transform: translate(50px);
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.pxl-heading .wow.split.animated {
  -webkit-transform: translate(0px);
  -khtml-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}
.pxl-heading .pxl-split-text {
  overflow: hidden;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-default {
  margin-bottom: 4px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-under {
  margin-top: 5px;
  margin-bottom: 4px;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-divider1 {
  margin-bottom: 10px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3.9px;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-divider1 .pxl-item--subtext {
  padding-left: 90px;
  position: relative;
  display: inline-flex;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-divider1 .pxl-item--subdivider {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 76px;
  height: 2px;
  border-radius: 2px;
  background-color: #dbe6ff;
  overflow: hidden;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-divider1 .pxl-item--subdivider:before {
  content: '';
  width: 19px;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  animation: pxl_divider_left_to_right 2.5s infinite linear alternate;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-box1 {
  margin-bottom: 22px;
  color: var(--secondary-color);
}
.pxl-heading .pxl-item--subtitle.px-sub-title-box1 .pxl-item--subtext {
  background-color: var(--primary-color);
  padding: 0 16px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  display: inline-flex;
  border-radius: 27px;
}
.pxl-heading .pxl-item--subtitle.px-sub-title-box2 .pxl-item--subtext {
  border: 1px solid var(--primary-color);
  padding: 3px 12px;
}
.pxl-heading .px-title--divider1, .pxl-heading .px-title--divider2 {
  width: 88px;
  height: 4px;
  display: inline-flex;
  position: relative;
  top: 2px;
}
.pxl-heading .px-title--divider1:before, .pxl-heading .px-title--divider2:before, .pxl-heading .px-title--divider1:after, .pxl-heading .px-title--divider2:after, .pxl-heading .px-title--divider1 span, .pxl-heading .px-title--divider2 span {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 4px;
  top: 0;
  height: 4px;
}
.pxl-heading .px-title--divider1:before, .pxl-heading .px-title--divider2:before {
  width: 70px;
  left: 0;
}
.pxl-heading .px-title--divider1:after, .pxl-heading .px-title--divider2:after {
  width: 8px;
  left: 73px;
}
.pxl-heading .px-title--divider1 span, .pxl-heading .px-title--divider2 span {
  right: 0;
  width: 4px;
}
.pxl-heading .px-title--divider2 {
  transform: rotate(-90deg);
  margin-bottom: 65px;
  margin-top: 40px;
}
.pxl-heading .px-title--divider3 {
  position: relative;
  width: 76px;
  height: 2px;
  background-color: rgba(219, 230, 255, 0.3);
  border-radius: 2px;
  margin-top: 16px;
}
.pxl-heading .px-title--divider3:before {
  content: '';
  width: 19px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
}
.pxl-heading .px-title--divider4 {
  position: relative;
  width: 100%;
  margin-top: 8px;
  border-top: 1px dotted var(--primary-color);
}
.pxl-heading .px-title--divider5 {
  position: relative;
  width: 32px;
  height: 3px;
  margin-top: 4px;
  border-radius: 10px;
  background-color: var(--primary-color);
}
.pxl-heading .pxl-title--highlight {
  color: var(--primary-color);
  position: relative;
  z-index: 1;
}
.pxl-heading .pxl-title--highlight.text-gradient, .pxl-heading .pxl-icon--gradient i.pxl-title--highlight, .pxl-icon--gradient .pxl-heading i.pxl-title--highlight, .pxl-heading .pxl-banner3 .pxl-item--image .wrap-svg i:last-child.pxl-title--highlight, .pxl-banner3 .pxl-item--image .wrap-svg .pxl-heading i:last-child.pxl-title--highlight, .pxl-heading .swiper-filter-wrap .filter-item.active span.pxl-title--highlight, .swiper-filter-wrap .filter-item.active .pxl-heading span.pxl-title--highlight, .pxl-heading .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category a.pxl-title--highlight, .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category .pxl-heading a.pxl-title--highlight, .pxl-heading .pxl-video-player1 .btn-video.style5 i.pxl-title--highlight, .pxl-video-player1 .btn-video.style5 .pxl-heading i.pxl-title--highlight {
  display: inline-flex;
}
.pxl-heading .pxl-title--highlight.text-outline {
  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-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: #fff;
}
.pxl-heading .pxl-title--highlight:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: -2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-title--highlight:before {
    bottom: 0px;
  }
}
@keyframes pxlKeywordRotatingIn {
  from {
    transform: translateY(70%) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes pxlKeywordRotatingOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-70%) rotateX(100deg);
    opacity: 0;
  }
}
.pxl-title--typewriter {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  z-index: 99;
}
.pxl-title--typewriter .pxl-item--text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pxl-title--typewriter .pxl-item--text:not(.is-active) {
  animation: pxlKeywordRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.pxl-title--typewriter .pxl-item--text.is-active {
  position: relative;
  opacity: 1;
  animation: pxlKeywordRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.pxl-swiper-sliders1 > .pxl-item--titles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-sliders1 > .pxl-item--titles {
    display: none;
  }
}
.pxl-swiper-sliders1 > .pxl-item--titles .pxl-item-title {
  flex-grow: 1;
  flex: 1;
  color: #00255c;
  text-align: center;
  font-family: PT Serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.6px;
  padding: 19px 15px 24px;
  text-align: center;
  background-color: transparent;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.pxl-swiper-sliders1 > .pxl-item--titles .pxl-item-title.active {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
.pxl-swiper-sliders1 > .pxl-item--titles .pxl-item-title + .pxl-item-title {
  border-left: 1px solid #efefef;
}
@media screen and (max-width: 1700px) {
  .pxl-swiper-sliders1 .pxl-item--titles + .pxl-swiper-pagination.style-vertical {
    bottom: -70px !important;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-sliders1 .pxl-item--titles + .pxl-swiper-pagination.style-vertical {
    bottom: 30px !important;
  }
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-text-editor p {
  margin-bottom: 30px;
}
.pxl-text-editor p:last-child {
  margin-bottom: 0;
}
.pxl-text-editor .pxl-text--highlight {
  padding: 4px 0;
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link a {
  display: inline-flex;
  font-size: 16px;
  color: #586563;
}
.pxl-link a:hover {
  color: var(--primary-color);
}
.pxl-link i {
  min-width: 24px;
  margin-top: 5px;
  font-size: 15px;
  display: inline-flex;
}
.pxl-link.type-vertical li + li {
  margin-top: 8px;
}
.pxl-link.type-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.pxl-link.type-horizontal li {
  margin: 0 10px;
}
.pxl-link.style-box i {
  margin: 0 18px 0 0;
  font-size: 24px;
  color: var(--primary-color);
  -webkit-transition: color 250ms linear 0ms;
  -khtml-transition: color 250ms linear 0ms;
  -moz-transition: color 250ms linear 0ms;
  -ms-transition: color 250ms linear 0ms;
  -o-transition: color 250ms linear 0ms;
  transition: color 250ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .pxl-link.style-box i {
    font-size: 22px;
  }
}
.pxl-link.style-box a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  color: #1c2539;
  font-weight: 700;
  padding: 17px 27px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.1);
  -khtml-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.1);
  -moz-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.1);
  -ms-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.1);
  -o-box-shadow: 0 0px 30px rgba(137, 151, 186, 0.1);
  box-shadow: 0 0px 30px rgba(137, 151, 186, 0.1);
  -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: 1199px) {
  .pxl-link.style-box a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-link.style-box a {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-link.style-box a:after {
  color: #5d666f;
  content: "\f110";
  font-family: "Caseicon";
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  -webkit-transition: color 250ms linear 0ms;
  -khtml-transition: color 250ms linear 0ms;
  -moz-transition: color 250ms linear 0ms;
  -ms-transition: color 250ms linear 0ms;
  -o-transition: color 250ms linear 0ms;
  transition: color 250ms linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-link.style-box a:after {
    right: 20px;
  }
}
.pxl-link.style-box a:hover, .pxl-link.style-box a.active {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-link.style-box a:hover:after, .pxl-link.style-box a.active:after, .pxl-link.style-box a:hover i, .pxl-link.style-box a.active i {
  color: #fff;
}
.pxl-link.style-box li + li {
  margin-top: 6px;
}
.pxl-icon1 a {
  position: relative;
}
.pxl-icon1 a span {
  background-color: #080808;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  white-space: nowrap;
  display: block;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.pxl-icon1 a span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #080808 transparent;
  width: 0;
  height: 0;
}
.pxl-icon1 a.ps-top span {
  bottom: 100%;
  margin-bottom: 10px;
}
.pxl-icon1 a.ps-top span:before {
  bottom: -10px;
  border-color: #080808 transparent transparent transparent;
}
.pxl-icon1 a.ps-bottom span {
  top: 100%;
  margin-top: 10px;
}
.pxl-icon1 a.ps-bottom span:before {
  top: -10px;
}
.pxl-icon1 a:hover span {
  opacity: 1;
  visibility: visible;
}
.pxl-icon1.style-default a {
  color: #000;
}
.pxl-icon1.style-default a:hover {
  color: var(--primary-color);
}
.pxl-icon1.style-box1 a {
  background-color: var(--primary-color);
  color: #fff;
  width: 29px;
  height: 29px;
  border-radius: 6px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  font-size: 14px;
}
.pxl-icon1.style-box2 a {
  background-color: transparent;
  color: #fff;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  font-size: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transform: translateY(0);
}
.pxl-icon1.style-box2 a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-5px);
}
.pxl-image-single {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single *, .pxl-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single img {
  width: auto;
}
.pxl-image-single.pxl-hover1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-image-single.pxl-hover1 .pxl-item--inner img {
  -webkit-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.pxl-image-single.pxl-hover1 .pxl-item--inner:hover img {
  -webkit-transform: scale(1.06);
  -khtml-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.pxl-image-single.pxl-hover2 .pxl-item--inner img {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pxl-image-single.pxl-hover2 .pxl-item--inner:hover img {
  -webkit-transform: scale(0.95);
  -khtml-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.pxl-image-single.pxl-image-parallax .pxl-item--image {
  -webkit-transition: all 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-image-tilt {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pxl-image-tilt-active {
  overflow: hidden;
}
.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: var(--primary-color);
}
.pxl-language-switcher1 ul {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  min-width: 146px;
  padding: 16px 22px;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  -khtml-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  -moz-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  -ms-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  -o-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
  -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: 6px 0;
}
.pxl-language-switcher1 ul a {
  display: inline-flex;
  align-items: center;
}
.pxl-language-switcher1 ul a img {
  max-width: 21px;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  margin-right: 9px;
  -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;
  color: #222;
  font-size: 13px;
  padding: 0 20px;
  line-height: 29px;
  background-color: rgba(193, 209, 225, 0.1);
  border-radius: 6px;
  min-width: 146px;
  justify-content: center;
}
.pxl-language-switcher1 .current--item img {
  max-width: 21px;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  margin-right: 9px;
}
.pxl-language-switcher1 .current--item label {
  cursor: pointer;
}
.pxl-language-switcher1 .current--item label:after {
  content: "\f107";
  font-family: Caseicon;
  font-size: 9px;
  margin-left: 8px;
  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.dr-right ul, .pxl-language-switcher1.dr-top-right ul {
  left: auto;
  right: 0;
  text-align: right;
}
.pxl-language-switcher1.dr-top-right ul, .pxl-language-switcher1.dr-top-left ul {
  top: auto;
  bottom: 100%;
  transform-origin: bottom center;
  transform: perspective(300px) rotateX(90deg);
}
.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: 0;
  transform: perspective(300px) rotateX(0deg);
}
.btn-video {
  min-width: 75px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
}
.btn-video.style-divider:before {
  background-color: var(--primary-color);
  border-radius: 100%;
  z-index: -1;
}
.btn-video.style-divider .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: pxl_squares 3.9s linear 0s infinite;
  -webkit-animation: pxl_squares 3.9s linear 0s infinite;
  -ms-animation: pxl_squares 3.9s linear 0s infinite;
  -o-animation: pxl_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;
}
.btn-video.style-divider .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.btn-video.style-divider .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.btn-video.style-divider:hover, .btn-video.style-divider:focus {
  color: #fff;
}
.btn-video.style-divider:hover .line-video-animation, .btn-video.style-divider:focus .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner {
  height: auto !important;
}
.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .pxl-grid-item {
  position: static !important;
}
.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .grid-sizer {
  display: none;
}
.pxl-showcase-grid {
  text-align: center;
}
.pxl-showcase-grid .pxl-item--image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  margin-bottom: 22px;
}
.pxl-showcase-grid .pxl-item--image:before {
  background-color: #1c2539;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
}
.pxl-showcase-grid .pxl-item--buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
}
.pxl-showcase-grid .pxl-item--buttons .btn {
  color: #fff;
  line-height: 44px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 700;
  min-width: 125px;
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button {
  opacity: 0;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button:nth-child(1) {
  transform: translateY(-20px);
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button:nth-child(2) {
  transform: translateY(20px);
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button + .pxl-item--button {
  margin-top: 12px;
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button .btn-secondary {
  background-color: var(--secondary-color);
}
.pxl-showcase-grid .pxl-item--buttons .pxl-item--button .btn-secondary:hover {
  background-color: var(--primary-color);
}
.pxl-showcase-grid .pxl-item--title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1c2539;
}
.pxl-showcase-grid .pxl-item--title a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.pxl-showcase-grid .pxl-item--inner {
  margin-bottom: 34px;
}
.pxl-showcase-grid .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button, .pxl-showcase-grid .pxl-item--inner.item-active .pxl-item--buttons .pxl-item--button {
  transform: translateY(0px);
  opacity: 1;
}
.pxl-showcase-grid .pxl-item--inner:hover .pxl-item--image:before, .pxl-showcase-grid .pxl-item--inner.item-active .pxl-item--image:before {
  opacity: 0.76;
}
.pxl-project-info1 {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 21px rgba(27, 18, 18, 0.05);
  -khtml-box-shadow: 0 10px 21px rgba(27, 18, 18, 0.05);
  -moz-box-shadow: 0 10px 21px rgba(27, 18, 18, 0.05);
  -ms-box-shadow: 0 10px 21px rgba(27, 18, 18, 0.05);
  -o-box-shadow: 0 10px 21px rgba(27, 18, 18, 0.05);
  box-shadow: 0 10px 21px rgba(27, 18, 18, 0.05);
  overflow: hidden;
}
.pxl-project-info1 .pxl-item--title {
  margin-bottom: 0;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 24px 38px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .pxl-project-info1 .pxl-item--title {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-project-info1 .pxl--meta {
    font-size: 16px;
  }
}
.pxl-project-info1 .pxl--meta label {
  color: #666;
  font-size: 14px;
  margin-bottom: -3px;
}
.pxl-project-info1 .pxl--meta span {
  display: block;
  font-family: PT Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5555;
  color: var(--secondary-color);
  margin-top: -3px;
}
.pxl-project-info1 .pxl--icon {
  min-width: 43px;
  width: 43px;
  height: 43px;
  border-radius: 43px;
  background-color: var(--primary-color);
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.pxl-project-info1 .pxl--holder {
  padding: 42px 38px;
}
@media screen and (max-width: 1199px) {
  .pxl-project-info1 .pxl--holder {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.pxl-project-info1 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e9e9e9;
}
.pxl-project-info1 .pxl--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pxl-align--center {
  transform: translate(-50%, 0);
}
.pxl-contact-info1 .pxl-item--icon {
  width: 62px;
  height: 62px;
  min-width: 42px;
  border-radius: 62px;
  background-color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 29px;
  color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .pxl-contact-info1 .pxl-item--icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
}
.pxl-contact-info1 .pxl-item--subtitle {
  color: #fff;
  font-family: PT Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 5px;
}
.pxl-contact-info1 .pxl-item--title {
  color: #fff;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .pxl-contact-info1 .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-contact-info1 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  padding: 28px 36px 25px 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.pxl-contact-info1 .pxl-item--inner:hover {
  background-color: var(--secondary-color);
}
.pxl-contact-info1 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact-info2 .pxl-item--image {
  width: 72px;
  min-width: 72px;
}
.pxl-contact-info2 .pxl-item--image img {
  border-radius: 300px;
}
.pxl-contact-info2 .pxl-item--title {
  margin-bottom: 5px;
}
.pxl-contact-info2 .pxl-item--subtitle {
  font-size: 17px;
  color: var(--primary-color);
}
.pxl-contact-info3 {
  background-color: var(--primary-color);
  padding: 18px 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pxl-contact-info3 .pxl-item--icon {
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}
.pxl-contact-info3 .pxl-item--title {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.pxl-contact-info3 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-contact-info3 .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-contact-info3:hover {
  background-color: var(--secondary-color);
}
.pxl-contact-info4 {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pxl-contact-info4 .pxl-item--icon {
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}
.pxl-contact-info4 .pxl-item--title {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
.pxl-contact-info4 .pxl-item--title:hover {
  color: var(--secondary-color);
}
.pxl-contact-info4 .pxl-item--title:first-child {
  margin-bottom: -2px;
}
.pxl-contact-info4 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-list .pxl-item--icon i {
  color: var(--primary-color);
}
.pxl-list .pxl-item--icon svg {
  fill: var(--primary-color);
}
.pxl-list .pxl--item {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-list .pxl--item + .pxl--item {
  margin-top: 7px;
}
.pxl-list.icon-box-circle .pxl--item .pxl-item--icon {
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform: translateY(6px);
}
.pxl-list.icon-box-circle .pxl--item .pxl-item--icon i {
  font-size: 9px;
  color: #fff;
  line-height: 1;
}
.pxl-process1 .pxl-item--step {
  width: 39px;
  min-width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 39px;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
}
.pxl-process1 .pxl-item--meta {
  margin-top: 7px;
}
.pxl-process1 .pxl-item--meta .pxl-item--title {
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .pxl-process1 .pxl-item--meta .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-process1 .pxl-item--inner {
  display: flex;
  flex-wrap: nowrap;
}
.pxl-process2 {
  text-align: center;
}
.pxl-process2 .pxl-item--image {
  width: 195px;
  margin: 0 auto 35px auto;
  position: relative;
}
.pxl-process2 .pxl-item--image img {
  -webkit-border-radius: 195px;
  -khtml-border-radius: 195px;
  -moz-border-radius: 195px;
  -ms-border-radius: 195px;
  -o-border-radius: 195px;
  border-radius: 195px;
}
.pxl-process2 .pxl-item--step {
  position: absolute;
  top: 15px;
  left: -5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 51px;
  height: 51px;
  line-height: 51px;
  border-radius: 51px;
  background-color: var(--primary-color);
  box-shadow: 0 0 0 5px rgba(255, 238, 239, 0.6);
}
.pxl-process2 .pxl-item--title {
  margin-bottom: 14px;
}
.pxl-process2 .pxl-item--inner:hover .pxl-item--step {
  animation: pxl_bounce 800ms ease-out infinite;
  -webkit-animation: pxl_bounce 800ms ease-out infinite;
}
.pxl-process3 .pxl-item--step {
  position: absolute;
  bottom: 95px;
  right: -27px;
  font-size: 18px;
  font-weight: 700;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #fff;
  color: var(--primary-color);
  line-height: 54px;
  box-shadow: 0 10px 20px rgba(113, 126, 157, 0.6);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .pxl-process3 .pxl-item--step {
    right: auto;
    bottom: auto;
    top: -27px;
    left: 50%;
    margin-left: -27px;
  }
}
.pxl-process3 .pxl-item--step span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  box-shadow: 0 10px 20px rgba(73, 88, 124, 0.4);
}
.pxl-process3 .pxl-item--step.pos-left {
  right: auto;
  left: -27px;
}
@media screen and (max-width: 991px) {
  .pxl-process3 .pxl-item--step.pos-left {
    left: 50%;
  }
}
.pxl-process3 .pxl-item--image {
  display: inline-flex;
  position: relative;
  margin-bottom: 40px;
}
.pxl-process3 .pxl-item--title {
  margin-bottom: 10px;
  color: #2e3d62;
}
.pxl-process3 .pxl-item--description {
  color: #677788;
  font-size: 17px;
  line-height: 1.588;
}
.pxl-process3 .pxl-item--inner {
  text-align: center;
}
.ld-process1 .pxl-process1 .pxl-item--step {
  width: 39px;
  height: 39px;
  line-height: 39px;
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: none;
}
.ld-process1 .pxl-process1 .pxl-item--meta {
  margin-top: 4px;
}
.ld-process1 .pxl-process1 .pxl-item--meta .pxl-item--title {
  margin-bottom: 9px;
}
.pxl-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-social-share label {
  color: #1c2539;
  font-weight: 700;
  font-size: 14px;
}
.pxl-social-share .pxl-social--list {
  margin: 0 -4px;
}
.pxl-social-share .pxl-social--list a {
  display: inline-flex;
  width: 37px;
  height: 37px;
  border-radius: 37px;
  justify-content: center;
  line-height: 37px;
  color: #fff;
  font-size: 15px;
  margin: 4px;
}
.pxl-social-share .pxl-social--list a:hover {
  opacity: 0.8;
}
.pxl-social-share .pxl-social--list a.fb-social {
  background-color: #284baf;
}
.pxl-social-share .pxl-social--list a.tw-social {
  background-color: #18a6f0;
}
.pxl-social-share .pxl-social--list a.pin-social {
  background-color: #a91010;
}
.pxl-social-share .pxl-social--list a.lin-social {
  background-color: #0a66c2;
}
.pxl-countdown-layout1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
}
.pxl-countdown-layout1 .countdown-amount {
  color: #000;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1 .countdown-amount {
    font-size: 30px;
  }
}
.pxl-countdown-layout1 .countdown-period {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1 .countdown-period {
    font-size: 15px;
  }
}
.pxl-countdown-layout1 .countdown-item-holder {
  text-align: center;
  min-width: 70px;
  margin: 0 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1 .countdown-item-holder {
    min-width: 40px;
    margin: 0 10px;
  }
}
.pxl-countdown-layout1 .countdown-item + .countdown-item .countdown-amount:before {
  content: ':';
  position: absolute;
  top: -5px;
  left: -22px;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1 .countdown-item + .countdown-item .countdown-amount:before {
    display: none;
  }
}
.pxl-image-box1 .pxl-item--icon {
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.2);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.2);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.2);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.2);
  width: 90px;
  height: 90px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 41px;
  color: var(--primary-color);
  margin: -99px auto 27px auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.pxl-image-box1 .pxl-item--icon svg {
  height: 41px;
}
.pxl-image-box1 .pxl-item--icon i, .pxl-image-box1 .pxl-item--icon svg {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-image-box1 .pxl-item--holder {
  border: 1px solid #e1e9f4;
  border-radius: 10px;
  background-color: #fff;
  padding: 54px 20px;
  text-align: center;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-image-box1 .pxl-item--image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.pxl-image-box1 .pxl-item--image + .pxl-item--holder {
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.pxl-image-box1 .pxl-item--title {
  margin-bottom: 14px;
}
.pxl-image-box1 .pxl-banner-inner {
  -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;
  border-radius: 10px;
}
.pxl-image-box1 .pxl-banner-inner:hover {
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-image-box1 .pxl-banner-inner:hover .pxl-item--holder {
  border-color: #fff;
}
.pxl-image-box1 .pxl-banner-inner:hover i, .pxl-image-box1 .pxl-banner-inner:hover svg {
  -webkit-transform: rotateY(360deg);
  -khtml-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.pxl-image-box2 .pxl-banner-inner {
  display: flex;
  position: relative;
}
.pxl-image-box2 .pxl-banner-inner .pxl-item--image {
  padding: 20px 0 0 20px;
  position: relative;
  z-index: 1;
}
.pxl-image-box2 .pxl-banner-inner .pxl-item--image img {
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.pxl-image-box2 .pxl-banner-inner .pxl-item--image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
}
.pxl-image-box2 .pxl-banner-inner .pxl-item--image:after {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 0;
}
.pxl-contact-form .pxl--item.pxl-date .wpcf7-form-control-wrap:before {
  content: "\f073";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
}
.pxl-contact-form .pxl--item.pxl-time .wpcf7-form-control-wrap:before {
  content: "\f017";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
}
.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;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  background-color: #dc3232;
  color: rgba(255, 255, 255, 0.87);
  padding: 0 6px;
  border-radius: 0px;
  line-height: 22px;
  z-index: 99;
  position: absolute;
  top: -30px;
  right: 0;
}
.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
  content: '';
  position: absolute;
  top: 100%;
  border-width: 5px;
  border-color: #dc3232 transparent transparent;
  border-style: solid;
  right: 10px;
}
.pxl-contact-form .pxl--item > p {
  margin-bottom: 0;
}
.pxl-contact-form form {
  position: relative;
}
.pxl-contact-form form .wpcf7-response-output {
  margin: 30px 0 10px;
  border: none;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 5px;
  font-size: 14px;
  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(--secondary-color) transparent var(--secondary-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-form .pxl--form-icon {
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 0;
  margin: 0 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%);
  color: #e1e9f4;
  font-size: 22px;
}
.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: var(--primary-color);
  line-height: 47px;
  color: #fff;
  font-size: 18px;
}
.pxl-widget-searchform .searchform-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.pxl-widget-searchform .searchform-wrap .search-field {
  font-size: 16px;
  color: var(--primary-color);
  width: 140px;
  padding-left: 55px;
  padding-right: 15px;
  background-color: rgba(var(--primary-color-rgb),0.08);
  border: none;
  height: 50px;
  border-radius: 50px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-widget-searchform .searchform-wrap .search-field:focus {
  width: 165px;
}
.pxl-widget-searchform .searchform-wrap .search-submit {
  width: 36px;
  min-width: 36px;
  height: 50px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: normal;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 0;
}
.pxl-widget-searchform .searchform-wrap .search-submit i {
  font-size: 24px;
  font-weight: 500;
}
.pxl-widget-searchform2 .searchform-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.pxl-widget-searchform2 .searchform-wrap .search-field {
  font-size: 16px;
  color: var(--secondary-color);
  padding-left: 30px;
  padding-right: 150px;
  background-color: #fff;
  border: none;
  height: 62px;
  border-radius: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-widget-searchform2 .searchform-wrap .search-field::placeholder {
  color: #666;
}
.pxl-widget-searchform2 .searchform-wrap .search-field:focus, .pxl-widget-searchform2 .searchform-wrap .search-field:hover {
  border-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .pxl-widget-searchform2 .searchform-wrap .search-field {
    padding-right: 70px;
  }
}
.pxl-widget-searchform2 .searchform-wrap .search-submit {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: normal;
  background-color: transparent;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  background-color: var(--primary-color);
  padding: 0 32px;
  border-radius: 50px;
  color: var(--secondary-color);
  line-height: 1.7;
}
@media screen and (max-width: 575px) {
  .pxl-widget-searchform2 .searchform-wrap .search-submit {
    width: 50px;
    padding: 0;
  }
}
.pxl-widget-searchform2 .searchform-wrap .search-submit .pxl-search-button-text {
  margin-left: 11px;
  font-family: Rubik;
  font-size: 14.691px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 575px) {
  .pxl-widget-searchform2 .searchform-wrap .search-submit .pxl-search-button-text {
    display: none;
  }
}
.pxl-widget-searchform2 .searchform-wrap .search-submit i {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.pxl-widget-searchform2 .searchform-wrap .search-submit i:before {
  position: relative;
  top: 3px;
}
.pxl-widget-searchform2 .searchform-wrap .search-submit:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.pxl-widget-searchform2 .searchform-wrap .search-submit:hover i {
  color: var(--primary-color);
}
.pxl-hidden-panel-button.style-1 {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background-color: var(--secondary-color);
  border-radius: 45px;
  position: relative;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round {
  width: 16px;
  height: 16px;
  position: absolute;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round span {
  width: 4px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 4px;
  position: absolute;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round1 {
  top: 0;
  left: 0;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round2 {
  top: 0;
  left: 6px;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round3 {
  top: 0;
  right: 0;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round4 {
  top: 6px;
  left: 0;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round5 {
  top: 6px;
  left: 6px;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round6 {
  top: 6px;
  right: 0;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round7 {
  bottom: 0;
  left: 0;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round8 {
  bottom: 0;
  left: 6px;
}
.pxl-hidden-panel-button.style-1 .pxl-icon-round .pxl-icon-round9 {
  bottom: 0;
  right: 0;
}
.pxl-hidden-panel-button.style-1:hover .pxl-icon-round .pxl-icon-round1, .pxl-hidden-panel-button.style-1:hover .pxl-icon-round .pxl-icon-round4, .pxl-hidden-panel-button.style-1:hover .pxl-icon-round .pxl-icon-round7 {
  transform: translateX(12px);
}
.pxl-hidden-panel-button.style-1:hover .pxl-icon-round .pxl-icon-round3, .pxl-hidden-panel-button.style-1:hover .pxl-icon-round .pxl-icon-round6, .pxl-hidden-panel-button.style-1:hover .pxl-icon-round .pxl-icon-round9 {
  transform: translateX(-12px);
}
.pxl-hidden-panel-button.style-2 {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 15px;
  background-color: #e6eefb;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-square {
  width: 24px;
  height: 24px;
  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%);
  overflow: hidden;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-square span {
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #518cf5;
  left: 0;
  right: 0;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-square .pxl-icon-square1 {
  top: 4px;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-square .pxl-icon-square2 {
  top: 11px;
}
.pxl-hidden-panel-button.style-2 .pxl-icon-square .pxl-icon-square3 {
  bottom: 4px;
}
.pxl-hidden-panel-button.style-2.active .pxl-icon-square .pxl-icon-square1 {
  top: 11px;
  transform: rotate(45deg);
}
.pxl-hidden-panel-button.style-2.active .pxl-icon-square .pxl-icon-square2 {
  left: 100%;
}
.pxl-hidden-panel-button.style-2.active .pxl-icon-square .pxl-icon-square3 {
  bottom: 11px;
  transform: rotate(-45deg);
}
.pxl-hidden-panel-button.style-3 {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-square {
  width: 24px;
  height: 24px;
  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%);
  overflow: hidden;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-square span {
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: var(--primary-color);
  left: 0;
  right: 0;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-square .pxl-icon-square1 {
  top: 4px;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-square .pxl-icon-square2 {
  top: 11px;
}
.pxl-hidden-panel-button.style-3 .pxl-icon-square .pxl-icon-square3 {
  bottom: 4px;
}
.pxl-hidden-panel-button.style-3.active .pxl-icon-square .pxl-icon-square1 {
  top: 11px;
  transform: rotate(45deg);
}
.pxl-hidden-panel-button.style-3.active .pxl-icon-square .pxl-icon-square2 {
  left: 100%;
}
.pxl-hidden-panel-button.style-3.active .pxl-icon-square .pxl-icon-square3 {
  bottom: 11px;
  transform: rotate(-45deg);
}
.pxl-banner1 .pxl-banner-inner {
  position: relative;
  padding-bottom: 125px;
  overflow: hidden;
  max-width: 420px;
  border-radius: 9px;
}
.pxl-banner1 .pxl-banner-inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content {
  position: absolute;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 60px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-wrap-shape {
  position: relative;
  bottom: -1px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-wrap-shape svg.pxl-svg-1, .pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-wrap-shape svg.pxl-svg-2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-wrap-shape svg.pxl-svg-1 {
  fill: var(--secondary-color);
  z-index: 3;
  bottom: -1px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-wrap-shape svg.pxl-svg-2 {
  fill: var(--primary-color);
  z-index: 2;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content {
  z-index: 3;
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item--title {
  color: #fff;
  text-align: center;
  font-family: PT Serif;
  font-size: 25.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.504px;
  margin-bottom: 26px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item-contact-info {
  background-color: var(--primary-color);
  border-radius: 10px;
  position: relative;
  padding: 16px 47px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item-contact-info:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 5px;
  left: 0px;
  background-color: #fff;
  z-index: 1;
  border-radius: 10px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item-contact-info .pxl-item--icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 52.5px;
  height: 52.5px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item-contact-info .pxl-item--icon:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  z-index: -1;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item-contact-info .pxl-item--desc {
  color: var(--primary-color);
  font-size: 15px;
  font-family: Rubik;
  z-index: 3;
  position: relative;
  margin-bottom: -4px;
}
.pxl-banner1 .pxl-banner-inner .pxl-wrap-content .pxl-content .pxl-item-contact-info .pxl-item--number {
  font-size: 27.3px;
  color: var(--secondary-color);
  z-index: 3;
  position: relative;
  margin-bottom: 0;
}
.pxl-banner2 .pxl-banner-inner {
  position: relative;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pxl-banner2 .pxl-banner-inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-banner2 .pxl-banner-inner {
    padding: 20px 20px;
  }
}
.pxl-banner2 .pxl-banner-inner .pxl-banner-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .pxl-banner2 .pxl-banner-inner .pxl-banner-title {
    font-size: 24px;
  }
}
.pxl-banner2 .pxl-banner-inner .pxl-banner-desc {
  color: #fff;
  font-size: 17px;
  line-height: 1.58;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .pxl-banner2 .pxl-banner-inner .pxl-banner-desc {
    margin-bottom: 15px;
  }
}
.pxl-banner2 .pxl-banner-inner .btn {
  padding: 0 93px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-banner2 .pxl-banner-inner .btn {
    padding: 0 30px;
  }
}
.pxl-banner3 .pxl-banner-inner {
  padding: 0 80px 92px 0;
}
@media screen and (max-width: 575px) {
  .pxl-banner3 .pxl-banner-inner {
    padding: 0 0 92px;
  }
}
.pxl-banner3 .pxl-item--image {
  position: relative;
}
.pxl-banner3 .pxl-item--image .pxl-item--imgprimary {
  position: relative;
  text-align: right;
}
.pxl-banner3 .pxl-item--image .pxl-item--imgsecondary {
  position: absolute;
  bottom: -92px;
  left: 55px;
}
@media screen and (max-width: 1199px) {
  .pxl-banner3 .pxl-item--image .pxl-item--imgsecondary img {
    max-height: 320px;
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .pxl-banner3 .pxl-item--image .pxl-item--imgsecondary {
    left: 0;
  }
}
.pxl-banner3 .pxl-item--image .wrap-svg {
  position: absolute;
  bottom: -104px;
  left: 0;
  z-index: 2;
}
.pxl-banner3 .pxl-item--image .wrap-svg svg {
  fill: #fff;
}
.pxl-banner3 .pxl-item--image .wrap-svg i:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 40px;
  line-height: 1;
}
.pxl-banner3 .pxl-item--image .wrap-svg i:first-child {
  position: absolute;
  top: 20px;
  right: -17px;
  font-size: 68px;
  transform: rotate(-36deg);
  color: #fff;
}
@media screen and (max-width: 575px) {
  .pxl-banner3 .pxl-item--image .wrap-svg {
    display: none;
  }
}
.pxl-banner3 .pxl-item--meta {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 276px;
  margin-left: 33px;
  display: flex;
  flex-direction: row;
  background: linear-gradient(90deg, #00c6ff 0%, #0072ff 100%);
  padding: 33px 23px 33px 35px;
}
.pxl-banner3 .pxl-item--meta .pxl--counter-number {
  font-family: PT Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
}
.pxl-banner3 .pxl-item--meta .pxl--counter-number .pxl--counter-value {
  font-size: 42px;
}
.pxl-banner3 .pxl-item--meta:before {
  background-color: #00c6ff;
  content: "";
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: -31px;
}
.pxl-client-review1 .pxl-item--inner > div {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pxl-client-review1 .pxl-item--inner > div {
    width: 100%;
    padding: 0;
    justify-content: center;
    text-align: center;
  }
}
.pxl-client-review1 .pxl-item--images {
  display: flex;
  flex-wrap: wrap;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img {
  width: 67px;
  min-width: 67px;
  margin-right: -20px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img img {
  border-radius: 67px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:nth-child(1) {
  z-index: 6;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:nth-child(2) {
  z-index: 5;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:nth-child(3) {
  z-index: 4;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:nth-child(4) {
  z-index: 3;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:nth-child(5) {
  z-index: 2;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:nth-child(6) {
  z-index: 1;
}
.pxl-client-review1 .pxl-item--images .pxl-item--img:hover {
  z-index: 7;
  transform: scale(1.12);
}
.pxl-client-review1 .pxl--counter-number {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 1px;
}
.pxl-client-review1 .pxl-item--rate {
  font-size: 30px;
  font-weight: 700;
  color: #1c2539;
  line-height: 1;
  flex-grow: 1;
  text-align: center;
  padding: 12px 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 08) 0%, rgba(var(--primary-color-rgb),0.08) 50%, rgba(255, 255, 255, 08) 100%);
}
.pxl-client-review1 .pxl-item--rate span.text-gradient, .pxl-client-review1 .pxl-item--rate .pxl-icon--gradient span, .pxl-icon--gradient .pxl-client-review1 .pxl-item--rate span, .pxl-client-review1 .pxl-item--rate .pxl-banner3 .pxl-item--image .wrap-svg span:last-child, .pxl-banner3 .pxl-item--image .wrap-svg .pxl-client-review1 .pxl-item--rate span:last-child, .pxl-client-review1 .pxl-item--rate .swiper-filter-wrap .filter-item.active span, .swiper-filter-wrap .filter-item.active .pxl-client-review1 .pxl-item--rate span, .pxl-client-review1 .pxl-item--rate .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category span, .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category .pxl-client-review1 .pxl-item--rate span, .pxl-client-review1 .pxl-item--rate .pxl-video-player1 .btn-video.style5 span, .pxl-video-player1 .btn-video.style5 .pxl-client-review1 .pxl-item--rate span {
  font-weight: 900;
  font-size: 60px;
  display: inline-flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pxl-client-review1 .pxl-item--rate span.text-gradient + span, .pxl-client-review1 .pxl-item--rate .pxl-icon--gradient span + span, .pxl-icon--gradient .pxl-client-review1 .pxl-item--rate span + span, .pxl-client-review1 .pxl-item--rate .pxl-banner3 .pxl-item--image .wrap-svg span:last-child + span, .pxl-banner3 .pxl-item--image .wrap-svg .pxl-client-review1 .pxl-item--rate span:last-child + span, .pxl-client-review1 .pxl-item--rate .swiper-filter-wrap .filter-item.active span + span, .swiper-filter-wrap .filter-item.active .pxl-client-review1 .pxl-item--rate span + span, .pxl-client-review1 .pxl-item--rate .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category span + span, .pxl-service-grid-layout4.style-2 .pxl-item--inner .pxl-item--category .pxl-client-review1 .pxl-item--rate span + span, .pxl-client-review1 .pxl-item--rate .pxl-video-player1 .btn-video.style5 span + span, .pxl-video-player1 .btn-video.style5 .pxl-client-review1 .pxl-item--rate span + span {
  position: relative;
  top: -4px;
}
.pxl-client-review1 .pxl-item--title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  margin-top: -1px;
}
.pxl-client-review1 .pxl-item--meta {
  flex-grow: 1;
}
.pxl-client-review1 .pxl-item--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-client-review2 .pxl-item--inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 55px 66px 72px;
  box-shadow: 0 5px 25px rgba(179, 195, 210, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .pxl-client-review2 .pxl-item--inner {
    padding: 30px 20px 30px;
  }
}
.pxl-client-review2 .pxl-item--inner .pxl-item-sub-title {
  color: var(--primary-color);
  text-align: center;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.467;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--title {
  color: var(--secondary-color);
  text-align: center;
  font-family: PT Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .pxl-client-review2 .pxl-item--inner .pxl-item--title {
    font-size: 28px;
  }
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images {
  display: flex;
  flex-direction: row;
  transform: translateX(13%);
  margin-bottom: 10px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .pxl--counter-number {
  color: #0048b4;
  font-family: PT Serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.6px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image {
  display: flex;
  position: relative;
  align-items: center;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:hover {
  background-color: var(--secondary-color);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img i {
  font-size: 10px;
  color: var(--primary-color);
  line-height: 1;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img i:before {
  width: 9px;
  height: 1.3px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img i:after {
  height: 9px;
  width: 1.3px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img i:before, .pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img i:after {
  background-color: var(--primary-color);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img img {
  border-radius: 50%;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(1) {
  transform: translate(0);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(2) {
  transform: translateX(-50%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(3) {
  transform: translateX(-100%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(4) {
  transform: translateX(-150%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(5) {
  transform: translateX(-200%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(6) {
  transform: translateX(-250%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(7) {
  transform: translateX(-300%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(8) {
  transform: translateX(-350%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(9) {
  transform: translateX(-400%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--img:nth-child(10) {
  transform: translateX(-450%);
}
.pxl-client-review2 .pxl-item--inner .pxl-item--images .wrap-image .pxl-item--text {
  color: #fff;
  font-family: PT Serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.34px;
}
.pxl-client-review2 .pxl-item--inner .pxl--rating-label {
  color: #00255c;
  text-align: center;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.467;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--star {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 4px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--star .item-star {
  position: relative;
  color: var(--primary-color);
  width: 145px;
  display: inline-block;
  letter-spacing: 3.8px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--star .item-star:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 8px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--star .item-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--star .item-star span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  letter-spacing: 8px;
}
.pxl-client-review2 .pxl-item--inner .pxl-item--star .pxl--star-label {
  color: #0048b4;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-client-review3 .pxl-item--inner {
  padding: 23px 23px 28px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 43px 72px 0 rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 0 43px 72px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 43px 72px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 43px 72px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 43px 72px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 43px 72px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--icon:before {
  background-color: rgba(var(--secondary-color-rgb),0.3);
  content: "";
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--icon i {
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: var(--secondary-color);
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart {
  position: relative;
  z-index: 1;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .percentage {
  position: relative;
  z-index: 1;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .percentage:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transform: rotate(75deg);
  bottom: -23px;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .percentage:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transform: rotate(-75deg);
  bottom: -23px;
  right: 0;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .percentage canvas {
  transform: rotate(-115deg) scaleX(-1);
  z-index: 1;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .wrap-meta {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .wrap-meta .pxl--rating-label {
  color: var(--secondary-color);
  text-align: center;
  font-family: PT Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  z-index: 3;
}
.pxl-client-review3 .pxl-item--inner .pxl-piechart .wrap-meta .pxl--counter-number {
  color: var(--secondary-color);
  text-align: center;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45455;
  z-index: 3;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images {
  display: flex;
  position: relative;
  margin-top: -41px;
  z-index: 2;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffeeef;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img i {
  font-size: 10px;
  color: var(--primary-color);
  line-height: 1;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img i:before {
  width: 9px;
  height: 1.3px;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img i:after {
  height: 9px;
  width: 1.3px;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img i:before, .pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img i:after {
  background-color: var(--primary-color);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img img {
  border-radius: 50%;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(1) {
  transform: translate(0);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(2) {
  transform: translateX(-50%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(3) {
  transform: translateX(-100%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(4) {
  transform: translateX(-150%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(5) {
  transform: translateX(-200%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(6) {
  transform: translateX(-250%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(7) {
  transform: translateX(-300%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(8) {
  transform: translateX(-350%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(9) {
  transform: translateX(-400%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--img:nth-child(10) {
  transform: translateX(-450%);
}
.pxl-client-review3 .pxl-item--inner .pxl-item--images .pxl-item--text {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  color: #00255c;
  font-family: Rubik;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
.pxl-client-review3 .pxl-item--inner .pxl-item--desc {
  z-index: 2;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  margin-top: 13px;
}
.pxl-case-carousel1 {
  padding: 67px 50px 68px 60px;
  background-color: var(--primary-color);
  border-radius: 15px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-case-carousel1 {
    padding: 50px 30px;
  }
}
.pxl-case-carousel1 .pxl-item--subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.pxl-case-carousel1 .pxl-item--title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.34;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-case-carousel1 .pxl-item--title {
    font-size: 24px;
  }
}
.pxl-case-carousel1 .btn.btn-effect2 {
  font-size: 17px;
  line-height: 56px;
  padding: 0 41px;
  color: #1c2539;
  background-color: var(--secondary-color);
  margin-top: 36px;
}
@media screen and (max-width: 1199px) {
  .pxl-case-carousel1 .btn.btn-effect2 {
    padding: 0 38px;
    line-height: 52px;
    font-size: 16px;
  }
}
.pxl-case-carousel1 .btn.btn-effect2:before {
  background-color: #fff;
}
.pxl-case-carousel1 .btn.btn-effect2:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.pxl-case-carousel1 .pxl-swiper-dots {
  position: absolute;
  bottom: 65px;
  right: 55px;
  z-index: 99;
}
@media screen and (max-width: 1199px) {
  .pxl-case-carousel1 .pxl-swiper-dots {
    bottom: 50px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-case-carousel1 .pxl-swiper-dots {
    position: static;
    margin-top: 30px;
  }
}
.pxl-case-carousel1 .pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span {
  background-color: #fff;
}
.pxl-case-carousel1 .pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: transparent;
  box-shadow: 0 0 0 4px #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pxl-fullheight--md .elementor-widget-container, .pxl-fullheight--md .elementor-widget-wrap {
    height: 100%;
  }
  .pxl-fullheight--md .elementor-widget-container > div, .pxl-fullheight--md .elementor-widget-wrap > div {
    height: 100%;
  }
  .pxl-fullheight--md .elementor-widget-container > div .pxl-video--inner, .pxl-fullheight--md .elementor-widget-wrap > div .pxl-video--inner, .pxl-fullheight--md .elementor-widget-container > div .pxl-video--holder, .pxl-fullheight--md .elementor-widget-wrap > div .pxl-video--holder, .pxl-fullheight--md .elementor-widget-container > div .pxl-video--imagebg, .pxl-fullheight--md .elementor-widget-wrap > div .pxl-video--imagebg {
    height: 100% !important;
  }
}
.pxl-partner-carousel1 .pxl-item--logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-partner-carousel1 .pxl-item--logo:hover a {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.pxl-partner-carousel1 .pxl-item--inner {
  margin: 10px 0;
}
.pxl-partner-carousel1 .pxl-swiper-wrapper {
  align-items: center;
}
.pxl-partner-carousel1.style-2 .pxl-item--logo img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  filter: grayscale(100%);
}
.pxl-partner-carousel1.style-2 .pxl-item--logo:hover img {
  filter: grayscale(0%);
}
.pxl-showcase .pxl-item--buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.pxl-showcase .pxl-item--buttons .btn {
  padding: 0 20px;
  min-width: 140px;
  line-height: 51px;
}
@media screen and (max-width: 767px) {
  .pxl-showcase .pxl-item--buttons .btn {
    min-width: inherit;
    padding: 0 16px;
    font-size: 14px;
    line-height: 46px;
  }
}
.pxl-showcase .pxl-item--buttons .pxl-item--readmore {
  margin: 0 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pxl-showcase .pxl-item--buttons .pxl-item--readmore:nth-child(1) {
  -webkit-transform: translate(-40px, 0px);
  -khtml-transform: translate(-40px, 0px);
  -moz-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  -o-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}
.pxl-showcase .pxl-item--buttons .pxl-item--readmore:nth-child(2) {
  -webkit-transform: translate(40px, 0px);
  -khtml-transform: translate(40px, 0px);
  -moz-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  -o-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}
.pxl-showcase .pxl-item--meta {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .pxl-showcase .pxl-item--meta {
    left: 25px;
  }
}
.pxl-showcase .pxl-item--meta .pxl-item--title {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--primary-color);
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .pxl-showcase .pxl-item--meta .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-showcase .pxl-item--meta .pxl-item--subtitle {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.pxl-showcase .pxl-item--colleft, .pxl-showcase .pxl-item--colright {
  width: 50%;
  padding: 0 7px;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .pxl-showcase .pxl-item--colleft, .pxl-showcase .pxl-item--colright {
    padding: 0 5px;
  }
}
.pxl-showcase .pxl-item--colleft img, .pxl-showcase .pxl-item--colright img {
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pxl-showcase .pxl-item--colleft {
  -webkit-transform: translate(0, 75px);
  -khtml-transform: translate(0, 75px);
  -moz-transform: translate(0, 75px);
  -ms-transform: translate(0, 75px);
  -o-transform: translate(0, 75px);
  transform: translate(0, 75px);
}
@media screen and (max-width: 1199px) {
  .pxl-showcase .pxl-item--colright {
    -webkit-transform: translate(0, 55px);
    -khtml-transform: translate(0, 55px);
    -moz-transform: translate(0, 55px);
    -ms-transform: translate(0, 55px);
    -o-transform: translate(0, 55px);
    transform: translate(0, 55px);
  }
}
.pxl-showcase .pxl-item--overlay {
  z-index: 88;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1c2539;
  opacity: 0;
}
.pxl-showcase .pxl-item--inner {
  background-color: #1c2539;
  padding: 46px 33px 0 33px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .pxl-showcase .pxl-item--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-showcase .pxl-item--inner {
    padding-top: 66px;
  }
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--overlay, .pxl-showcase.item-active .pxl-item--inner .pxl-item--overlay {
  opacity: 0.6;
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--colleft img, .pxl-showcase.item-active .pxl-item--inner .pxl-item--colleft img, .pxl-showcase .pxl-item--inner:hover .pxl-item--colright img, .pxl-showcase.item-active .pxl-item--inner .pxl-item--colright img {
  filter: blur(4px);
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--colleft, .pxl-showcase.item-active .pxl-item--inner .pxl-item--colleft {
  -webkit-transform: translate(0, 0px);
  -khtml-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--colright, .pxl-showcase.item-active .pxl-item--inner .pxl-item--colright {
  -webkit-transform: translate(0, 75px);
  -khtml-transform: translate(0, 75px);
  -moz-transform: translate(0, 75px);
  -ms-transform: translate(0, 75px);
  -o-transform: translate(0, 75px);
  transform: translate(0, 75px);
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--meta, .pxl-showcase.item-active .pxl-item--inner .pxl-item--meta {
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -50px;
}
.pxl-showcase .pxl-item--inner:hover .pxl-item--buttons .pxl-item--readmore, .pxl-showcase.item-active .pxl-item--inner .pxl-item--buttons .pxl-item--readmore {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -khtml-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
@media screen and (max-width: 1199px) {
  .pxl-showcase .pxl-item--inner:hover .pxl-item--colright, .pxl-showcase.item-active .pxl-item--inner .pxl-item--colright {
    -webkit-transform: translate(0, 0px);
    -khtml-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
.pxl-section-border1 {
  z-index: 1;
}
.pxl-section-border1:before {
  content: '';
  position: absolute;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  border: 1px dashed #fff;
  z-index: -1;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .pxl-section-border1:before {
    display: none;
  }
}
.pxl-dot-active-third .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active, .pxl-dot-active-third .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover {
  background-color: var(--third-color);
}
.pxl-process-carousel1 {
  position: relative;
  /* Nav Carousel */
}
.pxl-process-carousel1 .pxl-swiper-slide {
  display: flex;
  justify-content: center;
}
.pxl-process-carousel1:before {
  border-top: 1px dashed #9dafbd;
  content: '';
  position: absolute;
  top: 132px;
  width: 60%;
  height: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-process-carousel1 .pxl-item--img {
  max-width: 264px;
  position: relative;
  display: inline-flex;
  margin-bottom: 42px;
}
.pxl-process-carousel1 .pxl-item--img img {
  border-radius: 264px;
}
.pxl-process-carousel1 .pxl-item--img .pxl-item--dot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  border: 16px solid var(--primary-color);
  z-index: 1;
}
.pxl-process-carousel1 .pxl-item--img .pxl-item--dot:before {
  content: "";
  position: absolute;
  top: -26px;
  left: -26px;
  right: -26px;
  bottom: -26px;
  background-color: rgba(var(--primary-color-rgb),0.3);
  border-radius: 50%;
  z-index: -1;
}
.pxl-process-carousel1 .pxl-item--number {
  position: absolute;
  top: 15px;
  left: -4px;
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: 700;
  border-radius: 51px;
  box-shadow: 0 0 0 5px rgba(207, 221, 232, 0.6);
}
.pxl-process-carousel1 .pxl-item--title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.6px;
  color: var(--secondary-color);
}
.pxl-process-carousel1 .pxl-item--description {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58824;
}
.pxl-process-carousel1 .pxl-item--inner {
  text-align: center;
  max-width: 319px;
}
.pxl-process-carousel1 .pxl-swiper-dots {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .pxl-process-carousel1 .pxl-swiper-dots {
    margin-top: 40px;
  }
}
.pxl-navigation-carousel {
  display: inline-flex;
}
.pxl-navigation-carousel .pxl-navigation-arrow {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--primary-color);
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-navigation-carousel .pxl-navigation-arrow:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .pxl-row-custom-bg .pxl-overlay--image {
    left: 30px !important;
    right: 30px !important;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-row-custom-bg .pxl-overlay--image {
    left: 0px !important;
    right: 0px !important;
  }
}
body.rtl .pxl-language-switcher1 .current--item img {
  margin-right: 0;
  margin-left: 9px;
}
body.rtl .pxl-language-switcher1 .current--item label::after {
  margin-right: 8px;
  margin-left: 0;
}
body.rtl .pxl-link.style-box i {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl-link.style-box a::after {
  right: auto;
  left: 27px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1199px) {
  body.rtl .pxl-link.style-box a::after {
    right: auto;
    left: 20px;
  }
}
body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  right: auto;
  left: 0;
}
body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
  right: auto;
  left: 10px;
}
body.rtl .pxl-widget-searchform .searchform-wrap .search-field {
  padding-right: 55px;
  padding-left: 15px;
}
body.rtl .pxl-widget-searchform .searchform-wrap .search-submit {
  left: auto;
  right: 20px;
}
body.rtl .pxl-process2 .pxl-item--step {
  left: auto;
  right: -5px;
}
.pxl-download-box1 {
  padding: 33px;
  border: 1px solid #efefef;
  border-radius: 11.35px;
}
.pxl-download-box1 .pxl-download--heading {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
}
.pxl-download-box1 .pxl-download--heading:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 34px;
  height: 3.41px;
  border-radius: 5px;
  background-color: var(--primary-color);
}
.pxl-download-box1 .pxl-download--button a {
  display: flex;
  flex-direction: row;
  padding: 18px 12px 12px 0;
}
.pxl-download-box1 .pxl-download--button a .pxl-download-icon i {
  font-size: 45px;
  color: var(--secondary-color);
}
.pxl-download-box1 .pxl-download--button a .download-content {
  display: flex;
  flex-direction: column;
}
.pxl-download-box1 .pxl-download--button a .download-content .pxl-download-title {
  font-size: 16px;
  font-family: PT Serif;
  line-height: 1.625;
  color: var(--secondary-color);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-download-box1 .pxl-download--button a .download-content .pxl-download-format-file {
  color: #9b9b9b;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.pxl-download-box1 .pxl-download--button a + a {
  border-top: 1px solid #cbcbcb;
}
.pxl-download-box1 .pxl-download--button a:hover .pxl-download-title {
  color: var(--primary-color);
}
.pxl-timeline {
  position: relative;
  margin: 100px 0;
}
@media (min-width: 1200px) {
  .pxl-timeline {
    max-width: 1300px;
  }
}
.pxl-timeline:before {
  position: absolute;
  content: "";
  height: 100%;
  border-left: 1px dashed #666;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  content: '';
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-timeline:before {
    left: 0px;
  }
}
.pxl-timeline .pxl-timeline-l1 {
  position: relative;
  padding: 0;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box {
    padding-left: 0px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box ul {
  position: relative;
  z-index: 2;
  margin: 0;
  margin-top: 16px;
  padding-left: 29px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .count {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  font-family: PT Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  background-color: var(--primary-color);
  border-radius: 50%;
  z-index: 1;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .count i {
  font-size: 24px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .count:before {
  position: absolute;
  content: "";
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .count {
    left: 0;
    border-radius: 0;
    transform: translate(0, -50%);
  }
  .pxl-timeline .pxl-timeline-l1 > .corner-box .count:before {
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .count {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 575px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .count {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-left: 10px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content {
  max-width: 585px;
  transform: translateY(-95px);
  -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;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content {
    max-width: 100%;
    transform: translateY(0);
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content .line {
  position: absolute;
  top: 53px;
  -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;
  left: -277px;
  width: 250px;
  transform: translatey(-50%);
  height: 1px;
  background-color: #e5dcdb;
}
@media (max-width: 575px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content .line {
    left: -29px;
    width: 29px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content .title {
  position: relative;
  z-index: 2;
  color: var(--secondary-color);
  font-family: PT Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1111;
  margin-bottom: 19px;
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content .title {
    font-size: 24px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content .desc {
  font-size: 17.33px;
  line-height: 1.4616;
  color: #817c7b;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-content li {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #b9b9bf;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time {
  transform: translateY(-65px);
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .time {
  color: #0048b4;
  font-family: PT Serif;
  font-size: 53px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1.06px;
  position: relative;
  padding-bottom: 8px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .time:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #efefef;
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .time:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .time {
    display: flex;
    padding-left: 0;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .desc-time {
  color: var(--secondary-color);
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 13px;
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .time {
    font-size: 40px;
  }
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .desc-time {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time {
    padding-left: 0px;
    transform: translateY(-18px);
    margin-top: 20px;
  }
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .time {
    text-align: left;
    padding-bottom: 0;
    font-size: 28px;
  }
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time .desc-time {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box .wrap-time {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) {
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) {
    flex-direction: column-reverse;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) {
    flex-direction: column;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content {
  padding: 52px 54px;
  border-radius: 10px;
  border-left: 6px solid #e13833;
  background: #fff;
  margin-right: 155px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content {
    margin: 0 100px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content {
    margin: 30px 0px 0px 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content {
    padding: 20px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content .title:before {
  right: -135px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content .title:after {
  right: -112px;
}
@media (min-width: 1024px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content .line {
    right: -277px;
    left: auto;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-time {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-time {
    margin-left: 20px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) {
  text-align: left;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) {
    margin: 0px 0px 50px 20px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) {
    flex-direction: column;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content {
  padding: 52px 54px;
  border-radius: 10px;
  border-right: 6px solid #e13833;
  background: #fff;
  margin-left: 155px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
}
@media screen and (max-width: 1199px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content {
    margin: 30px 0px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content {
    padding: 20px;
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content .title:before {
  right: -135px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content .title:after {
  right: -112px;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-time {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .count {
    transform: translate(-22px, 0);
  }
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:hover .wrap-content, .pxl-timeline .pxl-timeline-l1 > .corner-box.active .wrap-content {
  background: var(--primary-color);
  border-color: var(--secondary-color);
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:hover .wrap-content .title, .pxl-timeline .pxl-timeline-l1 > .corner-box.active .wrap-content .title {
  color: #fff;
}
.pxl-timeline .pxl-timeline-l1 > .corner-box:hover .wrap-content .desc, .pxl-timeline .pxl-timeline-l1 > .corner-box.active .wrap-content .desc {
  color: #fff;
}
.pxl-piechart-layout1 .pxl-piechart {
  display: flex;
}
.pxl-piechart-layout1 .pxl-piechart .item--value {
  position: relative;
}
.pxl-piechart-layout1 .pxl-piechart .item--value span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
}
.pxl-piechart-layout1 .pxl-piechart .item--title {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 19px;
}
.pxl-piechart-layout2 .pxl-piechart {
  background-color: #fff;
  border-radius: 19px;
  padding: 19px 15px 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
}
.pxl-piechart-layout2 .pxl-piechart .item--number {
  color: var(--secondary-color);
  font-family: PT Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0 2px;
}
.pxl-piechart-layout2 .pxl-piechart .item--title {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
.pxl-swiper-sliders2 .pxl-carousel-inner .pxl-swiper-wrapper {
  overflow: visible;
}
.pxl-swiper-sliders2 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-sliders2 .pxl-swiper-pagination {
  position: relative !important;
}
.pxl-swiper-sliders2 .pxl-swiper-pagination .pxl-swiper-dots {
  margin-top: 73px !important;
}
@media screen and (max-width: 767px) {
  .pxl-swiper-sliders2 .pxl-swiper-pagination .pxl-swiper-dots {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1400px) {
  .pxl-swiper-sliders2 .pxl-swiper-slide {
    opacity: 1 !important;
    top: -38px;
    padding: 0 53px;
    z-index: 1;
  }
  .pxl-swiper-sliders2 .swiper-slide-prev, .pxl-swiper-sliders2 .swiper-slide-next, .pxl-swiper-sliders2 .swiper-slide-active + .swiper-slide-next {
    opacity: 1 !important;
    z-index: 2;
    top: -19px;
    padding: 0 34px;
  }
  .pxl-swiper-sliders2 .swiper-slide-active {
    z-index: 3;
    top: 0;
    padding: 0;
  }
  .pxl-swiper-sliders2 .pxl-swiper-slide.swiper-slide-prev:first-child {
    opacity: 1 !important;
    top: -38px;
    padding: 0 53px;
    z-index: 1;
  }
}
.pxl-map1 .pxl-grid-inner {
  text-align: center;
}
.pxl-map1 .pxl-grid-inner .map-item-list {
  position: absolute;
}
@media (max-width: 991px) {
  .pxl-map1 .pxl-grid-inner .map-item-list {
    display: inline-block;
    position: initial;
  }
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner {
  position: relative;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--image {
  cursor: pointer;
  width: 81px;
  height: 81px;
  border-radius: 1000px;
  border: 5px solid var(--primary-color);
  position: relative;
  -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;
  transform: scale(0.877);
  z-index: 1;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--image img {
  border-radius: 1000px;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--image:hover {
  transform: scale(1);
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--holder {
  position: absolute;
  top: -60%;
  right: 50%;
  transform: translateX(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;
  opacity: 0;
  visibility: hidden;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--holder .pxl-item--title {
  padding: 0 17px;
  line-height: 1.65;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-radius: 8.27px;
  text-align: center;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--holder .pxl-item--title span {
  z-index: 2;
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner .pxl-item--holder .pxl-item--title:before {
  content: "";
  background-color: var(--primary-color);
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  width: 35px;
  height: 17px;
  position: absolute;
  bottom: -10px;
  right: 50%;
  z-index: 1;
  transform: translateX(50%);
}
.pxl-map1 .pxl-grid-inner .map-item-list .pxl-item--inner:hover .pxl-item--holder {
  opacity: 1;
  visibility: visible;
}
.pxl-map1 .pxl-grid-inner .map-item-list.right .pxl-item--holder {
  right: 100%;
  left: auto;
}
.pxl-map1 .pxl-grid-inner .map-item-list.right.pxl--item-active .pxl-item--holder {
  right: 112px;
}
.backdrop-filter-15px {
  backdrop-filter: blur(15px);
}
.elementor-widget-pxl_firefly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-pxl_firefly #canvas {
  position: absolute;
  left: -22%;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-head .bc-row.top {
  text-transform: capitalize;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-row.days {
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.57;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-body .bc-row.week {
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-col .number {
  color: var(--secondary-color) !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-col:hover .number {
  color: #fff !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-col.today .number {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 2px var(--primary-color) !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-col.today:hover .number {
  background: var(--primary-color) !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-row.entryBlock .timeslot-time {
  padding-top: 0;
  height: 80px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-row.entryBlock .timeslot-title {
  font-family: PT Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.6px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-row.entryBlock .timeslot-time {
  font-size: 14px;
  line-height: 1.55556;
  color: #5d666f;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Rubik', sans-serif;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .bc-row.entryBlock .spots-available {
  color: var(--primary-color);
}
@media screen and (min-width: 720px) {
  .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .timeslot-people button span.timeslot-mobile-title, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .timeslot-people button span.button-timeslot, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .timeslot-people button span.spots-available {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .timeslot + .timeslot {
    margin-top: 10px;
  }
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .timeslot-unavailable button {
  margin-right: 16px;
  cursor: not-allowed;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span {
  background-color: var(--primary-color) !important;
}
@media screen and (max-width: 720px) {
  body .booked-calendar-wrap .booked-calendar .booked-appt-list {
    max-height: 1000px !important;
  }
}
.pxl-template-carousel1 .pxl-carousel-inner {
  overflow: visible;
}
.pxl-template-carousel1 .pxl-swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.pxl-template-carousel1 .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
body.rtl .pxl-timeline-l1 {
  direction: ltr;
}
body.rtl .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(odd) .wrap-content, body.rtl .pxl-timeline .pxl-timeline-l1 > .corner-box:nth-child(even) .wrap-content {
  text-align: right;
  direction: rtl;
}
#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: 0 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: 65px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
#pxl-header-elementor {
  /* Header Menu */
}
@media screen and (min-width: 1200px) {
  #pxl-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
}
#pxl-header-elementor.pxl-header--rmindex-action {
  z-index: inherit;
}
#pxl-header-elementor.pxl-header--rmindex-action .pxl-header-elementor-main {
  z-index: inherit;
}
#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.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container, #pxl-header-elementor .elementor-inner-section, #pxl-header-elementor .elementor-widget:not(.elementor-absolute), #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap {
  position: static;
}
@media screen and (min-width: 1200px) {
  /* Header Tablet/Mobile */  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f107";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-flex;
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    transform: scaleY(-1);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .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: #162842;
  }
  .pxl-menu-primary li a {
    font-family: PT Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
  }
  .pxl-menu-primary > li > a {
    line-height: 94px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    color: #5d666f;
  }
  .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 .sub-menu, .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 26px 0;
    margin-top: 30px;
    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;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    border-radius: 0 5px 5px 5px;
  }
  .pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li {
    padding: 0 35px;
    white-space: nowrap;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    padding: 0.65em 0;
    display: block;
    border-bottom: 1px solid rgba(90, 90, 90, 0.09);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
  }
  .pxl-menu-primary .sub-menu li a:before, .pxl-menu-primary .children li a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: var(--primary-color);
    -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;
    opacity: 0;
    left: -10px;
  }
  .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(--primary-color);
    padding-left: 18px;
  }
  .pxl-menu-primary .sub-menu li > a:hover:before, .pxl-menu-primary .children li > a:hover:before, .pxl-menu-primary .sub-menu li.current_page_item > a:before, .pxl-menu-primary .children li.current_page_item > a:before, .pxl-menu-primary .sub-menu li.current-menu-item > a:before, .pxl-menu-primary .children li.current-menu-item > a:before, .pxl-menu-primary .sub-menu li.current_page_ancestor > a:before, .pxl-menu-primary .children li.current_page_ancestor > a:before, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:before, .pxl-menu-primary .children li.current-menu-ancestor > a:before {
    left: 0;
    opacity: 1;
  }
  .pxl-menu-primary .sub-menu li:last-child a, .pxl-menu-primary .children li:last-child a {
    border-bottom: none;
  }
  .pxl-menu-primary .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
    border-radius: 5px 0 5px 5px;
  }
  .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .pxl-menu-primary .sub-menu .sub-menu, .pxl-menu-primary .children .sub-menu, .pxl-menu-primary .sub-menu .children, .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary li:hover > .sub-menu, .pxl-menu-primary li.focus > .sub-menu, .pxl-menu-primary li:hover > .children, .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 20px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -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;
  }
}
@media screen and (max-width: 1199px) {
  #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: 65px;
  }
  #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: #1b1b1b;
    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(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 350px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .pxl-header-menu-scroll {
    padding: 55px 35px 40px;
  }
  .pxl-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #1b1b1b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .pxl-menu-toggle:before {
    content: "\f107";
    font-family: "Caseicon";
    -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: inline-flex;
  }
  .pxl-menu-toggle.active:before {
    transform: scaleY(-1);
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li.menu-item {
    position: relative;
  }
  .pxl-menu-primary li.menu-item > a {
    display: block;
    line-height: 46px;
    color: #162842;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a {
    color: #e13833;
  }
  .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: 600;
    padding-left: 14px;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
    margin-top: 40px;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-logo-mobile {
    margin-bottom: 30px;
  }
  .pxl-logo-mobile img {
    height: 34px;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 44px;
    border: none;
    padding: 0 22px;
    background-color: #f8f8f8;
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 5px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: none;
    color: #000;
    border: none;
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
  }
  .pxl-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    -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-elementor #pxl-header-mobile.style-dark {
    background-color: #1c2539;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::after, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button span {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
    background-color: #1c2539;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.67);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a:hover, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a.current, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed.style-dark {
    background-color: #1c2539;
  }
}
@media screen and (max-width: 767px) {
  /* Search Popup */  .pxl-header-menu {
    width: 100%;
  }
}
.pxl-popup-wrap .pxl-item--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 37, 57, 0.67);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup-wrap.active .pxl-item--overlay {
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  /* Hidden Panel */
}
#pxl-search-popup .pxl-item--close {
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  border-radius: 45px;
  border-width: 11px;
}
#pxl-search-popup .pxl-item--conent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 15px 80px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#pxl-search-popup .pxl-item--conent form {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#pxl-search-popup .pxl-item--conent form .search-field {
  height: 80px;
  padding: 16px 0;
  color: #1c2539;
  font-size: 30px;
  border: none;
  background-color: transparent;
  font-weight: 600;
}
#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.active {
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#pxl-hidden-panel-popup {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  #pxl-hidden-panel-popup {
    display: none;
  }
}
#pxl-hidden-panel-popup .pxl-close {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-width: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
#pxl-hidden-panel-popup .pxl-close:before, #pxl-hidden-panel-popup .pxl-close:after {
  background-color: #222;
}
#pxl-hidden-panel-popup .pxl-item--conent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 440px;
  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);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 50px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#pxl-hidden-panel-popup.active {
  visibility: visible;
}
#pxl-hidden-panel-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%);
}
#pxl-hidden-panel-popup .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.pxl-anchor-button {
  overflow: hidden;
  width: 30px;
  height: 22px;
  cursor: pointer;
  position: relative;
}
.pxl-anchor-button .pxl-icon-line {
  height: 2px;
  position: absolute;
  left: 0;
}
.pxl-anchor-button .pxl-icon-line:before, .pxl-anchor-button .pxl-icon-line:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 1;
  width: 100%;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.pxl-anchor-button .pxl-icon-line:before {
  -webkit-transform: translate3d(-100%, 0, 0);
  -khtml-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pxl-anchor-button .pxl-icon-line:after {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pxl-anchor-button .pxl-icon-line.pxl-icon-line1 {
  top: 0;
  width: 100%;
}
.pxl-anchor-button .pxl-icon-line.pxl-icon-line2 {
  top: 50%;
  width: 25px;
  margin-top: -1px;
}
.pxl-anchor-button .pxl-icon-line.pxl-icon-line3 {
  width: 16px;
  bottom: 0;
}
.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line1:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line2:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line3:after {
  -webkit-transform: translate3d(36px, 0, 0);
  -khtml-transform: translate3d(36px, 0, 0);
  -moz-transform: translate3d(36px, 0, 0);
  -ms-transform: translate3d(36px, 0, 0);
  -o-transform: translate3d(36px, 0, 0);
  transform: translate3d(36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
.admin-bar {
  /* Elementor Popup */
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar #pxl-hidden-panel-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar #pxl-hidden-panel-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar #pxl-search-popup, .admin-bar #pxl-hidden-panel-popup {
    top: 0;
  }
}
.admin-bar .pxl-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-menu {
    top: 46px;
  }
}
.pxl-popup-button1 {
  width: 74px;
  height: 75px;
  background-color: #000;
  position: relative;
  cursor: pointer;
}
.pxl-popup-button1 .pxl-anchor-button .pxl-icon-line::before, .pxl-popup-button1 .pxl-anchor-button .pxl-icon-line::after {
  background-color: #fff;
}
#pxl-popup-elementor {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #pxl-popup-elementor {
    display: none;
  }
}
#pxl-popup-elementor .pxl-item--overlay {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pxl-popup-elementor .pxl-item--overlay .pxl-item--flip {
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#pxl-popup-elementor .pxl-item--overlay .pxl-item--flip:before {
  width: 101%;
  background-color: #000;
  -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-popup-elementor .pxl-close {
  width: 54px;
  height: 54px;
  background: #222;
  border-width: 20px;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99;
  -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;
  transform: scale(0) rotate(360deg);
}
#pxl-popup-elementor .pxl-close:before, #pxl-popup-elementor .pxl-close:after {
  background-color: #fff;
}
#pxl-popup-elementor .pxl-item--conent {
  -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: translateY(40px);
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#pxl-popup-elementor.active {
  visibility: visible;
  opacity: 1;
}
#pxl-popup-elementor.active .pxl-item--overlay .pxl-item--flip:before {
  transform: scaleX(1);
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#pxl-popup-elementor.active .pxl-item--conent {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor.active .pxl-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor.deactivation {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#pxl-popup-elementor.deactivation .pxl-item--flip:before {
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
..clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.pxl---post {
  /* Blog Layout */
}
.pxl---post .pxl-item--image {
  position: relative;
}
.pxl---post .pxl-item--image a {
  display: block;
  width: 100%;
}
.pxl---post .pxl-item--title {
  font-size: 30px;
  line-height: 1.33333;
  margin-bottom: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .pxl---post .pxl-item--title {
    font-size: 24px;
  }
}
.pxl---post .pxl-item--title a {
  color: inherit;
}
.pxl---post .pxl-item--title a:hover {
  color: inherit;
}
.pxl---post .pxl-item--excerpt {
  margin-bottom: 16px;
}
.pxl---post.product .pxl-item--meta {
  display: none !important;
}
.pxl---post .pxl-item--meta + .pxl-item--title {
  margin-top: 15px;
}
.pxl-item--archive .pxl-post--meta {
  justify-content: center;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.pxl-item--archive .pxl-post--meta a {
  font-weight: inherit;
  color: inherit;
}
.pxl-item--archive .pxl-post--meta i {
  color: var(--primary-color);
  font-size: 18px;
  display: inline-flex;
}
.pxl-item--archive .pxl-post--meta > div {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .pxl-item--archive .pxl-post--meta > div {
    padding: 0 8px;
  }
}
.pxl-item--archive.pxl-item--standard {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.pxl-item--archive.pxl-item--standard .pxl-item--image img {
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.pxl-item--archive.pxl-item--standard .pxl-item--holder {
  padding: 0 36px 42px;
}
@media screen and (max-width: 1199px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--holder {
    padding: 22px;
  }
}
.pxl-item--archive.pxl-item--standard .pxl-item--meta {
  border-bottom: 1px solid #f6f6f6;
  padding: 22px 0px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--meta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-item--archive.pxl-item--standard .pxl-item--meta {
    padding: 30px 22px;
  }
}
.pxl-date--box {
  position: absolute;
  top: -14px;
  right: -36px;
  line-height: 28px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  padding: 0 13px;
  border-radius: 5px 0 0 5px;
}
.pxl-author--box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* End Blog Layout */
}
.pxl-author--box .pxl-auhtor--img {
  width: 46px;
  min-width: 46px;
}
.pxl-author--box .pxl-auhtor--img img {
  border: 2px solid #e1e9f4;
  border-radius: 46px;
}
.pxl-author--box .pxl-auhtor--meta h6 {
  margin-bottom: 2px;
  font-size: 16px;
}
.pxl-author--box .pxl-auhtor--meta h6 a {
  color: inherit;
}
.pxl-author--box .pxl-auhtor--meta h6 a:hover {
  color: inherit;
}
.pxl-author--box .pxl-auhtor--meta .pxl-auhtor--position {
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .single-post #pxl-page-title-elementor .pxl-page--title .pxl-item-title {
    font-size: 40px;
  }
}
.single-post .pxl-item--image {
  position: relative;
  margin-bottom: 32px;
}
.single-post .pxl-item--date {
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45454;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .single-post .pxl-item--date {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .pxl-item--date {
    font-size: 16px;
  }
}
.single-post .pxl-item-title {
  font-family: PT Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: var(--secondary-color);
  margin-bottom: 13px;
}
@media screen and (max-width: 1199px) {
  .single-post .pxl-item-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .pxl-item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .pxl-item-title {
    font-size: 22px;
  }
}
.single-post .pxl-item--holder {
  padding-bottom: 33px;
}
.single-post .single-heading {
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 24px;
}
.single-post .single-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--primary-color);
}
.single-post .single-list {
  margin-left: 36px;
  list-style: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .single-post .single-list {
    margin-left: 0;
  }
}
.single-post .single-list li {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
}
.single-post .single-list li:before {
  content: "\f135";
  font-family: "caseicon";
  color: #fff;
  margin-right: 10px;
  font-size: 10px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.single-post .single-list li + li {
  margin-top: 7px;
}
.pxl-post--author-info {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info {
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post--author-info {
    flex-direction: column;
  }
}
.pxl-post--author-info .pxl-post--author-image {
  width: 124px;
  min-width: 124px;
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info .pxl-post--author-image {
    width: 80px;
    min-width: 80px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post--author-info .pxl-post--author-image {
    margin-bottom: 10px;
  }
}
.pxl-post--author-info .pxl-post--author-image img {
  -webkit-border-radius: 124px;
  -khtml-border-radius: 124px;
  -moz-border-radius: 124px;
  -ms-border-radius: 124px;
  -o-border-radius: 124px;
  border-radius: 124px;
}
.pxl-post--author-info .pxl-post--author-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-post--author-info .pxl-post--author-title {
    font-size: 18px;
  }
}
.pxl-post--author-info .pxl-post--author-title a {
  color: inherit;
}
.pxl-post--author-info .pxl-post--author-description {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
  max-width: 580px;
}
.pxl-post--author-info .pxl-post--author-social a {
  color: #5d666f;
  font-size: 15px;
  margin-right: 22px;
}
.pxl-post--author-info .pxl-post--author-social a:hover {
  color: var(--primary-color);
}
.pxl--post-footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px dotted #dadada;
  margin-bottom: 32px;
}
.pxl--post-footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}
.pxl--post-footer label {
  font-size: 20px;
  color: var(--secondary-color);
  font-family: PT Serif;
  line-height: 1.4;
  font-weight: 400;
  margin-right: 10px;
}
.pxl--post-footer .pxl--tags {
  margin-right: 30px;
  flex-grow: 1;
}
.pxl--post-footer .pxl--tags a {
  line-height: 32px;
  display: inline-block;
  padding: 0 14px;
  background-color: #f0f0f0;
  color: var(--secondary-color);
  font-size: 12px;
  margin: 5px 5px 5px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 5px;
}
.pxl--post-footer .pxl--tags a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
@media  {
  .pxl--post-footer .pxl--social a {
    padding: 3px 15px 0;
    line-height: 2.1;
    flex-shrink: 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
  }
  .pxl--post-footer .pxl--social a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  .pxl--post-footer .pxl--social a i {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
  }
  .pxl--post-footer .pxl--social a + a {
    margin-left: 9px;
  }
}
@media screen and (max-width: 575px) {
  .pxl--post-footer .pxl--social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    margin-right: 5px;
    font-size: 0px;
    opacity: 0.85;
    border: none;
  }
  .pxl--post-footer .pxl--social a:hover {
    transform: translateY(-5px);
  }
  .pxl--post-footer .pxl--social a i {
    font-size: 15px;
    opacity: 1;
    visibility: visible;
  }
  .pxl--post-footer .pxl--social a.fb-social {
    background-color: #1877f2;
  }
  .pxl--post-footer .pxl--social a.tw-social {
    background-color: #1da1f2;
  }
  .pxl--post-footer .pxl--social a.pin-social {
    background-color: #bd081c;
  }
  .pxl--post-footer .pxl--social a.lin-social {
    background-color: #0a66c2;
  }
  .pxl--post-footer .pxl--social a:hover {
    opacity: 1;
  }
}
.pxl-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-pagination-wrap .page-numbers {
  width: 38px;
  height: 38px;
  background-color: transparent;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #1c2539;
  position: relative;
  z-index: 1;
  padding: 0;
  font-weight: 500;
  margin: 0 5px;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}
.pxl-pagination-wrap .page-numbers.next, .pxl-pagination-wrap .page-numbers.prev {
  color: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers.current, .pxl-pagination-wrap .page-numbers:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-pagination-wrap .page-numbers i {
  font-size: 12px;
}
.pxl-pagination-wrap .pxl-pagination-links {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
.pxl-post--navigation {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px dotted #dadada;
  padding: 0 0 40px;
  margin-bottom: 40px;
}
.pxl-post--navigation .pxl--items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-post--navigation .pxl--items .pxl--item {
  width: 50%;
}
@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--label {
  font-size: 15px;
  font-weight: 600;
  color: #5d666f;
  display: inline-block;
}
.pxl-post--navigation .pxl--label span {
  position: relative;
}
.pxl-post--navigation .pxl--label span:before {
  content: '';
  width: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.37);
  position: absolute;
  bottom: 0px;
  left: 0;
}
.pxl-post--navigation .pxl--label:hover span:before {
  width: 100%;
}
.pxl-post--navigation .pxl--label i {
  font-size: 10px;
}
.pxl-post--navigation .pxl--img {
  width: 60px;
  min-width: 60px;
  position: relative;
}
.pxl-post--navigation .pxl--img a {
  display: block;
}
.pxl-post--navigation .pxl--img a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -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 {
  content: '+';
  font-size: 30px;
  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 {
  opacity: 0.76;
}
.pxl-post--navigation .pxl--img:hover a:after {
  opacity: 1;
}
.pxl-post--navigation .pxl--meta {
  max-width: 260px;
}
.pxl-post--navigation .pxl--meta a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  color: #1c2539;
  display: block;
}
.pxl-post--navigation .pxl--meta a:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--holder {
  margin-top: 14px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-post--navigation .pxl--item-prev .pxl--label i {
  margin-right: 4px;
}
.pxl-post--navigation .pxl--item-prev .pxl--img {
  margin-right: 22px;
}
.pxl-post--navigation .pxl--item-next {
  text-align: right;
}
.pxl-post--navigation .pxl--item-next .pxl--label i {
  margin-left: 4px;
}
.pxl-post--navigation .pxl--item-next .pxl--img {
  margin-left: 22px;
}
.pxl-post--navigation .pxl--item-next .pxl--holder {
  justify-content: flex-end;
}
.pxl-custom-swiper {
  overflow: hidden;
  position: relative;
}
.pxl-post-gallery-slider .pxl-custom-swiper {
  border-radius: 8px 8px 0 0;
}
.pxl-post-gallery-slider .pxl-custom-swiper img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 26px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 26px;
}
.error404 #pxl-main {
  background-color: var(--secondary-color);
}
.error404 .pxl-error-inner {
  text-align: center;
  position: relative;
}
.error404 .pxl-error-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error404 .pxl-error-number {
  color: var(--primary-color);
  text-align: center;
  font-family: PT Serif;
  font-size: 226.462px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 17px;
}
@media screen and (max-width: 1199px) {
  .error404 .pxl-error-number {
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  .error404 .pxl-error-number {
    font-size: 80px;
  }
}
.error404 .pxl-error-title {
  text-align: center;
  font-family: Rubik;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media screen and (max-width: 1199px) {
  .error404 .pxl-error-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .error404 .pxl-error-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .error404 .pxl-error-title {
    font-size: 32px;
  }
}
.error404 .pxl-error-description {
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .error404 .pxl-error-description {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.error404 .pxl-error-holder {
  position: relative;
  z-index: 99;
}
.error404 .search-form {
  max-width: 720px;
  margin: 0 auto 37px auto;
}
.error404 .search-form .search-field {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .error404 #pxl-main {
    padding-top: 115px;
    padding-bottom: 150px;
  }
}
.page-links {
  margin-top: 24px;
  clear: left;
}
.page-links .post-page-numbers {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 15px 0 0;
  color: #080808;
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pxl-list--check {
  margin: 40px 0;
  list-style: none;
}
.pxl-list--check i {
  color: var(--primary-color);
  margin-right: 8px;
}
.pxl-list--check li {
  display: flex;
}
.pxl-list--check li + li {
  margin-top: 8px;
}
body.rtl .pxl-list--check i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .pxl-date--box {
  border-radius: 0 5px 5px 0;
}
body.rtl.single-post .single-list {
  margin-left: 0;
  margin-right: 36px;
}
@media screen and (max-width: 1199px) {
  body.rtl.single-post .single-list {
    margin-left: 0;
  }
}
body.rtl.single-post .single-list li::before {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl.single-post .single-heading::before {
  left: auto;
  right: 0;
}
body.rtl .pxl-post--author-info .pxl-post--author-social a {
  margin-right: 0;
  margin-left: 22px;
}
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 {
  transform: scaleX(-1);
  display: inline-flex;
}
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 {
  transform: scaleX(-1);
  display: inline-flex;
}
.pxl-page-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@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 .widget {
  margin-bottom: 30px;
  padding: 35px 30px 40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
@media screen and (max-width: 767px) {
  .pxl-sidebar-area .widget {
    padding: 30px 22px 30px;
  }
}
.pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.widget-title, .comment-reply-title, .comments-title, .pxl-author-info .author-name {
  font-size: 20px;
  margin-bottom: 27px;
  position: relative;
  padding-bottom: 18px;
}
.widget-title:before, .comment-reply-title:before, .comments-title:before, .pxl-author-info .author-name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--primary-color);
}
.comment-reply-title {
  margin-bottom: 8px;
}
.comments-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .comments-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .comments-title {
    font-size: 22px;
  }
}
.comment-reply-title, .comments-title {
  font-size: 40px;
  font-weight: 400;
}
.comment-reply-title:before, .comments-title:before {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .comment-reply-title, .comments-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .comment-reply-title, .comments-title {
    font-size: 22px;
  }
}
.search-form {
  position: relative;
}
.search-form .search-submit {
  height: 58px;
  width: 58px;
  background: var(--primary-color);
  top: 0;
  right: 0;
  padding: 0;
  position: absolute;
  color: #fff;
  line-height: 58px;
  z-index: 1;
  font-size: 17px;
  font-weight: 400;
  border-radius: 0 58px 58px 0;
  -webkit-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.1);
  -khtml-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.1);
  -moz-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.1);
  -ms-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.1);
  -o-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.1);
  box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.1);
}
.search-form .search-submit:hover {
  background-color: var(--secondary-color);
  color: #fff;
  box-shadow: none;
}
.search-form .search-field {
  color: #5d666f;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  height: 58px;
  padding: 0 26px;
  border: 1.135px solid #efefef;
  border-radius: 50px;
  -webkit-border-radius: 58px;
  -khtml-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border-radius: 58px;
}
.search-form .search-field:focus, .search-form .search-field:active, .search-form .search-field:hover {
  border-color: var(--primary-color);
}
.widget_search.widget {
  padding: 0;
  box-shadow: none;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_product_categories .pxl-count:before, .widget_categories .pxl-count:before, .widget_nav_menu .pxl-count:before, .widget_pages .pxl-count:before, .widget_archive .pxl-count:before, .widget_meta .pxl-count:before, .widget_recent_entries .pxl-count:before {
  content: "(";
}
.widget_product_categories .pxl-count:after, .widget_categories .pxl-count:after, .widget_nav_menu .pxl-count:after, .widget_pages .pxl-count:after, .widget_archive .pxl-count:after, .widget_meta .pxl-count:after, .widget_recent_entries .pxl-count:after {
  content: ")";
}
.widget_product_categories.widget, .widget_categories.widget, .widget_nav_menu.widget, .widget_pages.widget, .widget_archive.widget, .widget_meta.widget, .widget_recent_entries.widget {
  padding-bottom: 31px;
}
.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
  background-color: #fff;
  color: #5d666f;
  display: block;
  padding: 9px 0;
  position: relative;
  font-size: 16px;
  border-bottom: 1px dotted rgba(var(--primary-color-rgb),0.2);
}
.widget_product_categories ul li.current-menu-item > a, .widget_categories ul li.current-menu-item > a, .widget_nav_menu ul li.current-menu-item > a, .widget_pages ul li.current-menu-item > a, .widget_archive ul li.current-menu-item > a, .widget_meta ul li.current-menu-item > a, .widget_recent_entries ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_categories ul li.current-cat > a, .widget_nav_menu ul li.current-cat > a, .widget_pages ul li.current-cat > a, .widget_archive ul li.current-cat > a, .widget_meta ul li.current-cat > a, .widget_recent_entries ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat-parent > a, .widget_nav_menu ul li.current-cat-parent > a, .widget_pages ul li.current-cat-parent > a, .widget_archive ul li.current-cat-parent > a, .widget_meta ul li.current-cat-parent > a, .widget_recent_entries ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover, .widget_categories ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_pages ul li > a:hover, .widget_archive ul li > a:hover, .widget_meta ul li > a:hover, .widget_recent_entries ul li > a:hover {
  color: var(--primary-color);
}
.widget_product_categories ul li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > a {
  padding-left: 14px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 19px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 24px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 28px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 32px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 36px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 41px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 46px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 51px;
}
.widget_product_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_categories ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_nav_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_pages ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_archive ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_meta ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .widget_recent_entries ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 56px;
}
.widget_product_categories .widget-content > ul > li:last-child > a, .widget_categories .widget-content > ul > li:last-child > a, .widget_nav_menu .widget-content > ul > li:last-child > a, .widget_pages .widget-content > ul > li:last-child > a, .widget_archive .widget-content > ul > li:last-child > a, .widget_meta .widget-content > ul > li:last-child > a, .widget_recent_entries .widget-content > ul > li:last-child > a {
  border-bottom: none;
}
.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.widget_tag_cloud a, .widget_product_tag_cloud a {
  font-family: 'Rubik', sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  padding: 14px 21.159px 11px 20.159px;
  justify-content: center;
  align-items: center;
  margin: 0 3.76px 3px 0;
  background-color: #efefef;
  color: var(--secondary-color);
}
.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.widget_tag_cloud a:hover:before, .widget_product_tag_cloud a:hover:before {
  opacity: 0;
}
.widget_tag_cloud a:hover:after, .widget_product_tag_cloud a:hover:after {
  opacity: 1;
}
.widget_pxl_recent_posts .pxl-item--img {
  width: 130px;
  min-width: 130px;
}
@media screen and (max-width: 1199px) {
  .widget_pxl_recent_posts .pxl-item--img {
    width: 80px;
    min-width: 80px;
  }
}
.widget_pxl_recent_posts .pxl-item--img img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_pxl_recent_posts .pxl-item--title {
  font-size: 16px;
  line-height: 1.125;
  margin-bottom: 0;
}
.widget_pxl_recent_posts .pxl-item--title a {
  color: inherit;
}
.widget_pxl_recent_posts .pxl-item--title a:hover {
  color: inherit;
}
.widget_pxl_recent_posts .pxl-item--date {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-top: 8px;
}
.widget_pxl_recent_posts .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(174, 182, 194, 0.15);
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.widget_pxl_recent_posts .pxl--item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gallery {
  margin: -10px -5px 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}
#pxl-content-main .gallery {
  margin: -5px -12px 38px -12px !important;
}
#pxl-content-main .gallery .gallery-item {
  padding: 0 12px !important;
  margin: 24px 0 0 !important;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 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 42px -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 {
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.calendar_wrap caption {
  margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_recent_comments ul a, .widget_recent_comments ol a {
  color: inherit;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ol a:hover {
  color: var(--primary-color);
}
.widget_recent_comments ul li + li, .widget_recent_comments ol li + li {
  margin-top: 18px;
}
.widget_rss .rss-widget-title {
  color: inherit;
}
.widget_rss ul, .widget_rss ol {
  margin: 0;
  list-style: none;
}
.widget_rss .rsswidget {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 700;
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}
.widget_rss li + li {
  margin-top: 34px;
}
.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: var(--primary-color);
}
.widget_block ul, .widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container > h2 {
  font-family: PT Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: -0.48px;
  color: var(--secondary-color);
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
  font-size: 16px;
  line-height: 24px;
  color: #080808;
  font-weight: 500;
}
.widget_block .wp-block-latest-posts__list a, .widget_block .wp-block-latest-comments a {
  color: inherit;
}
.widget_block .wp-block-latest-posts__list a:hover, .widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-posts__list li + li, .widget_block .wp-block-latest-comments li + li {
  margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
  color: #666;
}
.widget_block .wp-block-latest-comments a {
  color: #080808;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__label + .wp-block-search__inside-wrapper {
  margin-top: 15px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  height: 58px;
  width: 58px;
  top: 0;
  right: 0;
  padding: 0;
  position: absolute;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  line-height: 50px;
  z-index: 1;
  font-size: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #ececf0;
  -webkit-border-radius: 0 50px 50px 0;
  -khtml-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f104";
  font-family: "Caseicon";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-color: #ececf0;
  color: #222;
  padding-left: 24px;
}
.widget_archive .nice-select ul.list {
  max-width: 320px;
}
.wp-calendar-table {
  background-color: #fff;
}
.pxl-author-info.widget {
  padding-bottom: 36px;
}
.pxl-author-info .author-image {
  margin-bottom: 16px;
}
.pxl-author-info .author-image img {
  width: 100%;
}
.pxl-author-info .author-desc {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
}
.pxl-author-info .author-social {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.pxl-author-info .author-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 100%;
  color: #1c2539;
  margin: 6px;
  font-size: 15px;
}
.pxl-author-info .author-social a span {
  display: inline-flex;
}
.pxl-author-info .author-social a:hover {
  background-color: #fff;
  color: var(--primary-color);
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before, body.rtl .pxl-author-info .author-name::before {
  right: 0;
  left: auto;
}
.widget_calendar .wp-calendar-table {
  margin: 0;
}
.widget_calendar .wp-calendar-table caption {
  background-color: var(--primary-color);
  color: #fff;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-height: 54px;
  margin: 0;
  border-radius: 15px 15px 0 0;
}
.widget_calendar .wp-calendar-table thead {
  max-height: 32px;
  background-color: var(--secondary-color);
}
.widget_calendar .wp-calendar-table thead tr th {
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.57;
  border-top: 0;
  color: #fff;
}
.widget_calendar .wp-calendar-table tbody tr th {
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.57;
  border-top: 0;
  color: #fff;
}
.widget_calendar .wp-calendar-table tbody tr td {
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-color);
  position: relative;
}
@media screen and (max-width: 575px) {
  .widget_calendar .wp-calendar-table tbody tr td {
    line-height: 1.5;
  }
}
.widget_calendar .wp-calendar-table tbody tr td a {
  color: var(--primary-color);
  width: 39px;
  height: 39px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget_calendar .wp-calendar-nav {
  display: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight, .nice-select {
  background-color: #f6f6f6;
  border: none;
  color: #5d666f;
  padding: 6px 26px;
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  -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: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  outline: none;
  font-family: inherit;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus, .nice-select:focus {
  outline: 0;
  color: #383838;
}
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="url"], .woocommerce input[type="password"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="number"], .woocommerce input[type="range"], .woocommerce input[type="date"], .woocommerce input[type="month"], .woocommerce input[type="week"], .woocommerce input[type="time"], .woocommerce input[type="datetime"], .woocommerce input[type="datetime-local"], .woocommerce input[type="color"], .woocommerce textarea, .woocommerce select, .woocommerce .pxl-select-higthlight, .woocommerce .nice-select {
  background-color: #fff;
  border: 1px solid var(--secondary-color);
  color: #5d666f;
  padding: 6px 26px;
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  -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: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  outline: none;
  font-family: inherit;
}
.woocommerce input[type="text"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="url"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="range"]:focus, .woocommerce input[type="date"]:focus, .woocommerce input[type="month"]:focus, .woocommerce input[type="week"]:focus, .woocommerce input[type="time"]:focus, .woocommerce input[type="datetime"]:focus, .woocommerce input[type="datetime-local"]:focus, .woocommerce input[type="color"]:focus, .woocommerce textarea:focus, .woocommerce select:focus, .woocommerce .pxl-select-higthlight:focus, .woocommerce .nice-select:focus {
  outline: 0;
  color: #383838;
}
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;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 0 12px 0;
  min-width: 265px;
}
.comments-area {
  padding-top: 14px;
}
.comments-area .comment-respond .logged-in-as {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
}
.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: 24px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .comment-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .comment-title {
    margin-bottom: 10px;
  }
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: inherit;
}
.comment-list {
  padding: 0 30px 0 0;
  list-style: none;
  margin-bottom: 44px;
}
@media screen and (max-width: 1199px) {
  .comment-list {
    padding-right: 0;
  }
}
.comment-list .comment-reply-title {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0;
}
.comment-list .comment-reply-title:before {
  display: none;
}
.comment-list li .children {
  padding-left: 92px;
}
@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: 63px;
}
@media screen and (max-width: 575px) {
  .comment-list li .children li {
    margin-top: 40px;
  }
}
.comment-list li .comment-respond {
  margin-top: 35px;
  margin-bottom: 50px;
  margin-left: 92px;
}
@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: 63px;
}
.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;
}
@media screen and (min-width: 768px) {
  .comment-list .comment-form .comment-form-author, .comment-list .comment-form .comment-form-email {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comment-list .comment-form .comment-form-website {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comment-list #respond {
  padding: 0;
}
.comment-image {
  width: 92px;
  min-width: 92px;
}
@media screen and (max-width: 767px) {
  .comment-image {
    width: 60px;
    min-width: 60px;
  }
  .comment-image.pxl-mr-31 {
    margin-right: 18px;
  }
}
@media screen and (max-width: 575px) {
  .comment-image {
    width: 60px;
    min-width: 60px;
  }
  .comment-image.pxl-mr-31 {
    margin: 0 0 10px;
  }
}
.comment-image img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.comment-date {
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
  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;
  margin-top: -1px;
}
@media screen and (max-width: 575px) {
  .comment-date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.comment-content {
  position: relative;
  flex-grow: 1;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  color: inherit;
  font-size: 17px;
  line-height: 1.588;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .comment-content .comment-text {
    font-size: 16px;
  }
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text img {
  margin: 6px 0;
}
.comment-reply a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
}
.comment-reply a:hover {
  color: var(--primary-color);
}
.comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -1px;
}
.comment-form .row > div {
  margin-top: 30px;
}
.comment-form .form-submit {
  margin-top: 33px;
  margin-bottom: 0;
  margin-left: 15px;
}
.comment-form .form-submit #submit {
  line-height: 58px;
  padding: 0 48px;
}
.comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
}
.logged-in .comment-form-comment {
  padding: 0;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .comment-inner {
    flex-direction: column;
  }
}
.comment-form-cookies-consent {
  font-size: 15px;
  line-height: 1.73;
  padding-left: 32px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 28px;
  display: none;
  /* Select Style */
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 3px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #f6f6f6;
}
.comment-form-cookies-consent label:after {
  content: "\f135";
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 8px;
}
.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 !important;
}
.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: #666;
  font-family: inherit;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -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;
  -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: "\f107";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 25px;
  color: #737879;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 10px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
}
.nice-select {
  position: relative;
  padding-right: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.nice-select:before {
  content: "\f107";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #737879;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nice-select ul.list {
  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: #666;
  font-family: inherit;
  box-shadow: 0 10px 35px 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;
  max-width: 270px;
}
.nice-select ul.list li {
  padding: 9px 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}
.nice-select ul.list li:hover {
  color: #101010;
  background-color: #f8f8f8;
}
.nice-select.open:before {
  transform: translate(0, -50%) scaleY(-1);
}
.nice-select.open ul.list {
  opacity: 1;
  margin-top: 10px;
  visibility: visible;
}
.comment-reply-title small {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.comment-reply-title small a {
  text-transform: uppercase;
  border-radius: 25px;
  line-height: 29px;
  font-size: 12px;
  padding: 0 12px;
  background-color: var(--primary-color);
  color: #fff;
  display: inline-flex;
}
.comment-reply-title small a i {
  display: none;
}
.comment-reply-title small a:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.post-password-form {
  /* Select 2 */
}
.post-password-form input[type="password"] {
  margin-top: 6px;
}
.post-password-form input[type="submit"] {
  margin-top: 10px;
}
.select2 .select2-selection--single {
  border: none;
  height: 58px;
  position: relative;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: none;
  height: 58px;
  background-color: #f6f6f6;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 58px;
  padding-left: 26px;
  font-size: 16px;
  color: #5d666f;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #5d5d60;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: var(--primary-color);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--secondary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--primary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-no-results #pxl-main {
  min-height: calc(100vh - 308px);
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
  max-width: 780px;
  margin: auto;
}
.search-no-results .search-form .searchform-wrap {
  position: relative;
}
.search-no-results .search-form .searchform-wrap .search-submit {
  padding: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
  color: var(--primary-color);
}
body.rtl .comment-list {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  body.rtl .comment-list {
    padding-left: 0;
  }
}
body.rtl .comment-list .comment-list li .children {
  padding-left: 0;
  padding-right: 92px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list .comment-list li .children {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.rtl .comment-image.pxl-mr-31 {
    margin-right: 0;
    margin-left: 18px;
  }
}
body.rtl form input, body.rtl form textarea, body.rtl form select {
  text-align: right;
}
body.rtl .pxl-contact-form .pxl--form-icon {
  right: auto;
  left: 0;
}
.icon-absolute-right {
  position: relative;
}
.icon-absolute-right button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  background-color: var(--primary-color);
}
.icon-absolute-right button i {
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
.icon-absolute-right button i.flaticon-paper-plane-1:before {
  position: relative;
  left: 3px;
  top: 2px;
}
.icon-absolute-right button:hover {
  background-color: var(--secondary-color);
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .rtl-icon {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
body.rtl .rtl-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .pxl-icon-reverse {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
body.rtl .pxl-text-left {
  text-align: right;
}
body.rtl .pxl-text-right {
  text-align: left;
}
@media screen and (min-width: 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: "\f117";
    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---post .pxl-item--meta li {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl---post .pxl-item--meta li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl blockquote {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl .pxl--post-footer label {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl--post-footer .pxl--tags {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .pxl---post .pxl-item--meta::before {
  right: 0;
  left: auto;
}
body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .comment-reply {
  right: auto;
  left: 23px;
}
body.rtl .comment-reply a i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 5px;
}
body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 32px;
}
body.rtl .comment-form-cookies-consent input, body.rtl .comment-form-cookies-consent label::before, body.rtl .comment-form-cookies-consent label::after {
  left: auto;
  right: 0;
}
body.rtl .comment-list li .comment-respond {
  margin-left: 0;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .comment-respond {
    margin-left: 0px;
    margin-right: 78px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .comment-respond {
    margin-right: 0;
  }
}
body.rtl .comment-list li .children {
  padding-right: 120px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .children {
    padding-right: 78px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .children {
    padding-right: 0;
  }
}
body.rtl .comment-reply-title small {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .pxl-pagination-wrap .page-numbers i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before {
  left: auto;
  right: 0;
}
body.rtl .widget_product_categories ul li a:after, body.rtl .widget_categories ul li a:after, body.rtl .widget_nav_menu ul li a:after, body.rtl .widget_pages ul li a:after, body.rtl .widget_archive ul li a:after, body.rtl .widget_meta ul li a:after, body.rtl .widget_recent_entries ul li a:after {
  right: auto;
  left: 24px;
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .widget_search .search-submit {
  right: auto;
  left: 0;
}
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;
}
.pxl-mr-3 {
  margin-right: 3px;
}
.pxl-mr-4 {
  margin-right: 4px;
}
.pxl-mr-5 {
  margin-right: 5px;
}
.pxl-mr-6 {
  margin-right: 6px;
}
.pxl-mr-7 {
  margin-right: 7px;
}
.pxl-mr-8 {
  margin-right: 8px;
}
.pxl-mr-9 {
  margin-right: 9px;
}
.pxl-mr-10 {
  margin-right: 10px;
}
.pxl-mr-11 {
  margin-right: 11px;
}
.pxl-mr-12 {
  margin-right: 12px;
}
.pxl-mr-13, .pxl-client-review2 .pxl-item--inner .pxl-item--images .pxl--counter-number {
  margin-right: 13px;
}
.pxl-mr-14 {
  margin-right: 14px;
}
.pxl-mr-15 {
  margin-right: 15px;
}
.pxl-mr-16 {
  margin-right: 16px;
}
.pxl-mr-17 {
  margin-right: 17px;
}
.pxl-mr-18 {
  margin-right: 18px;
}
.pxl-mr-19 {
  margin-right: 19px;
}
.pxl-mr-20, .pxl-download-box1 .pxl-download--button a .pxl-download-icon {
  margin-right: 20px;
}
.pxl-mr-21 {
  margin-right: 21px;
}
.pxl-mr-22 {
  margin-right: 22px;
}
.pxl-mr-23 {
  margin-right: 23px;
}
.pxl-mr-24 {
  margin-right: 24px;
}
.pxl-mr-25 {
  margin-right: 25px;
}
.pxl-mr-26 {
  margin-right: 26px;
}
.pxl-mr-27 {
  margin-right: 27px;
}
.pxl-mr-28 {
  margin-right: 28px;
}
.pxl-mr-29 {
  margin-right: 29px;
}
.pxl-mr-30 {
  margin-right: 30px;
}
.pxl-mr-31 {
  margin-right: 31px;
}
.pxl-mr-32 {
  margin-right: 32px;
}
.pxl-mr-33 {
  margin-right: 33px;
}
.pxl-mr-34 {
  margin-right: 34px;
}
.pxl-mr-35 {
  margin-right: 35px;
}
.pxl-mr-36 {
  margin-right: 36px;
}
.pxl-mr-37 {
  margin-right: 37px;
}
.pxl-mr-38 {
  margin-right: 38px;
}
.pxl-mr-39 {
  margin-right: 39px;
}
.pxl-mr-40 {
  margin-right: 40px;
}
.pxl-ml-3 {
  margin-left: 3px;
}
.pxl-ml-4 {
  margin-left: 4px;
}
.pxl-ml-5 {
  margin-left: 5px;
}
.pxl-ml-6 {
  margin-left: 6px;
}
.pxl-ml-7 {
  margin-left: 7px;
}
.pxl-ml-8 {
  margin-left: 8px;
}
.pxl-ml-9 {
  margin-left: 9px;
}
.pxl-ml-10 {
  margin-left: 10px;
}
.pxl-ml-11 {
  margin-left: 11px;
}
.pxl-ml-12 {
  margin-left: 12px;
}
.pxl-ml-13 {
  margin-left: 13px;
}
.pxl-ml-14, .pxl-icon1.style-box2 a + a {
  margin-left: 14px;
}
.pxl-ml-15 {
  margin-left: 15px;
}
.pxl-ml-16 {
  margin-left: 16px;
}
.pxl-ml-17 {
  margin-left: 17px;
}
.pxl-ml-18 {
  margin-left: 18px;
}
.pxl-ml-19 {
  margin-left: 19px;
}
.pxl-ml-20 {
  margin-left: 20px;
}
.pxl-ml-21 {
  margin-left: 21px;
}
.pxl-ml-22 {
  margin-left: 22px;
}
.pxl-ml-23 {
  margin-left: 23px;
}
.pxl-ml-24 {
  margin-left: 24px;
}
.pxl-ml-25 {
  margin-left: 25px;
}
.pxl-ml-26 {
  margin-left: 26px;
}
.pxl-ml-27 {
  margin-left: 27px;
}
.pxl-ml-28 {
  margin-left: 28px;
}
.pxl-ml-29 {
  margin-left: 29px;
}
.pxl-ml-30 {
  margin-left: 30px;
}
.pxl-ml-31 {
  margin-left: 31px;
}
.pxl-ml-32 {
  margin-left: 32px;
}
.pxl-ml-33 {
  margin-left: 33px;
}
.pxl-ml-34 {
  margin-left: 34px;
}
.pxl-ml-35 {
  margin-left: 35px;
}
.pxl-ml-36 {
  margin-left: 36px;
}
.pxl-ml-37 {
  margin-left: 37px;
}
.pxl-ml-38 {
  margin-left: 38px;
}
.pxl-ml-39 {
  margin-left: 39px;
}
.pxl-ml-40 {
  margin-left: 40px;
}
.pxl-pr-3 {
  padding-right: 3px;
}
.pxl-pr-4 {
  padding-right: 4px;
}
.pxl-pr-5 {
  padding-right: 5px;
}
.pxl-pr-6 {
  padding-right: 6px;
}
.pxl-pr-7 {
  padding-right: 7px;
}
.pxl-pr-8 {
  padding-right: 8px;
}
.pxl-pr-9 {
  padding-right: 9px;
}
.pxl-pr-10 {
  padding-right: 10px;
}
.pxl-pr-11 {
  padding-right: 11px;
}
.pxl-pr-12 {
  padding-right: 12px;
}
.pxl-pr-13 {
  padding-right: 13px;
}
.pxl-pr-14 {
  padding-right: 14px;
}
.pxl-pr-15 {
  padding-right: 15px;
}
.pxl-pr-16 {
  padding-right: 16px;
}
.pxl-pr-17 {
  padding-right: 17px;
}
.pxl-pr-18 {
  padding-right: 18px;
}
.pxl-pr-19 {
  padding-right: 19px;
}
.pxl-pr-20 {
  padding-right: 20px;
}
.pxl-pr-21 {
  padding-right: 21px;
}
.pxl-pr-22 {
  padding-right: 22px;
}
.pxl-pr-23 {
  padding-right: 23px;
}
.pxl-pr-24 {
  padding-right: 24px;
}
.pxl-pr-25 {
  padding-right: 25px;
}
.pxl-pr-26 {
  padding-right: 26px;
}
.pxl-pr-27 {
  padding-right: 27px;
}
.pxl-pr-28 {
  padding-right: 28px;
}
.pxl-pr-29 {
  padding-right: 29px;
}
.pxl-pr-30 {
  padding-right: 30px;
}
.pxl-pr-31 {
  padding-right: 31px;
}
.pxl-pr-32 {
  padding-right: 32px;
}
.pxl-pr-33 {
  padding-right: 33px;
}
.pxl-pr-34 {
  padding-right: 34px;
}
.pxl-pr-35 {
  padding-right: 35px;
}
.pxl-pr-36 {
  padding-right: 36px;
}
.pxl-pr-37 {
  padding-right: 37px;
}
.pxl-pr-38 {
  padding-right: 38px;
}
.pxl-pr-39 {
  padding-right: 39px;
}
.pxl-pr-40 {
  padding-right: 40px;
}
.pxl-pr-50 {
  padding-right: 50px;
}
.pxl-pr-60 {
  padding-right: 60px;
}
.pxl-pr-70 {
  padding-right: 70px;
}
.pxl-pl-3 {
  padding-left: 3px;
}
.pxl-pl-4 {
  padding-left: 4px;
}
.pxl-pl-5 {
  padding-left: 5px;
}
.pxl-pl-6 {
  padding-left: 6px;
}
.pxl-pl-7 {
  padding-left: 7px;
}
.pxl-pl-8 {
  padding-left: 8px;
}
.pxl-pl-9 {
  padding-left: 9px;
}
.pxl-pl-10 {
  padding-left: 10px;
}
.pxl-pl-11 {
  padding-left: 11px;
}
.pxl-pl-12 {
  padding-left: 12px;
}
.pxl-pl-13 {
  padding-left: 13px;
}
.pxl-pl-14 {
  padding-left: 14px;
}
.pxl-pl-15 {
  padding-left: 15px;
}
.pxl-pl-16 {
  padding-left: 16px;
}
.pxl-pl-17 {
  padding-left: 17px;
}
.pxl-pl-18 {
  padding-left: 18px;
}
.pxl-pl-19 {
  padding-left: 19px;
}
.pxl-pl-20 {
  padding-left: 20px;
}
.pxl-pl-21 {
  padding-left: 21px;
}
.pxl-pl-22 {
  padding-left: 22px;
}
.pxl-pl-23 {
  padding-left: 23px;
}
.pxl-pl-24 {
  padding-left: 24px;
}
.pxl-pl-25 {
  padding-left: 25px;
}
.pxl-pl-26 {
  padding-left: 26px;
}
.pxl-pl-27 {
  padding-left: 27px;
}
.pxl-pl-28 {
  padding-left: 28px;
}
.pxl-pl-29 {
  padding-left: 29px;
}
.pxl-pl-30 {
  padding-left: 30px;
}
.pxl-pl-31 {
  padding-left: 31px;
}
.pxl-pl-32 {
  padding-left: 32px;
}
.pxl-pl-33 {
  padding-left: 33px;
}
.pxl-pl-34 {
  padding-left: 34px;
}
.pxl-pl-35 {
  padding-left: 35px;
}
.pxl-pl-36 {
  padding-left: 36px;
}
.pxl-pl-37 {
  padding-left: 37px;
}
.pxl-pl-38 {
  padding-left: 38px;
}
.pxl-pl-39 {
  padding-left: 39px;
}
.pxl-pl-40 {
  padding-left: 40px;
}
.pxl-l-0 {
  left: 0;
}
.pxl-l-1 {
  left: 1px;
}
.pxl-l-2 {
  left: 2px;
}
.pxl-l-3 {
  left: 3px;
}
.pxl-l-4 {
  left: 4px;
}
.pxl-l-5 {
  left: 5px;
}
.pxl-l-6 {
  left: 6px;
}
.pxl-l-7 {
  left: 7px;
}
.pxl-l-8 {
  left: 8px;
}
.pxl-l-9 {
  left: 9px;
}
.pxl-l-10 {
  left: 10px;
}
.pxl-l-11 {
  left: 11px;
}
.pxl-l-12 {
  left: 12px;
}
.pxl-l-13 {
  left: 13px;
}
.pxl-l-14 {
  left: 14px;
}
.pxl-l-15 {
  left: 15px;
}
.pxl-l-16 {
  left: 16px;
}
.pxl-l-17 {
  left: 17px;
}
.pxl-l-18 {
  left: 18px;
}
.pxl-l-19 {
  left: 19px;
}
.pxl-l-20 {
  left: 20px;
}
.pxl-l-21 {
  left: 21px;
}
.pxl-l-22 {
  left: 22px;
}
.pxl-l-23 {
  left: 23px;
}
.pxl-l-24 {
  left: 24px;
}
.pxl-l-25 {
  left: 25px;
}
.pxl-l-26 {
  left: 26px;
}
.pxl-l-27 {
  left: 27px;
}
.pxl-l-28 {
  left: 28px;
}
.pxl-l-29 {
  left: 29px;
}
.pxl-l-30 {
  left: 30px;
}
.pxl-l-31 {
  left: 31px;
}
.pxl-l-32 {
  left: 32px;
}
.pxl-l-33 {
  left: 33px;
}
.pxl-l-34 {
  left: 34px;
}
.pxl-l-35 {
  left: 35px;
}
.pxl-l-36 {
  left: 36px;
}
.pxl-l-37 {
  left: 37px;
}
.pxl-l-38 {
  left: 38px;
}
.pxl-l-39 {
  left: 39px;
}
.pxl-l-40 {
  left: 40px;
}
.pxl-r-0 {
  right: 0;
}
.pxl-r-1 {
  right: 1px;
}
.pxl-r-2 {
  right: 2px;
}
.pxl-r-3 {
  right: 3px;
}
.pxl-r-4 {
  right: 4px;
}
.pxl-r-5 {
  right: 5px;
}
.pxl-r-6 {
  right: 6px;
}
.pxl-r-7 {
  right: 7px;
}
.pxl-r-8 {
  right: 8px;
}
.pxl-r-9 {
  right: 9px;
}
.pxl-r-10 {
  right: 10px;
}
.pxl-r-11 {
  right: 11px;
}
.pxl-r-12 {
  right: 12px;
}
.pxl-r-13 {
  right: 13px;
}
.pxl-r-14 {
  right: 14px;
}
.pxl-r-15 {
  right: 15px;
}
.pxl-r-16 {
  right: 16px;
}
.pxl-r-17 {
  right: 17px;
}
.pxl-r-18 {
  right: 18px;
}
.pxl-r-19 {
  right: 19px;
}
.pxl-r-20 {
  right: 20px;
}
.pxl-r-21 {
  right: 21px;
}
.pxl-r-22 {
  right: 22px;
}
.pxl-r-23 {
  right: 23px;
}
.pxl-r-24 {
  right: 24px;
}
.pxl-r-25 {
  right: 25px;
}
.pxl-r-26 {
  right: 26px;
}
.pxl-r-27 {
  right: 27px;
}
.pxl-r-28 {
  right: 28px;
}
.pxl-r-29 {
  right: 29px;
}
.pxl-r-30 {
  right: 30px;
}
.pxl-r-31 {
  right: 31px;
}
.pxl-r-32 {
  right: 32px;
}
.pxl-r-33 {
  right: 33px;
}
.pxl-r-34 {
  right: 34px;
}
.pxl-r-35 {
  right: 35px;
}
.pxl-r-36 {
  right: 36px;
}
.pxl-r-37 {
  right: 37px;
}
.pxl-r-38 {
  right: 38px;
}
.pxl-r-39 {
  right: 39px;
}
.pxl-r-40 {
  right: 40px;
}
[dir="rtl"] .pxl-mr-3 {
  margin-right: 0px;
  margin-left: 3px;
}
[dir="rtl"] .pxl-mr-4 {
  margin-right: 0px;
  margin-left: 4px;
}
[dir="rtl"] .pxl-mr-5 {
  margin-right: 0px;
  margin-left: 5px;
}
[dir="rtl"] .pxl-mr-6 {
  margin-right: 0px;
  margin-left: 6px;
}
[dir="rtl"] .pxl-mr-7 {
  margin-right: 0px;
  margin-left: 7px;
}
[dir="rtl"] .pxl-mr-8 {
  margin-right: 0px;
  margin-left: 8px;
}
[dir="rtl"] .pxl-mr-9 {
  margin-right: 0px;
  margin-left: 9px;
}
[dir="rtl"] .pxl-mr-10 {
  margin-right: 0px;
  margin-left: 10px;
}
[dir="rtl"] .pxl-mr-11 {
  margin-right: 0px;
  margin-left: 11px;
}
[dir="rtl"] .pxl-mr-12 {
  margin-right: 0px;
  margin-left: 12px;
}
[dir="rtl"] .pxl-mr-13, [dir="rtl"] .pxl-client-review2 .pxl-item--inner .pxl-item--images .pxl--counter-number, .pxl-client-review2 .pxl-item--inner .pxl-item--images [dir="rtl"] .pxl--counter-number {
  margin-right: 0px;
  margin-left: 13px;
}
[dir="rtl"] .pxl-mr-14 {
  margin-right: 0px;
  margin-left: 14px;
}
[dir="rtl"] .pxl-mr-15 {
  margin-right: 0px;
  margin-left: 15px;
}
[dir="rtl"] .pxl-mr-16 {
  margin-right: 0px;
  margin-left: 16px;
}
[dir="rtl"] .pxl-mr-17 {
  margin-right: 0px;
  margin-left: 17px;
}
[dir="rtl"] .pxl-mr-18 {
  margin-right: 0px;
  margin-left: 18px;
}
[dir="rtl"] .pxl-mr-19 {
  margin-right: 0px;
  margin-left: 19px;
}
[dir="rtl"] .pxl-mr-20, [dir="rtl"] .pxl-download-box1 .pxl-download--button a .pxl-download-icon, .pxl-download-box1 .pxl-download--button a [dir="rtl"] .pxl-download-icon {
  margin-right: 0px;
  margin-left: 20px;
}
[dir="rtl"] .pxl-mr-21 {
  margin-right: 0px;
  margin-left: 21px;
}
[dir="rtl"] .pxl-mr-22 {
  margin-right: 0px;
  margin-left: 22px;
}
[dir="rtl"] .pxl-mr-23 {
  margin-right: 0px;
  margin-left: 23px;
}
[dir="rtl"] .pxl-mr-24 {
  margin-right: 0px;
  margin-left: 24px;
}
[dir="rtl"] .pxl-mr-25 {
  margin-right: 0px;
  margin-left: 25px;
}
[dir="rtl"] .pxl-mr-26 {
  margin-right: 0px;
  margin-left: 26px;
}
[dir="rtl"] .pxl-mr-27 {
  margin-right: 0px;
  margin-left: 27px;
}
[dir="rtl"] .pxl-mr-28 {
  margin-right: 0px;
  margin-left: 28px;
}
[dir="rtl"] .pxl-mr-29 {
  margin-right: 0px;
  margin-left: 29px;
}
[dir="rtl"] .pxl-mr-30 {
  margin-right: 0px;
  margin-left: 30px;
}
[dir="rtl"] .pxl-mr-31 {
  margin-right: 0px;
  margin-left: 31px;
}
[dir="rtl"] .pxl-mr-32 {
  margin-right: 0px;
  margin-left: 32px;
}
[dir="rtl"] .pxl-mr-33 {
  margin-right: 0px;
  margin-left: 33px;
}
[dir="rtl"] .pxl-mr-34 {
  margin-right: 0px;
  margin-left: 34px;
}
[dir="rtl"] .pxl-mr-35 {
  margin-right: 0px;
  margin-left: 35px;
}
[dir="rtl"] .pxl-mr-36 {
  margin-right: 0px;
  margin-left: 36px;
}
[dir="rtl"] .pxl-mr-37 {
  margin-right: 0px;
  margin-left: 37px;
}
[dir="rtl"] .pxl-mr-38 {
  margin-right: 0px;
  margin-left: 38px;
}
[dir="rtl"] .pxl-mr-39 {
  margin-right: 0px;
  margin-left: 39px;
}
[dir="rtl"] .pxl-mr-40 {
  margin-right: 0px;
  margin-left: 40px;
}
[dir="rtl"] .pxl-ml-3 {
  margin-left: 0px;
  margin-right: 3px;
}
[dir="rtl"] .pxl-ml-4 {
  margin-left: 0px;
  margin-right: 4px;
}
[dir="rtl"] .pxl-ml-5 {
  margin-left: 0px;
  margin-right: 5px;
}
[dir="rtl"] .pxl-ml-6 {
  margin-left: 0px;
  margin-right: 6px;
}
[dir="rtl"] .pxl-ml-7 {
  margin-left: 0px;
  margin-right: 7px;
}
[dir="rtl"] .pxl-ml-8 {
  margin-left: 0px;
  margin-right: 8px;
}
[dir="rtl"] .pxl-ml-9 {
  margin-left: 0px;
  margin-right: 9px;
}
[dir="rtl"] .pxl-ml-10 {
  margin-left: 0px;
  margin-right: 10px;
}
[dir="rtl"] .pxl-ml-11 {
  margin-left: 0px;
  margin-right: 11px;
}
[dir="rtl"] .pxl-ml-12 {
  margin-left: 0px;
  margin-right: 12px;
}
[dir="rtl"] .pxl-ml-13 {
  margin-left: 0px;
  margin-right: 13px;
}
[dir="rtl"] .pxl-ml-14, [dir="rtl"] .pxl-icon1.style-box2 a + a, .pxl-icon1.style-box2 a + [dir="rtl"] a {
  margin-left: 0px;
  margin-right: 14px;
}
[dir="rtl"] .pxl-ml-15 {
  margin-left: 0px;
  margin-right: 15px;
}
[dir="rtl"] .pxl-ml-16 {
  margin-left: 0px;
  margin-right: 16px;
}
[dir="rtl"] .pxl-ml-17 {
  margin-left: 0px;
  margin-right: 17px;
}
[dir="rtl"] .pxl-ml-18 {
  margin-left: 0px;
  margin-right: 18px;
}
[dir="rtl"] .pxl-ml-19 {
  margin-left: 0px;
  margin-right: 19px;
}
[dir="rtl"] .pxl-ml-20 {
  margin-left: 0px;
  margin-right: 20px;
}
[dir="rtl"] .pxl-ml-21 {
  margin-left: 0px;
  margin-right: 21px;
}
[dir="rtl"] .pxl-ml-22 {
  margin-left: 0px;
  margin-right: 22px;
}
[dir="rtl"] .pxl-ml-23 {
  margin-left: 0px;
  margin-right: 23px;
}
[dir="rtl"] .pxl-ml-24 {
  margin-left: 0px;
  margin-right: 24px;
}
[dir="rtl"] .pxl-ml-25 {
  margin-left: 0px;
  margin-right: 25px;
}
[dir="rtl"] .pxl-ml-26 {
  margin-left: 0px;
  margin-right: 26px;
}
[dir="rtl"] .pxl-ml-27 {
  margin-left: 0px;
  margin-right: 27px;
}
[dir="rtl"] .pxl-ml-28 {
  margin-left: 0px;
  margin-right: 28px;
}
[dir="rtl"] .pxl-ml-29 {
  margin-left: 0px;
  margin-right: 29px;
}
[dir="rtl"] .pxl-ml-30 {
  margin-left: 0px;
  margin-right: 30px;
}
[dir="rtl"] .pxl-ml-31 {
  margin-left: 0px;
  margin-right: 31px;
}
[dir="rtl"] .pxl-ml-32 {
  margin-left: 0px;
  margin-right: 32px;
}
[dir="rtl"] .pxl-ml-33 {
  margin-left: 0px;
  margin-right: 33px;
}
[dir="rtl"] .pxl-ml-34 {
  margin-left: 0px;
  margin-right: 34px;
}
[dir="rtl"] .pxl-ml-35 {
  margin-left: 0px;
  margin-right: 35px;
}
[dir="rtl"] .pxl-ml-36 {
  margin-left: 0px;
  margin-right: 36px;
}
[dir="rtl"] .pxl-ml-37 {
  margin-left: 0px;
  margin-right: 37px;
}
[dir="rtl"] .pxl-ml-38 {
  margin-left: 0px;
  margin-right: 38px;
}
[dir="rtl"] .pxl-ml-39 {
  margin-left: 0px;
  margin-right: 39px;
}
[dir="rtl"] .pxl-ml-40 {
  margin-left: 0px;
  margin-right: 40px;
}
[dir="rtl"] .pxl-pr-3 {
  padding-right: 0px;
  padding-left: 3px;
}
[dir="rtl"] .pxl-pr-4 {
  padding-right: 0px;
  padding-left: 4px;
}
[dir="rtl"] .pxl-pr-5 {
  padding-right: 0px;
  padding-left: 5px;
}
[dir="rtl"] .pxl-pr-6 {
  padding-right: 0px;
  padding-left: 6px;
}
[dir="rtl"] .pxl-pr-7 {
  padding-right: 0px;
  padding-left: 7px;
}
[dir="rtl"] .pxl-pr-8 {
  padding-right: 0px;
  padding-left: 8px;
}
[dir="rtl"] .pxl-pr-9 {
  padding-right: 0px;
  padding-left: 9px;
}
[dir="rtl"] .pxl-pr-10 {
  padding-right: 0px;
  padding-left: 10px;
}
[dir="rtl"] .pxl-pr-11 {
  padding-right: 0px;
  padding-left: 11px;
}
[dir="rtl"] .pxl-pr-12 {
  padding-right: 0px;
  padding-left: 12px;
}
[dir="rtl"] .pxl-pr-13 {
  padding-right: 0px;
  padding-left: 13px;
}
[dir="rtl"] .pxl-pr-14 {
  padding-right: 0px;
  padding-left: 14px;
}
[dir="rtl"] .pxl-pr-15 {
  padding-right: 0px;
  padding-left: 15px;
}
[dir="rtl"] .pxl-pr-16 {
  padding-right: 0px;
  padding-left: 16px;
}
[dir="rtl"] .pxl-pr-17 {
  padding-right: 0px;
  padding-left: 17px;
}
[dir="rtl"] .pxl-pr-18 {
  padding-right: 0px;
  padding-left: 18px;
}
[dir="rtl"] .pxl-pr-19 {
  padding-right: 0px;
  padding-left: 19px;
}
[dir="rtl"] .pxl-pr-20 {
  padding-right: 0px;
  padding-left: 20px;
}
[dir="rtl"] .pxl-pr-21 {
  padding-right: 0px;
  padding-left: 21px;
}
[dir="rtl"] .pxl-pr-22 {
  padding-right: 0px;
  padding-left: 22px;
}
[dir="rtl"] .pxl-pr-23 {
  padding-right: 0px;
  padding-left: 23px;
}
[dir="rtl"] .pxl-pr-24 {
  padding-right: 0px;
  padding-left: 24px;
}
[dir="rtl"] .pxl-pr-25 {
  padding-right: 0px;
  padding-left: 25px;
}
[dir="rtl"] .pxl-pr-26 {
  padding-right: 0px;
  padding-left: 26px;
}
[dir="rtl"] .pxl-pr-27 {
  padding-right: 0px;
  padding-left: 27px;
}
[dir="rtl"] .pxl-pr-28 {
  padding-right: 0px;
  padding-left: 28px;
}
[dir="rtl"] .pxl-pr-29 {
  padding-right: 0px;
  padding-left: 29px;
}
[dir="rtl"] .pxl-pr-30 {
  padding-right: 0px;
  padding-left: 30px;
}
[dir="rtl"] .pxl-pr-31 {
  padding-right: 0px;
  padding-left: 31px;
}
[dir="rtl"] .pxl-pr-32 {
  padding-right: 0px;
  padding-left: 32px;
}
[dir="rtl"] .pxl-pr-33 {
  padding-right: 0px;
  padding-left: 33px;
}
[dir="rtl"] .pxl-pr-34 {
  padding-right: 0px;
  padding-left: 34px;
}
[dir="rtl"] .pxl-pr-35 {
  padding-right: 0px;
  padding-left: 35px;
}
[dir="rtl"] .pxl-pr-36 {
  padding-right: 0px;
  padding-left: 36px;
}
[dir="rtl"] .pxl-pr-37 {
  padding-right: 0px;
  padding-left: 37px;
}
[dir="rtl"] .pxl-pr-38 {
  padding-right: 0px;
  padding-left: 38px;
}
[dir="rtl"] .pxl-pr-39 {
  padding-right: 0px;
  padding-left: 39px;
}
[dir="rtl"] .pxl-pr-40 {
  padding-right: 0px;
  padding-left: 40px;
}
[dir="rtl"] .pxl-pr-50 {
  padding-right: 0px;
  padding-left: 50px;
}
[dir="rtl"] .pxl-pr-60 {
  padding-right: 0px;
  padding-left: 60px;
}
[dir="rtl"] .pxl-pr-70 {
  padding-right: 0px;
  padding-left: 70px;
}
[dir="rtl"] .pxl-pl-3 {
  padding-left: 0px;
  padding-right: 3px;
}
[dir="rtl"] .pxl-pl-4 {
  padding-left: 0px;
  padding-right: 4px;
}
[dir="rtl"] .pxl-pl-5 {
  padding-left: 0px;
  padding-right: 5px;
}
[dir="rtl"] .pxl-pl-6 {
  padding-left: 0px;
  padding-right: 6px;
}
[dir="rtl"] .pxl-pl-7 {
  padding-left: 0px;
  padding-right: 7px;
}
[dir="rtl"] .pxl-pl-8 {
  padding-left: 0px;
  padding-right: 8px;
}
[dir="rtl"] .pxl-pl-9 {
  padding-left: 0px;
  padding-right: 9px;
}
[dir="rtl"] .pxl-pl-10 {
  padding-left: 0px;
  padding-right: 10px;
}
[dir="rtl"] .pxl-pl-11 {
  padding-left: 0px;
  padding-right: 11px;
}
[dir="rtl"] .pxl-pl-12 {
  padding-left: 0px;
  padding-right: 12px;
}
[dir="rtl"] .pxl-pl-13 {
  padding-left: 0px;
  padding-right: 13px;
}
[dir="rtl"] .pxl-pl-14 {
  padding-left: 0px;
  padding-right: 14px;
}
[dir="rtl"] .pxl-pl-15 {
  padding-left: 0px;
  padding-right: 15px;
}
[dir="rtl"] .pxl-pl-16 {
  padding-left: 0px;
  padding-right: 16px;
}
[dir="rtl"] .pxl-pl-17 {
  padding-left: 0px;
  padding-right: 17px;
}
[dir="rtl"] .pxl-pl-18 {
  padding-left: 0px;
  padding-right: 18px;
}
[dir="rtl"] .pxl-pl-19 {
  padding-left: 0px;
  padding-right: 19px;
}
[dir="rtl"] .pxl-pl-20 {
  padding-left: 0px;
  padding-right: 20px;
}
[dir="rtl"] .pxl-pl-21 {
  padding-left: 0px;
  padding-right: 21px;
}
[dir="rtl"] .pxl-pl-22 {
  padding-left: 0px;
  padding-right: 22px;
}
[dir="rtl"] .pxl-pl-23 {
  padding-left: 0px;
  padding-right: 23px;
}
[dir="rtl"] .pxl-pl-24 {
  padding-left: 0px;
  padding-right: 24px;
}
[dir="rtl"] .pxl-pl-25 {
  padding-left: 0px;
  padding-right: 25px;
}
[dir="rtl"] .pxl-pl-26 {
  padding-left: 0px;
  padding-right: 26px;
}
[dir="rtl"] .pxl-pl-27 {
  padding-left: 0px;
  padding-right: 27px;
}
[dir="rtl"] .pxl-pl-28 {
  padding-left: 0px;
  padding-right: 28px;
}
[dir="rtl"] .pxl-pl-29 {
  padding-left: 0px;
  padding-right: 29px;
}
[dir="rtl"] .pxl-pl-30 {
  padding-left: 0px;
  padding-right: 30px;
}
[dir="rtl"] .pxl-pl-31 {
  padding-left: 0px;
  padding-right: 31px;
}
[dir="rtl"] .pxl-pl-32 {
  padding-left: 0px;
  padding-right: 32px;
}
[dir="rtl"] .pxl-pl-33 {
  padding-left: 0px;
  padding-right: 33px;
}
[dir="rtl"] .pxl-pl-34 {
  padding-left: 0px;
  padding-right: 34px;
}
[dir="rtl"] .pxl-pl-35 {
  padding-left: 0px;
  padding-right: 35px;
}
[dir="rtl"] .pxl-pl-36 {
  padding-left: 0px;
  padding-right: 36px;
}
[dir="rtl"] .pxl-pl-37 {
  padding-left: 0px;
  padding-right: 37px;
}
[dir="rtl"] .pxl-pl-38 {
  padding-left: 0px;
  padding-right: 38px;
}
[dir="rtl"] .pxl-pl-39 {
  padding-left: 0px;
  padding-right: 39px;
}
[dir="rtl"] .pxl-pl-40 {
  padding-left: 0px;
  padding-right: 40px;
}
[dir="rtl"] .pxl-l-0 {
  right: 0;
  left: auto;
}
[dir="rtl"] .pxl-l-1 {
  right: 1px;
  left: auto;
}
[dir="rtl"] .pxl-l-2 {
  right: 2px;
  left: auto;
}
[dir="rtl"] .pxl-l-3 {
  right: 3px;
  left: auto;
}
[dir="rtl"] .pxl-l-4 {
  right: 4px;
  left: auto;
}
[dir="rtl"] .pxl-l-5 {
  right: 5px;
  left: auto;
}
[dir="rtl"] .pxl-l-6 {
  right: 6px;
  left: auto;
}
[dir="rtl"] .pxl-l-7 {
  right: 7px;
  left: auto;
}
[dir="rtl"] .pxl-l-8 {
  right: 8px;
  left: auto;
}
[dir="rtl"] .pxl-l-9 {
  right: 9px;
  left: auto;
}
[dir="rtl"] .pxl-l-10 {
  right: 10px;
  left: auto;
}
[dir="rtl"] .pxl-l-11 {
  right: 11px;
  left: auto;
}
[dir="rtl"] .pxl-l-12 {
  right: 12px;
  left: auto;
}
[dir="rtl"] .pxl-l-13 {
  right: 13px;
  left: auto;
}
[dir="rtl"] .pxl-l-14 {
  right: 14px;
  left: auto;
}
[dir="rtl"] .pxl-l-15 {
  right: 15px;
  left: auto;
}
[dir="rtl"] .pxl-l-16 {
  right: 16px;
  left: auto;
}
[dir="rtl"] .pxl-l-17 {
  right: 17px;
  left: auto;
}
[dir="rtl"] .pxl-l-18 {
  right: 18px;
  left: auto;
}
[dir="rtl"] .pxl-l-19 {
  right: 19px;
  left: auto;
}
[dir="rtl"] .pxl-l-20 {
  right: 20px;
  left: auto;
}
[dir="rtl"] .pxl-l-21 {
  right: 21px;
  left: auto;
}
[dir="rtl"] .pxl-l-22 {
  right: 22px;
  left: auto;
}
[dir="rtl"] .pxl-l-23 {
  right: 23px;
  left: auto;
}
[dir="rtl"] .pxl-l-24 {
  right: 24px;
  left: auto;
}
[dir="rtl"] .pxl-l-25 {
  right: 25px;
  left: auto;
}
[dir="rtl"] .pxl-l-26 {
  right: 26px;
  left: auto;
}
[dir="rtl"] .pxl-l-27 {
  right: 27px;
  left: auto;
}
[dir="rtl"] .pxl-l-28 {
  right: 28px;
  left: auto;
}
[dir="rtl"] .pxl-l-29 {
  right: 29px;
  left: auto;
}
[dir="rtl"] .pxl-l-30 {
  right: 30px;
  left: auto;
}
[dir="rtl"] .pxl-l-31 {
  right: 31px;
  left: auto;
}
[dir="rtl"] .pxl-l-32 {
  right: 32px;
  left: auto;
}
[dir="rtl"] .pxl-l-33 {
  right: 33px;
  left: auto;
}
[dir="rtl"] .pxl-l-34 {
  right: 34px;
  left: auto;
}
[dir="rtl"] .pxl-l-35 {
  right: 35px;
  left: auto;
}
[dir="rtl"] .pxl-l-36 {
  right: 36px;
  left: auto;
}
[dir="rtl"] .pxl-l-37 {
  right: 37px;
  left: auto;
}
[dir="rtl"] .pxl-l-38 {
  right: 38px;
  left: auto;
}
[dir="rtl"] .pxl-l-39 {
  right: 39px;
  left: auto;
}
[dir="rtl"] .pxl-l-40 {
  right: 40px;
  left: auto;
}
[dir="rtl"] .pxl-r-0 {
  left: 0;
  right: auto;
}
[dir="rtl"] .pxl-r-1 {
  left: 1px;
  right: auto;
}
[dir="rtl"] .pxl-r-2 {
  left: 2px;
  right: auto;
}
[dir="rtl"] .pxl-r-3 {
  left: 3px;
  right: auto;
}
[dir="rtl"] .pxl-r-4 {
  left: 4px;
  right: auto;
}
[dir="rtl"] .pxl-r-5 {
  left: 5px;
  right: auto;
}
[dir="rtl"] .pxl-r-6 {
  left: 6px;
  right: auto;
}
[dir="rtl"] .pxl-r-7 {
  left: 7px;
  right: auto;
}
[dir="rtl"] .pxl-r-8 {
  left: 8px;
  right: auto;
}
[dir="rtl"] .pxl-r-9 {
  left: 9px;
  right: auto;
}
[dir="rtl"] .pxl-r-10 {
  left: 10px;
  right: auto;
}
[dir="rtl"] .pxl-r-11 {
  left: 11px;
  right: auto;
}
[dir="rtl"] .pxl-r-12 {
  left: 12px;
  right: auto;
}
[dir="rtl"] .pxl-r-13 {
  left: 13px;
  right: auto;
}
[dir="rtl"] .pxl-r-14 {
  left: 14px;
  right: auto;
}
[dir="rtl"] .pxl-r-15 {
  left: 15px;
  right: auto;
}
[dir="rtl"] .pxl-r-16 {
  left: 16px;
  right: auto;
}
[dir="rtl"] .pxl-r-17 {
  left: 17px;
  right: auto;
}
[dir="rtl"] .pxl-r-18 {
  left: 18px;
  right: auto;
}
[dir="rtl"] .pxl-r-19 {
  left: 19px;
  right: auto;
}
[dir="rtl"] .pxl-r-20 {
  left: 20px;
  right: auto;
}
[dir="rtl"] .pxl-r-21 {
  left: 21px;
  right: auto;
}
[dir="rtl"] .pxl-r-22 {
  left: 22px;
  right: auto;
}
[dir="rtl"] .pxl-r-23 {
  left: 23px;
  right: auto;
}
[dir="rtl"] .pxl-r-24 {
  left: 24px;
  right: auto;
}
[dir="rtl"] .pxl-r-25 {
  left: 25px;
  right: auto;
}
[dir="rtl"] .pxl-r-26 {
  left: 26px;
  right: auto;
}
[dir="rtl"] .pxl-r-27 {
  left: 27px;
  right: auto;
}
[dir="rtl"] .pxl-r-28 {
  left: 28px;
  right: auto;
}
[dir="rtl"] .pxl-r-29 {
  left: 29px;
  right: auto;
}
[dir="rtl"] .pxl-r-30 {
  left: 30px;
  right: auto;
}
[dir="rtl"] .pxl-r-31 {
  left: 31px;
  right: auto;
}
[dir="rtl"] .pxl-r-32 {
  left: 32px;
  right: auto;
}
[dir="rtl"] .pxl-r-33 {
  left: 33px;
  right: auto;
}
[dir="rtl"] .pxl-r-34 {
  left: 34px;
  right: auto;
}
[dir="rtl"] .pxl-r-35 {
  left: 35px;
  right: auto;
}
[dir="rtl"] .pxl-r-36 {
  left: 36px;
  right: auto;
}
[dir="rtl"] .pxl-r-37 {
  left: 37px;
  right: auto;
}
[dir="rtl"] .pxl-r-38 {
  left: 38px;
  right: auto;
}
[dir="rtl"] .pxl-r-39 {
  left: 39px;
  right: auto;
}
[dir="rtl"] .pxl-r-40 {
  left: 40px;
  right: auto;
}
.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockUI:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockUI:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.blockUI.blockOverlay, .blockUI.blockMsg {
  display: none !important;
}
.product-remove {
  position: relative;
  min-width: 50px;
}
.product-remove a.remove {
  font-size: 0px;
  width: 26px;
  height: 26px;
  background-color: var(--primary-color);
  border-radius: 100%;
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover {
  background-color: var(--primary-color);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
  .product-remove {
    min-height: 57px;
  }
}
.woosw-item--add .add_to_cart_button.loading {
  opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
  display: none;
}
#pxl-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-cart-sidebar .pxl-item--close {
  top: 50%;
  left: auto;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
#pxl-cart-sidebar .pxl-item--close:before, #pxl-cart-sidebar .pxl-item--close:after {
  background-color: #666;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex-grow: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
  border: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
  display: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
  margin: 0 4px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  width: 30px;
  height: 30px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
  background-color: #000;
  height: 1px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  color: #000;
  font-weight: 700;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
  background: var(--secondary-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
  background: var(--primary-color);
}
#pxl-cart-sidebar.active {
  visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #f9f9f9;
}
.woocommerce ins {
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget {
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .woocommerce #pxl-sidebar-area .widget {
    padding-left: 22px;
    padding-right: 22px;
  }
  .woocommerce #pxl-sidebar-area .widget .widget-title {
    font-size: 18px;
  }
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 2px;
  background-color: #e1e9f4;
  -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: #1c2539;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  top: -4px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 0px;
}
@media screen and (max-width: 1199px) {
  .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
    display: block;
    text-align: center;
  }
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 24px;
  font-size: 10px;
  margin-right: 15px;
  padding: 0 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 0px;
}
@media screen and (max-width: 1199px) {
  .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
    margin: 0;
    float: none;
  }
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 14px;
  color: #5d666f;
}
@media screen and (max-width: 1199px) {
  .woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
    width: 100%;
  }
}
.woocommerce #pxl-sidebar-area .widget_product_search.widget {
  padding: 0;
  box-shadow: none;
}
.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
  height: 58px;
  width: 58px;
  background: var(--primary-color);
  top: 0;
  right: 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  position: absolute;
  color: #fff;
  line-height: 58px;
  z-index: 1;
  font-size: 0px;
  font-weight: 400;
  -webkit-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -khtml-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -moz-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -ms-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -o-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
}
.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
  background-color: var(--secondary-color);
  color: #fff;
  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;
  font-size: 17px;
}
.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 {
  color: #666;
  border: 1px solid #efefef;
  background-color: transparent;
  height: 58px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:hover, .woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus, .woocommerce #pxl-sidebar-area .widget_product_search .search-field:active {
  border-color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_products ul li {
  position: relative;
  padding: 0 0 0 85px;
  margin-bottom: 15px;
  min-height: 80px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .product-title {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li img {
  margin: 0;
  width: 100%;
  max-width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a {
  font-size: 16px;
  color: #1c2539;
  font-weight: 700;
  line-height: 1.4375;
  margin-top: 8px;
  margin-bottom: 4px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
  color: rgba(1, 1, 1, 0.67);
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating {
  margin-bottom: 2px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating:before {
  font-size: 12px;
}
.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating span::before {
  font-size: 12px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0 8px 24px;
  cursor: pointer;
  justify-content: space-between;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:last-child {
  padding-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  opacity: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s linear;
  -khtml-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid ;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a {
  font-size: inherit;
  font-weight: inherit;
  color: var(--secondary-color);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a:hover {
  color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term .count {
  padding: 0px 2px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.active:before, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.woocommerce-widget-layered-nav-list__item--chosen:before {
  opacity: 1;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.woocommerce-widget-layered-nav-list__item--chosen a:before {
  display: none;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:last-child:before, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:last-child:after {
  top: calc(50% + 4px);
}
@media screen and (max-width: 769px) {
  .woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    border: none;
  }
  .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: 18px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
  border: 1px solid #ececec;
  text-align: left;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  height: 50px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 35px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
  color: inherit;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 32px;
  line-height: 52px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  height: auto;
  text-align: center;
  justify-content: center;
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
  background-color: var(--primary-color);
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce #pxl-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 {
  background-color: transparent;
  padding: 0 16px;
  border: 1px solid #ececec;
  color: var(--secondary-color);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5555;
  -moz-appearance: textfield;
  height: 47px;
  width: 157px;
}
.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: 26px;
}
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus {
  right: 26px;
}
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:before, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:before, .woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:before, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:before, .woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:after, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:after, .woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:after, .woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:after {
  background-color: var(--secondary-color);
}
.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-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
  .woocommerce #pxl-content-area.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.widget_products .amount {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  font-family: "PT Serif", sans-serif;
}
.widget_products del {
  color: #aeb6c2;
  font-family: "PT Serif", sans-serif;
}
.widget_products del .amount {
  color: #aeb6c2;
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #1c2539;
}
#shop-breadcrumb ul li a:hover {
  color: var(--primary-color);
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 16px;
  margin-left: 8px;
  color: #223543;
  font-weight: 600;
}
.woocommerce .star-rating {
  font-size: 14px;
  height: 17px;
  letter-spacing: 2px;
  width: 85px;
}
.woocommerce .star-rating span::before {
  color: #ffac70;
}
.woocommerce .star-rating span {
  padding-top: 17px;
}
.woocommerce .star-rating .woocommerce-review-link {
  font-size: 16px;
}
.woocommerce span.onsale {
  padding: 0 11px !important;
  min-width: inherit;
  min-height: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 23px;
  background-color: var(--secondary-color);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0 !important;
  top: 10px !important;
  left: 25px !important;
  right: auto !important;
  z-index: 1;
}
.woocommerce .woocommerce-product-label {
  padding: 0 11px;
  min-width: inherit;
  min-height: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 23px;
  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;
  z-index: 1;
  position: absolute;
  top: 10px;
  padding: 0 11px;
}
.woocommerce .product.sale .woocommerce-product-label {
  top: 43px;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 46px;
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20% - 1px);
    width: -webkit-calc(20% - 1px);
    width: -ms-calc(20% - 1px);
    width: -o-calc(20% - 1px);
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -ms-calc(25% - 1px);
    width: -o-calc(25% - 1px);
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33% - 1px);
    width: -webkit-calc(33.33% - 1px);
    width: -ms-calc(33.33% - 1px);
    width: -o-calc(33.33% - 1px);
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 18px;
  margin-bottom: 7px;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--primary-color);
  font-weight: 700;
}
.woocommerce ul.products li.product .price .amount {
  color: inherit;
}
.woocommerce ul.products li.product .price del {
  color: #9dafbd;
  opacity: 1;
  font-size: 12px;
}
.woocommerce ul.products li.product .price ins {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 0 30px 30px 0px;
  flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
  font-size: 16px;
  color: #0a2148;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 300px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering select, .woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight, .woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  height: 22px;
  border-color: transparent;
  background-color: transparent;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering select ul.list, .woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight ul.list, .woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select ul.list {
  color: #5d666f;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight {
  padding-right: 44px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight:before {
  background-color: transparent;
  right: 10px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering span.current {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
  -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: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
  transition: transform 0.3s cubic-bezier(0.44, 0.17, 1, 1);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price {
  position: absolute;
  top: 0;
  line-height: 1.20833;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
    text-align: right;
    flex-direction: column-reverse;
  }
  .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del {
    width: 100%;
    display: block;
  }
  .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price ins {
    padding: 4px 0;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-category {
  font-size: 12px;
  color: #5d666f;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-category a:hover {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  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;
  transform: translateY(-40px);
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart a {
  line-height: 46px;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button:before {
  content: '';
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: auto;
  right: 12px;
  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;
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button:after {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.loading:before {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.loading .pxl-cart-icon {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.added {
  display: none;
}
.woocommerce .woocommerce-product-inner.item-layout-list {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
  width: 38%;
  padding: 15px;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
    width: 100%;
  }
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
  width: 62%;
  padding: 40px 30px;
  text-align: left;
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product-title {
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
    width: 100%;
  }
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-add-to-cart {
  transform: translateY(0px);
  opacity: 1;
}
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  width: 26px;
  height: 26px;
  background-color: transparent;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #1c2539;
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0px;
  color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  content: "\f110";
  font-family: Caseicon;
  font-size: 12px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:hover {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  transform: scaleX(-1);
  display: inline-flex;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
  width: 100% !important;
}
.single-product .woocommerce-social-share {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .woocommerce-social-share label {
  font-family: 'PT Serif', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  color: var(--secondary-color);
}
.single-product .woocommerce-social-share a {
  width: 32.5px;
  height: 32.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  line-height: 32.5px;
  font-size: 13px;
  background-color: var(--secondary-color);
  transform: translateY(0);
}
.single-product .woocommerce-social-share a i {
  display: inline-flex;
}
.single-product .woocommerce-social-share a:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
}
.single-product .woocommerce-sg-product-price {
  margin-bottom: 22px;
}
.single-product .woocommerce-sg-product-price p {
  margin-bottom: 0;
}
.single-product section.related {
  padding-top: 87px;
}
.single-product section.related h2 {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 32px;
}
.single-product section.related ul.products li.product .price {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .single-product section.related ul.products li.product {
    margin-top: 50px;
  }
}
.single-product #pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .single-product #pxl-content-area div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-details__short-description, .single-product > div.product .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.625;
}
.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;
  max-width: 393px;
}
.single-product #pxl-content-area div.product form.cart label, .single-product > div.product form.cart label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  color: #191919;
}
.single-product #pxl-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
  color: #000;
  font-size: 15px;
  margin-top: 6px;
}
.single-product #pxl-content-area div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
  color: var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart .single_variation_wrap, .single-product > div.product form.cart .single_variation_wrap {
  width: 100%;
}
.single-product #pxl-content-area div.product form.cart .variations .variable-item:before, .single-product > div.product form.cart .variations .variable-item:before {
  min-width: auto;
  font-size: 12px;
  border-radius: 0px;
  padding: 0 12px;
  line-height: 26px;
  box-shadow: none;
}
.single-product #pxl-content-area div.product form.cart .variations th.label, .single-product > div.product form.cart .variations th.label {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  color: #666;
}
.single-product #pxl-content-area div.product form.cart .variations th.label label, .single-product > div.product form.cart .variations th.label label {
  font-weight: normal;
  color: inherit;
  font-family: inherit;
}
.single-product #pxl-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name, .single-product > div.product form.cart .variations th.label .woo-selected-variation-item-name {
  color: #000;
}
.single-product #pxl-content-area div.product form.cart .variations td.label, .single-product > div.product form.cart .variations td.label {
  padding: 0;
}
.single-product #pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper, .single-product > div.product form.cart .variations td.woo-variation-items-wrapper {
  padding: 0;
  margin-bottom: 12px;
}
.single-product #pxl-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item, .single-product > div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
  padding: 0;
  border-radius: 0px;
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
  font-size: 14px;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
}
.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
  color: #fff;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #f9f9f9;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
  font-size: 15px;
  line-height: 26px;
  padding: 0 8px;
  color: #383838;
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
  color: #fff;
}
.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart, .single-product > div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price, .single-product > div.product form.cart.variations_form .woocommerce-variation-price {
  margin: 0 0 24px;
}
.single-product #pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
  background-color: var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form), .single-product > div.product form.cart:not(.variations_form), .single-product #pxl-content-area div.product form.cart:not(.grouped_form), .single-product > div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0 0 34px;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) select, .single-product > div.product form.cart:not(.variations_form) select, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) select, .single-product > div.product form.cart:not(.grouped_form) select {
  margin: 0;
}
.single-product #pxl-content-area div.product form.cart:not(.variations_form) label, .single-product > div.product form.cart:not(.variations_form) label, .single-product #pxl-content-area div.product form.cart:not(.grouped_form) label, .single-product > div.product form.cart:not(.grouped_form) label {
  line-height: 50px;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
  padding-bottom: 10px;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td a, .single-product > div.product form.cart .woocommerce-grouped-product-list td a {
  color: inherit;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
    font-size: 14px;
  }
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price del {
  color: #9dafbd;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__label label {
    font-size: 14px;
  }
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta, .single-product > div.product form.cart .wooc-product-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta > div, .single-product > div.product form.cart .wooc-product-meta > div {
  margin-bottom: 8px;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a, .single-product > div.product form.cart .wooc-product-meta a, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button, .single-product > div.product form.cart .wooc-product-meta button {
  position: relative;
  background: #f2f2f2;
  width: 47px;
  height: 47px;
  padding: 0;
  text-align: center;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a:before, .single-product > div.product form.cart .wooc-product-meta a:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button:before, .single-product > div.product form.cart .wooc-product-meta button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Caseicon;
  font-size: 16px;
  font-weight: 400;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.add_to_cart_button:before, .single-product > div.product form.cart .wooc-product-meta a.add_to_cart_button:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.add_to_cart_button:before, .single-product > div.product form.cart .wooc-product-meta button.add_to_cart_button:before {
  content: "\f145";
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.product_type_variable:before, .single-product > div.product form.cart .wooc-product-meta a.product_type_variable:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.product_type_variable:before, .single-product > div.product form.cart .wooc-product-meta button.product_type_variable:before {
  content: "\f122";
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.added_to_cart, .single-product > div.product form.cart .wooc-product-meta a.added_to_cart, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.added_to_cart, .single-product > div.product form.cart .wooc-product-meta button.added_to_cart {
  background-color: #222;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.added_to_cart:before, .single-product > div.product form.cart .wooc-product-meta a.added_to_cart:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.added_to_cart:before, .single-product > div.product form.cart .wooc-product-meta button.added_to_cart:before {
  color: #fff;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.added_to_cart:before, .single-product > div.product form.cart .wooc-product-meta a.added_to_cart:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.added_to_cart:before, .single-product > div.product form.cart .wooc-product-meta button.added_to_cart:before {
  content: "\f119";
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.woosc-btn:before, .single-product > div.product form.cart .wooc-product-meta a.woosc-btn:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.woosc-btn:before, .single-product > div.product form.cart .wooc-product-meta button.woosc-btn:before {
  content: "\f139";
  font-family: "flaticon_immigway";
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.woosw-btn:before, .single-product > div.product form.cart .wooc-product-meta a.woosw-btn:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.woosw-btn:before, .single-product > div.product form.cart .wooc-product-meta button.woosw-btn:before {
  content: '\f138';
  font-family: 'flaticon_immigway';
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.woosw-btn.woosw-added:before, .single-product > div.product form.cart .wooc-product-meta a.woosw-btn.woosw-added:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.woosw-btn.woosw-added:before, .single-product > div.product form.cart .wooc-product-meta button.woosw-btn.woosw-added:before {
  content: '\f122';
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.woosq-btn:before, .single-product > div.product form.cart .wooc-product-meta a.woosq-btn:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.woosq-btn:before, .single-product > div.product form.cart .wooc-product-meta button.woosq-btn:before {
  content: "\f101";
  font-size: 18px;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a.added, .single-product > div.product form.cart .wooc-product-meta a.added, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button.added, .single-product > div.product form.cart .wooc-product-meta button.added {
  display: none;
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a:hover:before, .single-product > div.product form.cart .wooc-product-meta a:hover:before, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button:hover:before, .single-product > div.product form.cart .wooc-product-meta button:hover:before {
  color: var(--primary-color);
}
.single-product #pxl-content-area div.product form.cart .wooc-product-meta a + a, .single-product > div.product form.cart .wooc-product-meta a + a, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button + a, .single-product > div.product form.cart .wooc-product-meta button + a, .single-product #pxl-content-area div.product form.cart .wooc-product-meta a + button, .single-product > div.product form.cart .wooc-product-meta a + button, .single-product #pxl-content-area div.product form.cart .wooc-product-meta button + button, .single-product > div.product form.cart .wooc-product-meta button + button {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product form.cart .wooc-product-meta, .single-product > div.product form.cart .wooc-product-meta {
    margin: 15px 0;
  }
}
.single-product #pxl-content-area div.product form.cart .wooc-product-quantity, .single-product > div.product form.cart .wooc-product-quantity {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product form.cart .wooc-product-quantity, .single-product > div.product form.cart .wooc-product-quantity {
    margin-bottom: 15px 0;
  }
}
.single-product #pxl-content-area div.product form.cart .wooc-product-quantity .quantity-label, .single-product > div.product form.cart .wooc-product-quantity .quantity-label {
  font-family: 'PT Serif', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  margin-right: 16px;
  color: var(--secondary-color);
}
.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale, .single-product > div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-gallery-inner, .single-product > div.product .woocommerce-gallery-inner {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .single-product #pxl-content-area div.product .woocommerce-gallery-inner.flex-slider-active, .single-product > div.product .woocommerce-gallery-inner.flex-slider-active {
    padding-left: 175px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > 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, .single-product > div.product .woocommerce-product-gallery {
    margin-bottom: 40px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  padding: 0;
  border-radius: 3px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
  border-radius: 3px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: -175px;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar, .single-product > div.product .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {
  opacity: 0;
}
.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: 158px;
  float: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li + li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li + li {
  margin-top: 20.5px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li + li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li + li {
    margin-top: 0;
  }
}
.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.04);
  -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);
}
@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: 0 -8px 0 -8px;
    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: 20%;
    padding: 16px 8px 10px 8px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.12);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:before {
  content: "\f117";
  font-family: "Caseicon";
  font-size: 12px;
  display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  right: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
  max-height: 607px;
}
.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(225, 56, 51, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
  left: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
  right: 22px;
  opacity: 1;
  visibility: visible;
}
.single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
    padding-left: 0;
  }
}
.single-product #pxl-content-area div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-btn, .single-product #pxl-content-area div.product .entry-summary > .woosw-btn, .single-product > div.product .entry-summary > .woosw-btn {
  display: none !important;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button, .single-product > div.product .entry-summary .woocommerce-sg-product-button {
  padding-left: 110px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
  width: 100%;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: var(--secondary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
  content: "\f12f";
  font-family: "Caseicon";
  margin: 0 5px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
  background: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating, .single-product > div.product .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #666;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.59;
  margin-left: 8px;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #333;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.single-product #pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
}
.single-product #pxl-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
  margin-right: 22px;
  color: inherit;
  text-decoration: none;
}
.single-product #pxl-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
  color: #9dafbd;
}
.single-product #pxl-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
  color: #9dafbd;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
  margin-bottom: 18px;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
  display: inline-flex;
  justify-content: center;
  padding: 0 40px;
  float: none;
  background-color: var(--secondary-color);
  width: 100%;
  margin-top: 18px;
  line-height: 47px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button:hover, .single-product > div.product .entry-summary .single_add_to_cart_button:hover {
  background-color: var(--primary-color);
}
.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-product > div.product .woocommerce-tabs {
  padding-top: 5px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border-bottom: none;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .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: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 10px 0 0;
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0;
  font-size: 20px;
  line-height: 60px;
  color: #1c2539;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  border: none;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
    text-align: center;
    background-color: var(--secondary-color);
    line-height: 44px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
  }
}
.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: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: #fff;
    background-color: var(--primary-color);
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li + li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li + li {
  margin-left: 80px;
}
@media screen and (max-width: 1199px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li + li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li + li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li + li {
    margin-left: 0px;
  }
}
.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 {
  font-size: 16px;
  line-height: 1.625;
}
.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: 34px;
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
  margin-bottom: 0px !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
  font-size: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
  padding: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel {
  padding-top: 60px;
}
.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 {
  display: none;
}
.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 .comment-form .comment-form-author label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-author label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-email label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-email label, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment label {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding-top: 49px;
  margin: 0 -15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
  font-size: 16px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
  display: inline-flex;
  flex-wrap: wrap;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform > *, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform > * {
  width: 100%;
  margin: 0 15px 30px 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-notes {
  order: 1;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-rating {
  order: 2;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email {
  width: calc(50% - 30px);
  order: 3;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email {
    width: 100%;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-comment {
  order: 4;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-cookies-consent, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-cookies-consent {
  order: 5;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit {
  order: 6;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit {
  padding: 0 50px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating {
  padding: 12px 10px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
  font-size: 16px;
  color: #000;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
  display: inline-flex;
  margin: 0 10px;
  font-size: 15px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
  display: inline-flex;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
  margin: 0 2px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
  color: #ffac70;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
  color: #ffac70;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
  max-width: 800px;
  margin: 0 auto;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 30px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  border: none;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  font-size: 16px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 14px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin-top: 10px;
  }
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #222;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 500;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
  margin-bottom: 0;
}
.single-product #pxl-content-area div.product .quantity, .single-product > div.product .quantity {
  float: none;
}
.single-product #pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
  color: var(--secondary-color);
  margin-bottom: 35px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  font-family: 'PT Serif', sans-serif;
}
.single-product #pxl-content-area div.product .product_meta a, .single-product > div.product .product_meta a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.single-product #pxl-content-area div.product .product_meta a:hover, .single-product > div.product .product_meta a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.single-product #pxl-content-area div.product .product_meta span span, .single-product > div.product .product_meta span span {
  font-family: 'Rubik', sans-serif;
  color: #666;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
.single-product #pxl-content-area div.product .product_meta span + span, .single-product > div.product .product_meta span + span {
  margin-top: 5px;
}
.single-product .up-sells.upsells {
  margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
  font-size: 32px;
  margin-bottom: 23px;
}
.single-product .product-type-external .woocommerce-sg-product-button, .single-product .product-type-grouped .woocommerce-sg-product-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product .product-type-grouped form.cart .button {
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .single-product .product-type-grouped .quantity .qty {
    width: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #pxl-content-area div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
    top: 150px;
  }
}
.pswp {
  z-index: 999999;
}
.pswp .pswp__caption {
  display: none;
}
.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
  font-family: "Caseicon";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f117";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f110";
}
body.woocommerce-cart .pxl-entry-content > .woocommerce {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-cart-form {
  flex-grow: 1;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
  width: 100%;
  max-width: 370px;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
    max-width: 100%;
  }
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-info, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-empty.woocommerce-info {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .return-to-shop {
  width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f12f";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #ebebeb;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
  border: none;
  background-color: #f8f8f8;
  color: #666;
  height: 51px;
  padding: 0 20px;
  min-width: 180px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
  color: #222;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button {
  background-color: #000;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button:hover {
  background-color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
  float: right;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: rbga(#152136, 0.67);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: #152136;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: var(--primary-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
  padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  border-right: none;
  border-top: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
  font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  border-left: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart_item .product-quantity {
  font-weight: 400;
  color: #101010;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-checkout #payment .stripe-card-group, .woocommerce-checkout #payment .wc-stripe-elements-field, .woocommerce-checkout #payment .wc-stripe-iban-element-field {
  width: 100%;
}
.woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-checkout .woocommerce-customer-details .woocommerce-column__title {
  font-size: 26px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
  width: 50%;
  max-width: 50%;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
    width: 100%;
    max-width: 100%;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 0;
  color: #222;
  position: relative;
  display: block;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f14d";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "Caseicon";
  color: var(--primary-color);
  margin-left: -16px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 20px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
  display: block;
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input {
  display: block;
  width: 100%;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a {
  color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
  color: var(--primary-color);
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
  font-size: 24px;
  margin-bottom: 22px;
}
.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin: 0;
  }
  .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1, .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: var(--primary-color);
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: var(--primary-color);
}
body #yith-quick-view-modal .onsale {
  top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
  font-weight: 600;
  color: var(--primary-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
  color: #9dafbd;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
  color: inherit;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  color: #232323;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--primary-color);
  color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
  color: var(--primary-color);
  margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
  color: var(--secondary-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
  display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  margin: 0 20px 0 0;
  padding: 0 12px;
  width: 70px;
  height: 54px;
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.wishlist-title .button .fa {
  font-family: FontAwesome;
}
.hidden-title-form input + input {
  margin-top: 15px;
}
.hidden-title-form .btn {
  line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
  display: none;
}
#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: var(--secondary-color) !important;
}
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }
  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
#stripe-payment-data .form-row > label + div {
  width: 100%;
}
.woocommerce-lost-password {
  /* Product Wishlist Popup */
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: #f9f9f9;
  padding: 35px 30px 25px;
  max-width: 440px;
  margin: 10px auto 0 auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  width: 100%;
  height: 54px;
  line-height: 54px !important;
  padding: 0 30px !important;
  color: #fff !important;
}
.woocommerce-lost-password .woocommerce-form-row label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #222;
}
.woocommerce-lost-password .pxl-entry-content > .woocommerce {
  max-width: 960px;
  margin: auto;
}
.woosw-popup {
  /* Product Wishlist Page */
}
.woosw-popup .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0 22px;
}
.woosw-popup .woosw-popup-content-bot a {
  color: #000;
  text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.woosw-list {
  max-width: 860px;
  margin: auto;
  /* Product Quick View Popup */
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
  position: absolute;
}
.woosw-list table.woosw-items {
  border-left: none;
}
.woosw-list table.woosw-items td {
  border-right: none;
  background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 600;
  color: #000;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price {
  font-size: 15px;
  color: var(--primary-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
  background-color: transparent;
  color: inherit;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
  color: #9dafbd;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
  font-size: 15px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
  text-align: right;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button {
  min-width: 170px;
  text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added {
  margin: 0 10px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after {
  display: none;
}
.woosq-popup .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary .entry-title {
  font-size: 32px;
}
.woosq-popup div.product .entry-summary .product_type_external {
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
  width: 100%;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
  opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}
body.rtl.woocommerce span.onsale {
  left: auto !important;
  right: 25px !important;
}
body.rtl.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next::before, body.rtl.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev::before {
  transform: scaleX(-1);
  display: inline-flex;
}
body.rtl.woocommerce #pxl-sidebar-area .widget_product_search button {
  right: auto;
  left: 0;
}
body.rtl.woocommerce #pxl-sidebar-area .widget_products ul li {
  padding-left: 0;
  padding-right: 85px;
}
body.rtl.woocommerce #pxl-sidebar-area .widget_products ul li img {
  left: auto;
  right: 0;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce {
  justify-content: center;
}
.woocommerce-gallery-inner .woocommerce-product-gallery--with-images a {
  max-height: 100% !important;
}
.woocommerce-gallery-inner.flex-slider-active .woocommerce-product-gallery--with-images a {
  max-height: 607px;
}
.pxl--hide-arrow .pxl-swiper-arrow:not(.pxl-swiper-arrow-custom) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.pxl--hide-arrow .pxl-swiper-arrow-wrap {
  position: absolute;
}
.swiper-filter-active .non-swiper-slide {
  display: none;
}
.swiper-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swiper-filter-wrap .filter-item {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 24px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper-filter-wrap .filter-item:before {
  content: '';
  width: 11px;
  height: 41px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaley(0);
  -khtml-transform: translate(-50%, -50%) scaley(0);
  -moz-transform: translate(-50%, -50%) scaley(0);
  -ms-transform: translate(-50%, -50%) scaley(0);
  -o-transform: translate(-50%, -50%) scaley(0);
  transform: translate(-50%, -50%) scaley(0);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.swiper-filter-wrap .filter-item span {
  color: #010927;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-wrap .filter-item.active {
  color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaley(1);
  -khtml-transform: translate(-50%, -50%) scaley(1);
  -moz-transform: translate(-50%, -50%) scaley(1);
  -ms-transform: translate(-50%, -50%) scaley(1);
  -o-transform: translate(-50%, -50%) scaley(1);
  transform: translate(-50%, -50%) scaley(1);
}
.pxl-swiper-sliders .pxl-item--image img {
  width: 100%;
}
.pxl-swiper-sliders .pxl-image-single img {
  width: auto !important;
}
.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-swiperarrow--middle .pxl-swiper-arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .pxl-swiperarrow--middle .pxl-swiper-arrow {
    -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;
    opacity: 0;
    width: 56px;
    height: 56px;
    font-size: 15px;
    line-height: 56px;
  }
}
.pxl-swiperarrow--middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -120px;
}
@media screen and (max-width: 1400px) {
  .pxl-swiperarrow--middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: -28px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-swiperarrow--middle .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 20px;
  }
}
.pxl-swiperarrow--middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -120px;
}
@media screen and (max-width: 1400px) {
  .pxl-swiperarrow--middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: -28px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-swiperarrow--middle .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 20px;
  }
}
.pxl-swiperarrow--middle .pxl-swiper-arrow-wrap {
  margin: 0;
}
.pxl-swiperarrow--middle:hover .pxl-swiper-arrow {
  opacity: 1;
}
.pxl-post-carousel1.pxl-blog-style1 .pxl-item--inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
  border: 1px solid #efefef;
  border-top: 0;
  padding: 47px 60px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
    padding: 20px 30px;
  }
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--date {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--date:before {
  content: "";
  margin-right: 13px;
  width: 23px;
  height: 1px;
  background-color: var(--secondary-color);
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-comment a {
  min-width: 28px;
  min-height: 23px;
  border-radius: 3px 3px 0 3px;
  background-color: var(--primary-color);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-top: 3px;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-comment a:before {
  width: 8px;
  height: 8px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  bottom: -6px;
  content: "";
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  color: var(--secondary-color);
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-sz-content {
  font-size: 16px;
  line-height: 1.625;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--button {
  margin-top: 4px;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--button .btn--readmore {
  font-size: 12px;
  text-transform: uppercase;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--button .btn--readmore .btn-readmore--text {
  font-weight: 500;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--button .btn--readmore .btn-readmore--icon {
  font-size: 12px;
}
.pxl-post-carousel2 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--featured img {
  transform: scale(1.05);
}
.pxl-post-carousel2.style-2 .pxl-item-comment a {
  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-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper {
  display: flex;
  min-height: 836px;
  height: 80vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper {
    min-height: 600px;
    height: 60vh;
  }
}
@media screen and (max-width: 991px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper {
    flex-direction: column;
    min-height: 1000px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 575px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper {
    min-height: 1200px;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide {
  padding: 0;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide {
    flex-direction: column;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide + .pxl-swiper-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide + .pxl-swiper-slide {
    border-left: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide:first-child .pxl-item-title {
  padding-left: 15px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide:last-child .pxl-item-title {
  padding-right: 15px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: #fff;
  z-index: 2;
  background-color: transparent;
  text-transform: uppercase;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title span {
  transform: rotate(-90deg);
  position: absolute;
}
@media screen and (max-width: 991px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title span {
    transform: rotate(0);
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title .pxl-item-featured {
  max-width: 60px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title .pxl-item-featured img {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title .pxl-item-featured {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title .pxl-item-featured {
    max-width: 30px;
    left: 20px;
    bottom: auto;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 0;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title:hover {
  background-color: var(--primary-color);
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title:hover > a {
  color: #fff;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item-title:hover img {
  opacity: 0;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner {
  position: relative;
  z-index: 30;
  opacity: 0;
  align-self: flex-end;
  width: 100%;
  transition: all 0.35s 0.1s ease-out;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
  position: absolute;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 610px 47%;
  padding: 40px 0 40px 60px;
  align-items: flex-end;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  transform: translate(0, -125%);
  align-items: center;
}
@media screen and (max-width: 1800px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
    padding: 0;
  }
}
@media screen and (max-width: 1700px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
    grid-template-columns: 580px 35%;
  }
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
    grid-template-columns: 800px 0;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
    grid-template-columns: 100% 0;
  }
}
@media screen and (max-width: 575px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner {
    transform: translate(0, -115%);
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder {
  max-width: 610px;
  padding: 0 30px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.467;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--subtitle:hover {
  color: var(--primary-color);
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-family: "PT serif", sans-serif;
  font-size: 53px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -1.06px;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 28px;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .pxl-item--content {
  font-family: rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 28px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0 -13px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text {
    margin-bottom: 30px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li {
  margin: 0 13px;
  padding-left: 2.5px;
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
  break-inside: avoid;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li i {
  color: #fff;
  font-size: 8px;
  margin-right: 8px;
  line-height: 1;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li i:after {
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  right: -2.5px;
  bottom: -2.5px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
  content: "";
  border-radius: 50%;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li i:before {
  font-weight: 700;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  margin: 0;
  color: #fff;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li.border-0-p0 {
  border-top: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li.border-0-p0 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 11px;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--holder .multi-text li + li {
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 11px;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured {
  border-radius: 50%;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured {
    display: none;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .wrap-inner .pxl-item--inner .pxl-item--featured img {
  border-radius: 50%;
  border: 15px solid #193b6c;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active {
  flex: 11.5;
  cursor: default;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active {
    flex: 10;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .wrap-inner {
  opacity: 1;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title {
  background-color: var(--primary-color);
  max-width: 110px;
  position: relative;
  background-color: var(--primary-color);
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title {
    max-width: 100%;
    max-height: 100px;
  }
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title span {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 991px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title {
    max-height: 65px;
  }
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title span {
    transform: rotate(0deg);
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title a {
  color: #fff;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item-title .pxl-item-featured img {
  opacity: 0;
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item--inner {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--holder {
    width: 100%;
    max-width: 100%;
  }
}
.pxl-country-carousel1 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item-featured {
  display: flex;
}
.pxl-service-carousel4 .pxl-carousel-inner {
  margin: 0 -20px;
}
.pxl-service-carousel4 .pxl-swiper-container {
  overflow: hidden;
  padding: 0 20px 30px 20px;
}
.pxl-service-carousel4 .swiper-slide-active {
  margin-left: 1px !important;
}
.pxl-service-carousel4 .pxl-item--inner {
  position: relative;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--featured img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder {
  position: relative;
  padding: 30px 36px;
  width: 100%;
  min-height: 275px;
  border: 1px solid #efefef;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--inner .pxl-item--holder {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel4 .pxl-item--inner .pxl-item--holder {
    padding: 15px;
  }
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  line-height: 1;
  border: 5px solid #fff;
  position: absolute;
  right: 33px;
  top: 0;
  transform: translate(0, calc(-50% - 5px));
  border-radius: 50%;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon img {
  max-width: 32px;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon i {
  font-size: 35px;
  color: #fff;
  line-height: 1;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon svg {
  position: absolute;
  fill: #fff;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon svg:first-child {
  left: -13px;
  top: 26px;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--icon svg:last-child {
  right: -13px;
  top: 26px;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-line-paper {
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-line-paper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  border-top: 1px dotted var(--primary-color);
  top: -1px;
  -webkit-transition: all 1s ease 0.2s;
  -khtml-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -ms-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-line-paper:after {
  content: "\f072";
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "font awesome 5 pro";
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(100%, -50%);
  -webkit-transition: all 1s ease 0.2s;
  -khtml-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -ms-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--content {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5882;
  margin-bottom: 14px;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--button a {
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.467;
  text-transform: uppercase;
}
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--button a i {
  font-size: 14px;
}
.pxl-service-carousel4 .pxl-item--inner:hover .pxl-line-paper {
  margin: 1px 0 36px;
  opacity: 1;
  visibility: visible;
}
.pxl-service-carousel4 .pxl-item--inner:hover .pxl-line-paper:before {
  right: 10%;
}
.pxl-service-carousel4 .pxl-item--inner:hover .pxl-line-paper:after {
  right: 10%;
}
.pxl-service-carousel4.pxl-service-active-on .pxl-item--inner .pxl-item--holder .pxl-line-paper {
  margin: 1px 0 36px;
  opacity: 1;
  visibility: visible;
}
.pxl-service-carousel4.pxl-service-active-on .pxl-item--inner .pxl-item--holder .pxl-line-paper:before {
  right: 10%;
}
.pxl-service-carousel4.pxl-service-active-on .pxl-item--inner .pxl-item--holder .pxl-line-paper:after {
  right: 10%;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide {
  margin-bottom: 30px;
  padding: 0 10px;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner {
  position: relative;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--featured img {
  transform: scale(1);
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 15.88%, rgba(0, 0, 0, 0.00) 73.14%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .icon-readmore {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 32px;
  right: 36px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .icon-readmore:before {
  transform: rotate(0deg);
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta {
  position: absolute;
  bottom: 50px;
  left: 34px;
  right: 34px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--icon {
  margin-bottom: 27px;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--icon i {
  font-size: 70px;
  color: #fff;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--icon img {
  max-width: 70px;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content {
  padding-left: 22px;
  position: relative;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content:before {
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: rgba(217, 217, 217, 0.4);
  content: "";
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content .pxl-visa-count {
  font-size: 15px;
  font-weight: 500;
  font-family: Rubik;
  color: #fff;
  text-transform: uppercase;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content .pxl-item--title {
  font-size: 26px;
  letter-spacing: -0.6px;
  margin: 0;
  color: #fff;
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--featured img {
  transform: scale(1.1);
}
.pxl-visa-carousel1 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner:hover .icon-readmore:before {
  transform: rotate(-45deg);
}
.pxl-visa-carousel1 .pxl-swiper-pagination {
  margin-top: 0;
}
.pxl-grid .pxl-item--featured, .pxl-visa-carousel .pxl-item--featured, .pxl-service-carousel .pxl-item--featured {
  position: relative;
}
.pxl-grid .pxl-item--image img, .pxl-visa-carousel .pxl-item--image img, .pxl-service-carousel .pxl-item--image img, .pxl-grid .pxl-item--featured img, .pxl-visa-carousel .pxl-item--featured img, .pxl-service-carousel .pxl-item--featured img {
  width: 100%;
}
.pxl-grid .pxl-item--title a, .pxl-visa-carousel .pxl-item--title a, .pxl-service-carousel .pxl-item--title a, .pxl-grid .item--title a, .pxl-visa-carousel .item--title a, .pxl-service-carousel .item--title a {
  color: inherit;
}
.pxl-grid .pxl-item--title a:hover, .pxl-visa-carousel .pxl-item--title a:hover, .pxl-service-carousel .pxl-item--title a:hover, .pxl-grid .item--title a:hover, .pxl-visa-carousel .item--title a:hover, .pxl-service-carousel .item--title a:hover {
  color: inherit;
}
.pxl-grid .pxl-item--category a, .pxl-visa-carousel .pxl-item--category a, .pxl-service-carousel .pxl-item--category a {
  color: inherit;
}
.pxl-grid .pxl-item--category a:hover, .pxl-visa-carousel .pxl-item--category a:hover, .pxl-service-carousel .pxl-item--category a:hover {
  color: inherit;
}
.pxl-grid .pxl-item--link, .pxl-visa-carousel .pxl-item--link, .pxl-service-carousel .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry, .pxl-visa-carousel.pxl-grid-nogap .pxl-grid-masonry, .pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry {
  margin: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-visa-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item, .pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
  padding: 0 !important;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .item--inner, .pxl-visa-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner, .pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner {
  margin-bottom: 0;
}
.pxl-load-more-style1 {
  margin-top: 50px;
}
.pxl-load-more-style1 .btn {
  padding: 0 38px;
}
.pxl-load-more-style1 .btn:after {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 20px;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  margin-top: -10px;
  opacity: 0;
}
.pxl-load-more-style1.loading .btn {
  padding-right: 60px;
}
.pxl-load-more-style1.loading .btn:after {
  opacity: 1;
}
.pxl-grid-filter1 {
  margin-bottom: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-grid-filter1 .filter-item {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 3px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--third-color);
  padding: 17px 18px;
  margin: 0;
  cursor: pointer;
  position: relative;
  margin-right: 28px;
  -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: 1199px) {
  .pxl-grid-filter1 .filter-item {
    margin-right: 0;
    font-size: 15px;
    padding: 12px 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item {
    padding: 0 22px;
    line-height: 42px;
    display: inline-flex;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: calc(50% - 10px);
    justify-content: center;
    margin: 0 5px 10px 5px !important;
    color: #1c2539 !important;
  }
}
@media screen and (max-width: 575px) {
  .pxl-grid-filter1 .filter-item {
    width: 100%;
  }
}
.pxl-grid-filter1 .filter-item:before {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item:before {
    display: none;
  }
}
.pxl-grid-filter1 .filter-item:last-child {
  margin-right: 0;
}
.pxl-grid-filter1 .filter-item.active, .pxl-grid-filter1 .filter-item:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item.active, .pxl-grid-filter1 .filter-item:hover {
    background-color: var(--primary-color);
    color: #fff !important;
  }
}
.pxl-grid-filter1 .filter-item.active:before, .pxl-grid-filter1 .filter-item:hover:before {
  width: 100%;
}
.pxl-grid-filter1 .pxl--filter-inner {
  display: inline-flex;
  border-bottom: 1px solid #e1e9f4;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    border-bottom: none;
    justify-content: flex-start;
    margin: 0 -5px;
  }
}
.pxl-sz-content {
  font-size: 16px;
  line-height: 1.625;
}
.pxl-blog-style1 .pxl-item--featured {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.pxl-blog-style1 .pxl-item--featured img {
  -webkit-transition: all 1.2s;
  -khtml-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.pxl-blog-style1 .pxl-item--title {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .pxl-blog-style1 .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-blog-style1 .pxl-item--holder {
  position: relative;
}
.pxl-blog-style1 .pxl-item--content {
  margin-bottom: 8px;
}
.pxl-blog-style1 .pxl-item--holder {
  padding: 17px 32px 32px;
}
@media screen and (max-width: 1199px) {
  .pxl-blog-style1 .pxl-item--holder {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.pxl-blog-style1 .pxl-item--meta {
  padding: 14px 32px;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-blog-style1 .pxl-item--meta {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-blog-style1 .pxl-item--meta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pxl-blog-style1 .pxl-item--inner {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-blog-style1 .pxl-item--inner:hover .pxl-item--featured 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-blog-style1.style-2 .pxl-date--box {
  background-color: var(--third-color);
}
.pxl-blog-style1.style-2 .pxl-author--box .pxl-auhtor--img img {
  border-color: var(--third-color);
}
.pxl-blog-style1.style-2.pxl-swiperarrow--middle .pxl-swiper-arrow:hover {
  color: var(--third-color);
}
.pxl-blog-style1.style-2 .pxl-item--title {
  color: #1b2e59;
}
.pxl-blog-style1.style-2 .pxl-author--box .pxl-auhtor--meta h6 {
  color: #273d71;
}
.pxl-blog-style1.style-3 .pxl-author--box .pxl-auhtor--meta h6, .pxl-blog-style1.style-3 .pxl-item--title {
  color: #012f5b;
}
.pxl-blog-style1.style-3 .pxl-sz-content {
  color: #677788;
}
.pxl-blog-style1.style-3 .pxl-item--date {
  color: var(--secondary-color);
}
.pxl-blog-style1.style-3 .pxl-swiper-arrow {
  background-color: #fff;
  color: var(--secondary-color);
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  margin-top: -36px;
}
.pxl-blog-style1.style-3 .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
}
.pxl-blog-style1.style-3 .btn--readmore {
  color: var(--secondary-color);
}
.pxl-blog-style1.style-3 .btn--readmore .btn-readmore--icon {
  background-color: var(--secondary-color);
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  color: var(--primary-color);
}
.pxl-blog-style1.style-3 .btn--readmore .btn-readmore--icon:before {
  display: none;
}
.pxl-blog-style1.style-3 .btn--readmore:hover .btn-readmore--icon i {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(1), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(4), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(7), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(10) {
  --primary-color: #35e1b4;
}
.pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(2), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(5), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(8), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(11) {
  --primary-color: #9f90ff;
}
.pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(3), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(6), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(9), .pxl-blog-style1.style-4 .pxl-swiper-slide:nth-child(12) {
  --primary-color: #ffa698;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
  position: relative;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured img {
  transform: scale(1);
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 15.88%, rgba(0, 0, 0, 0.00) 73.14%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .icon-readmore {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 32px;
  right: 36px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .icon-readmore:before {
  transform: rotate(0deg);
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta {
  position: absolute;
  bottom: 50px;
  left: 34px;
  right: 34px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--icon {
  margin-bottom: 27px;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--icon i {
  font-size: 70px;
  color: #fff;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--icon img {
  max-width: 70px;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content {
  padding-left: 22px;
  position: relative;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content:before {
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-color: rgba(217, 217, 217, 0.4);
  content: "";
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content .pxl-visa-count {
  font-size: 15px;
  font-weight: 500;
  font-family: Rubik;
  color: #fff;
  text-transform: uppercase;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-wrap-content .pxl-item--title {
  font-size: 26px;
  letter-spacing: -0.6px;
  margin: 0;
  color: #fff;
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover .pxl-item--featured img {
  transform: scale(1.1);
}
.pxl-visa-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover .icon-readmore:before {
  transform: rotate(-45deg);
}
.pxl-shape--divider {
  width: 105px;
  height: 28px;
  position: absolute;
  top: -1px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.pxl-shape--divider .pxl-item--divider {
  width: 11px;
  height: 64px;
  background-color: var(--primary-color);
  margin-right: 19px;
  transform: rotate(45deg);
  position: relative;
  top: -20px;
  left: 20px;
}
.pxl-service-style1 .type-service {
  padding: 0 8px;
}
.pxl-service-style1 .pxl-item--featured {
  z-index: -1;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: var(--secondary-color);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl-service-style1 .pxl-item--featured:before {
  background-color: var(--secondary-color);
  opacity: 0.9;
}
.pxl-service-style1 .pxl-item--icon {
  line-height: 1;
  font-size: 65px;
  color: var(--primary-color);
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .pxl-service-style1 .pxl-item--icon {
    font-size: 58px;
  }
}
.pxl-service-style1 .pxl-item--icon img {
  max-height: 65px;
}
.pxl-service-style1 .pxl-item--icon svg {
  height: 65px;
  fill: var(--primary-color);
}
.pxl-service-style1 .pxl-item--title {
  margin-bottom: 16px;
}
.pxl-service-style1 .pxl-item--title a {
  -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-service-style1 .pxl-item--content {
  font-size: 17px;
  line-height: 1.47;
  margin-bottom: 15px;
  -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: 991px) {
  .pxl-service-style1 .pxl-item--content {
    font-size: 16px;
  }
}
.pxl-service-style1 .pxl-item--main {
  border: 1px solid #f6f6f6;
  padding: 50px 38px 48px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style1 .pxl-item--main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-style1 .pxl-item--main {
    padding: 40px 22px;
  }
}
.pxl-service-style1 .pxl-item--inner {
  position: relative;
}
.pxl-service-style1 .pxl-item--inner:hover .pxl-item--featured {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pxl-service-style1 .pxl-item--inner:hover .pxl-item--title a {
  color: var(--primary-color);
}
.pxl-service-style1 .pxl-item--inner:hover .pxl-item--content {
  color: #e1e9f4;
}
.pxl-service-style1 .pxl-item--inner:hover .btn--readmore2 {
  color: var(--primary-color);
}
.pxl-service-style1 .pxl-grid-inner {
  margin: 0 -8px;
}
.pxl-service-style1 .pxl-grid-inner .pxl-grid-item {
  padding: 0 8px;
}
.pxl-service-style1 .pxl-item--shape {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  z-index: -2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  transform: rotate(45deg);
}
.pxl-service-style1 .pxl-item--shape .pxl-shape--divider {
  width: 140px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(#fff));
  background-image: -webkit-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: -moz-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: -ms-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: -o-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: linear-gradient(to bottom, var(--primary-color), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='#fff');
  margin: 0 2px;
  opacity: 0.05;
}
.pxl-service-style1 .pxl-item--shape .pxl-shape--divider.pxl-shape--divider2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(#fff));
  background-image: -webkit-linear-gradient(to top, var(--primary-color), #fff);
  background-image: -moz-linear-gradient(to top, var(--primary-color), #fff);
  background-image: -ms-linear-gradient(to top, var(--primary-color), #fff);
  background-image: -o-linear-gradient(to top, var(--primary-color), #fff);
  background-image: linear-gradient(to top, var(--primary-color), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='#fff');
}
.pxl-service-style1 .pxl-item--shape2 {
  width: 104px;
  height: 28px;
  position: absolute;
  top: -1px;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.pxl-service-style1 .pxl-item--shape2 .pxl-shape--divider {
  width: 14px;
  height: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to top, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
  margin-right: 14px;
  transform: rotate(45deg);
  position: relative;
  top: -20px;
  left: 20px;
}
@media screen and (min-width: 1200px) {
  .pxl-service-style1.pxl-grid--6items.style-1 .pxl-grid-item.col-xl-4:nth-child(2) .pxl-item--inner:before, .pxl-service-style1.pxl-grid--6items.style-1 .pxl-grid-item.col-xl-4:nth-child(2) .pxl-item--inner:after {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    position: absolute;
    bottom: -16px;
    background-color: var(--primary-color);
  }
  .pxl-service-style1.pxl-grid--6items.style-1 .pxl-grid-item.col-xl-4:nth-child(2) .pxl-item--inner:before {
    left: -16px;
  }
  .pxl-service-style1.pxl-grid--6items.style-1 .pxl-grid-item.col-xl-4:nth-child(2) .pxl-item--inner:after {
    right: -16px;
  }
}
.pxl-service-style1.style-2 {
  text-align: center;
}
.pxl-service-style1.style-2 .pxl-item--shape {
  display: none;
}
.pxl-service-style1.style-2 .pxl-item--main {
  border-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-service-style1.style-3 .pxl-item--shape {
  display: none;
}
.pxl-service-style1.style-3 .pxl-item--main {
  border-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-service-style1.style-3 .pxl-item--shape-primary {
  z-index: 2;
  opacity: 0.08;
  top: 0px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-service-style1 .pxl-item--last .pxl-item--main {
  opacity: 0;
  visibility: hidden;
}
.pxl-service-style1 .pxl-item--last .pxl-item--wg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 50px;
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style1 .pxl-item--last .pxl-item--wg {
    padding: 30px;
  }
}
.pxl-service-style1 .pxl-item--last .pxl-item--wg .pxl-wg--title {
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1.176;
  color: #fff;
  width: 100%;
}
.pxl-service-style1 .pxl-item--last .pxl-item--wg .pxl-wg--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pxl-service-style1 .pxl-item--last .pxl-item--wg .pxl-wg--button a {
  padding: 0 45px;
  line-height: 60px;
}
.pxl-service-style1 .pxl-item--last .pxl-item--wg .pxl-item--inner {
  position: relative;
  z-index: 1;
  padding: 52px 45px 55px;
}
.pxl-service-style2 .pxl-item--title {
  margin-bottom: 0px;
  color: #1b2e59;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style2 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-service-style2 .pxl-item--holder {
  background-color: #fff;
  border-radius: 9px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 200ms linear 0ms;
  -khtml-transition: transform 200ms linear 0ms;
  -moz-transition: transform 200ms linear 0ms;
  -ms-transition: transform 200ms linear 0ms;
  -o-transition: transform 200ms linear 0ms;
  transition: transform 200ms linear 0ms;
  width: 100%;
}
.pxl-service-style2 .pxl-item--holder.pxl-item--front {
  padding: 25px 25px;
  position: relative;
  overflow: hidden;
}
.pxl-service-style2 .pxl-item--holder.pxl-item--back {
  background-color: var(--primary-color);
  padding: 25px 50px 25px 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(180deg);
}
.pxl-service-style2 .pxl-item--holder.pxl-item--back .pxl-item--title {
  color: var(--third-color);
}
.pxl-service-style2 .pxl-item--holder .pxl-item--readmore {
  position: absolute;
  bottom: 12px;
  background-color: var(--third-color);
  width: 33px;
  height: 33px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -khtml-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -moz-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -ms-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -o-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.pxl-service-style2 .pxl-item--holder .pxl-item--readmore i {
  -webkit-transition: transform 220ms linear 0ms;
  -khtml-transition: transform 220ms linear 0ms;
  -moz-transition: transform 220ms linear 0ms;
  -ms-transition: transform 220ms linear 0ms;
  -o-transition: transform 220ms linear 0ms;
  transition: transform 220ms linear 0ms;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-service-style2 .pxl-item--holder .pxl-item--readmore:hover i {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pxl-service-style2 .pxl-flip--box {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 25px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pxl-service-style2 .pxl-item--inner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}
.pxl-service-style2 .pxl-item--inner:hover .pxl-flip--box {
  transform: rotateX(180deg);
}
.pxl-service-style2 .pxl-item--arrow {
  width: 35px;
  height: 85px;
  position: absolute;
  right: 0px;
  bottom: -36px;
  transform: rotate(52deg);
}
.pxl-service-style2 .pxl-item--arrow:before, .pxl-service-style2 .pxl-item--arrow:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
}
.pxl-service-style2 .pxl-item--arrow:before {
  background-color: var(--gradient-color-from);
  left: 0;
  width: 13px;
}
.pxl-service-style2 .pxl-item--arrow:after {
  background-color: var(--gradient-color-to);
  left: 13px;
  width: 20px;
}
.pxl-service-style3 .pxl-item--content {
  font-size: 17px;
  color: #677788;
  line-height: 1.5888;
}
.pxl-service-style3 .pxl-item--icon {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  width: 76px;
  height: 76px;
  border-radius: 76px;
  font-size: 32px;
  position: relative;
  -webkit-box-shadow: 0 6px 25px rgba(93, 104, 131, 0.1);
  -khtml-box-shadow: 0 6px 25px rgba(93, 104, 131, 0.1);
  -moz-box-shadow: 0 6px 25px rgba(93, 104, 131, 0.1);
  -ms-box-shadow: 0 6px 25px rgba(93, 104, 131, 0.1);
  -o-box-shadow: 0 6px 25px rgba(93, 104, 131, 0.1);
  box-shadow: 0 6px 25px rgba(93, 104, 131, 0.1);
}
.pxl-service-style3 .pxl-item--icon img {
  max-height: 42px;
}
.pxl-service-style3 .pxl-item--icon svg {
  height: 42px;
}
.pxl-service-style3 .pxl-item--icon > i, .pxl-service-style3 .pxl-item--icon > svg, .pxl-service-style3 .pxl-item--icon > img {
  z-index: 2;
}
.pxl-service-style3 .pxl-item--icon:before {
  content: '';
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
  opacity: 0.5;
  border-radius: 20px;
  top: 15px;
  left: 17px;
  background-color: var(--primary-color);
}
.pxl-service-style3 .pxl-flipbox--front {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -khtml-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -moz-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -ms-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -o-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
}
.pxl-service-style3 .pxl-flipbox--front .pxl-item--icon {
  margin-bottom: 17px;
  margin-top: -66px;
  margin-left: -10px;
  margin-right: -10px;
}
.pxl-service-style3 .pxl-flipbox--front .pxl-item--title {
  font-size: 20px;
  color: #012f5b;
  margin-bottom: 16px;
}
.pxl-service-style3 .pxl-flipbox--front .pxl-item--holder {
  padding: 30px 30px 44px 40px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style3 .pxl-flipbox--front .pxl-item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pxl-service-style3 .pxl-flipbox--front .pxl-item--readmore a {
  font-size: 14px;
  color: #012f5b;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.pxl-service-style3 .pxl-flipbox--front .pxl-item--readmore a i {
  font-weight: 400;
  font-size: 12px;
}
.pxl-service-style3 .pxl-flipbox--front .pxl-item--content {
  margin-bottom: 15px;
}
.pxl-service-style3 .pxl-flipbox--back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--secondary-color);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(44, 135, 222, 0.2);
  -khtml-box-shadow: 0 10px 20px rgba(44, 135, 222, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(44, 135, 222, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(44, 135, 222, 0.2);
  -o-box-shadow: 0 10px 20px rgba(44, 135, 222, 0.2);
  box-shadow: 0 10px 20px rgba(44, 135, 222, 0.2);
  padding: 20px 50px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-style3 .pxl-flipbox--back {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--icon {
  background-color: #fff;
  color: var(--secondary-color);
  margin-bottom: 28px;
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--title {
  margin-bottom: 15px;
  color: var(--primary-color);
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--featured {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--featured:before {
  content: '';
  background-color: var(--secondary-color);
  opacity: 0.9;
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--content {
  color: #fff;
  margin-bottom: 31px;
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--holder {
  width: 100%;
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--readmore .btn {
  font-size: 14px;
  line-height: 42px;
  padding: 0 29px;
  color: var(--secondary-color);
}
.pxl-service-style3 .pxl-flipbox--back .pxl-item--readmore .btn:hover {
  color: var(--secondary-color);
  background-color: #fff;
}
.pxl-service-style3 .pxl-item--inner {
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
}
.pxl-service-style3 .pxl-swiper-arrow {
  background-color: #fff;
  color: var(--secondary-color);
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  margin-top: -36px;
}
.pxl-service-style3 .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
}
.pxl-h7-custom-arrow .pxl-service-style3 .pxl-swiper-arrow {
  color: var(--primary-color);
}
.pxl-h7-custom-arrow .pxl-service-style3 .pxl-swiper-arrow:hover {
  color: #fff;
}
body.rtl .pxl-load-more-style1.loading .btn {
  padding-left: 60px;
  padding-right: 38px;
}
body.rtl .pxl-load-more-style1.loading .btn:after {
  right: auto;
  left: 20px;
}
body.rtl .pxl-grid-filter1 .filter-item {
  margin-right: 0;
  margin-left: 28px;
}
@media screen and (max-width: 1199px) {
  body.rtl .pxl-grid-filter1 .filter-item {
    margin-left: 0;
  }
}
body.rtl .pxl-visa-style2 .pxl-item--holder.pxl-item--back {
  padding-right: 25px;
  padding-left: 50px;
}
.pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner .pxl-item--meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner .pxl-item--meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner .pxl-item--meta .pxl-item--date {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout1 .pxl-grid-item .pxl-item--inner .pxl-item--meta .pxl-item--date {
    margin-top: 7px;
  }
}
.pxl-post-layout-post-2 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  min-height: 323px;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner {
    flex-direction: column;
  }
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--featured {
  width: 41.6%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--featured {
    width: 100%;
  }
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--featured a {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--featured a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--featured a img {
  display: none;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--featured a img {
    display: block;
  }
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  width: 58.4%;
  border: 1px solid #efefef;
  border-left: 0;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    width: 100%;
    border-left: 1px solid #efefef;
    border-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 20px 15px;
  }
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--date {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item--date:before {
  content: "";
  margin-right: 13px;
  width: 23px;
  height: 1px;
  background-color: var(--secondary-color);
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-comment a {
  min-width: 28px;
  min-height: 23px;
  border-radius: 3px 3px 0 3px;
  background-color: var(--primary-color);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-top: 3px;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-comment a:before {
  width: 8px;
  height: 8px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: var(--primary-color);
  position: absolute;
  right: 0;
  bottom: -6px;
  content: "";
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--meta .pxl-item-comment a:hover {
  color: #fff;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button {
  margin-top: 4px;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button .btn--readmore {
  font-size: 12px;
  text-transform: uppercase;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button .btn--readmore .btn-readmore--text {
  font-weight: 500;
}
.pxl-post-layout-post-2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button .btn--readmore .btn-readmore--icon {
  font-size: 12px;
}
.pxl-service-grid-layout2 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner {
  position: relative;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--featured img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  position: relative;
  padding: 30px 36px;
  width: 100%;
  min-height: 275px;
  border: 1px solid #efefef;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 15px;
  }
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon {
  width: 70px;
  height: 70px;
  background-color: var(--secondary-color);
  line-height: 1;
  border: 5px solid #fff;
  position: absolute;
  right: 33px;
  top: 0;
  transform: translate(0, calc(-50% - 5px));
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon img {
  max-width: 32px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon i {
  font-size: 35px;
  color: var(--primary-color);
  line-height: 0;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon svg {
  position: absolute;
  fill: #fff;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon svg:first-child {
  left: -13px;
  top: 26px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon svg:last-child {
  right: -13px;
  top: 26px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-line-paper {
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-line-paper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  border-top: 1px dotted var(--primary-color);
  top: -1px;
  -webkit-transition: all 1s ease 0.2s;
  -khtml-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -ms-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-line-paper:after {
  content: "\f072";
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(100%, -50%);
  -webkit-transition: all 1s ease 0.2s;
  -khtml-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -ms-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--content {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5882;
  margin-bottom: 14px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button a {
  color: var(--secondary-color);
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.467;
  text-transform: uppercase;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button a i {
  font-size: 14px;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--button a:hover {
  color: var(--primary-color);
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-item--featured {
  overflow: hidden;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-item--featured img {
  transform: scale(1.05);
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-item--icon {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-item--icon i {
  color: var(--secondary-color);
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-line-paper {
  margin: 1px 0 36px;
  opacity: 1;
  visibility: visible;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-line-paper:before {
  right: 10%;
}
.pxl-service-grid-layout2 .pxl-grid-item .pxl-item--inner:hover .pxl-line-paper:after {
  right: 10%;
}
.pxl-service-grid-layout2.pxl-service-active-on .pxl-item--inner .pxl-item--holder .pxl-line-paper {
  margin: 1px 0 36px;
  opacity: 1;
  visibility: visible;
}
.pxl-service-grid-layout2.pxl-service-active-on .pxl-item--inner .pxl-item--holder .pxl-line-paper:before {
  right: 10%;
}
.pxl-service-grid-layout2.pxl-service-active-on .pxl-item--inner .pxl-item--holder .pxl-line-paper:after {
  right: 10%;
}
.pxl-service-grid-layout3 {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout3 {
    padding: 0;
  }
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item {
  padding: 0;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
  display: flex;
  flex-direction: column;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured a img {
  transform: rotate(0deg) scale(1);
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  min-height: 426px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 30px;
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder {
    padding: 15px;
  }
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon {
  margin-bottom: 26px;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon i {
  font-size: 52px;
  color: var(--primary-color);
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--icon img {
  max-width: 52px;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--category {
  margin-bottom: 7px;
  font-size: 16px;
  color: var(--primary-color);
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--category:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .btn.btn-full-width-icon-absolute {
  margin-top: 32px;
  line-height: 50px;
  font-size: 15px;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .btn.btn-full-width-icon-absolute i {
  height: 46px;
  width: 46px;
  font-size: 16px;
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover .pxl-item--featured img {
  transform: rotate(5deg) scale(1.15);
}
.pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item:nth-child(2n+1) .pxl-item--inner {
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item:nth-child(2n+1) .pxl-item--inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout3 .pxl-grid-inner .pxl-grid-item {
    padding: 15px;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item {
  margin-bottom: 20px;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  position: relative;
  align-items: center;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
    flex-direction: column;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:before {
  position: absolute;
  content: "";
  right: 63%;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 0;
  background-color: var(--secondary-color);
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:before {
    display: none;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content {
  display: flex;
  flex-direction: row;
  padding: 17px 0px 17px 40px;
  width: 52%;
  justify-content: space-between;
  z-index: 12;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content {
    flex-direction: column;
    background-color: var(--secondary-color);
    width: 60%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content {
    padding: 30px 15px;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left {
  max-width: 317px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--category {
  color: #fff;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--category a {
  color: #fff;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--category a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--category a:hover {
    color: var(--primary-color);
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--title {
  margin-bottom: 8px;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--title a {
  color: #fff;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--title a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--title a:hover {
    color: var(--primary-color);
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-wrap-left .pxl-item--content {
  color: #fff;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content .pxl-item--featured {
  max-width: 279px;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right {
  width: 48%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 33px;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right {
    flex-direction: column;
    width: 40%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right {
    width: 100%;
    flex-direction: row;
    padding: 30px 0 30px 30px;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right {
    flex-direction: column;
    padding: 30px 15px;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 55%;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text {
    width: 60%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li {
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li {
    justify-content: center;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li i {
  color: var(--primary-color);
  font-size: 13px;
  margin-right: 13px;
  line-height: 1;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li i:before {
  font-weight: 700;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li p {
  font-size: 16px;
  margin-bottom: 0;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .multi-text li + li {
  margin-top: 12px;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price {
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 45%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price {
    width: 40%;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price {
    width: 100%;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price:before {
  position: absolute;
  content: "";
  width: 1px;
  top: -100%;
  bottom: -100%;
  background-color: #e7e7e7;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price:before {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price:before {
    display: none;
  }
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price .pxl-service-price {
  font-family: PT Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price .pxl-service-price-for {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #00255c;
  margin-bottom: 24px;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-right .pxl-item--price .btn.btn-primary {
  font-size: 15px;
  text-transform: uppercase;
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover:before {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover .multi-text li i {
  color: var(--secondary-color);
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner a.btn {
  background-color: #00255c;
  background-size: 200%, auto;
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner a.btn:hover, .pxl-service-grid-layout4.style-2 .pxl-item--inner a.btn:active {
  background-position: right center;
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner .wrap-right .multi-text li i {
  color: #00255c !important;
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner:hover .wrap-right .multi-text li i {
  color: var(--primary-color) !important;
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner:hover a.btn {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner:hover .pxl-item--category a {
  color: #fff;
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner:hover:before {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%, auto;
  background-color: transparent;
}
.pxl-service-grid-layout4.style-2 .pxl-item--inner:hover:before:hover, .pxl-service-grid-layout4.style-2 .pxl-item--inner:hover:before:active {
  background-position: right center;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  padding: 43px;
}
@media screen and (max-width: 676px) {
  .pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
    padding: 25px;
  }
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item-meta .wrap-image-flag {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item-meta .wrap-info .text-visa-service {
  color: var(--primary-color);
  font-size: 11.455px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item-meta .wrap-info .pxl-item--title {
  font-size: 18.614px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.43px;
  margin: 0;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .multi-text {
  list-style: none;
  padding: 0;
  margin-bottom: 31px;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .multi-text li {
  display: flex;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .multi-text li i {
  color: var(--primary-color);
  font-size: 9px;
  margin-right: 8px;
  line-height: 1;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .multi-text li i:before {
  font-weight: 700;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .multi-text li p {
  font-size: 14px;
  margin-bottom: 0;
}
.pxl-country-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover .pxl-item-meta .wrap-image-flag {
  transform: translateY(-5px) scale(1.1) rotate(5deg);
}
.pxl-country-grid-layout1.style-2 .btn-full-width-icon-absolute {
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%, auto;
  background-color: transparent;
}
.pxl-country-grid-layout1.style-2 .btn-full-width-icon-absolute:hover, .pxl-country-grid-layout1.style-2 .btn-full-width-icon-absolute:active {
  background-position: right center;
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
  position: relative;
  border: 1px solid #efefef;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 85px;
}
@media screen and (max-width: 1600px) {
  .pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner {
    margin-bottom: 30px;
  }
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--featured {
  overflow: hidden;
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder {
  padding: 40px 46px;
  min-height: 285px;
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--date {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-family: PT Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: -0.48px;
  color: var(--secondary-color);
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .pxl-item--holder .pxl-button-link {
  background-color: #ffeeef;
  width: 100%;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.57;
  color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 50px;
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover {
  border-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(137, 151, 186, 0.15);
}
.pxl-careers-grid-layout1 .pxl-grid-inner .pxl-grid-item .pxl-item--inner:hover .pxl-button-link {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-careers-grid-layout1 .pxl-pagination-links {
  margin-top: 0;
}
.pxl-case-studies-style1 .pxl-item--title {
  font-size: 30px;
  margin-bottom: 18px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-case-studies-style1 .pxl-item--title {
    font-size: 24px;
  }
}
.pxl-case-studies-style1 .pxl-item--category {
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .pxl-case-studies-style1 .pxl-item--category {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.pxl-case-studies-style1 .pxl-item--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.8);
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pxl-case-studies-style1 .pxl-item--meta {
  position: relative;
  z-index: 99;
}
.pxl-case-studies-style1 .pxl-item--divider {
  display: flex;
  width: 120px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto 25px auto;
}
.pxl-case-studies-style1 .pxl-item--inner {
  position: relative;
  margin-bottom: 30px;
}
.pxl-case-studies-style1 .pxl-item--shape1 {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/case-studies-shape1.png);
  width: 165px;
  height: 115px;
}
.pxl-case-studies-style1 .pxl-item--shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/case-studies-shape2.png);
  width: 135px;
  height: 174px;
}
@media screen and (max-width: 1400px) {
  .pxl-case-studies-style1 .pxl-grid-item.col-xl-3 .pxl-item--title, .pxl-case-studies-style1 .pxl-grid-item.col-xl-20-pxl .pxl-item--title, .pxl-case-studies-style1 .pxl-grid-item.col-xl-40-pxl .pxl-item--title {
    font-size: 24px;
  }
  .pxl-case-studies-style1 .pxl-grid-item.col-xl-3 .pxl-item--category, .pxl-case-studies-style1 .pxl-grid-item.col-xl-20-pxl .pxl-item--category, .pxl-case-studies-style1 .pxl-grid-item.col-xl-40-pxl .pxl-item--category {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-case-studies-style1 .pxl-grid-item.col-xl-20-pxl .pxl-item--title, .pxl-case-studies-style1 .pxl-grid-item.col-xl-40-pxl .pxl-item--title {
    font-size: 20px;
  }
  .pxl-case-studies-style1 .pxl-grid-item.col-xl-20-pxl .pxl-item--category, .pxl-case-studies-style1 .pxl-grid-item.col-xl-40-pxl .pxl-item--category {
    font-size: 14px;
  }
}
.pxl-case-studies-style2 .pxl-item--title {
  margin-bottom: 7px;
}
.pxl-case-studies-style2 .pxl-item--category {
  color: var(--primary-color);
  font-size: 14px;
}
.pxl-case-studies-style2 .pxl-item--holder {
  background-color: #fff;
  border-radius: 9px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 200ms linear 0ms;
  -khtml-transition: transform 200ms linear 0ms;
  -moz-transition: transform 200ms linear 0ms;
  -ms-transition: transform 200ms linear 0ms;
  -o-transition: transform 200ms linear 0ms;
  transition: transform 200ms linear 0ms;
  width: 100%;
}
.pxl-case-studies-style2 .pxl-item--holder.pxl-item--front {
  text-align: center;
  padding: 22px 25px;
  position: relative;
}
.pxl-case-studies-style2 .pxl-item--holder.pxl-item--back {
  background-color: var(--primary-color);
  padding: 22px 50px 22px 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(180deg);
}
.pxl-case-studies-style2 .pxl-item--holder.pxl-item--back .pxl-item--title, .pxl-case-studies-style2 .pxl-item--holder.pxl-item--back .pxl-item--category {
  color: #fff;
}
.pxl-case-studies-style2 .pxl-item--holder .pxl-item--readmore {
  position: absolute;
  bottom: 12px;
  background-color: #fff;
  width: 33px;
  height: 33px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -khtml-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -moz-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -ms-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  -o-box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  box-shadow: 0 4px 4px rgba(33, 41, 72, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 11px;
}
.pxl-case-studies-style2 .pxl-item--holder .pxl-item--readmore i {
  transform: rotate(-45deg);
  -webkit-transition: transform 220ms linear 0ms;
  -khtml-transition: transform 220ms linear 0ms;
  -moz-transition: transform 220ms linear 0ms;
  -ms-transition: transform 220ms linear 0ms;
  -o-transition: transform 220ms linear 0ms;
  transition: transform 220ms linear 0ms;
}
.pxl-case-studies-style2 .pxl-item--holder .pxl-item--readmore:hover i {
  transform: rotate(0deg);
}
.pxl-case-studies-style2 .pxl-flip--box {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 25px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pxl-case-studies-style2 .pxl-item--inner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}
.pxl-case-studies-style2 .pxl-item--inner:hover .pxl-flip--box {
  transform: rotateX(180deg);
}
.pxl-case-studies-style2.style-1 .pxl-item--front {
  overflow: hidden;
}
.pxl-case-studies-style2.style-1 .pxl-item--arrow {
  width: 35px;
  height: 85px;
  position: absolute;
  right: 0px;
  bottom: -38px;
  transform: rotate(52deg);
}
.pxl-case-studies-style2.style-1 .pxl-item--arrow:before, .pxl-case-studies-style2.style-1 .pxl-item--arrow:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
}
.pxl-case-studies-style2.style-1 .pxl-item--arrow:before {
  background-color: var(--gradient-color-from);
  left: 0;
  width: 15px;
}
.pxl-case-studies-style2.style-1 .pxl-item--arrow:after {
  background-color: var(--gradient-color-to);
  left: 15px;
  width: 20px;
}
.pxl-case-studies-style2.style-1 .pxl-item--holder.pxl-item--back {
  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-case-studies-style2.style-2 .pxl-item--category {
  color: var(--secondary-color);
}
.pxl-case-studies-style2.style-2 .pxl-item--title {
  margin-bottom: 5px;
}
.pxl-case-studies-style2.style-2 .pxl-item--holder.pxl-item--back {
  background-color: var(--secondary-color);
}
.pxl-case-studies-style2.style-2 .pxl-item--holder .pxl-item--readmore {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.pxl-blog-grid-layout2 .pxl-item--date {
  position: relative;
  top: auto;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  color: var(--third-color);
  background-color: transparent;
  padding: 0;
}
.pxl-blog-grid-layout2.style-post-grid-2 .pxl-item--inner {
  flex-direction: column;
}
.pxl-blog-grid-layout2.style-post-grid-2 .pxl-item--inner .pxl-item--featured {
  width: 100%;
}
.pxl-blog-grid-layout2.style-post-grid-2 .pxl-item--inner .pxl-item--featured a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.pxl-blog-grid-layout2.style-post-grid-2 .pxl-item--inner .pxl-item--featured img {
  display: block !important;
}
.pxl-blog-grid-layout2.style-post-grid-2 .pxl-item--inner .pxl-item--holder {
  width: 100%;
  border-left: 1px solid #efefef;
  border-top: 0px;
}
button {
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.button, input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 63px;
  line-height: 64px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  height: auto;
  text-align: center;
  justify-content: center;
}
.button:hover, input[type="submit"]:hover, .button:active, input[type="submit"]:active, .button:not([disabled]):not(.disabled).active, input[type="submit"]: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-color: var(--secondary-color);
}
.pxl-icon-active i.flaticon {
  display: inline-flex;
}
.btn {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 63px;
  line-height: 64px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.btn:hover, .btn:active, .btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
.btn i {
  line-height: normal;
}
.btn i.flaticon {
  line-height: 1;
}
.btn.pxl-icon--right {
  flex-direction: row-reverse;
  /* Button Styles */
}
.btn.btn-default {
  z-index: 1;
  overflow: hidden;
}
.btn.btn-default:before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.btn.btn-default .pxl--btn-text {
  opacity: 0;
}
.btn.btn-default .pxl--btn-text1 {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  position: relative;
  display: block;
}
.btn.btn-default .pxl--btn-text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  transform: translateY(110%);
}
.btn.btn-default .pxl--text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: normal;
  display: block;
  overflow: hidden;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:not([disabled]):not(.disabled).active, .btn.btn-default:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
}
.btn.btn-default:hover .pxl--btn-text1, .btn.btn-default:active .pxl--btn-text1, .btn.btn-default:not([disabled]):not(.disabled).active .pxl--btn-text1, .btn.btn-default:not([disabled]):not(.disabled):active .pxl--btn-text1 {
  transform: translateY(-110%);
}
.btn.btn-default:hover .pxl--btn-text2, .btn.btn-default:active .pxl--btn-text2, .btn.btn-default:not([disabled]):not(.disabled).active .pxl--btn-text2, .btn.btn-default:not([disabled]):not(.disabled):active .pxl--btn-text2 {
  transform: translateY(0%);
}
.btn.btn-default:hover:before, .btn.btn-default:active:before, .btn.btn-default:not([disabled]):not(.disabled).active:before, .btn.btn-default:not([disabled]):not(.disabled):active:before {
  top: -40%;
}
.btn.btn-default.btn-secondary {
  background-color: var(--secondary-color);
}
.btn.btn-default.btn-secondary:before {
  background-color: var(--primary-color);
}
.btn.btn-default.btn-secondary:hover, .btn.btn-default.btn-secondary:active, .btn.btn-default.btn-secondary:not([disabled]):not(.disabled).active, .btn.btn-default.btn-secondary:not([disabled]):not(.disabled):active {
  background-color: var(--secondary-color);
}
.btn.btn-outline {
  line-height: 54px;
  padding: 0 45px;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:not([disabled]):not(.disabled).active, .btn.btn-outline:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.btn.btn-slide-lr {
  z-index: 1;
}
.btn.btn-slide-lr:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background-color: var(--secondary-color);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  z-index: -1;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.btn.btn-slide-lr:hover, .btn.btn-slide-lr:active, .btn.btn-slide-lr:not([disabled]):not(.disabled).active, .btn.btn-slide-lr:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
}
.btn.btn-slide-lr:hover:before, .btn.btn-slide-lr:active:before, .btn.btn-slide-lr:not([disabled]):not(.disabled).active:before, .btn.btn-slide-lr:not([disabled]):not(.disabled):active:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn.btn-white {
  background-color: #fff;
  color: var(--primary-color);
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:not([disabled]):not(.disabled).active, .btn.btn-white:not([disabled]):not(.disabled):active {
  background-color: #fff;
  color: var(--secondary-color);
}
.btn.btn-nina {
  overflow: hidden;
}
.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);
  background-color: var(--primary-color);
}
.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.btn-gradient {
  font-size: 17px;
  line-height: 56px;
  padding: 0 28px;
  border-radius: 25px;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%, auto;
  background-color: transparent;
}
.btn.btn-gradient:hover, .btn.btn-gradient:active {
  background-position: right center;
}
.btn.btn-nanuk {
  overflow: hidden;
}
.btn.btn-nanuk .pxl--btn-text span {
  display: inline-block;
}
.btn.btn-nanuk:hover, .btn.btn-nanuk:active, .btn.btn-nanuk:not([disabled]):not(.disabled).active, .btn.btn-nanuk:not([disabled]):not(.disabled):active {
  background-color: var(--primary-color);
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(2n+1), .btn.btn-nanuk:hover .pxl--btn-text span:nth-child(2n) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(2n+1) {
  -webkit-animation: pxl_nanuk_1 0.5s forwards;
  animation: pxl_nanuk_1 0.5s forwards;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(2n) {
  -webkit-animation: pxl_nanuk_2 0.5s forwards;
  animation: pxl_nanuk_2 0.5s forwards;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(13) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(17) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(18) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(19) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(20) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(22) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(23) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(24) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(25) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(26) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(27) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(28) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(29) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(30) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(31) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(32) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(33) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(34) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(35) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(36) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(37) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(38) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(39) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.btn.btn-nanuk:hover .pxl--btn-text span:nth-child(40) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.btn.btn-effect1 {
  background-color: var(--secondary-color);
  overflow: hidden;
  z-index: 1;
}
.btn.btn-effect1:before {
  content: '';
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  background-color: var(--primary-color);
  position: absolute;
  z-index: -1;
}
.btn.btn-effect1:hover {
  background-color: var(--secondary-color);
}
.btn.btn-effect1:hover:before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.btn.btn-effect2 {
  background-color: var(--primary-color);
  overflow: hidden;
  z-index: 1;
}
.btn.btn-effect2:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 120%;
  left: -10%;
  z-index: -1;
  background-color: var(--secondary-color);
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn.btn-effect2:hover {
  background-color: var(--primary-color);
}
.btn.btn-effect2:hover:before {
  transform: translate3d(100%, 0, 0);
}
.btn.btn-skew {
  z-index: 1;
  overflow: hidden;
}
.btn.btn-skew:before {
  content: "";
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  width: 150%;
  -webkit-transition: all 0.35s ease 0s;
  -khtml-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background: var(--secondary-color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -khtml-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  z-index: -1;
}
.btn.btn-skew:hover {
  background-color: var(--primary-color);
}
.btn.btn-skew:hover:before {
  height: 450%;
  -webkit-transition: all 1s ease 0s;
  -khtml-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border: 0;
}
.btn.btn-skew.btn-third {
  background-color: var(--third-color);
}
.btn.btn-skew.btn-third:before {
  background-color: var(--primary-color);
}
.btn.btn-skew.btn-secondary {
  background-color: var(--secondary-color);
}
.btn.btn-skew.btn-secondary:before {
  background-color: var(--primary-color);
}
.btn.btn-full-width-icon-absolute {
  width: 100%;
  padding: 0 40px 0 22px;
  position: relative;
  line-height: 36px;
  justify-content: flex-start;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Rubik;
}
.btn.btn-full-width-icon-absolute i {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-color);
  background-color: #fff;
}
.btn.btn-full-width-icon-absolute i:before {
  font-weight: 700;
  transform: rotate(-45deg);
}
.btn.btn-full-width-icon-absolute:hover i:before {
  transform: rotate(0deg);
}
.btn.btn-outline-gray {
  line-height: 52px;
  border-radius: 52px;
  border: 1px solid #e8eaee;
  background: transparent;
  padding: 0 24px;
  font-size: 18px;
  color: #677788;
  font-family: inherit;
  font-weight: 400;
}
.btn.btn-outline-gray b {
  color: #075cf9;
  font-weight: 700;
}
.btn--readmore {
  font-size: 17px;
  font-weight: 600;
  color: #1c2539;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn--readmore .btn-readmore--icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  z-index: 1;
  transform: translateX(-10px);
  -webkit-transition: transform 250ms linear 0ms;
  -khtml-transition: transform 250ms linear 0ms;
  -moz-transition: transform 250ms linear 0ms;
  -ms-transition: transform 250ms linear 0ms;
  -o-transition: transform 250ms linear 0ms;
  transition: transform 250ms linear 0ms;
}
.btn--readmore .btn-readmore--icon:before {
  content: '';
  border-radius: 40px;
  -webkit-transition: transform 250ms linear 0ms;
  -khtml-transition: transform 250ms linear 0ms;
  -moz-transition: transform 250ms linear 0ms;
  -ms-transition: transform 250ms linear 0ms;
  -o-transition: transform 250ms linear 0ms;
  transition: transform 250ms linear 0ms;
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  transform: scale(0);
}
.btn--readmore .btn-readmore--text {
  -webkit-transition: transform 250ms linear 0ms;
  -khtml-transition: transform 250ms linear 0ms;
  -moz-transition: transform 250ms linear 0ms;
  -ms-transition: transform 250ms linear 0ms;
  -o-transition: transform 250ms linear 0ms;
  transition: transform 250ms linear 0ms;
}
.btn--readmore:hover, .btn--readmore.active {
  color: var(--primary-color);
}
.btn--readmore:hover .btn-readmore--icon, .btn--readmore.active .btn-readmore--icon {
  transform: translateX(0px);
}
.btn--readmore:hover .btn-readmore--icon:before, .btn--readmore.active .btn-readmore--icon:before {
  transform: scale(1);
}
.btn--readmore:hover .btn-readmore--text, .btn--readmore.active .btn-readmore--text {
  transform: translateX(0px);
}
.btn--readmore2 {
  font-size: 17px;
  font-weight: 600;
  color: #1c2539;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -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;
}
.btn--readmore2 .btn-readmore--icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  background-color: #fff;
  border-radius: 40px;
}
.btn--readmore2 .btn-readmore--text {
  position: relative;
}
.btn--readmore2 .btn-readmore--text:before {
  content: '';
  position: absolute;
  bottom: 2px;
  height: 1px;
  background-color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.btn--readmore2:hover {
  color: var(--primary-color);
}
.btn--readmore2:hover .btn-readmore--text:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn--readmore3 {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #273d71;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}
.btn--readmore3 .pxl-icon--plus {
  width: 10px;
  height: 10px;
  display: inline-flex;
  margin: 0 12px;
}
.btn--readmore3 .pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  background-color: #273d71;
}
.btn--readmore3 .pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  background-color: #273d71;
}
.btn--readmore3:hover {
  color: var(--primary-color);
}
.btn--readmore3:hover .pxl-icon--plus:before, .btn--readmore3:hover .pxl-icon--plus:after {
  background-color: var(--primary-color);
}
.btn--readmore4 {
  display: inline-flex;
  align-items: center;
}
.btn--readmore4 i {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1c2539;
  font-size: 19px;
  font-weight: normal;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn--readmore4 span {
  display: inline-flex;
  margin: 0 11px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  -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;
}
@keyframes pxl_nanuk_1 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  100% {
    color: inherit;
  }
}
@keyframes pxl_nanuk_2 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  100% {
    color: inherit;
  }
}
body.rtl .btn--readmore .btn-readmore--icon {
  transform: translateX(10px);
}
body.rtl .btn--readmore:hover .btn-readmore--icon, body.rtl .btn--readmore:hover .btn-readmore--text {
  transform: translateX(0px);
}
.pxl-mailchimp.style-default [type="submit"] {
  font-size: 17px;
  line-height: 56px;
  border-radius: 15px;
  padding: 0 50px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  right: -1px;
}
.pxl-mailchimp.style-default [type="submit"]:hover {
  background-color: var(--primary-color);
}
.pxl-mailchimp.style-default [type="submit"] + i {
  display: none;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-default [type="submit"] {
    position: static;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
}
.pxl-mailchimp.style-default [type="email"] {
  height: 56px;
  border-radius: 0px;
  color: #6f7f90;
  border-radius: 0 15px 15px 0;
}
.pxl-mailchimp.style-default .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp.style-icon .mc4wp-form-fields, .pxl-mailchimp.style-icon2 .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp.style-icon .mc4wp-submit-icon, .pxl-mailchimp.style-icon2 .mc4wp-submit-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-color: var(--primary-color);
  border-radius: 42px;
  overflow: hidden;
  color: #fff;
  line-height: 42px;
  display: inline-flex;
  justify-content: center;
  font-size: 20px;
  z-index: 1;
}
.pxl-mailchimp.style-icon .mc4wp-submit-icon:before, .pxl-mailchimp.style-icon2 .mc4wp-submit-icon:before {
  display: inline-flex;
}
.pxl-mailchimp.style-icon [type="email"], .pxl-mailchimp.style-icon2 [type="email"] {
  height: 54px;
  border-radius: 5px;
  color: #5d666f;
  font-size: 14px;
  padding: 0 28px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
  border: none;
}
.pxl-mailchimp.style-icon [type="submit"], .pxl-mailchimp.style-icon2 [type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 42px;
  height: 42px;
  text-indent: -999999px;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.pxl-mailchimp.style-icon [type="submit"]:hover + .mc4wp-submit-icon:before, .pxl-mailchimp.style-icon2 [type="submit"]:hover + .mc4wp-submit-icon:before {
  -o-animation: toRightFromLeft 0.3s forwards;
  -ms-animation: toRightFromLeft 0.3s forwards;
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.pxl-mailchimp.style-icon2 [type="email"] {
  height: 58px;
  font-size: 16px;
  background-color: #f6f6f6;
  box-shadow: none;
}
.pxl-mailchimp.style-icon2 [type="submit"] {
  width: 58px;
  height: 58px;
  right: 0;
}
.pxl-mailchimp.style-icon2 .mc4wp-submit-icon {
  -webkit-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -khtml-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -moz-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -ms-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  -o-box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  box-shadow: 0 10px 20px rgba(var(--primary-color-rgb),0.2);
  border-radius: 5px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  right: 0;
}
body.rtl .pxl-mailchimp.style-icon [type="submit"], body.rtl .pxl-mailchimp.style-icon .mc4wp-submit-icon {
  right: auto;
  left: 8px;
}
body.rtl .pxl-mailchimp.style-icon .mc4wp-submit-icon {
  transform: translateY(-50%) scaleX(-1);
}
body.rtl .pxl-mailchimp.style-icon2 [type="submit"], body.rtl .pxl-mailchimp.style-icon2 .mc4wp-submit-icon {
  right: auto;
  left: 0;
}
body.rtl .pxl-mailchimp.style-default [type="submit"] {
  right: auto;
  left: -1px;
}
body.rtl .pxl-mailchimp.style-default [type="email"] {
  border-radius: 15px 0 0 15px;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
  display: inline-flex;
  font-size: 10px;
  line-height: 1;
  margin-left: 6px;
  -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-nav-menu .pxl-menu-primary > li:hover > a .caseicon-angle-arrow-down {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.pxl-nav-menu.fr-style-divider {
  /* Sub Menu */
}
.pxl-nav-menu.fr-style-divider .pxl-menu-primary > li > a:before {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-nav-menu.fr-style-divider .pxl-menu-primary > li > a:hover:before, .pxl-nav-menu.fr-style-divider .pxl-menu-primary > li.current_page_item > a:before, .pxl-nav-menu.fr-style-divider .pxl-menu-primary > li.current-menu-item > a:before, .pxl-nav-menu.fr-style-divider .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-nav-menu.fr-style-divider .pxl-menu-primary > li.current-menu-ancestor > a:before {
  width: 100%;
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f110";
  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: 10px;
  font-family: "Caseicon";
  font-weight: 400;
}
.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
  margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  margin-top: 0;
}
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
  margin-top: 0;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
}
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
  transform: perspective(500px) rotateX(0deg);
}
.pxl-nav-menu.pxl-mega-boxed .pxl-megamenu > .sub-menu {
  padding: 20px 20px 15px 20px;
  max-width: 1170px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--icon {
  margin-bottom: 5px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--icon i {
  font-size: 42px;
  color: var(--primary-color);
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 30px;
  color: var(--secondary-color);
  margin-bottom: 6px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder .pxl-item--description {
  font-size: 17px;
  font-weight: 400;
}
.pxl-icon-box2 .pxl-item--inner {
  display: flex;
  flex-direction: row;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  background-color: #ffeeef;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--icon i {
  font-size: 32px;
  color: var(--primary-color);
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--secondary-color);
}
.pxl-icon-box3 {
  margin-left: 42px;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box3 {
    margin: 0;
  }
}
.pxl-icon-box3 .pxl-item--inner {
  display: flex;
  flex-direction: row;
  padding: 26px 70px 37px 82px;
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box3 .pxl-item--inner {
    padding: 20px 20px 25px 20px;
    flex-direction: column;
  }
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--icon {
  width: 73px;
  height: 73px;
  min-width: 73px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .pxl-icon-box3 .pxl-item--inner .pxl-item--icon {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    transform: scale(0.8);
  }
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--icon i {
  font-size: 41px;
  color: #fff;
  z-index: 2;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--icon:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  z-index: -1;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--icon:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.385;
  letter-spacing: -0.6px;
  color: var(--secondary-color);
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--holder .pxl-item--description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--icon .pxl-item--title {
  color: #0048b4;
  font-family: PT Serif;
  font-size: 166px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 19px 21px 0;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--icon i {
  color: var(--primary-color);
  color: #e13833;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--description {
  color: var(--secondary-color);
  text-align: center;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45455;
}
.pxl-icon-box5 .pxl-item--icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(var(--primary-color-rgb),0.25);
  -khtml-box-shadow: 0px 10px 20px 0px rgba(var(--primary-color-rgb),0.25);
  -moz-box-shadow: 0px 10px 20px 0px rgba(var(--primary-color-rgb),0.25);
  -ms-box-shadow: 0px 10px 20px 0px rgba(var(--primary-color-rgb),0.25);
  -o-box-shadow: 0px 10px 20px 0px rgba(var(--primary-color-rgb),0.25);
  box-shadow: 0px 10px 20px 0px rgba(var(--primary-color-rgb),0.25);
  border-radius: 50%;
}
.pxl-icon-box5 .pxl-item--icon i {
  line-height: 1;
  font-size: 20px;
  color: var(--primary-color);
}
.pxl-icon-box5 .pxl-item--title {
  font-family: 'PT Serif', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  margin: 0 0 -5px;
}
.pxl-icon-box5 .pxl-item--description {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.ld-icon-box1 .pxl-icon-box1 .pxl-item--inner {
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 40px rgba(137, 151, 186, 0.2);
  -khtml-box-shadow: 0 10px 40px rgba(137, 151, 186, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(137, 151, 186, 0.2);
  -ms-box-shadow: 0 10px 40px rgba(137, 151, 186, 0.2);
  -o-box-shadow: 0 10px 40px rgba(137, 151, 186, 0.2);
  box-shadow: 0 10px 40px rgba(137, 151, 186, 0.2);
  padding: 36px 30px;
  -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;
}
.ld-icon-box1 .pxl-icon-box1 .pxl-item--inner:hover {
  -webkit-transform: translate(0, -4px);
  -khtml-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.ld-icon-box1 .pxl-icon-box1 .pxl-item--inner .pxl-item--icon {
  min-height: 60px;
  margin: 0 0 10px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.ld-icon-box1 .pxl-icon-box1 .pxl-item--holder .pxl-item--title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.pxl-counter .pxl--counter-number {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-inside {
  display: inline-flex;
}
.pxl-counterslide .pxl-counterslide-digit-spacer {
  visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-digit, .pxl-counterslide .pxl-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pxl-counterslide .pxl-counterslide-ribbon {
  display: block;
}
.pxl-counterslide .pxl-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
  position: absolute;
}
.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-counter1 {
  text-align: center;
}
.pxl-counter1 .pxl-item--icon {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 34px;
  color: var(--primary-color);
}
.pxl-counter1 .pxl--counter-number {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 11px;
}
.pxl-counter1 .pxl--item-title {
  font-size: 16px;
  font-weight: 600;
  color: #1c2539;
  margin-bottom: 18px;
}
.pxl-counter1 .pxl-counter--divider {
  width: 46px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--primary-color);
  margin: auto;
}
.pxl-counter2 .pxl-item--shape {
  width: 90px;
  height: 500px;
  position: absolute;
  bottom: 45px;
  right: 0;
  z-index: -2;
  transform: rotate(49deg);
  left: 0;
  transform-origin: bottom center;
}
.pxl-counter2 .pxl-item--shape:before, .pxl-counter2 .pxl-item--shape:after {
  content: '';
  width: 45px;
  position: absolute;
  top: 0;
  height: 100%;
}
.pxl-counter2 .pxl-item--shape:before {
  background-color: var(--gradient-color-from);
  left: 0;
}
.pxl-counter2 .pxl-item--shape:after {
  left: 45px;
  background-color: var(--gradient-color-to);
}
.pxl-counter2 .pxl-item--icon {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  font-size: 48px;
  line-height: 90px;
  color: var(--gradient-color-to);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  z-index: 1;
  position: relative;
}
.pxl-counter2 .pxl-item--icon:before {
  background-color: #f5f9ff;
  border-radius: 90px;
  z-index: -1;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
}
.pxl-counter2 .pxl--item-title {
  margin-bottom: 0;
  color: #1b2e59;
}
.pxl-counter2 .pxl--counter-number {
  line-height: 1;
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 7px;
}
.pxl-counter2 .pxl--item-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 20px 32px;
  text-align: center;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  overflow: hidden;
}
.pxl-counter3 {
  text-align: center;
}
.pxl-counter3 .pxl-item--icon {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 34px;
  color: var(--primary-color);
}
.pxl-counter3 .pxl--counter-number {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  color: var(--primary-color);
  font-size: 70px;
  font-weight: 400;
  font-family: PT Serif;
  margin-bottom: 15px;
}
.pxl-counter3 .pxl--item-title {
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4545;
  color: #fff;
}
.pxl-counter3 .pxl-counter--divider {
  width: 46px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--primary-color);
  margin: auto;
}
.pxl-counter4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 23px;
  border-radius: 19px;
  background-color: #fff;
  -webkit-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 19.00757px 39.5991px 0px rgba(0, 0, 0, 0.15);
}
.pxl-counter4 .pxl--counter-number {
  color: var(--secondary-color);
  font-family: PT Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 11px;
}
.pxl-counter4 .pxl--item-title {
  color: #666;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.pxl-counter4 .pxl-counter--divider {
  width: 46px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--primary-color);
  margin: auto;
}
.pxl-counter4 .pxl-chart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 13px;
}
.pxl-counter4 .pxl-chart span.pxl-line {
  width: 6px;
  border-radius: 6px;
}
.pxl-counter4 .pxl-chart span.pxl-line + .pxl-line {
  margin-left: 6.5px;
}
.pxl-counter4 .pxl-chart span.pxl-line.pxl-line1 {
  height: 25px;
  background-color: var(--primary-color);
}
.pxl-counter4 .pxl-chart span.pxl-line.pxl-line2 {
  background-color: #8bb2ff;
  height: 38px;
}
.pxl-counter4 .pxl-chart span.pxl-line.pxl-line3 {
  background-color: var(--primary-color);
  height: 50px;
}
.pxl-counter4 .pxl-chart span.pxl-line.pxl-line4 {
  background-color: #8bb2ff;
  height: 55px;
}
.lg-counter1 .pxl-counter1 {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  background-color: var(--primary-color);
  box-shadow: 0 15px 30px rgba(var(--primary-color-rgb),0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lg-counter1 .pxl-counter1 .pxl--counter-number {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}
.lg-counter1 .pxl-counter1 .pxl--item-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.pxl-video-player1 {
  position: relative;
}
.pxl-video-player1.vd-testimonial .pxl-video-testimonial-wrap {
  position: absolute;
  max-width: 323px;
  background-color: var(--primary-color);
  padding: 50px 30px 50px 50px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1.vd-testimonial .pxl-video-testimonial-wrap {
    display: none;
  }
}
.pxl-video-player1.vd-testimonial .pxl-video-testimonial-wrap .pxl-video-testimonial-desc {
  color: #fff;
  font-family: Rubik;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.428;
  margin-bottom: 13px;
}
.pxl-video-player1.vd-testimonial .pxl-video-testimonial-wrap .pxl-video-testimonial-title {
  font-family: PT Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.318px;
  color: #fff;
  margin-bottom: 2px;
}
.pxl-video-player1.vd-testimonial .pxl-video-testimonial-wrap .pxl-video-testimonial-postion {
  font-family: Source Sans Pro;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4862;
  color: #fff;
}
.pxl-video-player1.vd-image-client .pxl-video-image-client {
  position: absolute;
  bottom: 0;
  left: 76px;
}
@media screen and (max-width: 1199px) {
  .pxl-video-player1.vd-image-client .pxl-video-image-client {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-video-player1.vd-image-client .pxl-video-image-client {
    display: none;
  }
}
.pxl-video-player1 .pxl-video--holder img, .pxl-video-player1 .pxl-video--holder .pxl-video--imagebg {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.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 .btn-video i {
  display: inline-flex;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.pxl-video-player1 .btn-video.style1 {
  background-color: transparent;
  color: var(--primary-color);
  z-index: 1;
  border-radius: 75px;
}
.pxl-video-player1 .btn-video.style1:after {
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
}
.pxl-video-player1 .btn-video.style1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.pxl-video-player1 .btn-video.style1:hover:before, .pxl-video-player1 .btn-video.style1:focus:before, .pxl-video-player1 .btn-video.style1:active: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 {
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 1px solid var(--primary-color);
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 80px;
  font-size: 16px;
}
.pxl-video-player1 .btn-video.style2 i {
  width: 55px;
  height: 55px;
  background-color: rgba(var(--primary-color-rgb),0.08);
  border-radius: 55px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-video-player1 .btn-video.style2:before {
  background-color: #fff;
  border-radius: 100%;
}
.pxl-video-player1 .btn-video.style2:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.pxl-video-player1 .btn-video.style2:hover i {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-video-player1 .btn-video.style3 {
  min-width: 56px;
  width: 56px;
  height: 56px;
  background-color: transparent;
  color: var(--primary-color);
  border-radius: 56px;
  font-size: 15px;
  border: none;
}
.pxl-video-player1 .btn-video.style3:before {
  background-color: var(--secondary-color);
  border-radius: 100%;
}
.pxl-video-player1 .btn-video.style3:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.pxl-video-player1 .btn-video.style4 {
  background-color: rgba(39, 61, 113, 0.7);
  color: var(--primary-color);
  min-width: 100px;
  width: 100px;
  height: 100px;
  font-size: 28px;
  border-radius: 100%;
}
.pxl-video-player1 .btn-video.style4 .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: pxl_squares 3.9s linear 0s infinite;
  -webkit-animation: pxl_squares 3.9s linear 0s infinite;
  -ms-animation: pxl_squares 3.9s linear 0s infinite;
  -o-animation: pxl_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;
}
.pxl-video-player1 .btn-video.style4 .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.pxl-video-player1 .btn-video.style4 .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.pxl-video-player1 .btn-video.style4:hover .line-video-animation, .pxl-video-player1 .btn-video.style4:focus .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-video-player1 .btn-video.style5 {
  min-width: 65px;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border-radius: 65px;
  font-size: 18px;
  border: none;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.25);
}
.pxl-video-player1 .btn-video.style5:before {
  background-color: #fff;
  border-radius: 100%;
}
.pxl-video-player1 .btn-video.style5:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.pxl-video-player1 .btn-video.style6 {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 80px;
}
.pxl-video-player1 .btn-video.style6:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color-rgb),0.3);
  border-radius: 50%;
  animation: pxl_pulse_border 1500ms ease-out infinite;
  -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
  z-index: -2;
  border-radius: inherit;
}
.pxl-video-player1 .btn-video.style7 {
  width: 132px;
  min-width: 132px;
  height: 132px;
  color: #fff;
  border-radius: 132px;
  font-size: 30px;
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
  background-size: 200%, auto;
  background-color: transparent;
}
.pxl-video-player1 .btn-video.style7 i {
  transform: translate(-35%, -50%) !important;
}
.pxl-video-player1 .btn-video.style7:hover, .pxl-video-player1 .btn-video.style7:active {
  background-position: right center;
}
.pxl-video-player1 .btn-video.style7 .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: pxl_squares 3.9s linear 0s infinite;
  -webkit-animation: pxl_squares 3.9s linear 0s infinite;
  -ms-animation: pxl_squares 3.9s linear 0s infinite;
  -o-animation: pxl_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;
}
.pxl-video-player1 .btn-video.style7 .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.pxl-video-player1 .btn-video.style7 .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.pxl-video-player1 .btn-video.style8 {
  width: 144px;
  height: 144px;
  border-radius: 114px;
  background-color: #fff;
  color: var(--third-color);
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1 .btn-video.style8 {
    font-size: 24px;
    width: 90px;
    height: 90px;
  }
}
.pxl-video-player1 .btn-video.style8:before {
  content: '';
  width: 172px;
  height: 172px;
  border-radius: 172px;
  border: 2px dashed #fff;
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1 .btn-video.style8:before {
    width: 110px;
    height: 110px;
    top: -10px;
    left: -10px;
  }
}
.pxl-video-player1 .btn-video.style8 i {
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  .pxl-video-player1 .btn-video.style8 i {
    margin: 0;
  }
}
.pxl-video-player1 .btn-video.style8:hover:before {
  animation: pxl_spin 14s linear infinite;
}
.pxl-video-player1 .pxl-video--inner {
  position: relative;
}
.pxl-video-player1.pxl-video-style2 .btn-video-wrap, .pxl-video-player1.pxl-video-style3 .btn-video-wrap, .pxl-video-player1.pxl-video-style5 .btn-video-wrap, .pxl-video-player1.pxl-video-style6 .btn-video-wrap, .pxl-video-player1.pxl-video-style7 .btn-video-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-video-player1.pxl-video-style5 .pxl-label {
  font-size: 18px;
}
.pxl-video-player1.pxl-video-style7 .pxl-label {
  font-size: 16px;
  color: #2e3d62;
}
.pxl-row-align--left > .elementor-column-gap-extended {
  margin-left: 0 !important;
}
@keyframes ripple5 {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 143, 31, 0.9);
  }
  50% {
    box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0);
  }
}
@keyframes ripple6 {
  0% {
    box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0.3);
  }
  50% {
    box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(255, 143, 31, 0);
  }
}
.pxl-item--hidden .pxl-item--inner {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pxl-item--hidden .pxl-item--inner {
    display: none;
  }
}
.pxl-testimonial-style1 .pxl-item--star {
  margin-bottom: 16px;
}
.pxl-testimonial-style1 .pxl-item--star .pxl-star--icon {
  display: inline-flex;
  color: #ff9529;
  font-size: 18px;
}
.pxl-testimonial-style1 .pxl-item--desc {
  font-size: 16px;
  line-height: 1.625;
}
.pxl-testimonial-style1 .pxl-item--top {
  padding: 38px 45px 32px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style1 .pxl-item--top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--top {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-testimonial-style1 .pxl-item--holder {
  border-top: 1px solid #f6f6f6;
  padding: 30px 45px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style1 .pxl-item--holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--holder {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-testimonial-style1 .pxl-item--title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-testimonial-style1 .pxl-item--position {
  font-size: 14px;
}
.pxl-testimonial-style1 .pxl-item--image {
  width: 79px;
  height: 79px;
  min-width: 79px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--image {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
}
.pxl-testimonial-style1 .pxl-item--image img {
  -webkit-border-radius: 79px;
  -khtml-border-radius: 79px;
  -moz-border-radius: 79px;
  -ms-border-radius: 79px;
  -o-border-radius: 79px;
  border-radius: 79px;
}
.pxl-testimonial-style1 .pxl-item--icon {
  width: 29px;
  height: 29px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 29px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: -3px;
}
.pxl-testimonial-style1 .pxl-item--inner {
  background-color: #fff;
  border-bottom: 6px solid var(--primary-color);
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  margin-bottom: 60px;
}
.pxl-testimonial-style1.pxl-testimonial-carousel1 {
  margin-top: -50px;
}
.pxl-testimonial-style1.pxl-testimonial-carousel1 .pxl-item--inner {
  margin-top: 50px;
}
.pxl-testimonial-style1.pxl-testimonial-carousel1 .pxl-swiper-dots.style-1 {
  position: relative;
  top: -28px;
  z-index: 99;
}
.pxl-testimonial-style1 .pxl-item--heading {
  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: 15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--heading {
    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%);
    margin-bottom: 55px;
  }
}
.pxl-testimonial-style1 .pxl-item--heading .pxl-heading .pxl-heading--title {
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-style1 .pxl-item--heading .pxl-heading .pxl-heading--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--heading .pxl-heading .pxl-heading--title {
    font-size: 36px;
  }
}
.pxl-testimonial-style1 .pxl-item--hidden {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style1 .pxl-item--hidden {
    margin-bottom: 0;
  }
}
.pxl-testimonial-style1 .pxl-item--hidden .pxl-item--inner {
  margin-bottom: 0;
}
.pxl-testimonial-style2 .pxl-item--star {
  font-size: 14px;
  color: #f8c823;
  flex-grow: 1;
}
.pxl-testimonial-style2 .pxl-item--icon {
  color: rgba(81, 140, 245, 0.2);
  font-size: 28px;
  line-height: 1;
}
.pxl-testimonial-style2 .pxl-top--wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 42px;
  -webkit-box-shadow: 0 0px 60px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 0px 60px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 0px 60px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 0px 60px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 0px 60px rgba(137, 151, 186, 0.25);
  box-shadow: 0 0px 60px rgba(137, 151, 186, 0.25);
  position: relative;
}
.pxl-testimonial-style2 .pxl-top--wrap .pxl-item--top {
  margin-bottom: 10px;
}
.pxl-testimonial-style2 .pxl-top--wrap svg {
  position: absolute;
  bottom: -15px;
  left: 46px;
}
.pxl-testimonial-style2 .pxl-item--image {
  width: 60px;
  min-width: 60px;
}
.pxl-testimonial-style2 .pxl-item--image img {
  border-radius: 60px;
}
.pxl-testimonial-style2 .pxl-item--title {
  font-size: 18px;
  color: #1b2e59;
  margin-bottom: 0;
}
.pxl-testimonial-style2 .pxl-item--position {
  font-size: 16px;
  color: #6f7f90;
  line-height: 1.4;
}
.pxl-testimonial-style2 .pxl-item--desc {
  font-size: 16px;
  line-height: 1.625;
  color: #6f7f90;
}
.pxl-testimonial-style2 .pxl-item--holder {
  margin-top: 39px;
}
.pxl-testimonial-style2 .pxl-item--inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1260px) {
  .pxl-testimonial-style2.style-1 .pxl-swiper-dots {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -40px;
    margin-top: -50px;
    z-index: 99;
    min-width: 12px;
    width: 12px;
    display: block;
  }
  .pxl-testimonial-style2.style-1 .pxl-swiper-dots span {
    display: block;
    margin: 6px 0;
  }
}
.pxl-testimonial-style2.style-2 {
  display: flex;
  flex-wrap: wrap;
}
.pxl-testimonial-style2.style-2 .pxl-top--wrap {
  background-color: transparent;
  z-index: 1;
  box-shadow: none;
}
.pxl-testimonial-style2.style-2 .pxl-top--wrap:before, .pxl-testimonial-style2.style-2 .pxl-top--wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: -1;
}
.pxl-testimonial-style2.style-2 .pxl-top--wrap:after {
  background-color: var(--primary-color);
  z-index: -2;
  top: -5px;
  left: 5px;
}
.pxl-testimonial-style2.style-2 .pxl-item--image img {
  -webkit-box-shadow: 0 0 0 3px var(--primary-color);
  -khtml-box-shadow: 0 0 0 3px var(--primary-color);
  -moz-box-shadow: 0 0 0 3px var(--primary-color);
  -ms-box-shadow: 0 0 0 3px var(--primary-color);
  -o-box-shadow: 0 0 0 3px var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color);
}
.pxl-testimonial-style2.style-2 .pxl-item--inner {
  margin-bottom: 58px;
}
.pxl-testimonial-style2 .pxl-carousel-heading {
  width: 295px;
  padding-right: 20px;
  position: relative;
  z-index: 101;
}
.pxl-testimonial-style2 .pxl-carousel-heading .pxl-item--wgtitle {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-style2 .pxl-carousel-heading .pxl-item--wgtitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style2 .pxl-carousel-heading .pxl-item--wgtitle {
    font-size: 30px;
  }
}
.pxl-testimonial-style2 .pxl-carousel-heading .pxl-heading {
  margin-bottom: 39px;
}
.pxl-testimonial-style2 .pxl-carousel-heading .pxl-swiper-dots.style-1 {
  justify-content: flex-start;
}
.pxl-testimonial-style2 .pxl-carousel-heading + .pxl-carousel-inner {
  width: calc(100% - 295px);
  margin: -44px 0 0 0;
}
.pxl-testimonial-style2 .pxl-carousel-heading + .pxl-carousel-inner .pxl-swiper-container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style2 .pxl-carousel-heading + .pxl-carousel-inner {
    width: 100%;
    margin-top: 60px;
  }
}
.pxl-testimonial-style3 .pxl-item--star {
  color: #f5ca99;
}
.pxl-testimonial-style3 .pxl-item--image {
  width: 52px;
  min-width: 52px;
}
.pxl-testimonial-style3 .pxl-item--image img {
  -webkit-border-radius: 52px;
  -khtml-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
}
.pxl-testimonial-style3 .pxl-item--title {
  margin-bottom: 0;
  color: #2e3d62;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-testimonial-style3 .pxl-item--desc {
  font-size: 16px;
  line-height: 1.625;
  color: #677788;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-testimonial-style3 .pxl-top--wrap {
  margin-bottom: 27px;
}
.pxl-testimonial-style3 .pxl-item--position {
  line-height: 1.4;
  font-size: 16px;
  color: #677788;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-testimonial-style3 .pxl-item--inner {
  position: relative;
  z-index: 1;
  padding: 28px 34px 32px;
  margin-bottom: 62px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-style3 .pxl-item--inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pxl-testimonial-style3 .pxl-item--inner .pxl-bg-shape, .pxl-testimonial-style3 .pxl-item--inner:before, .pxl-testimonial-style3 .pxl-item--inner:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #7360f2;
}
.pxl-testimonial-style3 .pxl-item--inner:before, .pxl-testimonial-style3 .pxl-item--inner:after {
  background-color: rgba(var(--third-color-rgb),0.3);
}
.pxl-testimonial-style3 .pxl-item--inner:before {
  left: 10px;
  right: 10px;
  bottom: -6px;
  z-index: -2;
}
.pxl-testimonial-style3 .pxl-item--inner:after {
  z-index: -3;
  left: 20px;
  right: 20px;
  bottom: -13px;
}
.pxl-testimonial-style3[data-center="true"] .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-bg-shape, .pxl-testimonial-style3[data-center="true"] .pxl-swiper-slide.swiper-slide-active .pxl-item--inner:before, .pxl-testimonial-style3[data-center="true"] .pxl-swiper-slide.swiper-slide-active .pxl-item--inner:after {
  opacity: 1;
}
.pxl-testimonial-style3[data-center="true"] .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--title, .pxl-testimonial-style3[data-center="true"] .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--desc, .pxl-testimonial-style3[data-center="true"] .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--position {
  color: #fff;
}
.pxl-testimonial-style4 .pxl-item--subtitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 2px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style4 .pxl-item--subtitle {
    font-size: 18px;
  }
}
.pxl-testimonial-style4 .pxl-item--desc {
  font-size: 30px;
  color: #2e3d62;
  font-style: italic;
  line-height: 1.33333;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style4 .pxl-item--desc {
    font-size: 24px;
  }
}
.pxl-testimonial-style4 .pxl-item--title {
  margin-bottom: 4px;
  font-size: 24px;
  color: #2e3d62;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style4 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-testimonial-style4 .pxl-item--position {
  font-size: 16px;
  color: #677788;
}
.pxl-testimonial-style4 .pxl-item--icon {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #e2f8fc;
  line-height: 1;
  margin-top: -20px;
}
.pxl-testimonial-style4 .pxl-item--icon i {
  font-size: 260px;
}
.pxl-testimonial-style5 .pxl-item--star {
  margin: 10px 0;
}
.pxl-testimonial-style5 .pxl-item--star .pxl-star--icon {
  display: inline-flex;
  color: #ff9529;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style5 .pxl-item--star .pxl-star--icon {
    font-size: 14px;
  }
}
.pxl-testimonial-style5 .pxl-item--desc {
  padding: 40px 50px 62px;
  color: #677788;
  font-size: 20px;
  line-height: 1.6;
}
.pxl-testimonial-style5 .pxl-item--desc .pxl-item--star {
  display: none;
}
@media screen and (min-width: 1601px) {
  .pxl-testimonial-style5 .pxl-item--desc {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style5 .pxl-item--desc {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style5 .pxl-item--desc {
    padding: 34px 24px;
    font-size: 17px;
  }
  .pxl-testimonial-style5 .pxl-item--desc .pxl-item--star {
    display: block;
    margin-top: 22px;
  }
}
.pxl-testimonial-style5 .pxl-item--top {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f9fd;
  padding: 20px 50px;
  flex-wrap: nowrap;
  border-radius: 16px;
}
@media screen and (min-width: 1601px) {
  .pxl-testimonial-style5 .pxl-item--top {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style5 .pxl-item--top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style5 .pxl-item--top {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pxl-testimonial-style5 .pxl-item--top .pxl-item--star {
    display: none;
  }
}
.pxl-testimonial-style5 .pxl-item--title {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style5 .pxl-item--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-style5 .pxl-item--title {
    font-size: 16px;
  }
}
.pxl-testimonial-style5 .pxl-item--position {
  font-size: 14px;
}
.pxl-testimonial-style5 .pxl-item--image {
  width: 79px;
  height: 79px;
  min-width: 79px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-style5 .pxl-item--image {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
}
.pxl-testimonial-style5 .pxl-item--image img {
  -webkit-border-radius: 79px;
  -khtml-border-radius: 79px;
  -moz-border-radius: 79px;
  -ms-border-radius: 79px;
  -o-border-radius: 79px;
  border-radius: 79px;
}
.pxl-testimonial-style5 .pxl-item--icon {
  width: 29px;
  height: 29px;
  background-color: var(--third-color);
  color: #fff;
  border-radius: 29px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: -3px;
}
.pxl-testimonial-style5 .pxl-item--holder {
  flex-grow: 1;
  margin: 10px 0;
  flex-wrap: nowrap;
}
.pxl-testimonial-style5 .pxl-item--inner {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 50px rgba(137, 151, 186, 0.15);
  margin-bottom: 60px;
  overflow: hidden;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner {
  padding: 71px 60px 39px;
  margin-top: 55px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  border-bottom: 6px solid var(--secondary-color);
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner {
    padding: 62px 30px 30px;
  }
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 60px;
  transform: translateY(-50%);
  border: 4px solid rgba(0, 38, 95, 0.1);
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--image img {
  width: 84px;
  border-radius: 50%;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--image i {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 25px;
  font-weight: 700;
  color: var(--secondary-color);
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--desc {
  font-family: Rubik;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.58;
  margin-bottom: 16px;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .wrap-meta-left {
  display: flex;
  flex-direction: column;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .wrap-meta-left .pxl-item--title {
  font-family: PT Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: -0.48px;
  color: var(--secondary-color);
  margin-bottom: 1px;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .wrap-meta-left .pxl-item--position {
  color: #666;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .wrap-meta-right {
  color: #fff;
  text-align: center;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: var(--primary-color);
}
.pxl-testimonial-carousel6 .pxl-carousel-inner .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .wrap-meta-right i {
  font-size: 19.34px;
  color: #fff;
}
.pxl-testimonial-carousel6.style-2 .wrap-meta-right {
  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');
}
body.rtl .pxl-testimonial-style1 .pxl-item--icon {
  right: auto;
  left: -3px;
}
body.rtl .pxl-testimonial-style2 .pxl-top--wrap svg {
  left: auto;
  right: 46px;
}
body.rtl .pxl-icon-box4 .pxl-item--button {
  left: auto;
  right: 0;
}
.pxl-accordion .pxl-item--title {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.pxl-accordion .pxl-item--content {
  display: none;
}
.pxl-accordion .pxl-icon--plus {
  font-style: normal;
}
.pxl-accordion1.style1 .pxl-icon--plus {
  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%);
  width: 40px;
  height: 40px;
  -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: #efefef;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style1 .pxl-icon--plus {
    background-color: transparent !important;
    right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style1 .pxl-icon--plus {
    background-color: transparent !important;
    right: -5px;
    transform: scale(0.7) translate(0, -76%);
  }
}
.pxl-accordion1.style1 .pxl-icon--plus:before {
  width: 14px;
  height: 3px;
  top: 6px;
  background-color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-accordion1.style1 .pxl-icon--plus:after {
  width: 3px;
  height: 14px;
  left: 6px;
  background-color: var(--secondary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
.pxl-accordion1.style1 .pxl-item--title {
  font-size: 24px;
  -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;
  padding: 25px 50px 27px 0;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style1 .pxl-item--title {
    font-size: 22px;
    padding: 15px 50px 17px 0;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style1 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-accordion1.style1 .pxl-item--content {
  margin-top: -3px;
  font-size: 17px;
  padding: 23px 39px 17px;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style1 .pxl-item--content {
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 22px;
    padding: 15px 0 9px;
  }
}
.pxl-accordion1.style1 .pxl--item {
  -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;
  padding: 0;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  border-bottom: 1px solid #eaeaea;
}
.pxl-accordion1.style1 .pxl--item:last-child {
  border-bottom-color: transparent;
}
.pxl-accordion1.style1 .pxl--item:before, .pxl-accordion1.style1 .pxl--item:after {
  -webkit-transition: opacity 250ms linear 0ms;
  -khtml-transition: opacity 250ms linear 0ms;
  -moz-transition: opacity 250ms linear 0ms;
  -ms-transition: opacity 250ms linear 0ms;
  -o-transition: opacity 250ms linear 0ms;
  transition: opacity 250ms linear 0ms;
  opacity: 0;
}
.pxl-accordion1.style1 .pxl--item:before {
  background-color: #fff;
  z-index: -2;
}
.pxl-accordion1.style1 .pxl--item:after {
  z-index: -1;
}
.pxl-accordion1.style1 .pxl--item.active:before, .pxl-accordion1.style1 .pxl--item.active:after {
  opacity: 1;
}
.pxl-accordion1.style1 .pxl--item.active .pxl-item--title {
  color: var(--primary-color);
  padding: 25px 39px;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style1 .pxl--item.active .pxl-item--title {
    padding: 15px 0 9px;
  }
}
.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus {
  background-color: var(--primary-color);
}
.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:before, .pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:before, .pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:after {
    background-color: var(--primary-color);
  }
}
.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.pxl-accordion1.style1 .pxl--item + .pxl--item {
  margin-top: 0;
}
.pxl-accordion1.style2 {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style2 {
    border: none;
  }
}
.pxl-accordion1.style2 .pxl-title--icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style2 .pxl-title--icon {
    right: 0;
  }
}
.pxl-accordion1.style2 .pxl-item--title {
  position: relative;
  padding: 18px 60px 25px 30px;
  font-size: 18px;
  font-family: PT Serif;
  color: #fff;
  -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: 767px) {
  .pxl-accordion1.style2 .pxl-item--title {
    font-size: 22px;
    padding: 15px 20px 17px 0;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style2 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-accordion1.style2 .pxl-item--content {
  margin-top: -3px;
  font-size: 17px;
  padding: 17px 30px 20px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .pxl-accordion1.style2 .pxl-item--content {
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 22px;
    padding: 15px 0 9px;
  }
}
.pxl-accordion1.style2 .pxl--item {
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  position: relative;
  z-index: 1;
}
.pxl-accordion1.style2 .pxl--item.active:before, .pxl-accordion1.style2 .pxl--item.active:after {
  opacity: 1;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-title--icon {
  transform: translateY(-50%) rotate(0deg);
}
.pxl-accordion1.style2 .pxl--item + .pxl--item {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.pxl-accordion1.style2 .active + .pxl--item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.pxl-accordion2 .pxl-title-acc {
  font-size: 40px;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  background-color: var(--secondary-color);
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-accordion2 .pxl-title-acc {
    font-size: 22px;
    padding: 15px 50px 17px 0;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion2 .pxl-title-acc {
    font-size: 20px;
  }
}
.pxl-accordion2 .pxl-item--content {
  margin-top: -3px;
  font-size: 17px;
  padding: 23px 39px 17px;
}
@media screen and (max-width: 767px) {
  .pxl-accordion2 .pxl-item--content {
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 22px;
    padding: 15px 0 9px;
  }
}
.pxl-accordion2 .pxl-item-acc {
  -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;
  padding: 0;
  position: relative;
  z-index: 1;
}
.pxl-accordion2 .pxl-item-acc.active:before, .pxl-accordion2 .pxl-item-acc.active:after {
  opacity: 1;
}
.pxl-accordion2 .pxl-item-acc.active .pxl-title-acc {
  color: #fff;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-accordion2 .pxl-item-acc.active .pxl-title-acc {
    padding: 15px 0 9px;
  }
}
.pxl-accordion2 .pxl-item-acc.active .pxl-icon--plus {
  background-color: var(--primary-color);
}
.pxl-accordion2 .pxl-item-acc.active .pxl-icon--plus:before, .pxl-accordion2 .pxl-item-acc.active .pxl-icon--plus:after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-accordion2 .pxl-item-acc.active .pxl-icon--plus:before, .pxl-accordion2 .pxl-item-acc.active .pxl-icon--plus:after {
    background-color: var(--primary-color);
  }
}
.pxl-accordion2 .pxl-item-acc.active .pxl-icon--plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.pxl-accordion2 .pxl-item-acc + .pxl--item {
  margin-top: 0;
}
.pxl-accordion-wrap.box-style1 {
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
}
.pxl-accordion-wrap.box-style1 .pxl-accordion {
  padding: 35px 32px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion-wrap.box-style1 .pxl-accordion {
    padding: 30px 24px;
  }
}
.pxl-accordion-wrap.box-style1 .pxl-accordion-bottom {
  padding: 29px 20px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.pxl-accordion-wrap.box-style1 .pxl-accordion-bottom .pxl-box--subtitle {
  margin-bottom: 2px;
}
.pxl-accordion-wrap.box-style1 .pxl-accordion-bottom .pxl-box--title {
  font-weight: 700;
  color: #fff;
}
.pxl-accordion-wrap.box-style1 .pxl-accordion-bottom .pxl-box--title a {
  color: var(--primary-color);
}
.pxl-accordion-wrap.box-style1 .pxl-accordion-bottom .pxl-box--title a:hover {
  color: var(--primary-color);
}
.pxl-tabs .pxl-tab--title {
  cursor: pointer;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
.pxl-tabs .pxl-tab--content {
  display: none;
  width: 100%;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
  width: auto !important;
  left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor > .elementor {
  margin: 0 -15px;
}
.pxl-tabs.tab-effect-fade .pxl-tab--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-tabs.tab-effect-fade .pxl-tab--content.active {
  position: static;
  opacity: 1 !important;
  visibility: visible;
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
  position: relative;
}
.pxl-tabs1 .pxl-tabs--title {
  display: inline-flex;
  align-items: center;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  -webkit-box-shadow: 0 9px 18px rgba(24, 16, 16, 0.05);
  -khtml-box-shadow: 0 9px 18px rgba(24, 16, 16, 0.05);
  -moz-box-shadow: 0 9px 18px rgba(24, 16, 16, 0.05);
  -ms-box-shadow: 0 9px 18px rgba(24, 16, 16, 0.05);
  -o-box-shadow: 0 9px 18px rgba(24, 16, 16, 0.05);
  box-shadow: 0 9px 18px rgba(24, 16, 16, 0.05);
  margin-bottom: 45px;
}
.pxl-tabs1 .pxl-tabs--title .pxl-tab--title {
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px;
  color: #1c2539;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.pxl-tabs1 .pxl-tabs--title .pxl-tab--title:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: var(--primary-color);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: opacity 250ms linear 0ms;
  -khtml-transition: opacity 250ms linear 0ms;
  -moz-transition: opacity 250ms linear 0ms;
  -ms-transition: opacity 250ms linear 0ms;
  -o-transition: opacity 250ms linear 0ms;
  transition: opacity 250ms linear 0ms;
  opacity: 0;
}
.pxl-tabs1 .pxl-tabs--title .pxl-tab--title.active {
  color: #fff;
}
.pxl-tabs1 .pxl-tabs--title .pxl-tab--title.active:before {
  opacity: 1;
}
.pxl-tabs1 .pxl-tabs--inner {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-tabs1 .pxl-tabs--content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.pxl-tabs-banner1 {
  position: relative;
}
.pxl-tabs-banner1 .pxl-col--left {
  width: 420px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .pxl-tabs-banner1 .pxl-col--left {
    width: 350px;
    padding-left: 15px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-col--left {
    padding-left: 0;
    padding-bottom: 40px;
    width: 100%;
  }
}
.pxl-tabs-banner1 .pxl-col--left .pxl-col--inner {
  width: 100%;
}
.pxl-tabs-banner1 .pxl-col--right {
  width: 533px;
}
@media screen and (max-width: 991px) {
  .pxl-tabs-banner1 .pxl-col--right {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-col--right {
    width: 100%;
  }
}
.pxl-tabs-banner1 .pxl-tabs--title {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--primary-color);
  font-family: PT Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.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;
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title {
    font-size: 22px;
  }
}
.pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title:before {
  content: "\f137";
  font-family: "Caseicon";
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2282ff;
  border: 1px solid #2282ff;
  border-radius: 4px;
  margin-right: 27px;
}
.pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title.active, .pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title:hover {
  color: #2282ff;
}
.pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title.active:before, .pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title:hover: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');
  color: #fff;
  border: 0px solid ;
}
.pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title + .pxl-tab--title {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--title .pxl-tab--title + .pxl-tab--title {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.pxl-tabs-banner1 .pxl-tabs--content .pxl-content--wrap {
  max-width: 533px;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 75px 84px;
  background-color: #fff;
  transform: translateX(-120px);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(149, 154, 181, 0.15);
  -khtml-box-shadow: 0px 0px 50px 0px rgba(149, 154, 181, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(149, 154, 181, 0.15);
  -ms-box-shadow: 0px 0px 50px 0px rgba(149, 154, 181, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(149, 154, 181, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(149, 154, 181, 0.15);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-tabs-banner1 .pxl-tabs--content .pxl-content--wrap {
    padding: 25px;
    transform: translateX(60px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--content .pxl-content--wrap {
    position: static;
    margin-bottom: 15px;
    max-width: 100%;
    transform: translateY(40px);
  }
}
.pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content {
  min-height: 503px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content {
    min-height: auto;
  }
}
.pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content .bg-image {
    display: none;
  }
}
.pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content.active .pxl-content--wrap {
  opacity: 1;
  transform: translateX(-82px);
  transition-delay: 200ms;
}
@media screen and (max-width: 1199px) {
  .pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content.active .pxl-content--wrap {
    transform: translateX(40px);
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--content .pxl-tab--content.active .pxl-content--wrap {
    transform: translateY(0px);
  }
}
.pxl-tabs-banner1 .pxl-tabs--inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .pxl-tabs-banner1 .pxl-tabs--inner {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tabs--inner {
    flex-direction: column-reverse;
  }
}
.pxl-tabs-banner1 .pxl-tab-heading {
  margin-bottom: 37px;
}
.pxl-tabs-banner1 .pxl-tab-heading .pxl-item--wgtitle {
  font-size: 40px;
  color: #00255c;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .pxl-tabs-banner1 .pxl-tab-heading .pxl-item--wgtitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-tabs-banner1 .pxl-tab-heading .pxl-item--wgtitle {
    font-size: 30px;
  }
}
.pxl--progressbar {
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  width: 0;
}
.pxl--progressbar.vertical {
  -webkit-transition: height 1.4s ease;
  -khtml-transition: height 1.4s ease;
  -moz-transition: height 1.4s ease;
  -ms-transition: height 1.4s ease;
  -o-transition: height 1.4s ease;
  transition: height 1.4s ease;
  height: 0;
}
.pxl-progressbar-1 .pxl--progressbar {
  height: 6px;
  position: relative;
  background-color: var(--primary-color);
  top: 0;
  border-radius: 6px;
}
.pxl-progressbar-1 .pxl--holder {
  background-color: #e1e9f4;
  height: 6px;
  border-radius: 6px;
}
.pxl-progressbar-1 .pxl--percentage {
  font-size: 12px;
  color: #1c2539;
  font-weight: 700;
  position: absolute;
  top: -26px;
  right: 0;
}
.pxl-progressbar-1 .pxl--title {
  font-size: 16px;
  flex-grow: 1;
  margin-bottom: 12px;
}
.pxl-progressbar-1 .pxl--item + .pxl--item {
  margin-top: 22px;
}
body.rtl .pxl-progressbar-1 .pxl--percentage {
  right: auto;
  left: 0;
}
.pxl-team-style1 .pxl-item--image a {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-team-style1 .pxl-item--holder {
  background-color: #fff;
  padding: 15px 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  z-index: 2;
}
.pxl-team-style1 .pxl-item--divider {
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-team-style1 .pxl-item--divider:before, .pxl-team-style1 .pxl-item--divider:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
}
.pxl-team-style1 .pxl-item--divider:before {
  width: 8px;
  background-color: var(--primary-color);
}
.pxl-team-style1 .pxl-item--divider:after {
  width: 7px;
  background-color: #fff;
}
.pxl-team-style1 .pxl-item--divider1 {
  left: -15px;
  transform-origin: center right;
  transform: perspective(500px) rotateY(-90deg);
}
.pxl-team-style1 .pxl-item--divider1:before {
  left: 0;
}
.pxl-team-style1 .pxl-item--divider1:after {
  right: 0;
}
.pxl-team-style1 .pxl-item--divider2 {
  right: -15px;
  transform-origin: center left;
  transform: perspective(500px) rotateY(90deg);
}
.pxl-team-style1 .pxl-item--divider2:before {
  right: 0;
}
.pxl-team-style1 .pxl-item--divider2:after {
  left: 0;
}
.pxl-team-style1 .pxl-item--title {
  margin-bottom: 0;
}
.pxl-team-style1 .pxl-item--position {
  font-size: 16px;
  line-height: 1.625;
  color: var(--primary-color);
}
.pxl-team-style1 .pxl-item--social {
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pxl-team-style1 .pxl-item--social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 38px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--primary-color);
  margin: 6px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  transform: translateY(-24px);
  opacity: 0;
}
.pxl-team-style1 .pxl-item--social a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-team-style1 .pxl-item--inner {
  margin-bottom: 30px;
  position: relative;
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--divider {
  transform: perspective(500px) rotateY(0deg);
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--social a {
  opacity: 1;
  transform: translateY(0px);
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--social a:nth-child(2) {
  transition-delay: 0.1s;
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--social a:nth-child(3) {
  transition-delay: 0.18s;
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--social a:nth-child(4) {
  transition-delay: 0.26s;
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--social a:nth-child(5) {
  transition-delay: 0.34s;
}
.pxl-team-style1 .pxl-item--inner:hover .pxl-item--social a:nth-child(5) {
  transition-delay: 0.42s;
}
.pxl-team-style2 .pxl-grid-item {
  padding: 0 10px;
}
.pxl-team-style2 .pxl-item--image a {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 68.81%);
  opacity: 0;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-team-style2 .pxl-item--holder {
  background-color: transparent;
  padding: 21px 0px 0;
  position: absolute;
  bottom: 24px;
  left: 30px;
  right: 30px;
  z-index: 2;
  border-top: 1px solid transparent;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-team-style2 .pxl-item--title {
  color: #fff;
  font-family: 'Red Hat Display';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.48px;
  margin-bottom: 5px;
  transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-team-style2 .pxl-item--position {
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5555;
  color: #fff;
  opacity: 0;
  transform: translateY(-15px);
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-team-style2 .pxl-item--social {
  position: absolute;
  top: -70px;
  left: -6px;
  right: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pxl-team-style2 .pxl-item--social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background-color: var(--primary-color);
  border-radius: 38px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  margin: 6px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  transform: translateY(-24px);
  opacity: 0;
}
.pxl-team-style2 .pxl-item--social a:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-team-style2 .pxl-item--inner {
  margin-bottom: 30px;
  position: relative;
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--holder {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--image a {
  opacity: 1;
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--title {
  opacity: 1;
  transform: translateY(0);
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--position {
  opacity: 1;
  transform: translateY(0);
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--social a {
  opacity: 1;
  transform: translateY(0px);
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--social a:nth-child(2) {
  transition-delay: 0.1s;
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--social a:nth-child(3) {
  transition-delay: 0.18s;
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--social a:nth-child(4) {
  transition-delay: 0.26s;
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--social a:nth-child(5) {
  transition-delay: 0.34s;
}
.pxl-team-style2 .pxl-item--inner:hover .pxl-item--social a:nth-child(5) {
  transition-delay: 0.42s;
}
.pxl-pricing1 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 30px rgba(51, 51, 51, 0.1);
  -khtml-box-shadow: 0 0px 30px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 0px 30px rgba(51, 51, 51, 0.1);
  -ms-box-shadow: 0 0px 30px rgba(51, 51, 51, 0.1);
  -o-box-shadow: 0 0px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0px 30px rgba(51, 51, 51, 0.1);
  text-align: center;
  padding: 46px 20px 70px;
}
.pxl-pricing1 .pxl-item--title {
  font-size: 20px;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #696969;
}
.pxl-pricing1 .pxl-item--icon {
  width: 162px;
  height: 162px;
  background-color: rgba(var(--primary-color-rgb),0.06);
  border-radius: 162px;
  font-size: 90px;
  color: var(--primary-color);
  position: relative;
  margin: 0 auto 15px auto;
}
.pxl-pricing1 .pxl-item--icon img {
  max-height: 90px;
}
.pxl-pricing1 .pxl-item--icon svg {
  height: 90px;
}
.pxl-pricing1 .pxl-price--number {
  font-size: 48px;
  color: #1c2539;
}
.pxl-pricing1 .pxl-item--price {
  display: inline-flex;
}
.pxl-pricing1 .pxl-item--currency {
  margin: 5px 5px 0 5px;
}
.pxl-pricing1 .pxl-item--time {
  margin: 8px 3px;
}
.pxl-pricing1 .pxl-item--meta {
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  color: #5d666f;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 32px;
}
.pxl-pricing1 .pxl-item--button {
  margin-bottom: 36px;
}
.pxl-pricing1 .pxl-item--feature {
  font-size: 17px;
  color: #777;
}
.pxl-pricing1 .pxl-item--feature i {
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
}
.pxl-pricing1 .pxl-item--feature > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-pricing1 .pxl-item--feature > div + div {
  margin-top: 13px;
}
.pxl-pricing1 .pxl-item--footer {
  max-width: 220px;
  margin: auto;
}
.pxl-pricing1 .pxl-item--bottom {
  font-size: 14px;
  color: #1c2539;
  font-weight: 700;
  margin-top: 18px;
}
.pxl-pricing1 .pxl-item--shape {
  position: absolute;
  height: 100%;
  width: 540px;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -khtml-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: flex;
  flex-wrap: nowrap;
}
.pxl-pricing1 .pxl-item--shape .pxl-item--divider {
  width: 135px;
  min-width: 135px;
  height: 100%;
  opacity: 0.04;
}
.pxl-pricing1 .pxl-item--shape .pxl-item--divider1, .pxl-pricing1 .pxl-item--shape .pxl-item--divider3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(#fff));
  background-image: -webkit-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: -moz-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: -ms-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: -o-linear-gradient(to bottom, var(--primary-color), #fff);
  background-image: linear-gradient(to bottom, var(--primary-color), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='#fff');
  margin-top: -12%;
}
.pxl-pricing1 .pxl-item--shape .pxl-item--divider2, .pxl-pricing1 .pxl-item--shape .pxl-item--divider4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(#fff));
  background-image: -webkit-linear-gradient(to top, var(--primary-color), #fff);
  background-image: -moz-linear-gradient(to top, var(--primary-color), #fff);
  background-image: -ms-linear-gradient(to top, var(--primary-color), #fff);
  background-image: -o-linear-gradient(to top, var(--primary-color), #fff);
  background-image: linear-gradient(to top, var(--primary-color), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)', endColorStr='#fff');
}
.pxl-pricing2 {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -khtml-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -moz-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -ms-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  -o-box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  box-shadow: 0 10px 60px rgba(73, 88, 124, 0.1);
  padding: 64px 50px 65px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-pricing2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pxl-pricing2 .pxl-item--title {
  font-size: 30px;
  color: #2e3d62;
  margin-bottom: 29px;
}
.pxl-pricing2 .pxl-item--subtitle {
  text-transform: uppercase;
  font-size: 14px;
  color: #677788;
  margin-bottom: 2px;
}
.pxl-pricing2 .pxl-item--number {
  position: absolute;
  z-index: -1;
  font-size: 140px;
  color: #f5f9ff;
  font-weight: 500;
  top: -6px;
  left: 28px;
}
.pxl-pricing2 .pxl-item--feature {
  font-size: 16px;
  line-height: 1.625;
  color: #677788;
}
.pxl-pricing2 .pxl-item--feature > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
.pxl-pricing2 .pxl-item--feature i {
  color: var(--primary-color);
  font-size: 12px;
  display: inline-flex;
}
.pxl-pricing2 .pxl-item--price {
  position: relative;
  line-height: 1;
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 18px;
}
.pxl-pricing2 .pxl-item--button {
  padding-top: 20px;
}
.pxl-pricing2 .pxl-item--button .btn {
  line-height: 56px;
  padding: 0 58px;
  border-radius: 56px;
  font-size: 18px;
}
body:not(.elementor-editor-active) .pxl-element-slider {
  opacity: 0;
}
.pxl-element-slider {
  position: relative;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  border-radius: inherit;
}
.pxl-element-slider .pxl-slider--content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pxl-element-slider .pxl-slider--content .elementor-top-section {
  left: 0 !important;
  right: 0 !important;
}
.pxl-element-slider .pxl-slider-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
  height: 2px;
  z-index: 100;
  width: 0;
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
}
.pxl-element-slider .pxl-slider--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-element-slider .pxl-slider--mainimage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 600ms linear 0ms;
  -khtml-transition: all 600ms linear 0ms;
  -moz-transition: all 600ms linear 0ms;
  -ms-transition: all 600ms linear 0ms;
  -o-transition: all 600ms linear 0ms;
  transition: all 600ms linear 0ms;
  overflow: hidden;
}
.pxl-element-slider .pxl-slider--mainimage.wow {
  visibility: visible;
}
.pxl-element-slider .pxl-slider--mainimage.pxl-image--kenburns.animated {
  animation-name: pxl_kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  transform: scale(1.2);
}
.pxl-element-slider .pxl-slider--overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.pxl-element-slider .pxl-slider--inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 800px;
}
.pxl-element-slider .pxl-slider--mainimage, .pxl-element-slider .pxl-slider--image, .pxl-element-slider .pxl-slider--inner, .pxl-element-slider .pxl-swiper-slide, .pxl-element-slider .pxl-swiper-wrapper, .pxl-element-slider .pxl-swiper-container, .pxl-element-slider .pxl-carousel-inner {
  border-radius: inherit;
}
.pxl-element-slider .pxl-swiper-arrow-wrap {
  margin: 0;
}
.pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--primary-color);
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  -o-box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  box-shadow: 0 10px 60px rgba(137, 151, 186, 0.15);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    font-size: 14px;
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}
.pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  left: 60px;
}
@media screen and (max-width: 1199px) {
  .pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
    left: 30px;
  }
}
.pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
  right: 60px;
}
@media screen and (max-width: 1199px) {
  .pxl-element-slider .pxl-swiper-arrow-wrap .pxl-swiper-arrow-next {
    right: 30px;
  }
}
.pxl-element-slider .pxl-swiper-pagination {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 99;
}
.pxl-element-slider:hover .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  opacity: 1;
}
.pxl-icon--users {
  cursor: pointer;
}
.pxl-icon--users a.pxl-is-login {
  font-weight: 500;
}
.pxl-icon--users .pxl-is-not-login a {
  font-weight: 500;
}
.pxl-icon--users .pxl-is-not-login span {
  font-size: 13px;
}
.pxl-icon--users i {
  color: var(--secondary-color);
  font-size: 20px;
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pxl-icon--users i:hover, .pxl-icon--users i:active, .pxl-icon--users i:focus {
  color: var(--primary-color);
}
.pxl-icon--users span {
  -webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 1600px) {
  .pxl-icon--users.pxl-yes {
    font-size: 0;
  }
  .pxl-icon--users.pxl-yes .pxl-is-login {
    display: none;
    font-size: 0 !important;
  }
}
.pxl-icon--users.pxl-yes .pxl-is-not-login {
  position: relative;
}
.pxl-icon--users.pxl-yes .pxl-is-not-login:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 80px;
  display: none;
}
@media screen and (max-width: 1600px) {
  .pxl-icon--users.pxl-yes .pxl-is-not-login:before {
    display: block;
  }
  .pxl-icon--users.pxl-yes .pxl-is-not-login .pxl-not-login {
    position: absolute;
    padding: 20px 30px;
    bottom: -50px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, 10px);
    -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.08);
  }
  .pxl-icon--users.pxl-yes .pxl-is-not-login .pxl-not-login a:first-child {
    margin-right: 5px;
    font-size: 16px !important;
  }
  .pxl-icon--users.pxl-yes .pxl-is-not-login .pxl-not-login span {
    font-size: 16px !important;
  }
  .pxl-icon--users.pxl-yes .pxl-is-not-login .pxl-not-login a:last-child {
    margin-left: 5px;
    font-size: 16px !important;
  }
  .pxl-icon--users.pxl-yes .pxl-is-not-login:hover .pxl-not-login {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
.pxl-user .pxl-user-inner {
  max-width: 430px;
  margin: auto;
}
.pxl-user .pxl-user-holder {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.pxl-user .pxl-user-meta {
  padding: 30px;
}
.pxl-user .pxl-user-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 22px;
  text-transform: capitalize;
}
.pxl-user .pxl-user-bottom {
  border-top: 1px solid #efefef;
  padding: 18px 30px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.pxl-user .pxl-user-bottom a {
  text-decoration: underline;
}
.pxl-user .pxl-user-form .field-group {
  position: relative;
  margin-bottom: 15px;
}
.pxl-user .pxl-user-form .field-group:last-child {
  margin-bottom: 0;
}
.pxl-user .pxl-user-form .button {
  width: 100%;
  line-height: 45px;
  border-radius: 0px;
  margin-top: 10px;
  height: 45px !important;
  font-size: 14px;
  font-weight: 600;
}
.pxl-user .pxl-user-form input {
  border-radius: 0;
  padding-left: 75px;
  border-color: #e9e9e9;
}
.pxl-user .pxl-user-form input:hover, .pxl-user .pxl-user-form input:active, .pxl-user .pxl-user-form input:focus {
  border-color: var(--primary-color) !important;
}
.pxl-user .pxl-user-form i {
  width: 55px;
  height: 32px;
  font-size: 16px;
  color: var(--primary-color);
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  border-right: 1px solid #efefef;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
  font-style: normal;
}
.pxl-user .pxl-user-form span {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  display: inline-block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 18px;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
.pxl-user .pxl-user-footer {
  padding: 25px 15px 0 15px;
  text-align: center;
}
.pxl-user .pxl-user-footer a {
  text-decoration: underline;
  margin-left: 8px;
}
.pxl-user .pxl-user-form-profile {
  text-align: center;
}
.pxl-user .pxl-user-form-profile .user-avatar img {
  border: 1px solid #ebebeb;
  padding: 5px;
}
.pxl-user .pxl-user-form-profile .user-name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 18px;
}
.pxl-user .zmdi:before {
  font-family: "Font Awesome 5 Free";
}
.pxl-user .zmdi-account:before {
  content: "\f007";
}
.pxl-user .zmdi-lock:before {
  content: "\f023";
}
.pxl-user .zmdi-email:before {
  content: "\f0e0";
}
.logged-in .pxl-user .pxl-user-bottom, .logged-in .pxl-user .pxl-user-title {
  display: none;
}
.pxl-user-popup {
  background-color: rgba(9, 29, 62, 0.85);
  visibility: hidden;
}
.pxl-user-popup.open {
  visibility: visible;
}
.pxl-user-popup .pxl-user .pxl-user-content {
  max-width: 400px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-user-popup .pxl-user .pxl-user-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
}
.pxl-user-popup .pxl-user .pxl-user-content .pxl-user-heading {
  font-weight: 500;
  line-height: 1.1;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.pxl-user-popup .pxl-user .pxl-user-content .pxl-user-desc {
  margin-bottom: 30px !important;
  color: #9b9b9b;
}
.pxl-user-popup .pxl-user .pxl-user-footer {
  padding-top: 15px;
}
.pxl-user-popup .pxl-user .pxl-user-footer a {
  font-weight: 500;
  color: var(--secondary-color) !important;
  text-decoration: none;
}
.pxl-user-popup .pxl-user .pxl-user-footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.pxl-user-popup .pxl-user .pxl-user-footer span {
  color: #9b9b9b;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass {
  text-align: center;
  margin-top: 8px;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass a {
  color: var(--secondary-color);
  font-weight: 500;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.pxl-user-popup .pxl-user.u-close {
  display: none;
}
.pxl-user-account {
  list-style: none;
  position: absolute;
  top: 57px;
  background-color: #fff;
  min-width: 180px;
  margin-top: 35px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
  -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);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.pxl-user-account a {
  font-size: 14px !important;
  font-weight: 500;
  color: var(--primary-color) !important;
  display: block !important;
  line-height: normal !important;
  padding: 5px 0 !important;
  background-color: transparent !important;
  text-transform: capitalize;
}
.pxl-user-account a:hover {
  padding-left: 5px !important;
  color: var(--secondary-color) !important;
}
.pxl-user-account.active {
  margin-top: 17px;
  opacity: 1;
  visibility: visible;
}
.pxl-icon-close {
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-icon-close:before, .pxl-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: 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;
}
.pxl-icon-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-icon-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-icon-close:hover:before, .pxl-icon-close:hover:after {
  background-color: var(--primary-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.pxl-modal .pxl-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 9999;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
}
.pxl-modal .pxl-modal-close .pxl-icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.pxl-modal .pxl-modal-close .pxl-icon-close:before, .pxl-modal .pxl-modal-close .pxl-icon-close:after {
  background-color: rgba(255, 255, 255, 0.9);
}
.pxl-modal .pxl-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
}
.pxl-modal .pxl-modal-content {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  margin-top: 60px;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  opacity: 0;
}
.pxl-modal.open {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.pxl-modal.open .pxl-modal-close {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.pxl-modal.open .pxl-modal-content {
  margin-top: 0;
  opacity: 1;
}
.pxl-modal.remove {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
}
.pxl-modal.remove .pxl-modal-content {
  margin-top: 60px;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.pxl-modal.remove .pxl-modal-close {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.pxl-modal.pxl-modal-search .pxl-modal-content {
  max-width: 680px;
}
.pxl-icon-close {
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-icon-close:before, .pxl-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: 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;
}
.pxl-icon-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-icon-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-icon-close:hover:before, .pxl-icon-close:hover:after {
  background-color: var(--primary-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-user-form-login .login-form .fields-content .field-group {
  position: relative;
}
.pxl-user-form-login .login-form .fields-content .field-group .field-icon {
  position: absolute;
  line-height: 0;
  width: 20px;
  z-index: 2;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.pxl-user-form-login .field-rememberme {
  position: relative;
  left: -3px;
}
.pxl-user-form-login .field-forgot-password {
  position: relative;
  left: 1px;
  display: none;
}
.pxl-user-form-login .field-footer-group button {
  text-transform: uppercase;
}
.pxl-user-form-login .field-footer-group button svg {
  display: none;
}
.field-group.field-footer-group {
  position: relative;
  display: flex;
  justify-content: center;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .fields-content .field-group {
  position: relative;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .fields-content .field-group .field-icon {
  line-height: 0;
  position: absolute;
  width: 20px;
  z-index: 2;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button {
  text-transform: uppercase;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button svg {
  display: none;
}
.pxl-login-user {
  max-width: 723px;
  margin: 0 auto;
}
.pxl-login-user .field-group {
  justify-content: center;
}
.pxl-login-user .field-group + .field-group {
  margin-top: 22px;
}
.pxl-login-user input {
  border-radius: 100px;
  border: 1px solid var(--Light-blue, #8bb2ff);
  background: rgba(255, 255, 255, 0.20);
  color: #fff;
  padding: 0 25px;
}
.pxl-login-user input:hover, .pxl-login-user input:focus, .pxl-login-user input:active {
  color: #fff;
}
.pxl-login-user .field-icon {
  display: none;
}
.pxl-login-user .field-rememberme label {
  color: #fff;
}
.pxl-login-user button {
  min-width: 230px;
}
.pxl-login-user .pxl-login-content {
  text-align: center;
}
.pxl-login-user .profile-content {
  margin-top: 20px;
  color: #fff;
}
.pxl-login-user .pxl-user-form-logout {
  margin-top: 20px;
}
