/* Set Font Default */
/*
color: #{'rgba(var(--primary-color-rgb),0.1)'};
font-family: 'DM Sans', sans-serif;
font-family: 'DM Sans', sans-serif;
@extend .ft-theme-default;
font-family: 'DM Sans';
color: {{VALUE}};text-fill-color: {{VALUE}};-webkit-text-fill-color: {{VALUE}};background-image: none;
*/
/* Header Default */
@keyframes pxl_move1 {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(10%, 10%);
  }
  50% {
    transform: translate(10%, -10%);
  }
  75% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0%);
  }
}
@-webkit-keyframes pxl_move1 {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(10%, 10%);
  }
  50% {
    transform: translate(10%, -10%);
  }
  75% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    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 {
  animation: pxl_spin_reverse 12s linear infinite;
}
@-ms-keyframes pxl_spin_reverse {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_reverse {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_reverse {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes pxl_spin_reverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}
@keyframes pxl_effect1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.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);
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.pxl_scale1 {
  animation: pxl_scale1 400ms linear 0ms;
  -webkit-animation: pxl_scale1 400ms linear 0ms;
}
@keyframes ar {
  33% {
    transform: translatex(20px);
    opacity: 0;
  }
  66% {
    transform: translatex(-20px);
    opacity: 0;
  }
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes out-top {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes out-bottom {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes out-left {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes in-right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes out-right {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes shakeicon {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg);
  }
  50%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg);
  }
  50%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes scale-border {
  1% {
    transform: scale(1);
    opacity: 0.1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes scale-border {
  1% {
    transform: scale(1);
    opacity: 0.1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes pxl-jump {
  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@keyframes pxl-upscale {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pxl-upscale {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pxl-spin {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes pxl-squash {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes pxl-skew {
  50% {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
}
@keyframes pxl-leap {
  50% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
    transform: translateY(-50%) rotate(-15deg);
  }
}
@keyframes pxl-fade {
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes pxl-sheen {
  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    color: #eee;
  }
}
@keyframes pxl-xspin {
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes filling {
  0%, 90% {
    fill: transparent;
    fill-opacity: 0;
  }
  100% {
    fill: transparent;
    fill-opacity: 1;
  }
}
@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;
  }
}
.pxl-view-layout {
  display: flex;
  margin-bottom: 20px;
}
.pxl-view-layout .view-icon {
  list-style-type: none;
  width: 30px;
  height: 25px;
  opacity: 0.33;
  margin-left: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pxl-view-layout .view-icon a {
  width: 100%;
  height: 100%;
  display: block;
}
.pxl-view-layout .view-icon.view-grid {
  font-size: 0;
  background-image: url(../img/layout-grid.png);
}
.pxl-view-layout .view-icon.view-list {
  font-size: 0;
  background-image: url(../img/layout-list.png);
}
.pxl-view-layout .view-icon:hover, .pxl-view-layout .view-icon.active {
  opacity: 1;
}
.woocommerce span.onsale, .woocommerce .pxl-featured {
  min-width: inherit;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
  background-color: var(--primary-color);
  font-weight: 700;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 !important;
  line-height: 26px;
  padding: 0px 12px !important;
  top: 0px !important;
  right: 0px !important;
  left: auto;
  font-weight: normal;
  z-index: 11;
}
.woocommerce .pxl-featured {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  right: auto !important;
  background-color: var(--regular-color);
  display: inline-block;
}
.woocommerce .woocommerce-tabs .single-lp-list {
  margin-top: 30px;
}
.woocommerce .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0 0 0px;
  margin-top: -20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs ul.wc-tabs {
    border: none;
  }
}
.woocommerce .woocommerce-tabs ul.wc-tabs:before, .woocommerce .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 5px 0 5px;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 99;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li:before, .woocommerce .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .woocommerce .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.woocommerce .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 28px;
  font-size: 18px;
  line-height: 42px;
  border: 2px solid #e8ebf0;
  border-radius: 5px !important;
  color: var(--secondary-color);
  font-weight: 400 !important;
  position: relative;
  background-color: #fff;
  text-transform: uppercase;
  z-index: 1;
  background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.wc-tabs li.active > a, .woocommerce .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  font-weight: 600 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  line-height: 1.875;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #70747f;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  padding-top: 32px;
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
  margin-bottom: 25px !important;
}
.woocommerce .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.woocommerce .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.woocommerce .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
  color: #999;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
  color: #efb343;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
  padding: 0 50px;
  margin-top: 20px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
    width: 100%;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
    width: 100%;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 10px 0 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    padding: 20px 15px 20px 20px;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.woocommerce .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) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .course-rate {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .single-lp-list {
  margin-top: 30px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 22px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #222;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.woocommerce .woocommerce-product-inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.04) 0px 2px 21px 8px;
}
.woocommerce .woocommerce-product-inner .price .woocommerce-Price-amount {
  color: var(--primary-color) !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  -webkit-transition: 300ms all ease 0ms;
  -khtml-transition: 300ms all ease 0ms;
  -moz-transition: 300ms all ease 0ms;
  -ms-transition: 300ms all ease 0ms;
  -o-transition: 300ms all ease 0ms;
  transition: 300ms all ease 0ms;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta > div {
  margin: 0 4px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
  -khtml-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button {
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #e9ebf0;
  display: block;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  padding: 0;
  font-size: 0px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:before, .woocommerce .woocommerce-product-inner .woocommerce-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%);
  color: #1d2122;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-family: Caseicon;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.added, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before {
  content: "\f145";
  font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before {
  content: "\f122";
  font-size: 17px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before {
  content: "\f11e";
  font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before {
  content: "\f12f";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before {
  content: "\f101";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button.loading:after {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #000 transparent #000;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%);
  margin: auto;
  animation: pxl_spin_reverse 0.6s linear infinite;
  -webkit-animation: pxl_spin_reverse 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover {
  background-color: var(--regular-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover:before {
  color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-meta a:hover.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-meta button:hover.loading:after {
  border-color: transparent #fff transparent #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  padding: 0px 20px 25px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .star-rating {
  font-size: 14px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .count-rating {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--rating .star-rating {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin: 10px 0 0;
  display: inline-block;
  padding-bottom: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a {
  margin: 0;
  line-height: 44px;
  height: 44px;
  padding: 0 28px;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  display: inline-flex;
  overflow: hidden;
  background-color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:before {
  background-color: ;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:after {
  animation: pxl_spin_reverse 1s linear infinite;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a:focus {
  background-color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a i {
  margin-left: 6px;
  font-size: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading i {
  -webkit-transform: translateX(100px);
  -khtml-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.loading:after {
  right: 28px;
  top: 0;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-add-to-cart a.wc-forward:after {
  content: "\f10e";
  font-family: Flaticon;
  margin-left: 6px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--rating .star-rating {
  font-size: 12px;
  height: 14px;
  color: #fab319;
}
.woocommerce .woocommerce-product-inner del {
  color: #cfcfcf;
  font-weight: 700 !important;
}
.woocommerce .woocommerce-product-inner del .amount {
  font-weight: 500;
  color: #cfcfcf;
}
.woocommerce .woocommerce-product-inner ins, .woocommerce .woocommerce-product-inner .price {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  color: var(--primary-color);
  font-weight: 700 !important;
}
.woocommerce .woocommerce-product-inner ins .amount, .woocommerce .woocommerce-product-inner .price .amount {
  font-weight: 700;
  color: var(--primary-color) !important;
}
.woocommerce .woocommerce-product-inner ins span, .woocommerce .woocommerce-product-inner .price span {
  color: var(--primary-color) !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title {
  padding: 0px !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title a {
  color: var(--secondary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title a:hover {
  color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-content .woocommerce-add-to-cart, .woocommerce .woocommerce-product-inner.cart-added .woocommerce-product-content .woocommerce-add-to-cart {
  bottom: -22px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-meta > div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-content .price {
  opacity: 0;
}
.woocommerce .pxl-shop-topbar-wrap {
  align-items: center;
  min-height: 62px;
  margin-bottom: 30px;
}
.woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap {
  order: 3;
}
.woocommerce .pxl-shop-topbar-wrap .order-md-2 {
  order: 2;
}
.woocommerce #content {
  padding: 130px 0 207px;
}
.woocommerce ins {
  background-color: transparent;
  color: var(--primary-color) !important;
}
.woocommerce ins span {
  color: var(--primary-color);
}
.woocommerce .content-row #secondary.widget-has-sidebar:before {
  display: none;
}
.woocommerce .pxl-sidebar-area .widget {
  padding: 30px;
  border: 1px solid #e9ebf0;
  margin-bottom: 30px !important;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .woocommerce .pxl-sidebar-area .widget {
    padding: 30px 20px;
  }
}
.woocommerce .pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.woocommerce .pxl-sidebar-area .widget-title, .woocommerce .pxl-sidebar-area .comment-reply-title, .woocommerce .pxl-sidebar-area .comments-title {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px;
  position: relative;
}
.woocommerce .pxl-sidebar-area .widget_product_search {
  padding: 0 !important;
  border: 1px solid #e9ebf0;
  border-radius: 5px;
}
.woocommerce .pxl-sidebar-area .widget_product_search button {
  padding: 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  position: absolute;
  top: 7px;
  right: 7px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  z-index: 3;
  color: #fff;
  font-size: 15px;
  background-color: var(--primary-color);
  background-image: none;
}
.woocommerce .pxl-sidebar-area .widget_product_search button:after {
  content: "\f12c";
  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;
  text-indent: 0px;
  font-weight: 500;
  color: #fff;
}
.woocommerce .pxl-sidebar-area .widget_product_search button:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field {
  border: none !important;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field:focus {
  border-color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_product_search .search-field:focus + button {
  border-color: var(--primary-color);
}
.woocommerce .pxl-sidebar-area .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce .pxl-sidebar-area .widget_product_search .woocommerce-product-search:after {
  content: '';
  z-index: 1;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
}
.single-product .woocommerce-social-share {
  padding-top: 18px;
}
.single-product .woocommerce-social-share label {
  color: #222;
  font-weight: 600;
  margin-right: 10px;
}
.single-product .woocommerce-social-share a {
  color: #6a6a6a;
  font-size: 14px;
  margin-right: 6px;
}
.single-product .woocommerce-social-share a:hover {
  color: var(--primary-color);
}
.single-product .woocommerce-summary-wrap {
  margin: 0 -25px;
}
.single-product .woocommerce-summary-wrap > .col-xl-6 {
  padding: 0 25px;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product .woocommerce-sg-product-price {
  padding-top: 10px;
  margin-bottom: 25px;
}
.single-product section.related {
  padding-top: 122px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .single-product section.related {
    margin: 60px -15px 0 -15px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .single-product section.related {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-product section.related:before {
  position: absolute;
  content: '';
  width: 100000px;
  top: 0;
  left: -40000px;
  height: 1px;
  background-color: #e9ebf0;
}
.single-product section.related h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: -8px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  color: var(--secondary-color);
}
@media (max-width: 575px) {
  .single-product section.related h2 {
    font-size: 30px;
  }
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 60px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
}
.single-product .pxl-content-area div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .single-product .pxl-content-area div.product .entry-summary {
    position: sticky;
    top: 150px;
  }
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .single-product .pxl-content-area div.product .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
.single-product .pxl-content-area div.product .woocommerce-product-details__short-description p:last-child, .single-product > div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product .pxl-content-area div.product .woocommerce-sg-product-feature, .single-product > div.product .woocommerce-sg-product-feature {
  margin-bottom: 71px;
  list-style: none;
}
.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li, .single-product > div.product .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li i, .single-product > div.product .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 6px;
  color: var(--primary-color);
}
.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child, .single-product > div.product .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.single-product .pxl-content-area div.product .woocommerce-sg-product-feature li + li, .single-product > div.product .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.single-product .pxl-content-area div.product form.cart, .single-product > div.product form.cart {
  margin-bottom: 20px;
}
.single-product .pxl-content-area div.product form.cart label, .single-product > div.product form.cart label {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  color: #0b1460;
  font-family: 'Quicksand', sans-serif;
}
.single-product .pxl-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
  font-weight: 700;
  color: #191919;
  font-size: 16px;
  margin-top: 6px;
  display: none;
  visibility: visible !important;
}
.single-product .pxl-content-area div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
  color: var(--primary-color);
}
.single-product .pxl-content-area div.product form.cart .variations tr, .single-product > div.product form.cart .variations tr {
  display: flex;
  align-items: center;
  padding: 14px 0 11px 0;
}
.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.label span, .single-product > div.product form.cart .variations td.label span {
  display: none;
}
.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;
}
.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 .color-variable-wrapper .color-variable-item, .single-product > div.product form.cart .color-variable-wrapper .color-variable-item {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.single-product .pxl-content-area div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color, .single-product > div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.single-product .pxl-content-area div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color:after, .single-product > div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color:after {
  display: none;
}
.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: 10px 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: inline-flex;
  margin: 0 0 20px;
  align-items: center;
  flex-wrap: wrap;
}
.single-product .pxl-content-area div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
}
.single-product .pxl-content-area div.product .woocommerce-gallery span.onsale, .single-product > div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 8px;
  margin-left: -13px;
  margin-right: -15px;
  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 {
  margin: 4px 15px;
  flex-grow: 1;
  margin-top: 20px;
}
.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;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  -webkit-box-shadow: 0 0 0 2px var(--primary-color);
  -khtml-box-shadow: 0 0 0 2px var(--primary-color);
  -moz-box-shadow: 0 0 0 2px var(--primary-color);
  -ms-box-shadow: 0 0 0 2px var(--primary-color);
  -o-box-shadow: 0 0 0 2px var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-color);
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-color: rgba(0, 1, 0, );
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.single-product .pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .single-product .pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
    padding-top: 0;
  }
}
.single-product .pxl-content-area div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button a, .single-product > div.product .entry-summary .woocommerce-sg-product-button a, .single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button button, .single-product > div.product .entry-summary .woocommerce-sg-product-button button {
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button a.woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button a.woosw-btn:before, .single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-button button.woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button button.woosw-btn:before {
  content: "\f11a";
  font-family: Bravisicon;
  margin-right: 4px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 8px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: var(--secondary-color);
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--primary-color);
}
.single-product .pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  display: none;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.single-product .pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  font-size: 32px;
  line-height: 1;
  color: var(--secondary-color);
}
.single-product .pxl-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
  margin-right: 22px;
  color: var(--primary-color) !important;
  text-decoration: none;
  font-weight: 700 !important;
}
.single-product .pxl-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
  color: var(--secondary-color);
  font-weight: 700 !important;
}
.single-product .pxl-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
  color: var(--secondary-color);
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
  margin-bottom: 16px;
}
.single-product .pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-weight: 500;
  color: #70747f;
  line-height: 32px;
}
.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  font-weight: 700;
  margin-right: 15px;
}
.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading, .single-product > div.product .entry-summary .single_add_to_cart_button.loading {
  padding-right: 42px;
}
.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:after {
  top: 0;
  right: 14px;
}
.single-product .pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after, .single-product > div.product .entry-summary .single_add_to_cart_button.added:after {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .single-lp-list, .single-product > div.product .woocommerce-tabs .single-lp-list {
  margin-top: 30px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0 0 0px;
  margin-bottom: 0;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border: none;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 8px 0 8px !important;
  padding: 0 !important;
  border: none;
  background-color: transparent !important;
  position: relative;
  z-index: 99;
  font-weight: 700;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 28px;
  font-size: 18px;
  line-height: 42px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: var(--secondary-color);
  font-weight: 700 !important;
  position: relative;
  background-color: #fff;
  z-index: 1;
  background-color: #f4f4f4;
}
.single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff !important;
  background-color: var(--primary-color) !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  font-weight: 600 !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  line-height: 1.875;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: ;
}
.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: 10px;
  margin-bottom: 30px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: none !important;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
  margin-bottom: 25px !important;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
  color: #999;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
  color: #efb343;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
  padding: 0 50px;
  margin-top: 20px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
    width: 100%;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
    width: 100%;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 10px 0 0;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1199px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    padding: 20px 15px 20px 20px;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 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.08);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
  }
}
@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 .comment-text .course-rate, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .course-rate {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .single-lp-list, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .single-lp-list {
  margin-top: 30px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.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: 13px;
  font-weight: 600;
  color: var(--primary-color);
  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: var(--secondary-color);
  display: block;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 4px;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product .pxl-content-area div.product .quantity, .single-product > div.product .quantity {
  margin-right: 20px !important;
  border-radius: 5px;
}
.single-product .pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
}
.single-product .pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
  display: block;
  width: 100%;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
}
.single-product .pxl-content-area div.product .product_meta > span + span, .single-product > div.product .product_meta > span + span {
  margin-top: 5px;
}
.single-product .pxl-content-area div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product .pxl-content-area div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
  font-weight: 500;
}
.single-product .pxl-content-area div.product .product_meta a, .single-product > div.product .product_meta a {
  color: #70747f;
  font-weight: 500;
  font-size: 16px;
}
.single-product .pxl-content-area div.product .product_meta a:hover, .single-product > div.product .product_meta a:hover {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky .pxl-content-area div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar .pxl-content-area div.product .entry-summary {
    top: 150px;
  }
}
.single-product .quantity {
  margin-right: 10px;
  border-radius: 5px;
}
@media (max-width: 991px) and (min-width: 767px) {
  .single-product span.onsale {
    right: 30px !important;
  }
}
.single-product .single_add_to_cart_button {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 5px;
  line-height: 51px !important;
  padding: 5px 31px;
  text-transform: capitalize;
  background-color: var(--primary-color) !important;
}
.single-product .single_add_to_cart_button:hover {
  background-color: var(--secondary-color) !important;
}
.woocommerce-shop .entry-title {
  display: block !important;
}
.woocommerce .product {
  margin-bottom: 30px !important;
}
.widget_products ins .amount {
  font-weight: 700 !important;
  color: var(--primary-color) !important;
}
.widget_products ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  padding-top: 18px !important;
  margin-bottom: 15px;
  min-height: 80px;
}
.widget_products ul li:not(:last-child) {
  border-bottom: 1px solid #eeeff1;
  padding-bottom: 18px !important;
}
.widget_products ul li .product-title {
  margin-top: 0px;
  margin-bottom: 0;
}
.widget_products ul li .product-title a {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 4px;
  margin-bottom: 6px;
}
.widget_products ul li .product-title a:hover {
  color: var(--primary-color);
}
.widget_products ul li .wg-product-image {
  margin-right: 15px;
  width: 68px;
  min-width: 68px;
}
.widget_products ul li .wg-product-image img {
  margin: 0;
  top: 0;
  left: 0;
  position: static;
  width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
  color: #222;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f145";
  font-family: Caseicon;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
body.woocommerce-cart .woocommerce {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex-grow: 1;
  padding: 0 15px;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  max-width: 370px;
  padding: 0 15px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  width: 100%;
}
body.woocommerce-cart .woocommerce .cart-empty.woocommerce-info {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .woocommerce .return-to-shop {
  width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form .actions .button {
  padding: 0 20px !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 55px;
  padding: 0 22px;
  font-size: 15px;
  border-color: #ececec;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions button {
  color: #fff;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
  font-weight: 500;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: #152136;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: var(--primary-color) !important;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins span, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins span {
  color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
  color: var(--secondary-color);
  font-weight: 500 !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calcuinterr p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calcuinterr .shipping-calcuinterr-button {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calcuinterr .shipping-calcuinterr-button:after {
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calcuinterr .shipping-calcuinterr-button:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calcuinterr .shipping-calcuinterr-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-row > label {
  font-size: 20px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: var(--secondary-color);
  line-height: 1 !important;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-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 {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details > div {
  float: none;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: var(--primary-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: "Font Awesome 5 Pro";
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
  padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout .about_paypal {
    display: none;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  font-weight: 500;
  color: var(--secondary-color) !important;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout .ct-checkout-order-review {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .ct-checkout-order-review {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  border-right: none;
  border-top: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
  font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  border-left: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color) !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method + .wc_payment_method {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method input {
    margin-right: 6px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 30px;
  border: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 30px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box {
  background-color: #f8f8f8;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box:before {
  border-bottom-color: #f8f8f8;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout #payment label {
    font-size: 15px;
  }
}
.woosw-list .woosw-content-item--title a, #woosw-area .woosw-content-item--title a {
  color: #191919;
}
.woosw-list .woosw-content-item--title a:hover, #woosw-area .woosw-content-item--title a:hover {
  color: var(--primary-color);
}
.woosw-list .woosw-content-item--price, #woosw-area .woosw-content-item--price {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}
.woosw-list .woosw-content-item--add .add_to_cart_button.loading, #woosw-area .woosw-content-item--add .add_to_cart_button.loading {
  padding-right: 36px !important;
}
.woosw-list .woosw-content-item--add .add_to_cart_button.loading:after, #woosw-area .woosw-content-item--add .add_to_cart_button.loading:after {
  top: 0px;
  right: 16px;
}
.widget_products .amount {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-color);
}
.widget_products del {
  color: #cfcfcf;
}
.widget_products del .amount {
  font-weight: 500;
  color: #cfcfcf;
}
.widget_products ins {
  color: var(--primary-color) !important;
}
.widget_products ins .amount {
  font-weight: 500;
  color: #70747f;
}
.widget_products ins span {
  color: var(--primary-color);
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_products .wg-product-holder .star-rating {
  font-size: 12px;
  height: 14px;
  color: #fab319;
}
.comment-text .star-rating-wrap {
  display: none !important;
}
.comment-text .star-rating {
  font-size: 12px;
  height: 14px;
  color: #fab319;
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list td {
  border-top: 1px solid #ececf0;
  padding: 10px;
  border-right: 1px solid #ececf0;
}
.woosw-list .woosw-item--actions {
  width: 22%;
}
.woosw-list .woosw-item--name {
  color: var(--secondary-color);
}
.woosw-list .woosw-content-mid-notice {
  text-align: center;
  color: #222;
  padding-top: 112px;
  position: relative;
}
.woosw-list .woosw-content-mid-notice:before {
  content: "\f12f";
  font-family: Caseicon;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  color: var(--primary-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart {
  background-color: var(--primary-color);
  line-height: 40px;
  padding: 0 22px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button:hover, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart:hover, .woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button:focus, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart:focus {
  background-color: var(--secondary-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_button.added, .woosw-list table.woosw-items .woosw-item .woosw-item--add .added_to_cart.added {
  display: none;
}
@media screen and (min-width: 1200px) {
  .woosw-list .woosw-content-item--actions {
    width: 22%;
  }
}
#woosw-area .woosw-content-item--add .button, #woosw-area .woosw-content-item--add .add_to_cart_button, #woosw-area .woosw-content-item--add .added_to_cart {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
#woosw-area .woosw-content-item--add .button.added, #woosw-area .woosw-content-item--add .add_to_cart_button.added, #woosw-area .woosw-content-item--add .added_to_cart.added {
  display: none;
}
#woosw-area .woosw-content-item--info, #woosw-area .woosw-content-item--actions {
  text-align: center;
}
#woosw-area.woosw-area {
  background-color: rgba(192, 192, 192, 0.6);
}
#woosw-area.woosw-area .woosw-content {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.summary .woocommerce-product-details__short-description {
  margin-bottom: 16px;
}
.summary .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-weight: 500;
  color: #70747f;
  line-height: 32px;
}
.summary .woocommerce-product-rating .star-rating {
  font-size: 12px;
  height: 14px;
  color: #fab319;
  margin: 10px 10px 0 0 !important;
}
.summary .product_meta {
  display: grid;
}
.summary .woosw-btn {
  font-size: 0;
  position: relative;
  background-color: transparent;
  border: 2px solid #eeeef4;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 47px !important;
}
.summary .woosw-btn:before {
  position: absolute;
  content: "\f12f";
  font-family: Caseicon;
  font-size: 20px;
  top: 50%;
  color: #1b1d21;
  transform: translate(-50%, -50%);
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.summary .woosw-btn:hover, .summary .woosw-btn:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.summary .woosw-btn:hover:before, .summary .woosw-btn:focus:before {
  color: #fff;
}
#woosq-popup .slick-dots li button:before {
  background-color: #666;
}
#woosq-popup .slick-dots .slick-active button:before {
  background-color: var(--primary-color);
}
#woosq-popup .images {
  display: flex;
  align-items: center;
}
#woosq-popup .images .slick-list .slick-slide img {
  max-width: 100%;
}
#woosq-popup .entry-summary .entry-title {
  font-size: 30px !important;
  color: var(--secondary-color);
}
#woosq-popup .entry-summary .price {
  font-size: 24px !important;
  font-weight: 700;
}
#woosq-popup .woocommerce .thumbnails .slick-arrow {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#woosq-popup .woocommerce .thumbnails .slick-arrow:hover {
  background-color: var(--secondary-color);
}
#woosq-popup .slick-slide img {
  width: 100%;
  max-height: inherit;
}
#woosq-popup .summary-content .product_meta {
  margin-bottom: 30px;
}
#woosq-popup .summary-content .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
#woosq-popup .summary-content .woocommerce-product-details__short-description p {
  color: #70747f;
}
#woosq-popup .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: var(--primary-color);
  width: 3px !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
#woosq-popup .single_add_to_cart_button.loading {
  padding-right: 38px;
}
#woosq-popup .single_add_to_cart_button.loading:after {
  top: 0;
  right: 15px;
}
#woosq-popup .quantity .input-text {
  border-radius: 6px;
  margin-right: 5px;
  width: 60px;
  padding: 0 10px;
  -moz-appearance: textfield;
}
input {
  -moz-appearance: textfield;
}
.woocommerce-message, .woocommerce-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  border-color: var(--primary-color);
}
@media (max-width: 575px) {
  .woocommerce-message, .woocommerce-info {
    justify-content: flex-start;
  }
}
.woocommerce-message:before, .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce-result-count, .woocommerce-ordering, .pxl-view-layout {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-ordering {
  cursor: pointer;
}
.woocommerce-ordering select::-ms-expand {
  display: none;
}
.woocommerce-ordering select {
  -webkit-appearance: none;
  appearance: none;
}
@-moz-document url-prefix() {
  .woocommerce-ordering .ui-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .woocommerce-ordering .ui-select select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important;
  }
}
.woocommerce-ordering:before {
  content: "\f13c";
  font-family: 'Caseicon';
  font-size: 11px;
  color: var(--primary-color);
  font-weight: 700;
  position: absolute;
  right: 40px;
  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-result-count {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 20px;
}
.woocommerce-result-count .button {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 20px;
  background-color: var(--primary-color);
  font-weight: 500;
  order: 2;
  color: #fff;
}
.woocommerce-result-count .button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 20px;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 16px !important;
  background-color: var(--primary-color) !important;
  font-weight: 500;
  order: 2;
  color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: var(--secondary-color) !important;
  color: #fff;
}
.wooscp_list .wooscp-no-result {
  text-align: center;
  font-weight: 500;
  color: #191919;
}
#respond input#submit.alt, #respond input#submit, a.button, a.wc-forward, button.button, input.button, .cart button.button, a.button.alt, .form-row button.button.alt {
  font-size: 14px;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 0 30px;
  line-height: 55px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: capitalize;
  background-color: var(--secondary-color);
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid var(--secondary-color);
}
#respond input#submit.alt:hover, #respond input#submit:hover, a.button:hover, a.wc-forward:hover, button.button:hover, input.button:hover, .cart button.button:hover, a.button.alt:hover, .form-row button.button.alt:hover, #respond input#submit.alt:focus, #respond input#submit:focus, a.button:focus, a.wc-forward:focus, button.button:focus, input.button:focus, .cart button.button:focus, a.button.alt:focus, .form-row button.button.alt:focus, #respond input#submit.alt:active, #respond input#submit:active, a.button:active, a.wc-forward:active, button.button:active, input.button:active, .cart button.button:active, a.button.alt:active, .form-row button.button.alt:active, #respond input#submit.alt:not([disabled]):not(.disabled).active, #respond input#submit:not([disabled]):not(.disabled).active, a.button:not([disabled]):not(.disabled).active, a.wc-forward:not([disabled]):not(.disabled).active, button.button:not([disabled]):not(.disabled).active, input.button:not([disabled]):not(.disabled).active, .cart button.button:not([disabled]):not(.disabled).active, a.button.alt:not([disabled]):not(.disabled).active, .form-row button.button.alt:not([disabled]):not(.disabled).active, #respond input#submit.alt:not([disabled]):not(.disabled):active, #respond input#submit:not([disabled]):not(.disabled):active, a.button:not([disabled]):not(.disabled):active, a.wc-forward:not([disabled]):not(.disabled):active, button.button:not([disabled]):not(.disabled):active, input.button:not([disabled]):not(.disabled):active, .cart button.button:not([disabled]):not(.disabled):active, a.button.alt:not([disabled]):not(.disabled):active, .form-row button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
#wooscp-area .wooscp-no-result {
  text-align: center;
  font-weight: 500;
  color: #191919;
  font-size: 15px;
  padding-top: 112px;
}
#wooscp-area .wooscp-no-result:before {
  content: "\f12f";
  font-family: Caseicon;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  color: var(--primary-color);
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.loading, .wooscp_list .tr-add_to_cart .add_to_cart_button.loading {
  padding-right: 30px;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.loading:after, .wooscp_list .tr-add_to_cart .add_to_cart_button.loading:after {
  right: 12px;
  top: 0;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button, .wooscp_list .tr-add_to_cart .add_to_cart_button, #wooscp-area .tr-add_to_cart .added_to_cart, .wooscp_list .tr-add_to_cart .added_to_cart, #wooscp-area .tr-add_to_cart .product_type_variable, .wooscp_list .tr-add_to_cart .product_type_variable {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.added, .wooscp_list .tr-add_to_cart .add_to_cart_button.added, #wooscp-area .tr-add_to_cart .added_to_cart.added, .wooscp_list .tr-add_to_cart .added_to_cart.added, #wooscp-area .tr-add_to_cart .product_type_variable.added, .wooscp_list .tr-add_to_cart .product_type_variable.added {
  display: none;
}
#wooscp-area .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y, .wooscp_list .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: var(--primary-color);
  width: 3px !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
#wooscp-area .wooscp_table th a, .wooscp_list .wooscp_table th a {
  color: #191919;
}
#wooscp-area .wooscp_table .td-label, .wooscp_list .wooscp_table .td-label {
  font-weight: 600;
}
#wooscp-area #wooscp_table th a, .wooscp_list #wooscp_table th a {
  color: #191919;
}
#wooscp-area #wooscp_table .td-label, .wooscp_list #wooscp_table .td-label {
  font-weight: 600;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes, .wooscp_list #wooscp_table .woocommerce-product-attributes {
  border: none;
  background-color: transparent !important;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes th, .wooscp_list #wooscp_table .woocommerce-product-attributes th, #wooscp-area #wooscp_table .woocommerce-product-attributes td, .wooscp_list #wooscp_table .woocommerce-product-attributes td {
  padding: 0px;
  border: none;
  background-color: transparent !important;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes th p, .wooscp_list #wooscp_table .woocommerce-product-attributes th p, #wooscp-area #wooscp_table .woocommerce-product-attributes td p, .wooscp_list #wooscp_table .woocommerce-product-attributes td p {
  margin-bottom: 0;
}
.wooscp-popup.wooscp-search {
  background-color: rgba(192, 192, 192, 0.6);
}
.wooscp-popup.wooscp-search .wooscp-popup-close {
  background-color: rgba(0, 0, 0, 0.1);
}
.wooscp-popup.wooscp-search .wooscp-popup-content {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image:hover td {
  background-color: #fff;
}
body .mfp-bg.mfp-woosq.mfp-ready {
  opacity: 1;
  background-color: rgba(27, 35, 54, 0.8);
}
body .mfp-wrap #woosq-popup {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary-color);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: var(--primary-color);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  top: -3px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  border-radius: 0;
  order: 2;
  line-height: 36px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  order: 1;
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
  padding-right: 20px;
}
.widget.woocommerce {
  border: 1px solid #e9ebf0;
}
.widget_price_filter .widget-title {
  margin-bottom: 26px !important;
}
.widget_price_filter .button {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  padding: 0 15px !important;
  border-radius: 5px;
}
.widget_price_filter .button:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.widget_product_tag_cloud .tagcloud {
  margin-top: 14px !important;
  margin-left: 0;
}
.widget_product_tag_cloud .tagcloud a {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px !important;
  color: var(--secondary-color);
  margin: 0 6px 10px 0;
}
.widget_product_tag_cloud .tagcloud a:hover {
  background-color: var(--primary-color) !important;
}
.woocommerce select {
  cursor: pointer !important;
}
.woocommerce .comment-form .comment-form-comment {
  padding-top: 0px !important;
}
.woosw-btn.woosw-adding:after {
  animation: pxl_spin_reverse 0.6s linear infinite;
  -webkit-animation: pxl_spin_reverse 0.6s infinite linear;
}
.single-product .pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  font-size: 32px;
  line-height: 1;
  color: var(--secondary-color);
  font-weight: 500;
}
.woocommerce-pagination {
  margin-top: -14px;
  text-align: center;
}
.woocommerce-pagination .page-numbers {
  width: 45px;
  height: 45px;
  background-color: transparent;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 3px;
  margin-top: 10px;
  color: var(--secondary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #e8e9ec;
  padding: 0;
  transition: 0.3s linear 0ms;
}
.woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
  font-size: 0px;
}
.woocommerce-pagination .page-numbers.next:before, .woocommerce-pagination .page-numbers.prev:before {
  font-size: 11px;
  font-family: Bravisicon;
  font-weight: 700;
  transition: 0.3s linear 0ms !important;
}
.woocommerce-pagination .page-numbers.next:before {
  content: "\f14d";
  font-family: 'Caseicon';
  transition: 0.3s linear 0ms !important;
}
.woocommerce-pagination .page-numbers.prev:before {
  font-family: 'Caseicon';
  content: "\f136";
}
.woocommerce-pagination .page-numbers.current {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  pointer-events: none;
}
.woocommerce-pagination .page-numbers:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.shop-view-list .woocommerce-product-details__short-description {
  color: #70747f;
}
.shop-view-list li.product {
  width: 100% !important;
}
.shop-view-list .woocommerce-product--excerpt {
  display: block !important;
}
.shop-view-list .woocommerce-product-inner {
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
@media (max-width: 767px) {
  .shop-view-list .woocommerce-product-inner {
    display: block;
  }
}
.shop-view-list .woocommerce-product-inner:hover .woocommerce-product-header img {
  transform: scale(1);
}
.shop-view-list .woocommerce-product-header {
  min-width: 300px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-view-list .woocommerce-product-header {
    padding-top: 50px !important;
    text-align: center;
  }
}
.shop-view-list .woocommerce-product-content {
  text-align: left !important;
  padding: 51px 20px 40px 0 !important;
}
@media (max-width: 767px) {
  .shop-view-list .woocommerce-product-content {
    padding: 20px 20px 40px 20px !important;
    text-align: center !important;
  }
}
.shop-view-list .woocommerce-product-meta {
  left: 296px !important;
  transform: translateX(0) !important;
}
@media (max-width: 767px) {
  .shop-view-list .woocommerce-product-meta {
    bottom: 35px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.flex-viewport {
  background-color: #f4f5f7 !important;
}
.flex-viewport .zoomImg {
  background-color: #f4f5f7 !important;
}
.woocommerce-product-gallery .flex-control-nav {
  margin-top: 8px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-product-gallery .flex-control-nav li {
  padding: 0;
  flex-grow: 1;
  margin: 20px;
  background-color: #f4f5f7 !important;
}
.woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.woocommerce-product-gallery .flex-control-nav img.flex-active {
  -webkit-box-shadow: 0 0 0 2px var(--primary-color);
  -khtml-box-shadow: 0 0 0 2px var(--primary-color);
  -moz-box-shadow: 0 0 0 2px var(--primary-color);
  -ms-box-shadow: 0 0 0 2px var(--primary-color);
  -o-box-shadow: 0 0 0 2px var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-color);
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-color: rgba(0, 1, 0, );
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.product-remove {
  position: relative;
  min-width: 50px;
}
.product-remove a.remove {
  font-size: 0px;
  width: 26px;
  height: 26px;
  background-color: var(--primary-color);
  border-radius: 100%;
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 55%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
  .product-remove {
    min-height: 57px;
  }
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
  padding: 0;
  text-transform: capitalize;
  line-height: 20px;
  background-color: transparent;
  color: #191919;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
  padding: 0 19px 0 10px;
  width: 80px !important;
  height: 51px !important;
  background-color: transparent;
  font-family: ;
  border: none;
  border: 2px solid #eeeef4 !important;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce-page .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce-page .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-icon i, .woocommerce-page .quantity-icon i {
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  color: var(--secondary-color);
  line-height: 0;
  text-align: center;
  position: absolute;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  -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 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 .quantity-icon i.quantity-up, .woocommerce-page .quantity-icon i.quantity-up {
  right: 20px;
  top: 21px;
}
.woocommerce .quantity-icon i.quantity-down, .woocommerce-page .quantity-icon i.quantity-down {
  right: 20px;
  top: 29px;
}
.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;
}
@media screen and (max-width: 769px) {
  .woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .woocommerce .coupon .button, .woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 0 0 10px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
  max-width: 213px;
  border: 2px solid #ececec;
  text-align: left;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 45px;
  font-weight: 500;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
  line-height: 30px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
  color: var(--primary-color);
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 55px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 55px;
  color: var(--secondary-color);
  font-size: 18px;
  padding-left: 22px;
}
.woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce .form-row button.button.alt, .woocommerce-page .form-row button.button.alt {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 30px;
  line-height: 55px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce .form-row button.button.alt:hover, .woocommerce-page .form-row button.button.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce .form-row button.button.alt:focus, .woocommerce-page .form-row button.button.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce .form-row button.button.alt:active, .woocommerce-page .form-row button.button.alt:active, .woocommerce #respond input#submit.alt:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce .form-row button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit.alt:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled):active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce .form-row button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
  .woocommerce .pxl-content-area.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce .actions > .button {
  float: right;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #8f8f8f;
}
.woocommerce-checkout th {
  border-top: 1px solid #ededed !important;
  padding: 10px;
  border-right: 1px solid #ededed !important;
}
.woocommerce-checkout td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .single-product .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .single-product section.related ul.products li.product {
    margin-bottom: 0 !important;
    margin: 40px auto 0 auto;
    padding: 0 15px;
    width: 50% !important;
  }
}
.pxl-widget-cart-sidebar {
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.pxl-widget-cart-sidebar .woocommerce-mini-cart {
  padding-left: 0 !important;
}
.pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  flex-grow: 1;
}
.pxl-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
}
.pxl-widget-cart-sidebar .widget_shopping_head .pxl-close {
  height: 36px;
  width: 36px;
}
.pxl-widget-cart-sidebar .pxl-close {
  position: absolute;
  top: 11px;
  right: 30px;
  z-index: 999;
  opacity: 1 !important;
}
.pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 60px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 32px;
  color: #555;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 80px;
  line-height: 80px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty input[type="submit"], .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn-form button[type="submit"], .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty button[type="submit"] {
  width: 100%;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty input[type="submit"]:hover, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn-form button[type="submit"]:hover, .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty button[type="submit"]:hover {
  color: #fff;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
  font-weight: 600;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: var(--primary-color);
  font-size: 11px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 55px;
  background-color: #fff;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 600;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons input[type="submit"], .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn-form button[type="submit"], .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons button[type="submit"] {
  width: 100%;
  margin-right: 0;
  line-height: 48px;
  font-size: 14px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons input[type="submit"].btn-outline, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn-form button[type="submit"].btn-outline, .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons button[type="submit"].btn-outline {
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color) !important;
  line-height: 44px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:before, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons input[type="submit"].btn-outline:before, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn-form button[type="submit"].btn-outline:before, .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons button[type="submit"].btn-outline:before {
  background-color: var(--primary-color);
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:hover, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons input[type="submit"].btn-outline:hover, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn-form button[type="submit"].btn-outline:hover, .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons button[type="submit"].btn-outline:hover, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.btn-outline:focus, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons input[type="submit"].btn-outline:focus, .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn-form button[type="submit"].btn-outline:focus, .btn-form .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons button[type="submit"].btn-outline:focus {
  color: #fff !important;
  background-color: var(--primary-color);
}
.pxl-widget-cart-wrap .pxl-item--overlay {
  background-color: rgba(27, 35, 54, .9);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: url(../img/pointer.png), auto;
}
.pxl-widget-cart-wrap.open .pxl-item--overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-widget-cart-wrap.open .pxl-widget-cart-sidebar {
  -webkit-transform: translateX(20px);
  -khtml-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
}
.cart-empty, .return-to-shop {
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .pxl-shop-topbar-wrap {
    display: inline-grid !important;
    margin-bottom: 40px;
  }
  .pxl-shop-topbar-wrap .woocommerce-ordering {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 20px 0 27px !important;
  }
  .pxl-shop-topbar-wrap .woocommerce-ordering select {
    cursor: pointer;
  }
  .pxl-shop-topbar-wrap .woocommerce-ordering:before {
    right: 20px;
  }
  .pxl-shop-topbar-wrap .pxl-view-layout-wrap .pxl-view-layout li:first-child {
    margin-left: 0px;
  }
}
.woosw-page, .woosw-continue {
  font-weight: 700;
  text-decoration: none !important;
  color: var(--secondary-color) !important;
}
.woosw-page:hover, .woosw-continue:hover {
  color: var(--primary-color) !important;
}
.select2-dropdown {
  border: 1px solid #eaeaea !important;
}
.woocommerce-summary-wrap .woocommerce-Tabs-panel {
  display: block !important;
}
.wc-tabs-wrapper {
  padding: 30px;
  -webkit-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.08);
}
.woocommerce-additional-fields__field-wrapper p {
  display: block !important;
}
#billing_email_field {
  display: block !important;
}
.woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #191919;
  font-weight: 600;
  position: relative;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f104";
  font-family: "Caseicon";
  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;
  color: var(--primary-color);
  margin-left: -16px;
  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;
  font-size: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 22px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .col-1, .woocommerce-account .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .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;
}
.woocommerce-account .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-form .woocommerce-LostPassword a {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce-form .woocommerce-LostPassword a:hover {
  color: var(--primary-color);
}
.woocommerce-account .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #customer_login {
    margin: 0;
  }
  .woocommerce-account #customer_login .u-column1.col-1, .woocommerce-account #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
.woocommerce-product-rating {
  margin-bottom: 8px;
  display: flex;
}
.woocommerce-product-rating .woocommerce-review-link {
  color: inherit;
  margin-left: 25px;
  line-height: 1.4;
}
.woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
  }
}
.woocommerce-form.woocommerce-form-login.login {
  margin: 30px auto 0;
}
.woocommerce-form.woocommerce-form-login.login .element-button {
  line-height: 45px !important;
}
.product_type_external:before {
  content: "\f10e";
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1d2122;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-size: 16px;
}
.widget_product_search .widget-title {
  display: none;
}
body.woocommerce-cart .woocommerce {
  justify-content: center;
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
.pxl-grid .pxl-load-more .btn, .pxl-grid .pxl-load-more input[type="submit"], .pxl-grid .pxl-load-more .btn-form button[type="submit"], .btn-form .pxl-grid .pxl-load-more button[type="submit"] {
  padding-left: 50px;
  padding-right: 40px;
  line-height: 62px;
  font-size: 15px;
  background: var(--primary-color);
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.pxl-grid .pxl-load-more .btn .pxl-load-icon, .pxl-grid .pxl-load-more input[type="submit"] .pxl-load-icon, .pxl-grid .pxl-load-more .btn-form button[type="submit"] .pxl-load-icon, .btn-form .pxl-grid .pxl-load-more button[type="submit"] .pxl-load-icon {
  width: 24px;
  height: 24px;
  right: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.pxl-grid .pxl-load-more .btn i, .pxl-grid .pxl-load-more input[type="submit"] i, .pxl-grid .pxl-load-more .btn-form button[type="submit"] i, .btn-form .pxl-grid .pxl-load-more button[type="submit"] i {
  margin-left: 25px;
  font-size: 18px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.pxl-grid .pxl-load-more.loading i {
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
}
.pxl-grid .pxl-load-more.loading i:before {
  content: '\f110' !important;
  font-family: 'Font AweSome 5 Pro' !important;
}
@media screen and (min-width: 1200px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pxl-grid-filter1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 {
    margin-bottom: 60px;
  }
}
.pxl-grid-filter1 .filter-item {
  color: #383647;
  font-weight: 500;
  display: inline-flex;
  padding: 0 24px;
  line-height: 62px;
  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);
  min-width: 120px;
  justify-content: center;
  -webkit-border-radius: 62px;
  -khtml-border-radius: 62px;
  -moz-border-radius: 62px;
  -ms-border-radius: 62px;
  -o-border-radius: 62px;
  border-radius: 62px;
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item {
    line-height: 54px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item {
    margin: 10px 2px 0 2px;
    background-color: #f8f8f8;
    line-height: 50px;
    min-width: 90px;
    font-size: 15px;
  }
}
.pxl-grid-filter1 .filter-item:last-child {
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item:last-child {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item:last-child {
    margin-right: 0;
  }
}
.pxl-grid-filter1 .filter-item.active {
  color: #fff;
  background-color: var(--primary-color);
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item.active {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item.active {
    margin-right: 0;
  }
}
.pxl-grid-filter1 .filter-item.active:last-child {
  margin-right: 0;
}
.pxl-grid-filter1 .pxl--filter-inner {
  background-color: #fff;
  display: inline-block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 62px;
  -khtml-border-radius: 62px;
  -moz-border-radius: 62px;
  -ms-border-radius: 62px;
  -o-border-radius: 62px;
  border-radius: 62px;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.pxl-col-align-start > .elementor-widget-wrap {
  justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
  margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
  justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
  justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
  margin-right: 0;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-arrow {
  font-size: 13px;
  color: #000;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  -webkit-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -khtml-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -moz-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -ms-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -o-box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  box-shadow: 0 10px 20px rgba(49, 0, 122, 0.09);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.pxl-swiper-arrow:hover {
  color: #fff;
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 0;
  }
}
.pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 0;
  }
}
.pxl-swiper-arrow.style2 {
  background-color: #f1f1f3;
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-swiper-arrow.style2:before {
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow.style2:hover {
  background-color: #f1f1f3;
}
.pxl-swiper-arrow.style2:hover:before {
  opacity: 1;
}
.pxl-swiper-dots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 12px;
  width: 8px;
  height: 8px;
  text-align: center;
  background: #cacaca;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #122a00;
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  margin: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 0 30px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
.pxl-swiper-sliders {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-sliders:hover .pxl-swiper-arrow {
    opacity: 0;
    visibility: visible;
  }
}
.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-nogap .pxl-swiper-container {
  margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
  padding: 0;
}
.pxl-swiper-thumbs {
  overflow: hidden;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
}
body.rtl .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: auto;
  left: 0px;
}
body.rtl .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: auto;
  right: 0;
}
.contact-form-custom2 .form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact-form-custom2 .form-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.contact-form-custom2 .form-container .input-filled {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-form-custom2 .form-container .input-filled {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.contact-form-custom2 .form-container .input-filled input {
  border-radius: 0;
  background-color: #fff;
  font-family: 'Monda', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.contact-form-custom2 .form-container button {
  font-family: 'Monda', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@font-face {
  font-family: 'DM Sans';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/font-theme/DMSans-Italic.ttf') format('ttf'), url('../fonts/font-theme/DMSans-Italic.ttf') format('ttf');
}
.ft-theme, .pxl-pagination-wrap .page-numbers, .pxl-post--navigation .pxl--readmore-nav, .pxl-link li, .pxl-link li a, .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > a, .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > span, .pxl-countdown .countdown-amount span, .pxl-image-box4 .wrap-content .pxl-item--number {
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.625;
  color: #7c858c;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
body.body-overflow {
  overflow: hidden;
}
a {
  color: #7c858c;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--link-color);
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover, a:focus {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
  color: var(--primary-color);
  font-weight: 700;
  clear: both;
  line-height: 1.2;
  margin: 0;
}
strong {
  color: var(--regular-color) !important;
}
h1, .h1 {
  font-size: 48px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
p {
  margin: 0 0 15px;
  font-size: 16.5px;
  line-height: 1.8em;
  word-spacing: 0px;
  letter-spacing: -0.2px;
  font-weight: 400;
  color: #7c858c;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote {
  padding: 25px 65px 20px 35px;
  color: #000;
  position: relative;
  margin-top: 8px;
  margin-bottom: 29px;
  margin-left: 0;
  font-weight: 400;
  position: relative;
  background-color: #edf0f2;
}
blockquote:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    font-size: 18px;
  }
}
blockquote p {
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
  position: relative;
}
blockquote cite, blockquote cite a, blockquote p:nth-child(2) {
  display: inline-block;
  font-size: 15px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  color: var(--primary-color) !important;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.is-style-large.wp-block-quote {
  padding: 32px 57px 32px 37px;
}
blockquote.wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote.wp-block-quote cite br {
  display: none;
}
blockquote.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
@media screen and (min-width: 1200px) {
  #pxl-wapper .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .container {
    max-width: 100%;
  }
}
#pxl-wapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #pxl-wapper #pxl-sidebar-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-main {
  padding: 110px 0 110px 0;
}
@media screen and (max-width: 1199px) {
  #pxl-main {
    overflow: hidden;
  }
  #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  #pxl-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  #pxl-main {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  #pxl-main {
    padding: 90px 0;
  }
}
.woocommerce #pxl-main, .woocommerce-js #pxl-main {
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 1199px) {
  .woocommerce #pxl-main > .elementor-container, .woocommerce-js #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce #pxl-main, .woocommerce-js #pxl-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .woocommerce #pxl-main, .woocommerce-js #pxl-main {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .woocommerce #pxl-main, .woocommerce-js #pxl-main {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
    top: 30px;
  }
}
@media (min-width: 1500px) {
  .pxl_section_offset-left.pxl-container-width-container-1200 {
    padding-left: calc((100% - 1170px)/2) !important;
  }
}
@media (min-width: 1500px) {
  .pxl_section_offset-right.pxl-container-width-container-1200 {
    padding-right: calc((100% - 1170px)/2) !important;
  }
}
.elementor-page #pxl-content-area.col-12, .elementor-page #pxl-footer-elementor .row > .col-12 {
  padding: 0;
}
.single-post .pxl-item--excerpt > .elementor {
  margin: 0 -15px;
}
.pxl-bg-color-left {
  z-index: 1;
}
.pxl-bg-color-left:before {
  z-index: -1;
  content: '';
  background-color: #070f01;
  position: absolute;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .pxl-bg-color-left:before {
    left: 0;
  }
}
#pxl-page-title-elementor {
  background-color: #fff;
}
#pxl-page-title-default {
  padding: 180px 0px 112px;
  background-color: #f4f4f4;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default {
    padding: 70px 0 70px 0;
    background-position: center center !important;
  }
}
#pxl-page-title-default .container {
  z-index: 99;
}
#pxl-page-title-default .pxl-page-title {
  font-size: 48px;
  margin-top: 20px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 36px;
  }
}
#pxl-page-title-default .breadcrumb-entry {
  color: var(--primary-color);
}
#pxl-page-title-default .breadcrumb-entry:hover {
  color: var(--secondary-color);
}
#pxl-page-title-default li:after {
  color: var(--primary-color);
}
.pxl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.pxl-breadcrumb a {
  color: inherit;
}
.pxl-breadcrumb a:hover {
  color: var(--secondary-color);
}
.pxl-breadcrumb li:after {
  content: "/";
  font-weight: 700;
  margin: 0 14px;
  font-weight: 700;
  color: inherit;
  font-size: 16px;
}
.pxl-breadcrumb li:last-child {
  color: var(--primary-color);
}
.pxl-breadcrumb li:last-child:before, .pxl-breadcrumb li:last-child:after {
  display: none;
}
#pxl-footer-default {
  padding: 40px 0;
  text-align: center;
  background-color: #222237;
  color: #b8b8d3;
  font-weight: 500;
}
#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: 0px;
  background-color: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -khtml-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -moz-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -ms-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -o-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  color: #383838;
  line-height: 40px;
  text-align: center;
  -webkit-transform: rotate(-90deg) rotateX(90deg);
  -khtml-transform: rotate(-90deg) rotateX(90deg);
  -moz-transform: rotate(-90deg) rotateX(90deg);
  -ms-transform: rotate(-90deg) rotateX(90deg);
  -o-transform: rotate(-90deg) rotateX(90deg);
  transform: rotate(-90deg) rotateX(90deg);
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
}
.pxl-scroll-top.pxl-on {
  -webkit-transform: rotate(-90deg) rotateX(0deg);
  -khtml-transform: rotate(-90deg) rotateX(0deg);
  -moz-transform: rotate(-90deg) rotateX(0deg);
  -ms-transform: rotate(-90deg) rotateX(0deg);
  -o-transform: rotate(-90deg) rotateX(0deg);
  transform: rotate(-90deg) rotateX(0deg);
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top.pxl-on {
    bottom: 15px;
  }
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus {
  margin-bottom: 4px;
  color: #fff;
  background-color: var(--primary-color);
}
@media screen and (max-width: 1400px) {
  .pxl-scroll-top {
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    right: 15px;
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
  }
}
.pxl-footer-fixed #pxl-header-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-main {
    margin-bottom: 0 !important;
  }
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-footer #pxl-main, .elementor-editor-active.single-header #pxl-main {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  position: absolute;
  background-color: var(--primary-color);
  width: 60px;
  height: 120px;
  opacity: 1;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f14d";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.archive .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-row-divider-angle-top, .pxl-row-divider-angle-bottom, .pxl-row-divider-angle-top-bottom {
  z-index: 1;
}
.pxl-row-divider-angle-top > .elementor-container, .pxl-row-divider-angle-bottom > .elementor-container, .pxl-row-divider-angle-top-bottom > .elementor-container {
  z-index: 2;
}
.pxl-row-divider-angle-top .pxl-row-angle, .pxl-row-divider-angle-bottom .pxl-row-angle, .pxl-row-divider-angle-top-bottom .pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  top: 0;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-bottom .pxl-row-angle {
  bottom: 0;
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
  top: 0;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
  bottom: 0;
}
@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%;
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  /*  Mouse Move Animation */
}
.pxl-loader .pxl-loader-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .pxl-loader .pxl-loader-effect {
    max-width: 30%;
  }
}
@media (min-width: 1500px) {
  .pxl-loader .pxl-loader-effect {
    max-width: 25%;
  }
}
.pxl-loader.default .pxl-loader-effect {
  filter: url('#pxl-svg-digital');
  position: absolute;
  width: 160px;
  height: 160px;
  opacity: 0.8;
}
.pxl-loader.default .pxl-circle-1, .pxl-loader.default .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(--secondary-color);
}
.pxl-loader.default .pxl-circle-2 {
  animation-name: pxl_loader_digital2;
  background: var(--secondary-color);
}
.pxl-loader.style-software {
  background-image: -webkit-linear-gradient(60deg, ,  50%);
  background-image: -moz-linear-gradient(60deg, ,  50%);
  background-image: -ms-linear-gradient(60deg, ,  50%);
  background-image: -o-linear-gradient(60deg, ,  50%);
  background-image: linear-gradient(60deg, ,  50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr=' 50%');
}
.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-cursor {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}
.pxl-cursor .pxl-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower {
  position: absolute;
  background-color: var(--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 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  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--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(4);
  -khtml-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background-color: var(--primary-color);
  opacity: 1;
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f110";
  font-family: Flaticon;
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f111";
  font-family: Flaticon;
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  background-color: var(--primary-color);
  opacity: 1;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  -webkit-transform: scale(7.6);
  -khtml-transform: scale(7.6);
  -moz-transform: scale(7.6);
  -ms-transform: scale(7.6);
  -o-transform: scale(7.6);
  transform: scale(7.6);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--icon:before {
  font-size: 42px;
}
.pxl-col-divider-right {
  position: relative;
}
.pxl-col-divider-right:before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 500000px;
  height: 100%;
  top: 0;
  right: 0;
  transform: skew(-23deg);
}
@media (max-width: 1024px) {
  .pxl-col-divider-right:before {
    transform: skew(0deg);
  }
}
.pxl-col-divider-left {
  position: relative;
}
.pxl-col-divider-left:before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 500000px;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(23deg);
}
@media (max-width: 1024px) {
  .pxl-col-divider-left:before {
    transform: skew(0deg);
  }
}
.list-slide {
  position: relative;
}
.list-slide:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  top: 8px;
  left: -30px;
  transform: rotate(45deg);
}
@media (max-width: 479px) {
  .list-slide:before {
    left: -15px;
  }
}
.button-slide-1 {
  background-color: var(--primary-color);
  padding: 10px 47px 11px 47px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  position: relative;
}
.button-slide-1:before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid var(--primary-color);
}
.box-price-slide {
  position: relative;
}
.box-price-slide:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: pulse 3s 1.5s infinite;
  box-shadow: 0 0 0 3em rgba(255, 0, 0, 0);
  border-radius: 500px;
}
.box-price-slide:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: pulse 3s infinite;
  box-shadow: 0 0 0 3em rgba(255, 0, 0, 0);
  transition-delay: 2000ms;
  border-radius: 500px;
}
.text-slider-2 span {
  color: #d53a16 !important;
}
.button-slider-2 {
  height: 55px !important;
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
  width: 165px !important;
  background-color: #e72129 !important;
  color: #fff;
  font-size: 16px !important;
  text-align: center;
  padding-left: 23px !important;
  transition: 300ms !important;
}
.button-slider-2:after {
  background-color: #fff !important;
}
.button-slider-2:hover {
  color: #000 !important;
}
.button-slider-4 {
  height: 50px !important;
  width: 157px !important;
  background-color: #d53a16 !important;
  color: #fff;
  font-size: 15px !important;
  line-height: 48px !important;
  border-radius: 200px;
  transition: 300ms all linear 0ms !important;
}
.button-slider-4:hover {
  background-color: #000 !important;
}
.button-slider-5 {
  height: 56px !important;
  width: 186px !important;
  background-color: transparent !important;
  border: 2px solid #f1f4fd !important;
  color: #fff;
  font-size: 15px !important;
  line-height: 48px !important;
  text-align: center;
  transition: 300ms all linear 0ms !important;
}
.button-slider-5:before {
  position: absolute;
  content: '';
  background-color: #fff;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.button-slider-5:hover {
  color: #000 !important;
}
.button-slider-5:hover:before {
  transform: scaleY(1);
}
@media (max-width: 950px) {
  .hide-950 {
    display: none !important;
  }
}
@media (max-width: 1150px) and (min-width: 1024px) {
  .hide-950 {
    display: none !important;
  }
}
#parallax-1 {
  background-attachment: fixed !important;
  background-position-y: -0.2;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.tp-bullets.custom .tp-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9da0a9;
}
.tp-bullets.custom .tp-bullet.selected {
  width: 13px;
  height: 13px;
  background-color: #fff;
  left: -2px !important;
}
.tp-bullets.custom .tp-bullet:first-child {
  top: -5px !important;
}
.tp-bullets.custom .tp-bullet:last-child {
  top: 32px !important;
}
.tp-bullets.custom .tp-bullet:nth-child(1).selected {
  top: -7px !important;
}
.tp-bullets.custom .tp-bullet:nth-child(2).selected {
  top: 12px !important;
}
@media screen and (max-width: 1199px) {
  .tp-bullets {
    transform: translate(-50px, -18px) !important;
  }
}
.shadow-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fill-img {
  /* width */
}
.fill-img img {
  filter: grayscale(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;
}
.fill-img:hover img {
  filter: grayscale(0%) !important;
}
::-webkit-scrollbar {
  width: 6px;
  /* Track */
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  /* Handle */
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}
.pxl-footer-btn-fixed {
  position: fixed;
  bottom: 0;
  right: 45px;
  background-color: var(--secondary-color);
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 22px;
  font-size: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  z-index: 999;
  white-space: nowrap;
}
.pxl-footer-btn-fixed:hover, .pxl-footer-btn-fixed:focus {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-footer-btn-fixed {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
body.elementor-editor-active {
  background-color: rgba(0, 0, 0, 0.2);
}
.fs-17 {
  font-size: 17px;
}
.lt-4 {
  letter-spacing: -0.03em !important;
}
.pxl-text-center {
  text-align: center;
}
.pxl-text-left {
  text-align: left;
}
.pxl-text-right {
  text-align: right;
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-swiper-arrow.style2:before, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-button-video1.style2, .pxl-icon1.hv-style-gradient a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-middle, .pxl-icon1.style-round-box a i, .pxl-icon1.style-round-box-1 a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-icon--middle {
  position: relative;
}
.pxl-icon--middle * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-item--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: inherit;
}
.color-primary {
  color: var(--primary-color);
}
.text-gradient, .pxl-button-video1.style1 i, .pxl-pagination1 a:hover span, .pxl-pagination1 a:hover i, .pxl-title-effect.pxl-type-gradient .pxl-item--title {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient {
  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, .woocommerce .woocommerce-tabs ul.wc-tabs li a, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong, .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product .pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a, .single-product .pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description strong, .single-product .pxl-content-area div.product .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, .widget_products ul li .product-title a, body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, .woocommerce-checkout .form-row > label, .woocommerce-checkout form.woocommerce-checkout #order_review_heading, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td, .woosw-list .woosw-item--name, .woocommerce-result-count, .woocommerce-notices-wrapper .woocommerce-message, #respond input#submit.alt, #respond input#submit, a.button, a.wc-forward, button.button, input.button, .cart button.button, a.button.alt, .form-row button.button.alt, .woocommerce #pxl-sidebar-area .widget_price_filter .price_label, .widget_price_filter .button, .single-product .pxl-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price, .woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered, .pxl-grid-filter1 .filter-item, body, a, p, blockquote, blockquote, .pxl-breadcrumb, .button-slider-2, .button-slider-4, .button-slider-5, .pxl-menu-primary li a, .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a, .pxl-item--post .pxl-single-post-meta, .pxl-item--post .pxl-single-post-meta li, .pxl-item--post .pxl-item--meta, .pxl-item--post .pxl-item--meta li, .pxl--post-footer label, .pxl--post-footer .pxl--tags a, .pxl-post--navigation .pxl--meta .title-post-nav a, .pxl-post--navigation .pxl--meta .item-title, .pxl-related-post .pxl--meta .title-post-nav a, .pxl-related-post .pxl--meta .item-title, .pxl-related-post .pxl--readmore-nav, .pxl-related-post .pxl--readmore-related, .widget_search .search-form .search-field, .widget_product_categories ul li a, .wp-block-group ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a, .widget_product_categories ul li a .pxl-count, .wp-block-group ul li a .pxl-count, .widget_categories ul li a .pxl-count, .widget_nav_menu ul li a .pxl-count, .widget_pages ul li a .pxl-count, .widget_archive ul li a .pxl-count, .widget_meta ul li a .pxl-count, .widget_recent_entries ul li a .pxl-count, .widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a, .widget_pxl_recent_posts .pxl-item--title, .widget_pxl_recent_posts .pxl-item--date, 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, .comment-content .comment-text, .comment-content .comment-text p, .comment-form input, .comment-form textarea, .error404 .wrap-content-404 .pxl-error-button, .widget_block h2, .widget_block label, .pxl-link.hv-style4 li, .pxl-link.hv-style5 li, .pxl-link.hv-style6 li, .gallery-image .wrap-title, .pxl-image-carousel1 .pxl-item--inner .pxl-image-title, .tt_timetable th, .pxl-text-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-item--title, .pxl-text-carousel1 .pxl-swiper-slide:nth-child(even) .pxl-item--title, .pxl-process1 .pxl-item--step, .pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a, .pxl-icon-box1 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box1 .pxl-item--inner .pxl-item--holder a, .pxl-icon-box3 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box3 .pxl-item--inner .pxl-item--holder a, .pxl-icon-box4 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box4 .pxl-item--inner .pxl-item--holder a, .pxl-icon-box5 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box5 .pxl-item--inner .pxl-item--holder a, .pxl-icon-box8 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box8 .pxl-item--inner .pxl-item--holder span, .pxl-icon-box11 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box11 .pxl-item--inner .pxl-item--holder a, .pxl-icon-box12 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box12 .pxl-item--inner .pxl-item--holder span, .pxl-icon-box11 .pxl-item--inner .pxl-item--holder .pxl-item--title, .pxl-icon-box11 .pxl-item--inner .pxl-item--holder a, .pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
  font-family: "DM Sans", sans-serif;
}
.bg-image, #pxl-page-title-default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-hide-xl {
    display: none !important;
  }
  .pxl-col-line1 {
    position: relative !important;
  }
  .pxl-col-line1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.08);
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pxl-col-line2 {
    position: relative !important;
  }
  .pxl-col-line2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #ededed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
.pxl-wobble span {
  display: inline-block;
  pointer-events: none;
}
.pxl-wobble span.pxl-jump {
  -webkit-animation: pxl-jump 0.5s 1;
  -khtml-animation: pxl-jump 0.5s 1;
  -moz-animation: pxl-jump 0.5s 1;
  -ms-animation: pxl-jump 0.5s 1;
  -o-animation: pxl-jump 0.5s 1;
  animation: pxl-jump 0.5s 1;
}
.pxl-wobble span.pxl-upscale {
  -webkit-animation: pxl-upscale 0.5s 1;
  -khtml-animation: pxl-upscale 0.5s 1;
  -moz-animation: pxl-upscale 0.5s 1;
  -ms-animation: pxl-upscale 0.5s 1;
  -o-animation: pxl-upscale 0.5s 1;
  animation: pxl-upscale 0.5s 1;
}
.pxl-wobble span.pxl-spin {
  -webkit-animation: pxl-spin 0.5s 1;
  -khtml-animation: pxl-spin 0.5s 1;
  -moz-animation: pxl-spin 0.5s 1;
  -ms-animation: pxl-spin 0.5s 1;
  -o-animation: pxl-spin 0.5s 1;
  animation: pxl-spin 0.5s 1;
}
.pxl-wobble span.pxl-skew {
  -webkit-animation: pxl-skew 0.5s 1;
  -khtml-animation: pxl-skew 0.5s 1;
  -moz-animation: pxl-skew 0.5s 1;
  -ms-animation: pxl-skew 0.5s 1;
  -o-animation: pxl-skew 0.5s 1;
  animation: pxl-skew 0.5s 1;
}
.pxl-wobble span.pxl-squash {
  -webkit-animation: pxl-squash 0.5s 1;
  -khtml-animation: pxl-squash 0.5s 1;
  -moz-animation: pxl-squash 0.5s 1;
  -ms-animation: pxl-squash 0.5s 1;
  -o-animation: pxl-squash 0.5s 1;
  animation: pxl-squash 0.5s 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.pxl-wobble span.pxl-leap {
  -webkit-animation: pxl-leap 0.7s 1;
  -khtml-animation: pxl-leap 0.7s 1;
  -moz-animation: pxl-leap 0.7s 1;
  -ms-animation: pxl-leap 0.7s 1;
  -o-animation: pxl-leap 0.7s 1;
  animation: pxl-leap 0.7s 1;
}
.pxl-wobble span.pxl-fade {
  -webkit-animation: pxl-fade 0.5s 1;
  -khtml-animation: pxl-fade 0.5s 1;
  -moz-animation: pxl-fade 0.5s 1;
  -ms-animation: pxl-fade 0.5s 1;
  -o-animation: pxl-fade 0.5s 1;
  animation: pxl-fade 0.5s 1;
}
.pxl-wobble span.pxl-sheen {
  -webkit-animation: pxl-sheen 0.3s 1;
  -khtml-animation: pxl-sheen 0.3s 1;
  -moz-animation: pxl-sheen 0.3s 1;
  -ms-animation: pxl-sheen 0.3s 1;
  -o-animation: pxl-sheen 0.3s 1;
  animation: pxl-sheen 0.3s 1;
}
.pxl-wobble span.pxl-xspin {
  -webkit-animation: pxl-xspin 0.3s 1;
  -khtml-animation: pxl-xspin 0.3s 1;
  -moz-animation: pxl-xspin 0.3s 1;
  -ms-animation: pxl-xspin 0.3s 1;
  -o-animation: pxl-xspin 0.3s 1;
  animation: pxl-xspin 0.3s 1;
}
.pxl-wobble span.pxl-pop {
  -webkit-animation: pxl-upscale 0.4s ease-in-out 1 0.2s;
  -khtml-animation: pxl-upscale 0.4s ease-in-out 1 0.2s;
  -moz-animation: pxl-upscale 0.4s ease-in-out 1 0.2s;
  -ms-animation: pxl-upscale 0.4s ease-in-out 1 0.2s;
  -o-animation: pxl-upscale 0.4s ease-in-out 1 0.2s;
  animation: pxl-upscale 0.4s ease-in-out 1 0.2s;
}
.ft-16, .pxl-icon-box-carousel3 .pxl-item-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.align-center, .pxl-counter1 .pxl-item--icon i, .pxl-counter2 .pxl--item-inner .pxl-item--icon i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-excerpt-line {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#pxl-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
#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 {
  max-height: 45px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
#pxl-header-elementor .pxl-header-elementor-main {
  position: relative;
  z-index: 999;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container, #pxl-header-elementor .elementor-widget, #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap {
  position: static;
}
.p-0 {
  /* Header Menu */
}
@media (max-width: 1199px) {
  .p-0 {
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  .sub-menu .elementor-section {
    width: 100% !important;
  }
  .sub-menu .shadow-1 {
    box-shadow: none !important;
  }
}
.sub-menu.pxl-mega-menu {
  background-color: transparent !important;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .sub-menu.pxl-mega-menu {
    box-shadow: none !important;
    border-color: transparent !important;
  }
}
.sub-menu.pxl-mega-menu .pxl-link a:hover {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .sub-menu.pxl-mega-menu .pxl-link a:hover {
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  .sub-menu .pxl-link a {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .sub-menu .elementor-element {
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* Header Tablet/Mobile */  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-menu-primary li {
    position: relative;
    color: #35404e;
    font-weight: 500;
  }
  .pxl-menu-primary li a {
    font-size: 14px;
    color: #35404e;
    position: relative;
    font-weight: 500;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .pxl-menu-primary > li > a {
    line-height: 100px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
  }
  .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;
    margin-bottom: 0;
    min-width: 190px;
    z-index: 99;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    -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;
  }
  .pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li {
    white-space: nowrap;
    -webkit-transition: 300ms all linear 0ms;
    -khtml-transition: 300ms all linear 0ms;
    -moz-transition: 300ms all linear 0ms;
    -ms-transition: 300ms all linear 0ms;
    -o-transition: 300ms all linear 0ms;
    transition: 300ms all linear 0ms;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    padding-left: 17px;
    padding-right: 17px;
    display: block;
    -webkit-transition: 300ms all linear 0ms;
    -khtml-transition: 300ms all linear 0ms;
    -moz-transition: 300ms all linear 0ms;
    -ms-transition: 300ms all linear 0ms;
    -o-transition: 300ms all linear 0ms;
    transition: 300ms all linear 0ms;
    font-weight: 500;
    line-height: 43px;
  }
  .pxl-menu-primary .sub-menu li a span, .pxl-menu-primary .children li a span {
    position: relative;
    display: inline-block;
  }
  .pxl-menu-primary .sub-menu li > a:hover, .pxl-menu-primary .children li > a:hover, .pxl-menu-primary .sub-menu li.current_page_item, .pxl-menu-primary .children li.current_page_item, .pxl-menu-primary .sub-menu li.current-menu-item, .pxl-menu-primary .children li.current-menu-item, .pxl-menu-primary .sub-menu li.current_page_ancestor, .pxl-menu-primary .children li.current_page_ancestor, .pxl-menu-primary .sub-menu li.current-menu-ancestor, .pxl-menu-primary .children li.current-menu-ancestor {
    background-color: var(--secondary-color);
  }
  .pxl-menu-primary .sub-menu li > a:hover > a, .pxl-menu-primary .children li > a:hover > a, .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: #fff;
  }
  .pxl-menu-primary .sub-menu li > a:hover, .pxl-menu-primary .children li > a:hover {
    background-color: transparent;
  }
  .pxl-menu-primary .sub-menu li > a:hover > a, .pxl-menu-primary .children li > a:hover > a {
    color: #fff;
  }
  .pxl-menu-primary .sub-menu li:hover, .pxl-menu-primary .children li:hover {
    background-color: var(--secondary-color);
  }
  .pxl-menu-primary .sub-menu li:hover > a, .pxl-menu-primary .children li:hover > a {
    color: #fff;
  }
  .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 {
    transform: scaleY(1);
    opacity: 1;
  }
  .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;
  }
  #pxl-header-default .pxl-header-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 999;
  }
  #pxl-header-default .pxl-menu-primary > li:hover > a:before, #pxl-header-default .pxl-menu-primary > li.current_page_item > a:before, #pxl-header-default .pxl-menu-primary > li.current-menu-item > a:before, #pxl-header-default .pxl-menu-primary > li.current_page_ancestor > a:before, #pxl-header-default .pxl-menu-primary > li.current-menu-ancestor > a:before {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .pxl-menu-primary > li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  /* Search Popup */  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    position: relative;
    z-index: 999;
  }
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    max-height: 45px;
  }
  #pxl-header-default #pxl-nav-mobile, #pxl-header-elementor #pxl-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item, #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
    margin-left: 10px;
  }
  .pxl-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .pxl-nav-mobile-button:before, .pxl-nav-mobile-button:after, .pxl-nav-mobile-button span {
    content: '';
    background-color: var(--secondary-color);
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-nav-mobile-button:before {
    top: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button:after {
    bottom: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button span {
    top: 9px;
    width: 100%;
  }
  .pxl-nav-mobile-button:hover:before, .pxl-nav-mobile-button:hover:after {
    width: 100%;
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 55, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .pxl-header-menu-scroll {
    padding: 40px 35px;
  }
  .pxl-header-menu-scroll .pxl-icon--users {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ececec;
  }
  .pxl-header-menu-scroll .pxl-user-account {
    top: 115px;
  }
  .pxl-header-menu-scroll .pxl-close {
    opacity: 1;
    visibility: visible;
  }
  .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: var(--secondary-color);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .pxl-menu-toggle:before {
    content: "\f150";
    font-family: "Caseicon";
  }
  .pxl-menu-toggle.active:before {
    content: "\f13d";
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li {
    position: relative;
  }
  .pxl-menu-primary li a {
    display: block;
    line-height: 46px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li > a:hover, .pxl-menu-primary li > a.current, .pxl-menu-primary li.current_page_item > a, .pxl-menu-primary li.current-menu-item > a, .pxl-menu-primary li.current_page_ancestor > a, .pxl-menu-primary li.current-menu-ancestor > a {
    color: var(--secondary-color);
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-logo-mobile {
    margin-bottom: 20px;
  }
  .pxl-logo-mobile img {
    height: 35px;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 40px;
    border: none;
    padding: 0;
    padding-left: 0px;
    border-bottom: 2px solid #ececec;
  }
  .pxl-header-mobile-search .search-field:hover, .pxl-header-mobile-search .search-field:focus {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid var(--secondary-color) !important;
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--primary-color);
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
  }
  .pxl-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 0;
  }
}
#pxl-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-search-popup .pxl-item--close {
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  border-radius: 45px;
  border-width: 11px;
  opacity: 1;
}
#pxl-search-popup .pxl-item--conent {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 15px 80px 15px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -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: center;
}
#pxl-search-popup .pxl-item--conent form {
  max-width: 760px;
  margin: auto;
  width: 100%;
  position: relative;
}
#pxl-search-popup .pxl-item--conent form .search-field {
  height: 80px;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.48);
  font-size: 30px;
  border: none !important;
  background-color: transparent;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  border: none;
  background: none;
  font-size: 28px;
  padding: 0;
  z-index: 99;
  cursor: pointer;
}
#pxl-search-popup .pxl--search-divider {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#pxl-search-popup .pxl-item--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 55, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#pxl-search-popup.active {
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--overlay {
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
  -webkit-transform: scaley(1);
  -khtml-transform: scaley(1);
  -moz-transform: scaley(1);
  -ms-transform: scaley(1);
  -o-transform: scaley(1);
  transform: scaley(1);
}
.admin-bar {
  /* Heaeder Layout */
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 0;
  }
}
.elementor-editor-active .pxl-type-header-clip > .elementor-container .pxl-header-shape {
  display: none;
}
.elementor-editor-active .pxl-type-header-clip > .elementor-container .pxl-header-shape:last-child {
  display: block;
}
.pxl-type-header-clip > .elementor-container {
  position: relative !important;
  z-index: 1;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  height: 100px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
  filter: drop-shadow(0px 10px 35px rgba(0, 0, 0, 0.08));
  margin-left: 52px;
  margin-right: 190px;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape span {
  clip-path: polygon(0% 0%, 100% 22%, 100% 78%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 22%, 100% 78%, 0% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape svg {
  fill: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:before, .pxl-type-header-clip > .elementor-container .pxl-header-shape:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  top: 0;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:before {
  left: -45px;
  background-color: #fff;
  z-index: 99;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:after {
  left: -52px;
  background-color: var(--primary-color);
  z-index: 88;
}
@media (max-width: 1300px) {
  .none-hd {
    display: none;
  }
}
.logo-mobile-dark {
  display: none;
}
.header-dark-1 .pxl-nav-mobile-button span, .header-dark-1 .pxl-nav-mobile-button:before, .header-dark-1 .pxl-nav-mobile-button:after {
  background-color: #0076ff;
}
.header-dark-1 #pxl-header-mobile {
  background-color: #101224;
}
.header-dark-1 #pxl-header-mobile .pxl-header-branding a:nth-child(1), .header-dark-1 #pxl-header-mobile .pxl-logo-mobile a:nth-child(1) {
  display: none;
}
.header-dark-1 #pxl-header-mobile .pxl-header-branding .logo-mobile-dark, .header-dark-1 #pxl-header-mobile .pxl-logo-mobile .logo-mobile-dark {
  display: block;
}
.header-dark-1 .pxl-header-menu {
  background-color: #101224;
}
.header-dark-1 .pxl-header-menu .pxl-header-nav a {
  color: #fff;
}
.header-dark-1 .pxl-header-mobile-search input {
  background-color: transparent;
  color: #fff;
}
.header-dark-1 .pxl-header-mobile-search .search-submit i {
  color: #0076ff;
}
.header-dark-1 .pxl-menu-toggle {
  color: #0076ff;
}
.header-dark-1 .pxl-link a {
  color: #fff !important;
}
@media (max-width: 1199px) {
  .hide-under-1200 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide-under-1200 {
    display: block;
  }
}
@media (max-width: 1199px) {
  .show-under-1200 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .show-under-1200 {
    display: none;
  }
}
.menu-item-has-children .menu-item-has-children {
  position: relative;
}
.menu-item-has-children .menu-item-has-children > a > i.pxl-hide {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.pxl-onepage-active {
  color: var(--secondary-color) !important;
}
.pxl-mobile-phone {
  color: #666;
  font-weight: 500;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid var(--secondary-color);
  padding: 12px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
}
@media screen and (min-width: 1200px) {
  .pxl-mobile-phone {
    display: none;
  }
}
.pxl-mobile-phone .pxl-phone-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-mobile-phone .pxl-phone-icon {
  width: 32px;
  color: #fff;
  background-color: var(--secondary-color);
  min-width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: 8px;
}
.pxl-row-divider-shape-bottom .pxl-shape-divider .pxl-row-angle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.pxl-row-divider-shape-top .pxl-shape-divider .pxl-row-angle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transform: rotate(180deg);
}
.pxl-row-divider-shape-top-bottom .pxl-shape-divider .pxl-row-angle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transform: rotate(180deg);
}
.pxl-row-divider-shape-top-bottom .pxl-shape-divider .pxl-row-angle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .pxl-shape-divider svg {
    height: 20px !important;
  }
}
@keyframes wave {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
#pxl-content-main {
  padding: 0 15px;
}
.single-post .pxl-item--post .pxl-item--holder {
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
.pxl-item--post iframe {
  width: 100%;
}
.pxl-item--post .pxl-item--image a {
  display: inline-block;
  width: 100%;
}
.pxl-item--post .pxl-item--holder {
  padding-top: 40px;
}
.pxl-item--post .pxl-item--holder {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #c9d5db;
}
.pxl-item--post .pxl-item--title {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.1;
  overflow-wrap: break-word;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-item--post .pxl-item--title {
    font-size: 24px;
    line-height: 30px;
  }
}
.pxl-item--post .pxl-item--title a {
  color: #333;
}
.pxl-item--post .pxl-item--title a:hover {
  color: var(--secondary-color);
}
.pxl-item--post .pxl-item--excerpt {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #70747f;
}
.pxl-item--post .pxl-single-post-meta {
  border-bottom: 1px solid #ececf0;
  list-style: none;
  margin: 0px;
  padding: 0 0 17px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pxl-item--post .pxl-single-post-meta:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -1px;
  left: 0;
}
.pxl-item--post .pxl-single-post-meta li {
  margin-right: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #6d7c90;
  font-size: 16px;
  text-transform: capitalize;
}
.pxl-item--post .pxl-single-post-meta li span {
  text-transform: none;
  margin-right: 2px;
  text-transform: capitalize;
}
.pxl-item--post .pxl-single-post-meta li a {
  color: #6d7c90;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
}
.pxl-item--post .pxl-single-post-meta li a:hover {
  text-decoration: underline;
}
.pxl-item--post .pxl-single-post-meta li i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 14px;
  line-height: 0;
}
.pxl-item--post .pxl-single-post-meta li.pxl-item--category a {
  color: #666;
  font-weight: 500;
}
.pxl-item--post .pxl-item--meta {
  list-style: none;
  margin: 0px;
  padding: 0 0 2px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.pxl-item--post .pxl-item--meta li {
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: #6d7c90;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.pxl-item--post .pxl-item--meta li span {
  text-transform: capitalize;
  margin-right: 2px;
  font-size: 14px;
}
.pxl-item--post .pxl-item--meta li a {
  color: #6d7c90;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.pxl-item--post .pxl-item--meta li a:hover {
  text-decoration: underline;
}
.pxl-item--post .pxl-item--meta li i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 14px;
}
.pxl-item--post .pxl-item--meta li.pxl-item--category a:hover {
  color: var(--primary-color);
}
.pxl-item--post .pxl-item--author a {
  font-weight: 500;
  color: var(--secondary-color);
}
.pxl-item--post .pxl-item--author a:hover {
  color: var(--primary-color);
}
.pxl-item--post .pxl-item-readmore {
  max-height: 53px;
}
.pxl-item--archive {
  margin-bottom: 30px;
}
.pxl-item--archive .pxl-item--holder {
  padding: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
  .pxl-item--archive .pxl-item--holder {
    padding: 18px 0px 20px 0px;
  }
}
@media (max-width: 480px) {
  .pxl-item--archive .pxl-item--holder {
    padding: 18px 0px 20px 0px;
  }
}
.pxl-item--archive .pxl-item--holder .pxl-item--category a {
  font-size: 14px;
  font-weight: 500;
  color: #6d7c90;
  text-transform: capitalize;
}
.pxl-item--archive .pxl-item--holder .pxl-item--title {
  margin-bottom: 4px;
  font-size: 24px;
}
.pxl-item--archive .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.pxl-item--archive .pxl-item--holder .pxl-item--excerpt {
  line-height: 1.8em;
  word-spacing: 0px;
  letter-spacing: -0.2px;
  color: #6d7c90;
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 16.5px;
}
.pxl-item--archive .pxl-item--holder .pxl-item--excerpt .page-links {
  margin-top: 10px;
}
.pxl-item--archive .pxl-item--image + .pxl-item--holder {
  padding: 18px 0px 30px 0px;
}
@media (max-width: 767px) {
  .pxl-item--archive .pxl-item--image + .pxl-item--holder {
    padding: 20px 0px 20px 0px;
  }
}
@media (max-width: 480px) {
  .pxl-item--archive .pxl-item--image + .pxl-item--holder {
    padding: 20px 0px 20px 0px;
  }
}
.pxl-item--archive .pxl-item--image + .pxl-item--holder .pxl-item--excerpt {
  margin-top: 0px;
}
.single-post .single-heading {
  font-size: 26px;
}
.single-post .pxl-item--excerpt p:last-child {
  margin-bottom: 0;
}
.entry-author-info {
  margin-top: 15px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .entry-author-info {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .entry-author-info {
    display: block;
    padding: 30px;
  }
}
.entry-author-info .entry-author-avatar {
  min-width: 160px;
}
@media (max-width: 575px) {
  .entry-author-info .entry-author-avatar {
    text-align: center;
  }
}
.entry-author-info .entry-author-avatar img {
  width: 100%;
}
@media (max-width: 575px) {
  .entry-author-info .entry-author-avatar img {
    width: auto;
  }
}
.entry-author-info .entry-author-meta {
  padding-left: 40px;
}
@media (max-width: 575px) {
  .entry-author-info .entry-author-meta {
    margin-top: 30px;
    text-align: center;
    padding-left: 0px;
  }
}
.entry-author-info .entry-author-meta .author-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417;
  color: var(--primary-color);
  text-transform: capitalize;
}
.entry-author-info .entry-author-meta .author-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: var(--regular-color);
  font-family: "DM Sans";
}
.pxl--post-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px 25px 0px;
  width: 100%;
}
.pxl--post-footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl--post-footer label {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 700;
  margin-right: 18px;
}
.pxl--post-footer .pxl--tags {
  margin-right: 30px;
  flex-grow: 1;
}
.pxl--post-footer .pxl--tags a {
  line-height: 43px;
  display: inline-block;
  padding: 0 20px;
  background-color: #f0f0f0;
  color: #000;
  font-size: 15px;
  margin: 5px 10px 5px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pxl--post-footer .pxl--tags a {
    padding: 0 18px;
    line-height: 36px;
  }
}
.pxl--post-footer .pxl--tags a:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.pxl--post-footer .pxl--social a {
  width: 47px;
  height: 47px;
  background-color: #edf3f6;
  line-height: 47px;
  align-items: center;
  display: inline-flex;
  margin-left: 15px;
  display: flex;
  justify-content: center;
}
.pxl--post-footer .pxl--social a i {
  font-size: 15px;
}
.pxl--post-footer .pxl--social a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.pxl--post-footer + .entry-author-info {
  margin-top: 0;
}
.pxl-pagination-wrap .page-numbers {
  padding: 13px 20px 12px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: solid 1px #d2d2d2;
  margin-left: -1px;
}
.pxl-pagination-wrap .page-numbers.current, .pxl-pagination-wrap .page-numbers:hover {
  color: #fff;
  background-color: var(--secondary-color);
}
.pxl-pagination-wrap .page-numbers.current:before, .pxl-pagination-wrap .page-numbers:hover:before {
  opacity: 1;
}
.pxl-pagination-wrap .page-numbers.next, .pxl-pagination-wrap .page-numbers.prev {
  font-size: 14px;
  font-weight: 500;
}
.pxl-pagination-wrap .pxl-pagination-links {
  display: flex;
  margin-top: 47px;
}
.comment-reply-title {
  display: inline-block;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 0;
}
.pxl-post--navigation {
  border-bottom: 1px solid #e2e2e2;
  padding: 31px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-post--navigation .pxl--holder {
  display: flex;
  align-items: center;
}
.pxl-post--navigation .pxl--holder .pxl--img {
  max-width: 60px;
  max-height: 52px;
  border-radius: 5px;
  overflow: hidden;
}
.pxl-post--navigation .pxl--readmore-nav {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0;
}
.pxl-post--navigation .pxl--items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-post--navigation .pxl--items .pxl--item {
  width: 50%;
}
.pxl-post--navigation .pxl--items .pxl--item.pxl--item-next {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--items .pxl--item {
    width: 100%;
  }
  .pxl-post--navigation .pxl--items .pxl--item + .pxl--item {
    margin-top: 30px;
  }
}
.pxl-post--navigation .pxl--img, .pxl-post--navigation .item-featured {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.pxl-post--navigation .pxl--img a, .pxl-post--navigation .item-featured a {
  display: block;
}
.pxl-post--navigation .pxl--img a:before, .pxl-post--navigation .item-featured a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-post--navigation .pxl--img a:after, .pxl-post--navigation .item-featured a:after {
  content: '+';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-post--navigation .pxl--img:hover a:before, .pxl-post--navigation .item-featured:hover a:before {
  opacity: 0.76;
}
.pxl-post--navigation .pxl--img:hover a:after, .pxl-post--navigation .item-featured:hover a:after {
  opacity: 1;
}
.pxl-post--navigation .pxl--meta .title-post-nav a, .pxl-post--navigation .pxl--meta .item-title {
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.pxl-post--navigation .pxl--meta .title-post-nav a:hover, .pxl-post--navigation .pxl--meta .item-title:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--holder img {
  width: 100%;
}
.pxl-post--navigation .pxl--item-prev .pxl--meta {
  margin-right: 15px;
}
.pxl-post--navigation .pxl--item-prev .pxl--img {
  margin-right: 15px;
}
.pxl-post--navigation .pxl--item-next .pxl--meta {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-post--navigation .pxl--item-next .pxl--meta {
    margin-left: 0px;
  }
}
.pxl-post--navigation .pxl--item-next .pxl--img {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-post--navigation .pxl--item-next .pxl--img {
    margin-left: 0px;
  }
}
.pxl-post--navigation .pxl--item-next .pxl--holder {
  justify-content: flex-end;
}
.pxl-post--navigation .pxl--readmore-nav {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}
.pxl-post--navigation .pxl--readmore-nav:before {
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  bottom: 3px;
  width: 100%;
  transform: scalex(0);
  transform-origin: center;
  left: 0;
  height: 1px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-post--navigation .pxl--readmore-nav:hover {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--readmore-nav:hover i {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--readmore-nav:hover:before {
  transform: scalex(1);
}
.pxl-post--navigation .pxl--readmore-nav i {
  padding-left: 10px;
  font-size: 13px;
  transition: 0.3s;
}
.pxl-post--navigation .pxl--item-prev i {
  padding-left: 0px;
  padding-right: 10px;
}
.pxl-related-post {
  padding: 75px 0 40px;
}
.pxl-related-post .pxl--readmore-nav {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 34px;
  padding: 0;
}
.pxl-related-post .pxl--readmore-nav:before {
  content: '';
  width: 40px;
  height: 4px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 5px;
  right: -60px;
}
.pxl-related-post .pxl--readmore-nav:after {
  content: '';
  width: 15px;
  height: 4px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 5px;
  right: -82px;
}
.pxl-related-post .pxl--items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-related-post .pxl--items .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-related-post .pxl--items .pxl--item {
    width: 100%;
  }
  .pxl-related-post .pxl--items .pxl--item + .pxl--item {
    margin-top: 30px;
  }
}
.pxl-related-post .pxl--img, .pxl-related-post .item-featured {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.pxl-related-post .pxl--img a, .pxl-related-post .item-featured a {
  display: block;
}
.pxl-related-post .pxl--img a:before, .pxl-related-post .item-featured a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-related-post .pxl--img a:after, .pxl-related-post .item-featured a:after {
  content: '+';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-related-post .pxl--img:hover a:before, .pxl-related-post .item-featured:hover a:before {
  opacity: 0.76;
}
.pxl-related-post .pxl--img:hover a:after, .pxl-related-post .item-featured:hover a:after {
  opacity: 1;
}
.pxl-related-post .pxl--meta {
  padding-top: 25px;
}
.pxl-related-post .pxl--meta .pxl-item--meta {
  padding-bottom: 10px !important;
}
.pxl-related-post .pxl--meta .title-post-nav a, .pxl-related-post .pxl--meta .item-title {
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
}
.pxl-related-post .pxl--meta .title-post-nav a:hover, .pxl-related-post .pxl--meta .item-title:hover {
  color: var(--primary-color);
}
.pxl-related-post .pxl--holder img {
  width: 100%;
}
.pxl-related-post .pxl--item-prev .pxl--meta {
  margin-right: 15px;
}
.pxl-related-post .pxl--item-prev .pxl--img {
  margin-right: 15px;
}
.pxl-related-post .pxl--item-next .pxl--meta {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-related-post .pxl--item-next .pxl--meta {
    margin-left: 0px;
  }
}
.pxl-related-post .pxl--item-next .pxl--img {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .pxl-related-post .pxl--item-next .pxl--img {
    margin-left: 0px;
  }
}
.pxl-related-post .pxl--item-next .pxl--holder {
  justify-content: flex-end;
}
.pxl-related-post .pxl--readmore-nav, .pxl-related-post .pxl--readmore-related {
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #70747f;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.pxl-related-post .pxl--readmore-nav:hover, .pxl-related-post .pxl--readmore-related:hover {
  color: var(--primary-color);
}
.pxl-related-post .pxl--readmore-nav:hover i, .pxl-related-post .pxl--readmore-related:hover i {
  color: var(--primary-color);
  animation: pxl_left_right 300ms ease-out;
}
.pxl-related-post .pxl--readmore-nav i, .pxl-related-post .pxl--readmore-related i {
  padding-top: 4px;
  padding-left: 10px;
  font-size: 20px;
  transition: 0.3s;
}
.pxl-project--navigation .pxl--items {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (min-width: 1100px) {
  .pxl-project--navigation .pxl--items {
    padding: 0 75px;
  }
}
.pxl-project--navigation .pxl--items .pxl--item a {
  font-size: 15px;
  color: #666;
  font-weight: 700;
}
.pxl-project--navigation .pxl--items .pxl--item.pxl--item-prev i {
  margin-right: 18px;
  font-size: 17px;
  color: #0f0f0f;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-project--navigation .pxl--items .pxl--item.pxl--item-next i {
  margin-left: 18px;
  font-size: 17px;
  color: #0f0f0f;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-project--navigation .pxl--items .pxl--item:hover a {
  color: var(--primary-color);
}
.pxl-project--navigation .pxl--items .pxl--item:hover i {
  color: var(--primary-color);
}
.shadow4 {
  box-shadow: 0 30px 60px rgba(0, 19, 87, 0.06);
}
@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:not(.pxl-sidebar-shop) .widget:last-child {
  margin-bottom: 0;
}
.comments-title {
  position: relative;
  padding-bottom: 15px;
}
.widget {
  padding: 50px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.widget .widget-title, .widget .comment-reply-title, .widget .comments-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}
.widget:nth-child(1) .widget-title {
  margin-top: 0;
}
.widget_search {
  padding: 0 !important;
}
.widget_search .widget-title {
  display: none;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form .search-submit {
  line-height: 86px;
  font-size: 23px;
  padding: 0 50px;
  position: absolute;
  top: 0px;
  border-radius: 0;
  right: 0px;
  background-color: transparent;
  border: none;
  outline: none;
}
.widget_search .search-form .search-submit:active {
  background-color: transparent;
  color: var(--secondary-color);
}
.widget_search .search-form .search-submit i {
  font-size: 15px;
  color: #666;
  line-height: 49px;
}
.widget_search .search-form .search-submit:before, .widget_search .search-form .search-submit:after {
  display: none;
}
.widget_search .search-form .search-field {
  font-size: 15px;
  border-color: #ececf0 !important;
  color: #666;
  width: 100%;
  height: 86px;
  border-radius: 0;
  padding: 0 65px 0 50px;
}
.widget_archive li {
  position: relative;
}
.widget_archive li:hover .count {
  background-color: var(--primary-color);
  color: #fff;
}
.widget_archive li:hover .count:before {
  opacity: 1;
}
.widget_product_categories .count, .wp-block-group .count, .widget_categories .count, .widget_nav_menu .count, .widget_pages .count, .widget_archive .count, .widget_meta .count, .widget_recent_entries .count {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #eee;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  text-align: center;
}
.widget_product_categories ul, .wp-block-group ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul {
  list-style: none;
  margin-top: -3px;
  margin-bottom: 0;
  padding: 0;
}
.widget_product_categories ul li a, .wp-block-group ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
  border-bottom: 1px solid #ececf0;
  color: var(--regular-color);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 0px 13px 0px;
  position: relative;
  position: relative;
  z-index: 0;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.widget_product_categories ul li a .title, .wp-block-group ul li a .title, .widget_categories ul li a .title, .widget_nav_menu ul li a .title, .widget_pages ul li a .title, .widget_archive ul li a .title, .widget_meta ul li a .title, .widget_recent_entries ul li a .title {
  padding-right: 50px;
}
.widget_product_categories ul li a .pxl-count, .wp-block-group ul li a .pxl-count, .widget_categories ul li a .pxl-count, .widget_nav_menu ul li a .pxl-count, .widget_pages ul li a .pxl-count, .widget_archive ul li a .pxl-count, .widget_meta ul li a .pxl-count, .widget_recent_entries ul li a .pxl-count {
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  color: #70747f;
  position: relative;
  z-index: 1;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  z-index: 2;
}
.widget_product_categories ul li a .pxl-count:before, .wp-block-group ul li a .pxl-count:before, .widget_categories ul li a .pxl-count:before, .widget_nav_menu ul li a .pxl-count:before, .widget_pages ul li a .pxl-count:before, .widget_archive ul li a .pxl-count:before, .widget_meta ul li a .pxl-count:before, .widget_recent_entries ul li a .pxl-count:before {
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.widget_product_categories ul li a:before, .wp-block-group ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before {
  -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;
  content: "\f10f";
  font-family: Caseicon;
  font-size: 15px;
  color: var(--primary-color);
  float: right;
  display: flex;
  align-items: center;
  font-weight: 700;
  opacity: 0;
  margin-right: 15px;
  visibility: hidden;
  z-index: -1;
  position: relative;
}
.widget_product_categories ul li.current-menu-item > a, .wp-block-group ul li.current-menu-item > a, .widget_categories ul li.current-menu-item > a, .widget_nav_menu ul li.current-menu-item > a, .widget_pages ul li.current-menu-item > a, .widget_archive ul li.current-menu-item > a, .widget_meta ul li.current-menu-item > a, .widget_recent_entries ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .wp-block-group ul li.current-cat > a, .widget_categories ul li.current-cat > a, .widget_nav_menu ul li.current-cat > a, .widget_pages ul li.current-cat > a, .widget_archive ul li.current-cat > a, .widget_meta ul li.current-cat > a, .widget_recent_entries ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .wp-block-group ul li.current-cat-parent > a, .widget_categories ul li.current-cat-parent > a, .widget_nav_menu ul li.current-cat-parent > a, .widget_pages ul li.current-cat-parent > a, .widget_archive ul li.current-cat-parent > a, .widget_meta ul li.current-cat-parent > a, .widget_recent_entries ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover, .wp-block-group ul li > a:hover, .widget_categories ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_pages ul li > a:hover, .widget_archive ul li > a:hover, .widget_meta ul li > a:hover, .widget_recent_entries ul li > a:hover {
  color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a:before, .wp-block-group ul li.current-menu-item > a:before, .widget_categories ul li.current-menu-item > a:before, .widget_nav_menu ul li.current-menu-item > a:before, .widget_pages ul li.current-menu-item > a:before, .widget_archive ul li.current-menu-item > a:before, .widget_meta ul li.current-menu-item > a:before, .widget_recent_entries ul li.current-menu-item > a:before, .widget_product_categories ul li.current-cat > a:before, .wp-block-group ul li.current-cat > a:before, .widget_categories ul li.current-cat > a:before, .widget_nav_menu ul li.current-cat > a:before, .widget_pages ul li.current-cat > a:before, .widget_archive ul li.current-cat > a:before, .widget_meta ul li.current-cat > a:before, .widget_recent_entries ul li.current-cat > a:before, .widget_product_categories ul li.current-cat-parent > a:before, .wp-block-group ul li.current-cat-parent > a:before, .widget_categories ul li.current-cat-parent > a:before, .widget_nav_menu ul li.current-cat-parent > a:before, .widget_pages ul li.current-cat-parent > a:before, .widget_archive ul li.current-cat-parent > a:before, .widget_meta ul li.current-cat-parent > a:before, .widget_recent_entries ul li.current-cat-parent > a:before, .widget_product_categories ul li > a:hover:before, .wp-block-group ul li > a:hover:before, .widget_categories ul li > a:hover:before, .widget_nav_menu ul li > a:hover:before, .widget_pages ul li > a:hover:before, .widget_archive ul li > a:hover:before, .widget_meta ul li > a:hover:before, .widget_recent_entries ul li > a:hover:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0px;
}
.widget_product_categories ul li.current-menu-item > a .count, .wp-block-group ul li.current-menu-item > a .count, .widget_categories ul li.current-menu-item > a .count, .widget_nav_menu ul li.current-menu-item > a .count, .widget_pages ul li.current-menu-item > a .count, .widget_archive ul li.current-menu-item > a .count, .widget_meta ul li.current-menu-item > a .count, .widget_recent_entries ul li.current-menu-item > a .count, .widget_product_categories ul li.current-cat > a .count, .wp-block-group ul li.current-cat > a .count, .widget_categories ul li.current-cat > a .count, .widget_nav_menu ul li.current-cat > a .count, .widget_pages ul li.current-cat > a .count, .widget_archive ul li.current-cat > a .count, .widget_meta ul li.current-cat > a .count, .widget_recent_entries ul li.current-cat > a .count, .widget_product_categories ul li.current-cat-parent > a .count, .wp-block-group ul li.current-cat-parent > a .count, .widget_categories ul li.current-cat-parent > a .count, .widget_nav_menu ul li.current-cat-parent > a .count, .widget_pages ul li.current-cat-parent > a .count, .widget_archive ul li.current-cat-parent > a .count, .widget_meta ul li.current-cat-parent > a .count, .widget_recent_entries ul li.current-cat-parent > a .count, .widget_product_categories ul li > a:hover .count, .wp-block-group ul li > a:hover .count, .widget_categories ul li > a:hover .count, .widget_nav_menu ul li > a:hover .count, .widget_pages ul li > a:hover .count, .widget_archive ul li > a:hover .count, .widget_meta ul li > a:hover .count, .widget_recent_entries ul li > a:hover .count {
  background-color: var(--primary-color);
  color: #fff;
}
.widget_product_categories ul li.current-menu-item > a .count:before, .wp-block-group ul li.current-menu-item > a .count:before, .widget_categories ul li.current-menu-item > a .count:before, .widget_nav_menu ul li.current-menu-item > a .count:before, .widget_pages ul li.current-menu-item > a .count:before, .widget_archive ul li.current-menu-item > a .count:before, .widget_meta ul li.current-menu-item > a .count:before, .widget_recent_entries ul li.current-menu-item > a .count:before, .widget_product_categories ul li.current-cat > a .count:before, .wp-block-group ul li.current-cat > a .count:before, .widget_categories ul li.current-cat > a .count:before, .widget_nav_menu ul li.current-cat > a .count:before, .widget_pages ul li.current-cat > a .count:before, .widget_archive ul li.current-cat > a .count:before, .widget_meta ul li.current-cat > a .count:before, .widget_recent_entries ul li.current-cat > a .count:before, .widget_product_categories ul li.current-cat-parent > a .count:before, .wp-block-group ul li.current-cat-parent > a .count:before, .widget_categories ul li.current-cat-parent > a .count:before, .widget_nav_menu ul li.current-cat-parent > a .count:before, .widget_pages ul li.current-cat-parent > a .count:before, .widget_archive ul li.current-cat-parent > a .count:before, .widget_meta ul li.current-cat-parent > a .count:before, .widget_recent_entries ul li.current-cat-parent > a .count:before, .widget_product_categories ul li > a:hover .count:before, .wp-block-group ul li > a:hover .count:before, .widget_categories ul li > a:hover .count:before, .widget_nav_menu ul li > a:hover .count:before, .widget_pages ul li > a:hover .count:before, .widget_archive ul li > a:hover .count:before, .widget_meta ul li > a:hover .count:before, .widget_recent_entries ul li > a:hover .count:before {
  opacity: 1;
}
.widget_product_tag_cloud .widget-title, .widget_tag_cloud .widget-title {
  margin-bottom: 30px !important;
}
.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
  margin-left: -7px;
  margin-top: 19px;
}
.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  color: var(--regular-color);
  padding: 0px 20px;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  font-size: 12px !important;
  line-height: 43px;
  flex-grow: 1;
  margin-left: 6px;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.widget_pxl_recent_posts {
  padding: 50px;
}
.widget_pxl_recent_posts .widget-title {
  margin-bottom: 26px !important;
}
.widget_pxl_recent_posts .pxl-item--img {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
  max-height: 80px;
  border-radius: 3px;
  overflow: hidden;
}
.widget_pxl_recent_posts .pxl-item--title {
  margin-top: 5px;
  color: #161c2d;
  height: 46px;
  overflow: hidden;
  margin-top: -3px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.widget_pxl_recent_posts .pxl-item--title a {
  color: #161c2d;
}
.widget_pxl_recent_posts .pxl-item--title a:hover {
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl-item--date {
  font-size: 12px;
  color: #8a8989;
  display: inline-flex;
  color: #666;
  align-items: center;
  text-transform: capitalize;
}
.widget_pxl_recent_posts .pxl-item--date i {
  margin-right: 6px;
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl--item {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 19px;
  margin-top: 17px;
}
.widget_pxl_recent_posts .pxl--item img {
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
.widget_pxl_recent_posts .pxl--item:last-child {
  margin-bottom: 0;
}
.widget_pxl_recent_posts .pxl--item:hover img {
  transform: scale(1.1);
}
.widget_pxl_recent_posts .pxl--item:before {
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.widget_pxl_recent_posts .pxl--item:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.widget_media_gallery .widget-title, .elementor-widget-wp-widget-media_gallery .widget-title, .elementor-widget-image-gallery .widget-title {
  margin-bottom: 19px !important;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px !important;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 14px;
  font-family: "Caseicon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.pxl-gallery {
  margin: -8px -15px 50px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 30px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.8);
}
.pxl-gallery .pxl--item-inner .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-wg-bannerbox1 {
  border: none !important;
  background-color: #fcf9f4;
  text-align: center;
  padding: 45px 40px 20px 40px !important;
}
.pxl-wg-bannerbox1 .wrap-image {
  display: inline-block;
  position: relative;
}
.pxl-wg-bannerbox1 .wrap-image img {
  max-width: 190px;
}
.pxl-wg-bannerbox1 .wrap-image:before {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--regular-color);
  top: 0;
  right: 0;
  border-radius: 50px;
  background-image: url('../img/quote-blog-sidebar.png');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.pxl-wg-bannerbox1 .wg-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);
  padding-top: 27px;
}
.pxl-wg-bannerbox1 .wg-description {
  font-size: 16px;
  font-weight: 500;
  color: #70747f;
  line-height: 30px;
}
li cite {
  color: var(--secondary-color);
}
.widget_recent_entries a, .widget_recent_comments a {
  color: var(--secondary-color);
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: var(--primary-color);
}
.widget_recent_entries ul, .widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul {
  list-style: none;
  padding-left: 0;
}
.widget_recent_comments ul li {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: var(--secondary-color);
  display: block;
}
.widget_recent_comments .recentcomments > a:hover {
  color: var(--primary-color);
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.single-post .pxl-sidebar-sticky {
  border: 0px solid #efefef;
  padding: 0px !important;
  top: 50px !important;
}
.single-post .widget.widget_search {
  padding-top: 0 !important;
}
.single-post .widget:nth-child(1) {
  padding-top: 0px !important;
}
.single-post .pxl-content-post {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .single-post .pxl-content-post {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .single-post .pxl-sidebar-post {
    padding-left: 10px !important;
  }
}
.widget_pxl_icon_social .pxl-social {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
.widget_pxl_icon_social .pxl-social .item-social {
  display: block;
  width: 34px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--primary-color);
  margin-right: 4px;
  transition: 300ms;
}
.widget_pxl_icon_social .pxl-social .item-social a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.widget_pxl_icon_social .pxl-social .item-social.tt {
  background-color: #3ea1ec;
}
.widget_pxl_icon_social .pxl-social .item-social.fb {
  background-color: #344e86;
}
.widget_pxl_icon_social .pxl-social .item-social.rd {
  background-color: #c23321;
}
.widget_pxl_icon_social .pxl-social .item-social.lk {
  background-color: #0976b4;
}
.widget_pxl_icon_social .pxl-social .item-social.pr {
  background-color: #cc2127;
}
.widget_pxl_icon_social .pxl-social .item-social.st {
  background-color: #eb4924;
}
.widget_pxl_icon_social .pxl-social .item-social.de {
  background-color: #198cff;
}
.widget_pxl_icon_social .pxl-social .item-social.en {
  background-color: #6bcbf4;
}
.widget_pxl_icon_social .pxl-social .item-social:hover {
  transform: scale(1.1);
}
.single-post .widget.widget_search {
  padding: 0 !important;
}
.widget_pxl_elementor_box {
  padding: 0 !important;
  background-color: #fff !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight {
  background-color: #fff;
  border: solid 2px #eee;
  color: var(--regular-color);
  padding: 6px 20px;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  -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: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus {
  border: 2px solid var(--secondary-color) !important;
  outline: 0;
  border-color: var(--primary-color);
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
input[type="checkbox"] {
  line-height: 1.3 !important;
}
select {
  height: 50px;
}
textarea {
  padding-top: 18px;
  padding-bottom: 18px;
  height: 177px;
  margin: 0;
}
.comment-form-cookies-consent {
  display: none;
}
.comments-area {
  margin-top: 60px;
}
.comments-area input {
  font-size: 14px;
  font-weight: 500 !important;
  height: 60px;
}
.comments-area input::-moz-placeholder, .comments-area textarea::-moz-placeholder {
  color: var(--regular-color);
  font-weight: 500 !important;
  opacity: 1;
  text-overflow: ellipsis;
}
.comments-area input::-webkit-input-placeholder, .comments-area textarea::-webkit-input-placeholder {
  color: var(--regular-color);
  font-weight: 500 !important;
  opacity: 1;
  text-overflow: ellipsis;
}
.comments-area input::-o-placeholder, .comments-area textarea::-o-placeholder {
  color: var(--regular-color);
  font-weight: 500 !important;
  opacity: 1;
  text-overflow: ellipsis;
}
.comments-area input::-ms-placeholder, .comments-area textarea::-ms-placeholder {
  color: var(--regular-color);
  font-weight: 500 !important;
  opacity: 1;
  text-overflow: ellipsis;
}
.comments-area .avatar {
  margin-bottom: 10px;
}
.comments-area .comment-list-wrap .comments-title {
  margin: 60px 0;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--primary-color);
  padding: 0;
}
.comments-area .comment-list-wrap .comments-title:before, .comments-area .comment-list-wrap .comments-title:after {
  display: none;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-list-wrap .comments-title {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.comments-area .comment-reply-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary-color);
}
.comments-area .comment-reply-title:before, .comments-area .comment-reply-title:after {
  display: none;
}
@media (max-width: 767px) {
  .comments-area .comment-reply-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.comments-area .comment-respond .logged-in-as {
  margin: 20px 0 20px;
  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-person {
  display: block;
  color: var(--secondary-color);
  text-transform: capitalize;
  line-height: 1.65;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.comment-person a {
  color: inherit;
}
.comment-person a:hover {
  color: inherit;
}
.comment-list {
  padding: 0;
  list-style: none;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 50px;
}
.comment-list li {
  padding: 0px 0 60px;
}
@media screen and (max-width: 767px) {
  .comment-list li {
    padding: 0 0 20px;
  }
}
.comment-list li .children {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .comment-list li .children {
    padding-left: 78px;
  }
}
@media screen and (max-width: 575px) {
  .comment-list li .children {
    padding-left: 0;
  }
}
.comment-list li .children li {
  list-style: none;
  padding-top: 35px;
  border-top: 1px solid rgba(5, 52, 133, 0.1);
}
@media screen and (max-width: 575px) {
  .comment-list li .children li {
    padding-top: 0 !important;
  }
}
.comment-list li .comment-respond {
  margin-top: 30px;
  margin-bottom: 50px;
}
@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:last-child {
  margin-bottom: 0;
}
.comment-list > li:last-child .comment-inner {
  border-bottom: none;
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
  padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
  padding-left: 0;
}
.comment-list li + li {
  border-top: 1px solid rgba(5, 52, 133, 0.1);
  margin-top: 0 !important;
  padding: 60px 0;
  border-bottom: 1px solid #c9d5db;
}
@media (max-width: 767px) {
  .comment-list li + li {
    padding: 20px 0 !important;
  }
}
.comment-list .comment-content {
  display: inline-grid;
  align-items: center;
}
.comment-list .comment-content .comment-title {
  font-size: 20px;
  margin-bottom: 0px;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .comment-list .comment-content .comment-title {
    margin-bottom: 10px;
  }
}
.comment-content {
  padding-left: 212px !important;
  position: relative;
  flex-grow: 1;
  padding: 0px 22px 0px;
  min-height: 167px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
@media screen and (max-width: 767px) {
  .comment-content {
    padding-left: 90px !important;
    padding-right: 0;
    min-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .comment-content {
    padding-top: 70px;
    padding-left: 0px !important;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-meta {
  margin-bottom: 10px;
}
.comment-content .comment-text {
  color: var(--regular-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.comment-content .comment-text p {
  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 {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-reply a.comment-reply-link {
  padding: 14px 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--secondary-color);
  font-weight: 700;
  line-height: 1;
}
.comment-reply a.comment-reply-link:hover {
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .comment-reply {
    top: -12px;
  }
}
@media (max-width: 575px) {
  .comment-reply {
    top: 7px;
  }
}
.comment-reply-title small {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 10px;
}
.comment-reply-title small a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 600;
  color: #a5a5a5;
  border-radius: 3px;
  cursor: pointer;
}
.comment-reply-title small a:hover {
  color: #fff;
  background-position: 100%;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.comment-form input, .comment-form textarea {
  font-weight: 400;
  border: 2px solid #f4f4f4;
  background-color: #f4f4f4;
}
.comment-form input:focus, .comment-form textarea:focus {
  border: 2px solid var(--primary-color);
}
.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  font-size: 16px;
}
.comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.comment-form input::-o-placeholder, .comment-form textarea::-o-placeholder {
  font-size: 16px;
}
.comment-form input::-ms-placeholder, .comment-form textarea::-ms-placeholder {
  font-size: 16px;
}
.comment-form .row > div {
  margin-top: 30px;
}
.comment-form .form-submit {
  margin-top: 30px;
}
.comment-form .form-submit #submit {
  padding: 0 60px !important;
}
.comment-form .comment-form-comment {
  display: flex;
  flex-wrap: wrap;
}
.comment-inner img.avatar {
  position: absolute;
  width: 167px;
  height: 167px;
  min-width: 167px;
  margin-right: 45px;
  float: left;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .comment-inner img.avatar {
    width: 70px;
    height: 70px;
    min-width: 60px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 575px) {
  .comment-inner img.avatar {
    float: none;
    margin: 0 auto 0 auto;
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-bottom: -80px;
    position: relative;
    z-index: 99;
    opacity: 1;
  }
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 26px;
  padding-left: 24px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 28px;
  color: #1b1b1b;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 6px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
}
.comment-form-cookies-consent label:after {
  content: '\f10c';
  font-family: "caseicon";
  font-weight: 500;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 6px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 26px;
  padding-left: 24px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 28px;
  color: #1b1b1b;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 6px;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
}
.comment-form-cookies-consent label:after {
  content: '\f10c';
  font-family: "Caseicon";
  font-weight: 500;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 6px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
#commentform {
  /* Select Style */
}
#commentform .comment-form-author {
  margin-bottom: 30px;
}
#commentform .comment-form-email {
  margin-bottom: 30px;
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  display: none;
}
.pxl-select .pxl-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 99;
  font-size: 14px;
  color: var(--primary-color);
  font-family: 'Inter', sans-serif;
  border: 1px solid #eaeaea;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.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;
  display: inline-table;
  visibility: hidden;
}
.pxl-select .pxl-select-options li {
  white-space: nowrap;
  padding: 9px 8px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}
.pxl-select .pxl-select-options li:hover {
  color: var(--secondary-color);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  font-weight: 700;
  color: #737879;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 6px;
  -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);
}
.wrap-ctf1 .wpcf7-not-valid-tip {
  top: 120% !important;
}
.wrap-ctf1 .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
.wrap-ctf1 .input-filled input {
  height: 38px !important;
  font-size: 15px !important;
  box-shadow: rgba(20, 20, 20, 0.05) 2px 2px 20px 0px !important;
  border-radius: 100px;
  background: #eee;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4f4f4f;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  border: none !important;
}
.wrap-ctf1 .input-filled input:active, .wrap-ctf1 .input-filled input:focus {
  background-color: #fff;
}
.wrap-ctf1 .wpcf7-submit {
  position: absolute;
  border-radius: 0 100px 100px 0;
  padding: 0 26px;
  right: 0px;
  top: 0px;
  background-color: var(--secondary-color);
  height: 38px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.wrap-ctf1 .wpcf7-submit i {
  font-size: 28px;
  line-height: 38px;
}
.wrap-ctf1 .wpcf7-submit:hover {
  background-color: var(--secondary-color);
}
.shadow-primary {
  box-shadow: 0px 0px 0px 4px rgba(56, 177, 237, 0.3);
}
.wrap-ctf-page .input-filled {
  margin-bottom: 10px;
}
.wrap-ctf-page .input-filled input {
  padding: 8px;
  margin-bottom: 10px;
  border: 2px solid #eee;
  background: rgba(0, 0, 0, .025);
  border-radius: 2px;
  color: #333;
  height: 46px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.wrap-ctf-page .input-filled input:active, .wrap-ctf-page .input-filled input:focus {
  box-shadow: 0px 0px 0px 4px rgba(56, 177, 237, 0.3);
  border: 2px solid #1266f1 !important;
}
.wrap-ctf-page .input-filled textarea {
  height: 177px;
  padding: 8px;
  margin-bottom: 10px;
  border: 2px solid #eee;
  background: rgba(0, 0, 0, .025);
  border-radius: 2px;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.wrap-ctf-page .input-filled textarea:active, .wrap-ctf-page .input-filled textarea:focus {
  box-shadow: 0px 0px 0px 4px rgba(56, 177, 237, 0.3);
  border: 2px solid #1266f1 !important;
}
.wrap-ctf-page .input-filled ::placeholder {
  color: #757575;
}
.wrap-ctf-page .input-filled button {
  background-color: var(--primary-color);
  font-weight: 800;
  text-decoration: none;
  padding: 0px 40px 0px 40px;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
}
.wrap-ctf-page .input-filled button:hover {
  box-shadow: 2px 2px 20px 0px rgba(56, 177, 237, 0.5);
}
.no-results.not-found .searchform-wrap {
  position: relative;
}
.no-results.not-found .searchform-wrap .search-field {
  height: 53px;
  line-height: 53px;
}
.no-results.not-found .searchform-wrap .search-submit {
  position: absolute;
  right: 0;
  line-height: 53px;
  height: 53px;
  width: 53px;
  padding: 0;
  background-color: var(--primary-color);
}
.no-results.not-found .searchform-wrap .search-submit:hover {
  background-color: var(--secondary-color);
}
.error404 .pxl-error-inner {
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 1024px) {
  .error404 .pxl-error-inner {
    background-position: center;
    background-size: cover;
  }
}
.error404 .wrap-content-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -12px;
  text-align: center;
}
@media (max-width: 1024px) {
  .error404 .wrap-content-404 {
    margin-top: 0px;
  }
}
.error404 .wrap-content-404 .pxl-error-inner {
  position: relative;
  z-index: 99;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1024px) {
  .error404 .wrap-content-404 .pxl-error-inner .error-404-image {
    margin-top: 20px;
  }
}
.error404 .wrap-content-404 .pxl-error-title {
  font-size: 48px;
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .error404 .wrap-content-404 .pxl-error-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .error404 .wrap-content-404 .pxl-error-title {
    font-size: 25px;
  }
}
.error404 .wrap-content-404 .pxl-error-button {
  padding: 0 34px;
  line-height: 49px;
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.error404 .wrap-content-404 .pxl-error-button:hover {
  background-color: var(--secondary-color);
}
.error404 .wrap-content-404 .error-404-desc {
  text-align: center;
  margin-top: 6px;
  font-size: 17px;
  line-height: 30px;
  color: #666;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .error404 .wrap-content-404 .error-404-desc {
    margin-bottom: 20px;
  }
}
.wp-block-column .wp-block-quote {
  padding: 32px 20px 28px 20px;
  font-size: 18px;
  line-height: 27px;
  margin-top: 0;
}
.wp-block-column .wp-block-quote p {
  font-size: 20px !important;
}
.wp-block-column .wp-block-quote cite {
  font-size: 16px !important;
  line-height: 24px;
  padding-left: 40px;
}
.wp-block-column .wp-block-quote cite:before {
  width: 20px;
}
.entry-content .wp-block-pullquote .has-light-gray-color {
  margin: 0 0;
}
.entry-content .wp-block-pullquote.is-style-solid-color {
  margin-bottom: 30px;
}
.entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
    width: 70% !important;
  }
}
@media screen and (max-width: 575px) {
  .entry-content .wp-block-pullquote.is-style-solid-color .has-very-dark-gray-color {
    width: 85% !important;
  }
}
.single-post .entry-body .entry-title {
  margin-bottom: -20px;
}
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-rss .wp-block-rss__item {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.wp-block-rss .wp-block-rss__item:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #828893;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
}
.wp-block-calendar tr td {
  text-align: center;
}
.wp-block-search__inside-wrapper {
  margin: 20px 0;
}
.wp-block-search__inside-wrapper input {
  border-color: #ccc;
  width: 100%;
}
.wp-block-search__inside-wrapper button {
  line-height: 36px;
  font-size: 16px;
  padding: 0 20px 0 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #000;
  border-radius: 10px;
}
.post-1779 .wp-block-pullquote blockquote {
  margin: 0 0;
}
#post-1152 .item-category {
  display: none;
}
.post-1000 .entry-content > ol > li > ul > li > ul > li {
  padding-left: 20px;
}
.post-1000 .entry-content > ul > li > ul > li {
  padding-left: 20px;
}
.post-1000 .entry-content > ul > li > ol > li > ul > li {
  padding-left: 20px;
}
.entry-blog {
  margin-bottom: 39px !important;
}
.wp-block-group.has-background .wp-block-group__inner-container {
  margin: 30px 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
  }
}
.wp-block-media-text.has-background {
  margin-bottom: 30px;
}
.wp-block-media-text.has-background .wp-block-media-text__content > p:first-child {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 10px;
}
.tag-title .entry-title a {
  word-break: break-word;
}
@media screen and (min-width: 1200px) {
  .woocommerce-NoticeGroup-checkout {
    margin: 0 40px 0 15px;
  }
}
.woocommerce-product-content > .woocommerce-product--excerpt {
  display: none;
}
.select2-dropdown--below > .select2-search--dropdown, .select2-dropdown--above > .select2-search--dropdown {
  padding: 15px 17px 20px 17px;
}
.select2-dropdown--below > .select2-results > .select2-results__options li, .select2-dropdown--above > .select2-results > .select2-results__options li {
  padding: 6px 17px;
}
.entry-content > .gallery > .gallery-item {
  text-align: center;
}
.entry-content > .gallery > .gallery-item .gallery-icon {
  margin-bottom: 13px;
}
.page-id-156 .page-title-inner, .page-id-155 .page-title-inner, .page-id-1134 .page-title-inner, .page-id-1811 .page-title-inner, .page-id-1813 .page-title-inner, .page-id-1133 .page-title-inner {
  display: block !important;
}
.page .comment-list-wrap {
  padding: 0 0px 20px !important;
}
.page .comment-form-cookies-consent {
  margin-top: 15px;
}
.page #commentform .row-one {
  width: 110%;
}
.page #commentform .form-submit {
  margin-top: 28px;
  width: 100%;
}
.widget_block h2, .widget_block label {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 3px;
  padding-bottom: 10px;
  position: relative;
  display: inline;
  padding-bottom: 11px;
  display: block;
}
.widget_nav_menu .sub-menu, .widget_pages .sub-menu, .widget_categories .sub-menu, .widget_nav_menu .children, .widget_pages .children, .widget_categories .children {
  padding-left: 0px;
  margin-left: 0;
}
.widget_nav_menu .sub-menu > li, .widget_pages .sub-menu > li, .widget_categories .sub-menu > li, .widget_nav_menu .children > li, .widget_pages .children > li, .widget_categories .children > li {
  padding-right: 0;
}
.widget_nav_menu .sub-menu {
  padding-left: 10px !important;
}
.widget_nav_menu .sub-menu li:last-child {
  border: none !important;
}
.widget_nav_menu li {
  padding: 0 !important;
  border: none !important;
}
.widget_nav_menu li a {
  border-bottom: 1px solid #eaeaea;
}
.widget_block h2, .widget_block label {
  font-size: 22px;
  font-weight: 700;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper input {
  width: 100%;
}
.widget_block.widget_search .wp-block-search__inside-wrapper button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  line-height: 45px;
  background-color: transparent;
  color: #000;
}
.pxl-content-area .wp-block-search__inside-wrapper {
  position: relative;
}
.pxl-content-area .wp-block-search__inside-wrapper input {
  width: 100%;
}
.pxl-content-area .wp-block-search__inside-wrapper button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  line-height: 45px;
  background-color: transparent;
  color: #000;
}
.pxl-content-area .wp-block-search__inside-wrapper button:hover {
  color: var(--primary-color);
}
.widget_archive select {
  padding: 5px;
}
.widget_block ol {
  padding-left: 0;
}
.widget_block ol li {
  margin-bottom: 0px;
}
.widget_block ol li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_block a {
  font-weight: 500;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
  line-height: normal;
  padding: 8px;
}
.widget_calendar th a, .widget_calendar td a {
  font-weight: 700;
}
.widget_calendar table {
  margin: 0;
  border-right: 1px solid #ededed;
}
.widget_calendar table > caption {
  background-color: #f9f9f9;
  border: 1px solid #ededed !important;
  border-top: none;
  padding: 12px 10px;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.widget_calendar .wp-calendar-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 10px;
}
.widget_calendar .wp-calendar-nav a {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  background-color: #f9f9f9;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ededed;
}
.widget_calendar .wp-calendar-nav a:hover {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
  margin-right: 20px;
  flex-grow: 1;
}
.widget_block.widget_search {
  position: relative;
}
.widget_block.widget_search .wp-block-search__button {
  padding: 0;
  border: none;
  line-height: 51px;
  height: 51px;
  width: 51px;
  border-left: 2px solid #ececf0;
  position: absolute;
  top: 0;
  right: 0;
  color: #1b2336;
  font-size: 15px;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 0px;
}
.widget_block.widget_search .wp-block-search__button:before {
  content: "\f12c";
  font-family: 'Caseicon';
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
}
.widget_block.widget_search .wp-block-search__button:after {
  display: none;
}
.widget_block.widget_search .wp-block-search__button:hover {
  color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__input {
  font-size: 15px;
  color: #1b2336;
  border-color: #ececf0;
  background-color: #fff;
  height: 51px;
  padding-left: 20px;
  padding-right: 51px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.widget_block.widget_search .wp-block-search__input:focus {
  border-color: var(--secondary-color);
}
.widget_block.widget_search .wp-block-search__input:focus + .wp-block-search__button {
  border-color: var(--secondary-color);
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  display: block;
  position: relative;
}
.widget_block .wp-block-latest-posts__list {
  padding-top: 26px;
}
.widget_block .wp-block-latest-posts__list li {
  font-size: 0px;
}
.widget_block .wp-block-latest-posts__list li a {
  color: #1b1b1b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.widget_block .wp-block-latest-posts__list li a:hover {
  padding-left: 10px !important;
}
.widget_block .wp-block-latest-posts__list li:last-child > a {
  border-bottom: none;
}
.widget_block .wp-block-latest-posts__list li a:hover {
  color: var(--primary-color);
  padding-left: 30px;
}
.widget_block .wp-block-latest-posts__list li a:hover:before {
  left: 15px;
  opacity: 1;
}
.widget_block .wp-block-latest-comments li {
  color: #415674;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ececf0;
  position: relative;
}
.widget_block .wp-block-latest-comments li a {
  color: var(--secondary-color);
}
.widget_block .wp-block-latest-comments li a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-comments li:last-child > a {
  border-bottom: none;
}
strong {
  color: var(--secondary-color);
}
table tr td, table th {
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding-left: 10px;
}
.widget_text form, .widget_categories form {
  position: relative;
}
.widget_text form select::-ms-expand, .widget_categories form select::-ms-expand {
  display: none;
}
.widget_text form select, .widget_categories form select {
  -webkit-appearance: none;
  appearance: none;
}
@-moz-document url-prefix() {
  .widget_text form .ui-select, .widget_categories form .ui-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .widget_text form .ui-select select, .widget_categories form .ui-select select {
    width: 110%;
    background-position: right 30px center !important;
    border: none !important;
  }
}
.widget_text form:before, .widget_categories form:before {
  content: "\f13c";
  font-family: 'Caseicon';
  font-size: 10px;
  color: var(--primary-color);
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
pre {
  overflow: hidden;
}
h2 + ul, h2 + ol {
  margin-bottom: 22px;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 35px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button {
  margin-bottom: 32px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button a {
  color: #fff !important;
}
.wp-block-button.is-style-outline a {
  color: var(--secondary-color) !important;
}
.wp-block-quote.is-style-large {
  padding: 30px 60px;
}
.blocks-gallery-caption {
  margin-bottom: 32px;
}
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 52px;
}
.block-editor-rich-text__editable a {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin: 30px 0;
}
.wp-block-media-text.has-background {
  margin-bottom: 25px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6842em;
}
@media screen and (min-width: 576px) {
  li > ul, blockquote > ul {
    margin-left: 1.65em;
    padding-left: 0;
  }
  li > ol, blockquote > ol {
    margin-left: 1.15em;
    padding-left: 0;
  }
}
blockquote cite a {
  color: #fff;
}
blockquote cite a:hover {
  color: #fff;
}
.wp-block-cover p {
  color: #fff;
}
.wp-block-cover-image.has-background-dim p, .wp-block-cover.has-background-dim p {
  line-height: 48px;
  color: #fff;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery .gallery-caption {
  color: #707070;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
@media (max-width: 480px) } {
  margin-left: 0;
  text-align: left;
  clear: none;
  float: none;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 480px) } {
  min-width: 280px;
}
.category-block .pxl-related-post {
  display: block;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: max-content;
  width: 100%;
}
.post-password-form {
  position: relative;
}
.post-password-form input[type="submit"] {
  line-height: 36px;
  border-radius: 5px !important;
  position: absolute;
  bottom: 5px;
  border-radius: 10px;
  right: 5px;
  background-color: var(--secondary-color);
}
.pxl-item--post.sticky .pxl-item--title {
  position: relative;
  display: flex;
  align-items: center;
}
.pxl-item--post.sticky .pxl-item--title i {
  margin-right: 10px;
  display: block !important;
}
.single .pxl-item--post .pxl-item--meta {
  justify-content: flex-start;
}
.single .pxl-item--excerpt {
  margin-top: 20px;
}
.single .pxl-item--category {
  display: inline-block !important;
}
.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  background-color: #e6e6e6;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 11px;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.widget_block {
  margin-top: 10px;
  margin-bottom: 55px;
}
.widget_block h2, .widget_block label {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}
.widget:first-child {
  margin-top: 0;
}
.wp-block-archives-list .count {
  display: none;
}
.wp-block-cover-text strong {
  color: #fff !important;
}
.single .pxl-item--excerpt {
  margin-top: 0px !important;
}
.wp-block-search .wp-block-search__label {
  display: none;
}
.pxl-button {
  display: flex;
}
.btn, input[type="submit"], .btn-form button[type="submit"], button, .button {
  font-size: 14px;
  color: #fff;
  padding: 0 40px;
  font-weight: 600;
  line-height: 53px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  z-index: 1;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 1400px) {
  .btn, input[type="submit"], .btn-form button[type="submit"], button, .button {
    padding: 0 20px;
  }
}
.btn:hover, input[type="submit"]:hover, .btn-form button[type="submit"]:hover, button:hover, .button:hover, .btn:focus, input[type="submit"]:focus, .btn-form button[type="submit"]:focus, button:focus, .button:focus, .btn:active, input[type="submit"]:active, .btn-form button[type="submit"]:active, button:active, .button:active, .btn:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, .btn-form button[type="submit"]:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled).active, .button:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active, .btn-form button[type="submit"]:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  box-shadow: none;
  border: none;
}
.btn [class*='bravisicon-'], input[type="submit"] [class*='bravisicon-'], .btn-form button[type="submit"] [class*='bravisicon-'], button [class*='bravisicon-'], .button [class*='bravisicon-'], .btn [class^='bravisicon-'], input[type="submit"] [class^='bravisicon-'], .btn-form button[type="submit"] [class^='bravisicon-'], button [class^='bravisicon-'], .button [class^='bravisicon-'] {
  font-size: 11px;
}
.btn .ct-align-icon-right, input[type="submit"] .ct-align-icon-right, .btn-form button[type="submit"] .ct-align-icon-right, button .ct-align-icon-right, .button .ct-align-icon-right {
  float: right;
  margin-left: 6px;
}
.btn i, input[type="submit"] i, .btn-form button[type="submit"] i, button i, .button i {
  display: inline-flex;
}
.btn i.space-left, input[type="submit"] i.space-left, .btn-form button[type="submit"] i.space-left, button i.space-left, .button i.space-left {
  margin-left: 6px;
}
.btn i.space-right, input[type="submit"] i.space-right, .btn-form button[type="submit"] i.space-right, button i.space-right, .button i.space-right {
  margin-right: 6px;
}
@media screen and (max-width: 1199px) {
  .btn, input[type="submit"], .btn-form button[type="submit"], button, .button {
    padding: 0 28px;
  }
}
input[type="submit"], .btn-form button[type="submit"] {
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  border-radius: 3px;
}
.btn.pxl-custom-transition, input[type="submit"].pxl-custom-transition, .btn-form button[type="submit"].pxl-custom-transition {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-primary span, input[type="submit"].btn-primary span, .btn-form button[type="submit"].btn-primary span, .btn.btn-primary2 span, input[type="submit"].btn-primary2 span, .btn-form button[type="submit"].btn-primary2 span, .btn.btn-white-small span, input[type="submit"].btn-white-small span, .btn-form button[type="submit"].btn-white-small span, .btn.btn-white span, input[type="submit"].btn-white span, .btn-form button[type="submit"].btn-white span, .btn.btn-orange-180 span, input[type="submit"].btn-orange-180 span, .btn-form button[type="submit"].btn-orange-180 span, .btn.btn-white-180 span, input[type="submit"].btn-white-180 span, .btn-form button[type="submit"].btn-white-180 span, .btn.btn-orange-white span, input[type="submit"].btn-orange-white span, .btn-form button[type="submit"].btn-orange-white span, .btn.btn-orange-white-small span, input[type="submit"].btn-orange-white-small span, .btn-form button[type="submit"].btn-orange-white-small span, .btn.btn-white-black span, input[type="submit"].btn-white-black span, .btn-form button[type="submit"].btn-white-black span, .btn.btn-secondary span, input[type="submit"].btn-secondary span, .btn-form button[type="submit"].btn-secondary span, .btn.btn-ternary span, input[type="submit"].btn-ternary span, .btn-form button[type="submit"].btn-ternary span, .btn.btn-orange span, input[type="submit"].btn-orange span, .btn-form button[type="submit"].btn-orange span, .btn.btn-default span, input[type="submit"].btn-default span, .btn-form button[type="submit"].btn-default span, .btn.btn-orange2 span, input[type="submit"].btn-orange2 span, .btn-form button[type="submit"].btn-orange2 span {
  color: #fff;
  -webkit-transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
}
.btn.btn-primary:after, input[type="submit"].btn-primary:after, .btn-form button[type="submit"].btn-primary:after, .btn.btn-primary2:after, input[type="submit"].btn-primary2:after, .btn-form button[type="submit"].btn-primary2:after, .btn.btn-white-small:after, input[type="submit"].btn-white-small:after, .btn-form button[type="submit"].btn-white-small:after, .btn.btn-white:after, input[type="submit"].btn-white:after, .btn-form button[type="submit"].btn-white:after, .btn.btn-orange-180:after, input[type="submit"].btn-orange-180:after, .btn-form button[type="submit"].btn-orange-180:after, .btn.btn-white-180:after, input[type="submit"].btn-white-180:after, .btn-form button[type="submit"].btn-white-180:after, .btn.btn-orange-white:after, input[type="submit"].btn-orange-white:after, .btn-form button[type="submit"].btn-orange-white:after, .btn.btn-orange-white-small:after, input[type="submit"].btn-orange-white-small:after, .btn-form button[type="submit"].btn-orange-white-small:after, .btn.btn-white-black:after, input[type="submit"].btn-white-black:after, .btn-form button[type="submit"].btn-white-black:after, .btn.btn-secondary:after, input[type="submit"].btn-secondary:after, .btn-form button[type="submit"].btn-secondary:after, .btn.btn-ternary:after, input[type="submit"].btn-ternary:after, .btn-form button[type="submit"].btn-ternary:after, .btn.btn-orange:after, input[type="submit"].btn-orange:after, .btn-form button[type="submit"].btn-orange:after, .btn.btn-default:after, input[type="submit"].btn-default:after, .btn-form button[type="submit"].btn-default:after, .btn.btn-orange2:after, input[type="submit"].btn-orange2:after, .btn-form button[type="submit"].btn-orange2:after, .btn.btn-primary:before, input[type="submit"].btn-primary:before, .btn-form button[type="submit"].btn-primary:before, .btn.btn-primary2:before, input[type="submit"].btn-primary2:before, .btn-form button[type="submit"].btn-primary2:before, .btn.btn-white-small:before, input[type="submit"].btn-white-small:before, .btn-form button[type="submit"].btn-white-small:before, .btn.btn-white:before, input[type="submit"].btn-white:before, .btn-form button[type="submit"].btn-white:before, .btn.btn-orange-180:before, input[type="submit"].btn-orange-180:before, .btn-form button[type="submit"].btn-orange-180:before, .btn.btn-white-180:before, input[type="submit"].btn-white-180:before, .btn-form button[type="submit"].btn-white-180:before, .btn.btn-orange-white:before, input[type="submit"].btn-orange-white:before, .btn-form button[type="submit"].btn-orange-white:before, .btn.btn-orange-white-small:before, input[type="submit"].btn-orange-white-small:before, .btn-form button[type="submit"].btn-orange-white-small:before, .btn.btn-white-black:before, input[type="submit"].btn-white-black:before, .btn-form button[type="submit"].btn-white-black:before, .btn.btn-secondary:before, input[type="submit"].btn-secondary:before, .btn-form button[type="submit"].btn-secondary:before, .btn.btn-ternary:before, input[type="submit"].btn-ternary:before, .btn-form button[type="submit"].btn-ternary:before, .btn.btn-orange:before, input[type="submit"].btn-orange:before, .btn-form button[type="submit"].btn-orange:before, .btn.btn-default:before, input[type="submit"].btn-default:before, .btn-form button[type="submit"].btn-default:before, .btn.btn-orange2:before, input[type="submit"].btn-orange2:before, .btn-form button[type="submit"].btn-orange2:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 0;
  z-index: -1;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn.btn-primary:after, input[type="submit"].btn-primary:after, .btn-form button[type="submit"].btn-primary:after, .btn.btn-primary2:after, input[type="submit"].btn-primary2:after, .btn-form button[type="submit"].btn-primary2:after, .btn.btn-white-small:after, input[type="submit"].btn-white-small:after, .btn-form button[type="submit"].btn-white-small:after, .btn.btn-white:after, input[type="submit"].btn-white:after, .btn-form button[type="submit"].btn-white:after, .btn.btn-orange-180:after, input[type="submit"].btn-orange-180:after, .btn-form button[type="submit"].btn-orange-180:after, .btn.btn-white-180:after, input[type="submit"].btn-white-180:after, .btn-form button[type="submit"].btn-white-180:after, .btn.btn-orange-white:after, input[type="submit"].btn-orange-white:after, .btn-form button[type="submit"].btn-orange-white:after, .btn.btn-orange-white-small:after, input[type="submit"].btn-orange-white-small:after, .btn-form button[type="submit"].btn-orange-white-small:after, .btn.btn-white-black:after, input[type="submit"].btn-white-black:after, .btn-form button[type="submit"].btn-white-black:after, .btn.btn-secondary:after, input[type="submit"].btn-secondary:after, .btn-form button[type="submit"].btn-secondary:after, .btn.btn-ternary:after, input[type="submit"].btn-ternary:after, .btn-form button[type="submit"].btn-ternary:after, .btn.btn-orange:after, input[type="submit"].btn-orange:after, .btn-form button[type="submit"].btn-orange:after, .btn.btn-default:after, input[type="submit"].btn-default:after, .btn-form button[type="submit"].btn-default:after, .btn.btn-orange2:after, input[type="submit"].btn-orange2:after, .btn-form button[type="submit"].btn-orange2:after {
  top: 0;
  left: 0;
  right: auto;
}
.btn.btn-primary:before, input[type="submit"].btn-primary:before, .btn-form button[type="submit"].btn-primary:before, .btn.btn-primary2:before, input[type="submit"].btn-primary2:before, .btn-form button[type="submit"].btn-primary2:before, .btn.btn-white-small:before, input[type="submit"].btn-white-small:before, .btn-form button[type="submit"].btn-white-small:before, .btn.btn-white:before, input[type="submit"].btn-white:before, .btn-form button[type="submit"].btn-white:before, .btn.btn-orange-180:before, input[type="submit"].btn-orange-180:before, .btn-form button[type="submit"].btn-orange-180:before, .btn.btn-white-180:before, input[type="submit"].btn-white-180:before, .btn-form button[type="submit"].btn-white-180:before, .btn.btn-orange-white:before, input[type="submit"].btn-orange-white:before, .btn-form button[type="submit"].btn-orange-white:before, .btn.btn-orange-white-small:before, input[type="submit"].btn-orange-white-small:before, .btn-form button[type="submit"].btn-orange-white-small:before, .btn.btn-white-black:before, input[type="submit"].btn-white-black:before, .btn-form button[type="submit"].btn-white-black:before, .btn.btn-secondary:before, input[type="submit"].btn-secondary:before, .btn-form button[type="submit"].btn-secondary:before, .btn.btn-ternary:before, input[type="submit"].btn-ternary:before, .btn-form button[type="submit"].btn-ternary:before, .btn.btn-orange:before, input[type="submit"].btn-orange:before, .btn-form button[type="submit"].btn-orange:before, .btn.btn-default:before, input[type="submit"].btn-default:before, .btn-form button[type="submit"].btn-default:before, .btn.btn-orange2:before, input[type="submit"].btn-orange2:before, .btn-form button[type="submit"].btn-orange2:before {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn.btn-primary:hover, input[type="submit"].btn-primary:hover, .btn-form button[type="submit"].btn-primary:hover, .btn.btn-primary2:hover, input[type="submit"].btn-primary2:hover, .btn-form button[type="submit"].btn-primary2:hover, .btn.btn-white-small:hover, input[type="submit"].btn-white-small:hover, .btn-form button[type="submit"].btn-white-small:hover, .btn.btn-white:hover, input[type="submit"].btn-white:hover, .btn-form button[type="submit"].btn-white:hover, .btn.btn-orange-180:hover, input[type="submit"].btn-orange-180:hover, .btn-form button[type="submit"].btn-orange-180:hover, .btn.btn-white-180:hover, input[type="submit"].btn-white-180:hover, .btn-form button[type="submit"].btn-white-180:hover, .btn.btn-orange-white:hover, input[type="submit"].btn-orange-white:hover, .btn-form button[type="submit"].btn-orange-white:hover, .btn.btn-orange-white-small:hover, input[type="submit"].btn-orange-white-small:hover, .btn-form button[type="submit"].btn-orange-white-small:hover, .btn.btn-white-black:hover, input[type="submit"].btn-white-black:hover, .btn-form button[type="submit"].btn-white-black:hover, .btn.btn-secondary:hover, input[type="submit"].btn-secondary:hover, .btn-form button[type="submit"].btn-secondary:hover, .btn.btn-ternary:hover, input[type="submit"].btn-ternary:hover, .btn-form button[type="submit"].btn-ternary:hover, .btn.btn-orange:hover, input[type="submit"].btn-orange:hover, .btn-form button[type="submit"].btn-orange:hover, .btn.btn-default:hover, input[type="submit"].btn-default:hover, .btn-form button[type="submit"].btn-default:hover, .btn.btn-orange2:hover, input[type="submit"].btn-orange2:hover, .btn-form button[type="submit"].btn-orange2:hover, .btn.btn-primary:focus, input[type="submit"].btn-primary:focus, .btn-form button[type="submit"].btn-primary:focus, .btn.btn-primary2:focus, input[type="submit"].btn-primary2:focus, .btn-form button[type="submit"].btn-primary2:focus, .btn.btn-white-small:focus, input[type="submit"].btn-white-small:focus, .btn-form button[type="submit"].btn-white-small:focus, .btn.btn-white:focus, input[type="submit"].btn-white:focus, .btn-form button[type="submit"].btn-white:focus, .btn.btn-orange-180:focus, input[type="submit"].btn-orange-180:focus, .btn-form button[type="submit"].btn-orange-180:focus, .btn.btn-white-180:focus, input[type="submit"].btn-white-180:focus, .btn-form button[type="submit"].btn-white-180:focus, .btn.btn-orange-white:focus, input[type="submit"].btn-orange-white:focus, .btn-form button[type="submit"].btn-orange-white:focus, .btn.btn-orange-white-small:focus, input[type="submit"].btn-orange-white-small:focus, .btn-form button[type="submit"].btn-orange-white-small:focus, .btn.btn-white-black:focus, input[type="submit"].btn-white-black:focus, .btn-form button[type="submit"].btn-white-black:focus, .btn.btn-secondary:focus, input[type="submit"].btn-secondary:focus, .btn-form button[type="submit"].btn-secondary:focus, .btn.btn-ternary:focus, input[type="submit"].btn-ternary:focus, .btn-form button[type="submit"].btn-ternary:focus, .btn.btn-orange:focus, input[type="submit"].btn-orange:focus, .btn-form button[type="submit"].btn-orange:focus, .btn.btn-default:focus, input[type="submit"].btn-default:focus, .btn-form button[type="submit"].btn-default:focus, .btn.btn-orange2:focus, input[type="submit"].btn-orange2:focus, .btn-form button[type="submit"].btn-orange2:focus, .btn.btn-primary:active, input[type="submit"].btn-primary:active, .btn-form button[type="submit"].btn-primary:active, .btn.btn-primary2:active, input[type="submit"].btn-primary2:active, .btn-form button[type="submit"].btn-primary2:active, .btn.btn-white-small:active, input[type="submit"].btn-white-small:active, .btn-form button[type="submit"].btn-white-small:active, .btn.btn-white:active, input[type="submit"].btn-white:active, .btn-form button[type="submit"].btn-white:active, .btn.btn-orange-180:active, input[type="submit"].btn-orange-180:active, .btn-form button[type="submit"].btn-orange-180:active, .btn.btn-white-180:active, input[type="submit"].btn-white-180:active, .btn-form button[type="submit"].btn-white-180:active, .btn.btn-orange-white:active, input[type="submit"].btn-orange-white:active, .btn-form button[type="submit"].btn-orange-white:active, .btn.btn-orange-white-small:active, input[type="submit"].btn-orange-white-small:active, .btn-form button[type="submit"].btn-orange-white-small:active, .btn.btn-white-black:active, input[type="submit"].btn-white-black:active, .btn-form button[type="submit"].btn-white-black:active, .btn.btn-secondary:active, input[type="submit"].btn-secondary:active, .btn-form button[type="submit"].btn-secondary:active, .btn.btn-ternary:active, input[type="submit"].btn-ternary:active, .btn-form button[type="submit"].btn-ternary:active, .btn.btn-orange:active, input[type="submit"].btn-orange:active, .btn-form button[type="submit"].btn-orange:active, .btn.btn-default:active, input[type="submit"].btn-default:active, .btn-form button[type="submit"].btn-default:active, .btn.btn-orange2:active, input[type="submit"].btn-orange2:active, .btn-form button[type="submit"].btn-orange2:active {
  color: #fff !important;
}
.btn.btn-primary:hover:after, input[type="submit"].btn-primary:hover:after, .btn-form button[type="submit"].btn-primary:hover:after, .btn.btn-primary2:hover:after, input[type="submit"].btn-primary2:hover:after, .btn-form button[type="submit"].btn-primary2:hover:after, .btn.btn-white-small:hover:after, input[type="submit"].btn-white-small:hover:after, .btn-form button[type="submit"].btn-white-small:hover:after, .btn.btn-white:hover:after, input[type="submit"].btn-white:hover:after, .btn-form button[type="submit"].btn-white:hover:after, .btn.btn-orange-180:hover:after, input[type="submit"].btn-orange-180:hover:after, .btn-form button[type="submit"].btn-orange-180:hover:after, .btn.btn-white-180:hover:after, input[type="submit"].btn-white-180:hover:after, .btn-form button[type="submit"].btn-white-180:hover:after, .btn.btn-orange-white:hover:after, input[type="submit"].btn-orange-white:hover:after, .btn-form button[type="submit"].btn-orange-white:hover:after, .btn.btn-orange-white-small:hover:after, input[type="submit"].btn-orange-white-small:hover:after, .btn-form button[type="submit"].btn-orange-white-small:hover:after, .btn.btn-white-black:hover:after, input[type="submit"].btn-white-black:hover:after, .btn-form button[type="submit"].btn-white-black:hover:after, .btn.btn-secondary:hover:after, input[type="submit"].btn-secondary:hover:after, .btn-form button[type="submit"].btn-secondary:hover:after, .btn.btn-ternary:hover:after, input[type="submit"].btn-ternary:hover:after, .btn-form button[type="submit"].btn-ternary:hover:after, .btn.btn-orange:hover:after, input[type="submit"].btn-orange:hover:after, .btn-form button[type="submit"].btn-orange:hover:after, .btn.btn-default:hover:after, input[type="submit"].btn-default:hover:after, .btn-form button[type="submit"].btn-default:hover:after, .btn.btn-orange2:hover:after, input[type="submit"].btn-orange2:hover:after, .btn-form button[type="submit"].btn-orange2:hover:after, .btn.btn-primary:focus:after, input[type="submit"].btn-primary:focus:after, .btn-form button[type="submit"].btn-primary:focus:after, .btn.btn-primary2:focus:after, input[type="submit"].btn-primary2:focus:after, .btn-form button[type="submit"].btn-primary2:focus:after, .btn.btn-white-small:focus:after, input[type="submit"].btn-white-small:focus:after, .btn-form button[type="submit"].btn-white-small:focus:after, .btn.btn-white:focus:after, input[type="submit"].btn-white:focus:after, .btn-form button[type="submit"].btn-white:focus:after, .btn.btn-orange-180:focus:after, input[type="submit"].btn-orange-180:focus:after, .btn-form button[type="submit"].btn-orange-180:focus:after, .btn.btn-white-180:focus:after, input[type="submit"].btn-white-180:focus:after, .btn-form button[type="submit"].btn-white-180:focus:after, .btn.btn-orange-white:focus:after, input[type="submit"].btn-orange-white:focus:after, .btn-form button[type="submit"].btn-orange-white:focus:after, .btn.btn-orange-white-small:focus:after, input[type="submit"].btn-orange-white-small:focus:after, .btn-form button[type="submit"].btn-orange-white-small:focus:after, .btn.btn-white-black:focus:after, input[type="submit"].btn-white-black:focus:after, .btn-form button[type="submit"].btn-white-black:focus:after, .btn.btn-secondary:focus:after, input[type="submit"].btn-secondary:focus:after, .btn-form button[type="submit"].btn-secondary:focus:after, .btn.btn-ternary:focus:after, input[type="submit"].btn-ternary:focus:after, .btn-form button[type="submit"].btn-ternary:focus:after, .btn.btn-orange:focus:after, input[type="submit"].btn-orange:focus:after, .btn-form button[type="submit"].btn-orange:focus:after, .btn.btn-default:focus:after, input[type="submit"].btn-default:focus:after, .btn-form button[type="submit"].btn-default:focus:after, .btn.btn-orange2:focus:after, input[type="submit"].btn-orange2:focus:after, .btn-form button[type="submit"].btn-orange2:focus:after, .btn.btn-primary:active:after, input[type="submit"].btn-primary:active:after, .btn-form button[type="submit"].btn-primary:active:after, .btn.btn-primary2:active:after, input[type="submit"].btn-primary2:active:after, .btn-form button[type="submit"].btn-primary2:active:after, .btn.btn-white-small:active:after, input[type="submit"].btn-white-small:active:after, .btn-form button[type="submit"].btn-white-small:active:after, .btn.btn-white:active:after, input[type="submit"].btn-white:active:after, .btn-form button[type="submit"].btn-white:active:after, .btn.btn-orange-180:active:after, input[type="submit"].btn-orange-180:active:after, .btn-form button[type="submit"].btn-orange-180:active:after, .btn.btn-white-180:active:after, input[type="submit"].btn-white-180:active:after, .btn-form button[type="submit"].btn-white-180:active:after, .btn.btn-orange-white:active:after, input[type="submit"].btn-orange-white:active:after, .btn-form button[type="submit"].btn-orange-white:active:after, .btn.btn-orange-white-small:active:after, input[type="submit"].btn-orange-white-small:active:after, .btn-form button[type="submit"].btn-orange-white-small:active:after, .btn.btn-white-black:active:after, input[type="submit"].btn-white-black:active:after, .btn-form button[type="submit"].btn-white-black:active:after, .btn.btn-secondary:active:after, input[type="submit"].btn-secondary:active:after, .btn-form button[type="submit"].btn-secondary:active:after, .btn.btn-ternary:active:after, input[type="submit"].btn-ternary:active:after, .btn-form button[type="submit"].btn-ternary:active:after, .btn.btn-orange:active:after, input[type="submit"].btn-orange:active:after, .btn-form button[type="submit"].btn-orange:active:after, .btn.btn-default:active:after, input[type="submit"].btn-default:active:after, .btn-form button[type="submit"].btn-default:active:after, .btn.btn-orange2:active:after, input[type="submit"].btn-orange2:active:after, .btn-form button[type="submit"].btn-orange2:active:after, .btn.btn-primary:hover:before, input[type="submit"].btn-primary:hover:before, .btn-form button[type="submit"].btn-primary:hover:before, .btn.btn-primary2:hover:before, input[type="submit"].btn-primary2:hover:before, .btn-form button[type="submit"].btn-primary2:hover:before, .btn.btn-white-small:hover:before, input[type="submit"].btn-white-small:hover:before, .btn-form button[type="submit"].btn-white-small:hover:before, .btn.btn-white:hover:before, input[type="submit"].btn-white:hover:before, .btn-form button[type="submit"].btn-white:hover:before, .btn.btn-orange-180:hover:before, input[type="submit"].btn-orange-180:hover:before, .btn-form button[type="submit"].btn-orange-180:hover:before, .btn.btn-white-180:hover:before, input[type="submit"].btn-white-180:hover:before, .btn-form button[type="submit"].btn-white-180:hover:before, .btn.btn-orange-white:hover:before, input[type="submit"].btn-orange-white:hover:before, .btn-form button[type="submit"].btn-orange-white:hover:before, .btn.btn-orange-white-small:hover:before, input[type="submit"].btn-orange-white-small:hover:before, .btn-form button[type="submit"].btn-orange-white-small:hover:before, .btn.btn-white-black:hover:before, input[type="submit"].btn-white-black:hover:before, .btn-form button[type="submit"].btn-white-black:hover:before, .btn.btn-secondary:hover:before, input[type="submit"].btn-secondary:hover:before, .btn-form button[type="submit"].btn-secondary:hover:before, .btn.btn-ternary:hover:before, input[type="submit"].btn-ternary:hover:before, .btn-form button[type="submit"].btn-ternary:hover:before, .btn.btn-orange:hover:before, input[type="submit"].btn-orange:hover:before, .btn-form button[type="submit"].btn-orange:hover:before, .btn.btn-default:hover:before, input[type="submit"].btn-default:hover:before, .btn-form button[type="submit"].btn-default:hover:before, .btn.btn-orange2:hover:before, input[type="submit"].btn-orange2:hover:before, .btn-form button[type="submit"].btn-orange2:hover:before, .btn.btn-primary:focus:before, input[type="submit"].btn-primary:focus:before, .btn-form button[type="submit"].btn-primary:focus:before, .btn.btn-primary2:focus:before, input[type="submit"].btn-primary2:focus:before, .btn-form button[type="submit"].btn-primary2:focus:before, .btn.btn-white-small:focus:before, input[type="submit"].btn-white-small:focus:before, .btn-form button[type="submit"].btn-white-small:focus:before, .btn.btn-white:focus:before, input[type="submit"].btn-white:focus:before, .btn-form button[type="submit"].btn-white:focus:before, .btn.btn-orange-180:focus:before, input[type="submit"].btn-orange-180:focus:before, .btn-form button[type="submit"].btn-orange-180:focus:before, .btn.btn-white-180:focus:before, input[type="submit"].btn-white-180:focus:before, .btn-form button[type="submit"].btn-white-180:focus:before, .btn.btn-orange-white:focus:before, input[type="submit"].btn-orange-white:focus:before, .btn-form button[type="submit"].btn-orange-white:focus:before, .btn.btn-orange-white-small:focus:before, input[type="submit"].btn-orange-white-small:focus:before, .btn-form button[type="submit"].btn-orange-white-small:focus:before, .btn.btn-white-black:focus:before, input[type="submit"].btn-white-black:focus:before, .btn-form button[type="submit"].btn-white-black:focus:before, .btn.btn-secondary:focus:before, input[type="submit"].btn-secondary:focus:before, .btn-form button[type="submit"].btn-secondary:focus:before, .btn.btn-ternary:focus:before, input[type="submit"].btn-ternary:focus:before, .btn-form button[type="submit"].btn-ternary:focus:before, .btn.btn-orange:focus:before, input[type="submit"].btn-orange:focus:before, .btn-form button[type="submit"].btn-orange:focus:before, .btn.btn-default:focus:before, input[type="submit"].btn-default:focus:before, .btn-form button[type="submit"].btn-default:focus:before, .btn.btn-orange2:focus:before, input[type="submit"].btn-orange2:focus:before, .btn-form button[type="submit"].btn-orange2:focus:before, .btn.btn-primary:active:before, input[type="submit"].btn-primary:active:before, .btn-form button[type="submit"].btn-primary:active:before, .btn.btn-primary2:active:before, input[type="submit"].btn-primary2:active:before, .btn-form button[type="submit"].btn-primary2:active:before, .btn.btn-white-small:active:before, input[type="submit"].btn-white-small:active:before, .btn-form button[type="submit"].btn-white-small:active:before, .btn.btn-white:active:before, input[type="submit"].btn-white:active:before, .btn-form button[type="submit"].btn-white:active:before, .btn.btn-orange-180:active:before, input[type="submit"].btn-orange-180:active:before, .btn-form button[type="submit"].btn-orange-180:active:before, .btn.btn-white-180:active:before, input[type="submit"].btn-white-180:active:before, .btn-form button[type="submit"].btn-white-180:active:before, .btn.btn-orange-white:active:before, input[type="submit"].btn-orange-white:active:before, .btn-form button[type="submit"].btn-orange-white:active:before, .btn.btn-orange-white-small:active:before, input[type="submit"].btn-orange-white-small:active:before, .btn-form button[type="submit"].btn-orange-white-small:active:before, .btn.btn-white-black:active:before, input[type="submit"].btn-white-black:active:before, .btn-form button[type="submit"].btn-white-black:active:before, .btn.btn-secondary:active:before, input[type="submit"].btn-secondary:active:before, .btn-form button[type="submit"].btn-secondary:active:before, .btn.btn-ternary:active:before, input[type="submit"].btn-ternary:active:before, .btn-form button[type="submit"].btn-ternary:active:before, .btn.btn-orange:active:before, input[type="submit"].btn-orange:active:before, .btn-form button[type="submit"].btn-orange:active:before, .btn.btn-default:active:before, input[type="submit"].btn-default:active:before, .btn-form button[type="submit"].btn-default:active:before, .btn.btn-orange2:active:before, input[type="submit"].btn-orange2:active:before, .btn-form button[type="submit"].btn-orange2:active:before {
  width: 100%;
}
.btn.btn-primary:hover:after, input[type="submit"].btn-primary:hover:after, .btn-form button[type="submit"].btn-primary:hover:after, .btn.btn-primary2:hover:after, input[type="submit"].btn-primary2:hover:after, .btn-form button[type="submit"].btn-primary2:hover:after, .btn.btn-white-small:hover:after, input[type="submit"].btn-white-small:hover:after, .btn-form button[type="submit"].btn-white-small:hover:after, .btn.btn-white:hover:after, input[type="submit"].btn-white:hover:after, .btn-form button[type="submit"].btn-white:hover:after, .btn.btn-orange-180:hover:after, input[type="submit"].btn-orange-180:hover:after, .btn-form button[type="submit"].btn-orange-180:hover:after, .btn.btn-white-180:hover:after, input[type="submit"].btn-white-180:hover:after, .btn-form button[type="submit"].btn-white-180:hover:after, .btn.btn-orange-white:hover:after, input[type="submit"].btn-orange-white:hover:after, .btn-form button[type="submit"].btn-orange-white:hover:after, .btn.btn-orange-white-small:hover:after, input[type="submit"].btn-orange-white-small:hover:after, .btn-form button[type="submit"].btn-orange-white-small:hover:after, .btn.btn-white-black:hover:after, input[type="submit"].btn-white-black:hover:after, .btn-form button[type="submit"].btn-white-black:hover:after, .btn.btn-secondary:hover:after, input[type="submit"].btn-secondary:hover:after, .btn-form button[type="submit"].btn-secondary:hover:after, .btn.btn-ternary:hover:after, input[type="submit"].btn-ternary:hover:after, .btn-form button[type="submit"].btn-ternary:hover:after, .btn.btn-orange:hover:after, input[type="submit"].btn-orange:hover:after, .btn-form button[type="submit"].btn-orange:hover:after, .btn.btn-default:hover:after, input[type="submit"].btn-default:hover:after, .btn-form button[type="submit"].btn-default:hover:after, .btn.btn-orange2:hover:after, input[type="submit"].btn-orange2:hover:after, .btn-form button[type="submit"].btn-orange2:hover:after, .btn.btn-primary:focus:after, input[type="submit"].btn-primary:focus:after, .btn-form button[type="submit"].btn-primary:focus:after, .btn.btn-primary2:focus:after, input[type="submit"].btn-primary2:focus:after, .btn-form button[type="submit"].btn-primary2:focus:after, .btn.btn-white-small:focus:after, input[type="submit"].btn-white-small:focus:after, .btn-form button[type="submit"].btn-white-small:focus:after, .btn.btn-white:focus:after, input[type="submit"].btn-white:focus:after, .btn-form button[type="submit"].btn-white:focus:after, .btn.btn-orange-180:focus:after, input[type="submit"].btn-orange-180:focus:after, .btn-form button[type="submit"].btn-orange-180:focus:after, .btn.btn-white-180:focus:after, input[type="submit"].btn-white-180:focus:after, .btn-form button[type="submit"].btn-white-180:focus:after, .btn.btn-orange-white:focus:after, input[type="submit"].btn-orange-white:focus:after, .btn-form button[type="submit"].btn-orange-white:focus:after, .btn.btn-orange-white-small:focus:after, input[type="submit"].btn-orange-white-small:focus:after, .btn-form button[type="submit"].btn-orange-white-small:focus:after, .btn.btn-white-black:focus:after, input[type="submit"].btn-white-black:focus:after, .btn-form button[type="submit"].btn-white-black:focus:after, .btn.btn-secondary:focus:after, input[type="submit"].btn-secondary:focus:after, .btn-form button[type="submit"].btn-secondary:focus:after, .btn.btn-ternary:focus:after, input[type="submit"].btn-ternary:focus:after, .btn-form button[type="submit"].btn-ternary:focus:after, .btn.btn-orange:focus:after, input[type="submit"].btn-orange:focus:after, .btn-form button[type="submit"].btn-orange:focus:after, .btn.btn-default:focus:after, input[type="submit"].btn-default:focus:after, .btn-form button[type="submit"].btn-default:focus:after, .btn.btn-orange2:focus:after, input[type="submit"].btn-orange2:focus:after, .btn-form button[type="submit"].btn-orange2:focus:after, .btn.btn-primary:active:after, input[type="submit"].btn-primary:active:after, .btn-form button[type="submit"].btn-primary:active:after, .btn.btn-primary2:active:after, input[type="submit"].btn-primary2:active:after, .btn-form button[type="submit"].btn-primary2:active:after, .btn.btn-white-small:active:after, input[type="submit"].btn-white-small:active:after, .btn-form button[type="submit"].btn-white-small:active:after, .btn.btn-white:active:after, input[type="submit"].btn-white:active:after, .btn-form button[type="submit"].btn-white:active:after, .btn.btn-orange-180:active:after, input[type="submit"].btn-orange-180:active:after, .btn-form button[type="submit"].btn-orange-180:active:after, .btn.btn-white-180:active:after, input[type="submit"].btn-white-180:active:after, .btn-form button[type="submit"].btn-white-180:active:after, .btn.btn-orange-white:active:after, input[type="submit"].btn-orange-white:active:after, .btn-form button[type="submit"].btn-orange-white:active:after, .btn.btn-orange-white-small:active:after, input[type="submit"].btn-orange-white-small:active:after, .btn-form button[type="submit"].btn-orange-white-small:active:after, .btn.btn-white-black:active:after, input[type="submit"].btn-white-black:active:after, .btn-form button[type="submit"].btn-white-black:active:after, .btn.btn-secondary:active:after, input[type="submit"].btn-secondary:active:after, .btn-form button[type="submit"].btn-secondary:active:after, .btn.btn-ternary:active:after, input[type="submit"].btn-ternary:active:after, .btn-form button[type="submit"].btn-ternary:active:after, .btn.btn-orange:active:after, input[type="submit"].btn-orange:active:after, .btn-form button[type="submit"].btn-orange:active:after, .btn.btn-default:active:after, input[type="submit"].btn-default:active:after, .btn-form button[type="submit"].btn-default:active:after, .btn.btn-orange2:active:after, input[type="submit"].btn-orange2:active:after, .btn-form button[type="submit"].btn-orange2:active:after {
  right: 0;
  left: auto;
}
.btn.btn-primary:hover:before, input[type="submit"].btn-primary:hover:before, .btn-form button[type="submit"].btn-primary:hover:before, .btn.btn-primary2:hover:before, input[type="submit"].btn-primary2:hover:before, .btn-form button[type="submit"].btn-primary2:hover:before, .btn.btn-white-small:hover:before, input[type="submit"].btn-white-small:hover:before, .btn-form button[type="submit"].btn-white-small:hover:before, .btn.btn-white:hover:before, input[type="submit"].btn-white:hover:before, .btn-form button[type="submit"].btn-white:hover:before, .btn.btn-orange-180:hover:before, input[type="submit"].btn-orange-180:hover:before, .btn-form button[type="submit"].btn-orange-180:hover:before, .btn.btn-white-180:hover:before, input[type="submit"].btn-white-180:hover:before, .btn-form button[type="submit"].btn-white-180:hover:before, .btn.btn-orange-white:hover:before, input[type="submit"].btn-orange-white:hover:before, .btn-form button[type="submit"].btn-orange-white:hover:before, .btn.btn-orange-white-small:hover:before, input[type="submit"].btn-orange-white-small:hover:before, .btn-form button[type="submit"].btn-orange-white-small:hover:before, .btn.btn-white-black:hover:before, input[type="submit"].btn-white-black:hover:before, .btn-form button[type="submit"].btn-white-black:hover:before, .btn.btn-secondary:hover:before, input[type="submit"].btn-secondary:hover:before, .btn-form button[type="submit"].btn-secondary:hover:before, .btn.btn-ternary:hover:before, input[type="submit"].btn-ternary:hover:before, .btn-form button[type="submit"].btn-ternary:hover:before, .btn.btn-orange:hover:before, input[type="submit"].btn-orange:hover:before, .btn-form button[type="submit"].btn-orange:hover:before, .btn.btn-default:hover:before, input[type="submit"].btn-default:hover:before, .btn-form button[type="submit"].btn-default:hover:before, .btn.btn-orange2:hover:before, input[type="submit"].btn-orange2:hover:before, .btn-form button[type="submit"].btn-orange2:hover:before, .btn.btn-primary:focus:before, input[type="submit"].btn-primary:focus:before, .btn-form button[type="submit"].btn-primary:focus:before, .btn.btn-primary2:focus:before, input[type="submit"].btn-primary2:focus:before, .btn-form button[type="submit"].btn-primary2:focus:before, .btn.btn-white-small:focus:before, input[type="submit"].btn-white-small:focus:before, .btn-form button[type="submit"].btn-white-small:focus:before, .btn.btn-white:focus:before, input[type="submit"].btn-white:focus:before, .btn-form button[type="submit"].btn-white:focus:before, .btn.btn-orange-180:focus:before, input[type="submit"].btn-orange-180:focus:before, .btn-form button[type="submit"].btn-orange-180:focus:before, .btn.btn-white-180:focus:before, input[type="submit"].btn-white-180:focus:before, .btn-form button[type="submit"].btn-white-180:focus:before, .btn.btn-orange-white:focus:before, input[type="submit"].btn-orange-white:focus:before, .btn-form button[type="submit"].btn-orange-white:focus:before, .btn.btn-orange-white-small:focus:before, input[type="submit"].btn-orange-white-small:focus:before, .btn-form button[type="submit"].btn-orange-white-small:focus:before, .btn.btn-white-black:focus:before, input[type="submit"].btn-white-black:focus:before, .btn-form button[type="submit"].btn-white-black:focus:before, .btn.btn-secondary:focus:before, input[type="submit"].btn-secondary:focus:before, .btn-form button[type="submit"].btn-secondary:focus:before, .btn.btn-ternary:focus:before, input[type="submit"].btn-ternary:focus:before, .btn-form button[type="submit"].btn-ternary:focus:before, .btn.btn-orange:focus:before, input[type="submit"].btn-orange:focus:before, .btn-form button[type="submit"].btn-orange:focus:before, .btn.btn-default:focus:before, input[type="submit"].btn-default:focus:before, .btn-form button[type="submit"].btn-default:focus:before, .btn.btn-orange2:focus:before, input[type="submit"].btn-orange2:focus:before, .btn-form button[type="submit"].btn-orange2:focus:before, .btn.btn-primary:active:before, input[type="submit"].btn-primary:active:before, .btn-form button[type="submit"].btn-primary:active:before, .btn.btn-primary2:active:before, input[type="submit"].btn-primary2:active:before, .btn-form button[type="submit"].btn-primary2:active:before, .btn.btn-white-small:active:before, input[type="submit"].btn-white-small:active:before, .btn-form button[type="submit"].btn-white-small:active:before, .btn.btn-white:active:before, input[type="submit"].btn-white:active:before, .btn-form button[type="submit"].btn-white:active:before, .btn.btn-orange-180:active:before, input[type="submit"].btn-orange-180:active:before, .btn-form button[type="submit"].btn-orange-180:active:before, .btn.btn-white-180:active:before, input[type="submit"].btn-white-180:active:before, .btn-form button[type="submit"].btn-white-180:active:before, .btn.btn-orange-white:active:before, input[type="submit"].btn-orange-white:active:before, .btn-form button[type="submit"].btn-orange-white:active:before, .btn.btn-orange-white-small:active:before, input[type="submit"].btn-orange-white-small:active:before, .btn-form button[type="submit"].btn-orange-white-small:active:before, .btn.btn-white-black:active:before, input[type="submit"].btn-white-black:active:before, .btn-form button[type="submit"].btn-white-black:active:before, .btn.btn-secondary:active:before, input[type="submit"].btn-secondary:active:before, .btn-form button[type="submit"].btn-secondary:active:before, .btn.btn-ternary:active:before, input[type="submit"].btn-ternary:active:before, .btn-form button[type="submit"].btn-ternary:active:before, .btn.btn-orange:active:before, input[type="submit"].btn-orange:active:before, .btn-form button[type="submit"].btn-orange:active:before, .btn.btn-default:active:before, input[type="submit"].btn-default:active:before, .btn-form button[type="submit"].btn-default:active:before, .btn.btn-orange2:active:before, input[type="submit"].btn-orange2:active:before, .btn-form button[type="submit"].btn-orange2:active:before {
  left: 0;
  right: auto;
}
.btn.btn-primary:hover span, input[type="submit"].btn-primary:hover span, .btn-form button[type="submit"].btn-primary:hover span, .btn.btn-primary2:hover span, input[type="submit"].btn-primary2:hover span, .btn-form button[type="submit"].btn-primary2:hover span, .btn.btn-white-small:hover span, input[type="submit"].btn-white-small:hover span, .btn-form button[type="submit"].btn-white-small:hover span, .btn.btn-white:hover span, input[type="submit"].btn-white:hover span, .btn-form button[type="submit"].btn-white:hover span, .btn.btn-orange-180:hover span, input[type="submit"].btn-orange-180:hover span, .btn-form button[type="submit"].btn-orange-180:hover span, .btn.btn-white-180:hover span, input[type="submit"].btn-white-180:hover span, .btn-form button[type="submit"].btn-white-180:hover span, .btn.btn-orange-white:hover span, input[type="submit"].btn-orange-white:hover span, .btn-form button[type="submit"].btn-orange-white:hover span, .btn.btn-orange-white-small:hover span, input[type="submit"].btn-orange-white-small:hover span, .btn-form button[type="submit"].btn-orange-white-small:hover span, .btn.btn-white-black:hover span, input[type="submit"].btn-white-black:hover span, .btn-form button[type="submit"].btn-white-black:hover span, .btn.btn-secondary:hover span, input[type="submit"].btn-secondary:hover span, .btn-form button[type="submit"].btn-secondary:hover span, .btn.btn-ternary:hover span, input[type="submit"].btn-ternary:hover span, .btn-form button[type="submit"].btn-ternary:hover span, .btn.btn-orange:hover span, input[type="submit"].btn-orange:hover span, .btn-form button[type="submit"].btn-orange:hover span, .btn.btn-default:hover span, input[type="submit"].btn-default:hover span, .btn-form button[type="submit"].btn-default:hover span, .btn.btn-orange2:hover span, input[type="submit"].btn-orange2:hover span, .btn-form button[type="submit"].btn-orange2:hover span, .btn.btn-primary:focus span, input[type="submit"].btn-primary:focus span, .btn-form button[type="submit"].btn-primary:focus span, .btn.btn-primary2:focus span, input[type="submit"].btn-primary2:focus span, .btn-form button[type="submit"].btn-primary2:focus span, .btn.btn-white-small:focus span, input[type="submit"].btn-white-small:focus span, .btn-form button[type="submit"].btn-white-small:focus span, .btn.btn-white:focus span, input[type="submit"].btn-white:focus span, .btn-form button[type="submit"].btn-white:focus span, .btn.btn-orange-180:focus span, input[type="submit"].btn-orange-180:focus span, .btn-form button[type="submit"].btn-orange-180:focus span, .btn.btn-white-180:focus span, input[type="submit"].btn-white-180:focus span, .btn-form button[type="submit"].btn-white-180:focus span, .btn.btn-orange-white:focus span, input[type="submit"].btn-orange-white:focus span, .btn-form button[type="submit"].btn-orange-white:focus span, .btn.btn-orange-white-small:focus span, input[type="submit"].btn-orange-white-small:focus span, .btn-form button[type="submit"].btn-orange-white-small:focus span, .btn.btn-white-black:focus span, input[type="submit"].btn-white-black:focus span, .btn-form button[type="submit"].btn-white-black:focus span, .btn.btn-secondary:focus span, input[type="submit"].btn-secondary:focus span, .btn-form button[type="submit"].btn-secondary:focus span, .btn.btn-ternary:focus span, input[type="submit"].btn-ternary:focus span, .btn-form button[type="submit"].btn-ternary:focus span, .btn.btn-orange:focus span, input[type="submit"].btn-orange:focus span, .btn-form button[type="submit"].btn-orange:focus span, .btn.btn-default:focus span, input[type="submit"].btn-default:focus span, .btn-form button[type="submit"].btn-default:focus span, .btn.btn-orange2:focus span, input[type="submit"].btn-orange2:focus span, .btn-form button[type="submit"].btn-orange2:focus span, .btn.btn-primary:active span, input[type="submit"].btn-primary:active span, .btn-form button[type="submit"].btn-primary:active span, .btn.btn-primary2:active span, input[type="submit"].btn-primary2:active span, .btn-form button[type="submit"].btn-primary2:active span, .btn.btn-white-small:active span, input[type="submit"].btn-white-small:active span, .btn-form button[type="submit"].btn-white-small:active span, .btn.btn-white:active span, input[type="submit"].btn-white:active span, .btn-form button[type="submit"].btn-white:active span, .btn.btn-orange-180:active span, input[type="submit"].btn-orange-180:active span, .btn-form button[type="submit"].btn-orange-180:active span, .btn.btn-white-180:active span, input[type="submit"].btn-white-180:active span, .btn-form button[type="submit"].btn-white-180:active span, .btn.btn-orange-white:active span, input[type="submit"].btn-orange-white:active span, .btn-form button[type="submit"].btn-orange-white:active span, .btn.btn-orange-white-small:active span, input[type="submit"].btn-orange-white-small:active span, .btn-form button[type="submit"].btn-orange-white-small:active span, .btn.btn-white-black:active span, input[type="submit"].btn-white-black:active span, .btn-form button[type="submit"].btn-white-black:active span, .btn.btn-secondary:active span, input[type="submit"].btn-secondary:active span, .btn-form button[type="submit"].btn-secondary:active span, .btn.btn-ternary:active span, input[type="submit"].btn-ternary:active span, .btn-form button[type="submit"].btn-ternary:active span, .btn.btn-orange:active span, input[type="submit"].btn-orange:active span, .btn-form button[type="submit"].btn-orange:active span, .btn.btn-default:active span, input[type="submit"].btn-default:active span, .btn-form button[type="submit"].btn-default:active span, .btn.btn-orange2:active span, input[type="submit"].btn-orange2:active span, .btn-form button[type="submit"].btn-orange2:active span {
  position: relative;
  z-index: 2;
}
.btn.btn-primary2, input[type="submit"].btn-primary2, .btn-form button[type="submit"].btn-primary2, .btn.btn-white, input[type="submit"].btn-white, .btn-form button[type="submit"].btn-white, .btn.btn-white-180, input[type="submit"].btn-white-180, .btn-form button[type="submit"].btn-white-180, .btn.btn-orange-180, input[type="submit"].btn-orange-180, .btn-form button[type="submit"].btn-orange-180, .btn.btn-orange-white, input[type="submit"].btn-orange-white, .btn-form button[type="submit"].btn-orange-white, .btn.btn-white-black, input[type="submit"].btn-white-black, .btn-form button[type="submit"].btn-white-black {
  width: 100%;
  padding: 0 15px;
  line-height: 60px;
}
.btn.btn-white-small, input[type="submit"].btn-white-small, .btn-form button[type="submit"].btn-white-small, .btn.btn-white, input[type="submit"].btn-white, .btn-form button[type="submit"].btn-white, .btn.btn-white-180, input[type="submit"].btn-white-180, .btn-form button[type="submit"].btn-white-180, .btn.btn-white-black, input[type="submit"].btn-white-black, .btn-form button[type="submit"].btn-white-black {
  background-color: #fff;
  color: var(--primary-color);
}
.btn.btn-white-small span, input[type="submit"].btn-white-small span, .btn-form button[type="submit"].btn-white-small span, .btn.btn-white span, input[type="submit"].btn-white span, .btn-form button[type="submit"].btn-white span, .btn.btn-white-180 span, input[type="submit"].btn-white-180 span, .btn-form button[type="submit"].btn-white-180 span, .btn.btn-white-black span, input[type="submit"].btn-white-black span, .btn-form button[type="submit"].btn-white-black span {
  color: var(--primary-color);
}
.btn.btn-white-small:hover, input[type="submit"].btn-white-small:hover, .btn-form button[type="submit"].btn-white-small:hover, .btn.btn-white:hover, input[type="submit"].btn-white:hover, .btn-form button[type="submit"].btn-white:hover, .btn.btn-white-180:hover, input[type="submit"].btn-white-180:hover, .btn-form button[type="submit"].btn-white-180:hover, .btn.btn-white-black:hover, input[type="submit"].btn-white-black:hover, .btn-form button[type="submit"].btn-white-black:hover, .btn.btn-white-small:focus, input[type="submit"].btn-white-small:focus, .btn-form button[type="submit"].btn-white-small:focus, .btn.btn-white:focus, input[type="submit"].btn-white:focus, .btn-form button[type="submit"].btn-white:focus, .btn.btn-white-180:focus, input[type="submit"].btn-white-180:focus, .btn-form button[type="submit"].btn-white-180:focus, .btn.btn-white-black:focus, input[type="submit"].btn-white-black:focus, .btn-form button[type="submit"].btn-white-black:focus, .btn.btn-white-small:active, input[type="submit"].btn-white-small:active, .btn-form button[type="submit"].btn-white-small:active, .btn.btn-white:active, input[type="submit"].btn-white:active, .btn-form button[type="submit"].btn-white:active, .btn.btn-white-180:active, input[type="submit"].btn-white-180:active, .btn-form button[type="submit"].btn-white-180:active, .btn.btn-white-black:active, input[type="submit"].btn-white-black:active, .btn-form button[type="submit"].btn-white-black:active {
  background-color: #fff;
}
.btn.btn-white-small:hover:after, input[type="submit"].btn-white-small:hover:after, .btn-form button[type="submit"].btn-white-small:hover:after, .btn.btn-white:hover:after, input[type="submit"].btn-white:hover:after, .btn-form button[type="submit"].btn-white:hover:after, .btn.btn-white-180:hover:after, input[type="submit"].btn-white-180:hover:after, .btn-form button[type="submit"].btn-white-180:hover:after, .btn.btn-white-black:hover:after, input[type="submit"].btn-white-black:hover:after, .btn-form button[type="submit"].btn-white-black:hover:after, .btn.btn-white-small:focus:after, input[type="submit"].btn-white-small:focus:after, .btn-form button[type="submit"].btn-white-small:focus:after, .btn.btn-white:focus:after, input[type="submit"].btn-white:focus:after, .btn-form button[type="submit"].btn-white:focus:after, .btn.btn-white-180:focus:after, input[type="submit"].btn-white-180:focus:after, .btn-form button[type="submit"].btn-white-180:focus:after, .btn.btn-white-black:focus:after, input[type="submit"].btn-white-black:focus:after, .btn-form button[type="submit"].btn-white-black:focus:after, .btn.btn-white-small:active:after, input[type="submit"].btn-white-small:active:after, .btn-form button[type="submit"].btn-white-small:active:after, .btn.btn-white:active:after, input[type="submit"].btn-white:active:after, .btn-form button[type="submit"].btn-white:active:after, .btn.btn-white-180:active:after, input[type="submit"].btn-white-180:active:after, .btn-form button[type="submit"].btn-white-180:active:after, .btn.btn-white-black:active:after, input[type="submit"].btn-white-black:active:after, .btn-form button[type="submit"].btn-white-black:active:after, .btn.btn-white-small:hover:before, input[type="submit"].btn-white-small:hover:before, .btn-form button[type="submit"].btn-white-small:hover:before, .btn.btn-white:hover:before, input[type="submit"].btn-white:hover:before, .btn-form button[type="submit"].btn-white:hover:before, .btn.btn-white-180:hover:before, input[type="submit"].btn-white-180:hover:before, .btn-form button[type="submit"].btn-white-180:hover:before, .btn.btn-white-black:hover:before, input[type="submit"].btn-white-black:hover:before, .btn-form button[type="submit"].btn-white-black:hover:before, .btn.btn-white-small:focus:before, input[type="submit"].btn-white-small:focus:before, .btn-form button[type="submit"].btn-white-small:focus:before, .btn.btn-white:focus:before, input[type="submit"].btn-white:focus:before, .btn-form button[type="submit"].btn-white:focus:before, .btn.btn-white-180:focus:before, input[type="submit"].btn-white-180:focus:before, .btn-form button[type="submit"].btn-white-180:focus:before, .btn.btn-white-black:focus:before, input[type="submit"].btn-white-black:focus:before, .btn-form button[type="submit"].btn-white-black:focus:before, .btn.btn-white-small:active:before, input[type="submit"].btn-white-small:active:before, .btn-form button[type="submit"].btn-white-small:active:before, .btn.btn-white:active:before, input[type="submit"].btn-white:active:before, .btn-form button[type="submit"].btn-white:active:before, .btn.btn-white-180:active:before, input[type="submit"].btn-white-180:active:before, .btn-form button[type="submit"].btn-white-180:active:before, .btn.btn-white-black:active:before, input[type="submit"].btn-white-black:active:before, .btn-form button[type="submit"].btn-white-black:active:before {
  background-color: var(--primary-color);
}
.btn.btn-white-small:hover span, input[type="submit"].btn-white-small:hover span, .btn-form button[type="submit"].btn-white-small:hover span, .btn.btn-white:hover span, input[type="submit"].btn-white:hover span, .btn-form button[type="submit"].btn-white:hover span, .btn.btn-white-180:hover span, input[type="submit"].btn-white-180:hover span, .btn-form button[type="submit"].btn-white-180:hover span, .btn.btn-white-black:hover span, input[type="submit"].btn-white-black:hover span, .btn-form button[type="submit"].btn-white-black:hover span, .btn.btn-white-small:focus span, input[type="submit"].btn-white-small:focus span, .btn-form button[type="submit"].btn-white-small:focus span, .btn.btn-white:focus span, input[type="submit"].btn-white:focus span, .btn-form button[type="submit"].btn-white:focus span, .btn.btn-white-180:focus span, input[type="submit"].btn-white-180:focus span, .btn-form button[type="submit"].btn-white-180:focus span, .btn.btn-white-black:focus span, input[type="submit"].btn-white-black:focus span, .btn-form button[type="submit"].btn-white-black:focus span, .btn.btn-white-small:active span, input[type="submit"].btn-white-small:active span, .btn-form button[type="submit"].btn-white-small:active span, .btn.btn-white:active span, input[type="submit"].btn-white:active span, .btn-form button[type="submit"].btn-white:active span, .btn.btn-white-180:active span, input[type="submit"].btn-white-180:active span, .btn-form button[type="submit"].btn-white-180:active span, .btn.btn-white-black:active span, input[type="submit"].btn-white-black:active span, .btn-form button[type="submit"].btn-white-black:active span {
  color: #fff !important;
}
.btn.btn-white-black:hover:after, input[type="submit"].btn-white-black:hover:after, .btn-form button[type="submit"].btn-white-black:hover:after, .btn.btn-white-black:focus:after, input[type="submit"].btn-white-black:focus:after, .btn-form button[type="submit"].btn-white-black:focus:after, .btn.btn-white-black:hover:before, input[type="submit"].btn-white-black:hover:before, .btn-form button[type="submit"].btn-white-black:hover:before, .btn.btn-white-black:focus:before, input[type="submit"].btn-white-black:focus:before, .btn-form button[type="submit"].btn-white-black:focus:before {
  background-color: var(--secondary-color);
}
.btn.btn-primary, input[type="submit"].btn-primary, .btn-form button[type="submit"].btn-primary, .btn.btn-default, input[type="submit"].btn-default, .btn-form button[type="submit"].btn-default {
  background-color: var(--primary-color);
  color: #fff;
}
.btn.btn-primary:hover, input[type="submit"].btn-primary:hover, .btn-form button[type="submit"].btn-primary:hover, .btn.btn-default:hover, input[type="submit"].btn-default:hover, .btn-form button[type="submit"].btn-default:hover, .btn.btn-primary:focus, input[type="submit"].btn-primary:focus, .btn-form button[type="submit"].btn-primary:focus, .btn.btn-default:focus, input[type="submit"].btn-default:focus, .btn-form button[type="submit"].btn-default:focus {
  color: #fff;
}
.btn.btn-primary:hover:after, input[type="submit"].btn-primary:hover:after, .btn-form button[type="submit"].btn-primary:hover:after, .btn.btn-default:hover:after, input[type="submit"].btn-default:hover:after, .btn-form button[type="submit"].btn-default:hover:after, .btn.btn-primary:focus:after, input[type="submit"].btn-primary:focus:after, .btn-form button[type="submit"].btn-primary:focus:after, .btn.btn-default:focus:after, input[type="submit"].btn-default:focus:after, .btn-form button[type="submit"].btn-default:focus:after, .btn.btn-primary:hover:before, input[type="submit"].btn-primary:hover:before, .btn-form button[type="submit"].btn-primary:hover:before, .btn.btn-default:hover:before, input[type="submit"].btn-default:hover:before, .btn-form button[type="submit"].btn-default:hover:before, .btn.btn-primary:focus:before, input[type="submit"].btn-primary:focus:before, .btn-form button[type="submit"].btn-primary:focus:before, .btn.btn-default:focus:before, input[type="submit"].btn-default:focus:before, .btn-form button[type="submit"].btn-default:focus:before {
  background-color: var(--secondary-color);
}
.btn.btn-secondary, input[type="submit"].btn-secondary, .btn-form button[type="submit"].btn-secondary {
  background-color: var(--secondary-color);
  color: #fff;
}
.btn.btn-secondary:hover, input[type="submit"].btn-secondary:hover, .btn-form button[type="submit"].btn-secondary:hover, .btn.btn-secondary:focus, input[type="submit"].btn-secondary:focus, .btn-form button[type="submit"].btn-secondary:focus {
  color: #fff;
}
.btn.btn-secondary:hover:after, input[type="submit"].btn-secondary:hover:after, .btn-form button[type="submit"].btn-secondary:hover:after, .btn.btn-secondary:focus:after, input[type="submit"].btn-secondary:focus:after, .btn-form button[type="submit"].btn-secondary:focus:after, .btn.btn-secondary:hover:before, input[type="submit"].btn-secondary:hover:before, .btn-form button[type="submit"].btn-secondary:hover:before, .btn.btn-secondary:focus:before, input[type="submit"].btn-secondary:focus:before, .btn-form button[type="submit"].btn-secondary:focus:before {
  background-color: var(--primary-color);
}
.btn.btn-ternary, input[type="submit"].btn-ternary, .btn-form button[type="submit"].btn-ternary {
  background-color: var(--fourth-color);
  color: #fff;
}
.btn.btn-ternary:hover, input[type="submit"].btn-ternary:hover, .btn-form button[type="submit"].btn-ternary:hover, .btn.btn-ternary:focus, input[type="submit"].btn-ternary:focus, .btn-form button[type="submit"].btn-ternary:focus {
  color: var(--primary-color) !important;
}
.btn.btn-ternary:hover span, input[type="submit"].btn-ternary:hover span, .btn-form button[type="submit"].btn-ternary:hover span, .btn.btn-ternary:focus span, input[type="submit"].btn-ternary:focus span, .btn-form button[type="submit"].btn-ternary:focus span {
  color: var(--primary-color) !important;
}
.btn.btn-ternary:hover:after, input[type="submit"].btn-ternary:hover:after, .btn-form button[type="submit"].btn-ternary:hover:after, .btn.btn-ternary:focus:after, input[type="submit"].btn-ternary:focus:after, .btn-form button[type="submit"].btn-ternary:focus:after, .btn.btn-ternary:hover:before, input[type="submit"].btn-ternary:hover:before, .btn-form button[type="submit"].btn-ternary:hover:before, .btn.btn-ternary:focus:before, input[type="submit"].btn-ternary:focus:before, .btn-form button[type="submit"].btn-ternary:focus:before {
  background-color: #fff;
}
.btn.btn-orange, input[type="submit"].btn-orange, .btn-form button[type="submit"].btn-orange {
  background-color: var(--secondary-color);
  color: #fff;
}
.btn.btn-orange:hover, input[type="submit"].btn-orange:hover, .btn-form button[type="submit"].btn-orange:hover, .btn.btn-orange:focus, input[type="submit"].btn-orange:focus, .btn-form button[type="submit"].btn-orange:focus {
  color: #fff;
}
.btn.btn-orange:hover span, input[type="submit"].btn-orange:hover span, .btn-form button[type="submit"].btn-orange:hover span, .btn.btn-orange:focus span, input[type="submit"].btn-orange:focus span, .btn-form button[type="submit"].btn-orange:focus span {
  color: #fff;
}
.btn.btn-orange:hover:after, input[type="submit"].btn-orange:hover:after, .btn-form button[type="submit"].btn-orange:hover:after, .btn.btn-orange:focus:after, input[type="submit"].btn-orange:focus:after, .btn-form button[type="submit"].btn-orange:focus:after, .btn.btn-orange:hover:before, input[type="submit"].btn-orange:hover:before, .btn-form button[type="submit"].btn-orange:hover:before, .btn.btn-orange:focus:before, input[type="submit"].btn-orange:focus:before, .btn-form button[type="submit"].btn-orange:focus:before {
  background-color: var(--fifth-color) !important;
}
.btn.btn-orange2, input[type="submit"].btn-orange2, .btn-form button[type="submit"].btn-orange2 {
  background-color: var(--fifth-color);
  color: #fff;
}
.btn.btn-orange2:hover, input[type="submit"].btn-orange2:hover, .btn-form button[type="submit"].btn-orange2:hover, .btn.btn-orange2:focus, input[type="submit"].btn-orange2:focus, .btn-form button[type="submit"].btn-orange2:focus {
  color: #fff;
}
.btn.btn-orange2:hover span, input[type="submit"].btn-orange2:hover span, .btn-form button[type="submit"].btn-orange2:hover span, .btn.btn-orange2:focus span, input[type="submit"].btn-orange2:focus span, .btn-form button[type="submit"].btn-orange2:focus span {
  color: #fff;
}
.btn.btn-orange2:hover:after, input[type="submit"].btn-orange2:hover:after, .btn-form button[type="submit"].btn-orange2:hover:after, .btn.btn-orange2:focus:after, input[type="submit"].btn-orange2:focus:after, .btn-form button[type="submit"].btn-orange2:focus:after, .btn.btn-orange2:hover:before, input[type="submit"].btn-orange2:hover:before, .btn-form button[type="submit"].btn-orange2:hover:before, .btn.btn-orange2:focus:before, input[type="submit"].btn-orange2:focus:before, .btn-form button[type="submit"].btn-orange2:focus:before {
  background-color: var(--secondary-color) !important;
}
.btn.checkout.wc-forward:hover, input[type="submit"].checkout.wc-forward:hover, .btn-form button[type="submit"].checkout.wc-forward:hover, .btn.checkout.wc-forward:focus, input[type="submit"].checkout.wc-forward:focus, .btn-form button[type="submit"].checkout.wc-forward:focus, .btn.checkout.wc-forward:active, input[type="submit"].checkout.wc-forward:active, .btn-form button[type="submit"].checkout.wc-forward:active {
  color: #fff !important;
  background-color: var(--secondary-color) !important;
}
.pxl-button .icon-circle {
  padding: 0 65px 0 117px;
  background-color: var(--secondary-color);
  border-radius: 100px;
  line-height: 97px;
  font-size: 40px;
  font-family: 'DM Sans', sans-serif;
}
.pxl-button .icon-circle i {
  position: absolute;
  top: 11px;
  left: 11px;
  bottom: 11px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--fourth-color);
  border-radius: 50%;
  font-size: 29px;
  color: #fff;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
@media screen and (max-width: 575px) {
  .pxl-button .icon-circle {
    line-height: 60px;
    padding: 0 30px 0 80px;
  }
  .pxl-button .icon-circle i {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.pxl-button:hover .icon-circle {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-button:hover .icon-circle i {
  background-color: #fff;
  color: var(--primary-color);
}
[class*="pxl-"] .fal, [class^="pxl-"] .fal, [class*="pxl-"] .far, [class^="pxl-"] .far {
  font-family: "Font Awesome 5 Pro";
}
@media screen and (max-width: 991px) {
  .rs-parallax-wrap.pxl-group-center {
    min-width: 600px;
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.pxl-section-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pxl-logo a {
  display: inline-block;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-header-search-form, .form-domain {
  position: relative;
}
.pxl-header-search-form input, .form-domain input {
  height: 50px !important;
  font-size: 15px !important;
  box-shadow: rgba(20, 20, 20, 0.05) 2px 2px 20px 0px !important;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4f4f4f;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #4f4f4f !important;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  border-color: transparent !important;
}
.pxl-header-search-form input:active, .form-domain input:active, .pxl-header-search-form input:focus, .form-domain input:focus {
  background-color: #fff;
}
.pxl-header-search-form ::placeholder, .form-domain ::placeholder {
  color: #757575 !important;
}
.pxl-header-search-form button, .form-domain button, .pxl-header-search-form .search-submit, .form-domain .search-submit {
  cursor: pointer;
  position: absolute;
  border-radius: 0 100px 100px 0;
  padding: 0 50px;
  right: 0px;
  top: 0px;
  background-color: var(--secondary-color);
  height: 50px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
@media (max-width: 480px) {
  .pxl-header-search-form button, .form-domain button, .pxl-header-search-form .search-submit, .form-domain .search-submit {
    padding: 0 20px;
  }
}
.pxl-header-search-form button i, .form-domain button i, .pxl-header-search-form .search-submit i, .form-domain .search-submit i {
  color: #fff;
  font-size: 28px;
  line-height: 50px;
}
.pxl-header-search-form button:hover, .form-domain button:hover, .pxl-header-search-form .search-submit:hover, .form-domain .search-submit:hover {
  background-color: var(--secondary-color);
}
.form-domain .info-domain {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  display: none;
  padding: 20px 20px 15px 20px;
  margin-top: 20px;
}
.form-domain .info-domain .status {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.form-domain .info-domain .status.text-red {
  color: red;
}
.form-domain .info-domain .buy {
  margin-top: 20px;
  display: none;
}
.form-domain .info-domain .buy.show-btn-buy {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.form-domain .info-domain .buy.show-btn-buy a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.form-domain .info-domain .buy.show-btn-buy:hover {
  box-shadow: rgba(56, 177, 237, 0.5) 2px 2px 20px 0px;
}
.form-domain .info-domain.show-info {
  display: block !important;
  background-color: rgba(209, 231, 221, 0.3);
}
.form-domain .info-domain .wrap-info-domain {
  margin-top: 2px;
}
.form-domain .info-domain .wrap-info-domain.hide-info {
  display: none;
}
.form-domain .info-domain .wrap-info-domain .wrap-country, .form-domain .info-domain .wrap-info-domain .wrap-creat-time, .form-domain .info-domain .wrap-info-domain .wrap-expiration-time {
  padding: 2px 0;
}
.form-domain .info-domain .wrap-info-domain .wrap-country span:nth-child(1), .form-domain .info-domain .wrap-info-domain .wrap-creat-time span:nth-child(1), .form-domain .info-domain .wrap-info-domain .wrap-expiration-time span:nth-child(1) {
  font-weight: 700;
}
.form-domain .info-domain .wrap-info-domain .wrap-country span:nth-child(2), .form-domain .info-domain .wrap-info-domain .wrap-creat-time span:nth-child(2), .form-domain .info-domain .wrap-info-domain .wrap-expiration-time span:nth-child(2) {
  font-weight: 500;
}
.pxl-heading .typed-cursor {
  margin-left: -10px;
  animation: blink 0.8s infinite;
}
.pxl-heading .pxl-item--title {
  font-size: 48px;
  color: var(--primary-color);
}
@media screen and (max-width: 1024px) {
  .pxl-heading .pxl-item--title {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-heading .pxl-item--title {
    font-size: 28px;
  }
}
.pxl-heading .pxl-item--title.highlight-text-gradient span {
  background: -webkit-linear-gradient(0deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-heading .pxl-item--title b {
  font-weight: 700;
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
}
.pxl-heading .pxl-title--highlight {
  border-radius: 4px;
  overflow: hidden;
}
.pxl-heading .pxl-item--subtitle.sub-style-gradient {
  margin-bottom: 28px;
}
.pxl-heading .pxl-item--subtitle.sub-style-gradient span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 34px;
  font-weight: 700;
}
.pxl-heading .pxl-item--subtitle.style2 .wrap-subtitle {
  background-color: transparent;
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
  padding-bottom: 4px;
}
.pxl-heading .wow.letter {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-heading .wow.letter.animated {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pxl-heading.line-right {
  position: relative;
}
.pxl-heading.line-right .pxl-heading--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-heading.line-right .pxl-heading--inner:after {
  width: 25px;
  height: 3px;
  content: "";
  background-color: var(--secondary-color);
  margin-left: 15px;
}
.pxl-heading.line-bottom {
  position: relative;
}
.pxl-heading.line-bottom .pxl-heading--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 12px;
}
.pxl-heading.line-bottom .pxl-heading--inner:after {
  width: 30px;
  height: 2px;
  content: "";
  background-color: var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: 0px;
}
.pxl-heading .pxl-item--svg-stroke {
  font-family: 'Monda';
  font-size: 120px;
  font-weight: 700;
  line-height: normal;
  color: transparent;
  stroke: rgba(26, 24, 25, 0.2);
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 5s linear forwards infinite, filling 5s ease-in forwards infinite;
  overflow: visible;
}
.pxl-text-editor p {
  margin: 0;
}
.pxl-text-editor .btn, .pxl-text-editor input[type="submit"], .pxl-text-editor .btn-form button[type="submit"], .btn-form .pxl-text-editor button[type="submit"] {
  margin: 0 12px;
}
.pxl-text-editor .sc-button-wrap {
  display: inline-flex;
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link.style2 {
  display: flex;
  flex-wrap: wrap;
}
.pxl-link li {
  margin-bottom: 7px;
}
.pxl-link li a {
  display: inline-flex;
}
.pxl-link li i {
  min-width: 18px;
  margin-right: 8px;
  margin-top: 5px;
  font-size: 15px;
  color: var(--secondary-color);
}
.pxl-link li:last-child {
  margin-bottom: 0px;
}
.pxl-link.hv-style1 a:hover {
  color: var(--secondary-color);
}
.pxl-link.hv-style1 a i {
  position: relative;
}
.pxl-link.hv-style11 a:hover {
  color: var(--secondary-color);
}
.pxl-link.hv-style12 {
  border: 1px solid #e6e6e6;
  padding: 12px 0 14px;
  border-radius: 10px;
}
.pxl-link.hv-style12 li {
  padding: 0 29px;
}
.pxl-link.hv-style12 li a {
  font-size: 18px;
  line-height: 2;
  color: var(--primary-color);
  font-weight: 500;
}
.pxl-link.hv-style12 li a span.pxl-counter {
  color: var(--secondary-color);
  margin-right: 20px;
}
.pxl-link.hv-style12 li + li {
  margin-top: 7px;
  padding-top: 9px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.pxl-link.hv-style13 {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 21px 0 20px;
}
.pxl-link.hv-style13 li {
  padding: 0 29px 0 36px;
  position: relative;
}
.pxl-link.hv-style13 li a {
  font-size: 18px;
  line-height: 2;
  color: #87857f;
  font-weight: 500;
}
.pxl-link.hv-style13 li a span.pxl-counter {
  color: var(--secondary-color);
  margin-right: 20px;
}
.pxl-link.hv-style13 li:before {
  position: absolute;
  left: 6px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f6a235;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.pxl-link.hv-style13 li + li {
  margin-top: 9px;
  width: 100%;
}
.pxl-link.hv-style2 li {
  margin-bottom: 2px;
}
.pxl-link.hv-style2 li a {
  padding: 30px 40px;
  background-color: #f6f6f6;
  line-height: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: block;
}
.pxl-link.hv-style2 li a::after {
  -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;
  content: "\f10f";
  font-family: Caseicon;
  font-size: 21px;
  color: var(--primary-color);
  float: right;
  display: flex;
  align-items: center;
  font-weight: 700;
  opacity: 0;
  margin-right: 15px;
  visibility: hidden;
  color: #fff;
}
.pxl-link.hv-style2 li:hover a {
  color: #fff;
  background-color: var(--secondary-color);
}
.pxl-link.hv-style2 li:hover a::after {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.pxl-link.hv-style3 a {
  position: relative;
  display: inline-flex;
}
.pxl-link.hv-style3 a:before {
  content: '';
  background-color: var(--primary-color);
  width: 11px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -11px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.pxl-link.hv-style3 a:hover {
  padding-left: 18px;
}
.pxl-link.hv-style3 a:hover:before {
  left: 0;
  opacity: 1;
}
.pxl-link.hv-style4 li {
  background-color: #fff;
  padding: 24px 26px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  color: #414141;
}
.pxl-link.hv-style4 li i {
  margin-right: 18px;
  color: #6a5dde;
}
.pxl-link.hv-style4 li a {
  color: inherit;
}
.pxl-link.hv-style4 li a:hover {
  color: inherit;
}
.pxl-link.hv-style5 li {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
  color: #666;
}
.pxl-link.hv-style5 li i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  font-size: inherit;
  text-align: right;
}
.pxl-link.hv-style5 li a {
  color: inherit;
  display: block;
  position: relative;
  padding: 14px 42px 14px 22px;
}
.pxl-link.hv-style5 li a:hover {
  color: var(--primary-color);
}
.pxl-link.hv-style6 li {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #211d1c;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link.hv-style6 li i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  font-size: inherit;
  text-align: right;
  width: 37px;
  height: 35px;
  background-color: #f6f6f6;
  border-radius: 2px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  color: var(--primary-color);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link.hv-style6 li a {
  color: inherit;
  display: block;
  position: relative;
  padding: 14px 42px 14px 22px;
}
.pxl-link.hv-style6 li:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-link.hv-style6 li:hover i {
  background-color: #fff;
  color: #171717;
}
.pxl-link.hv-style7 i {
  margin-right: 16px;
  height: 30px;
  width: 30px;
  min-width: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: -moz-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: -ms-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: -o-linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  background-image: linear-gradient(60deg, var(--gradient-color-from), var(--gradient-color-to) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to) 50%');
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-top: -1px;
}
.pxl-link.hv-style7 span {
  font-size: 18px;
  color: #505050;
}
.pxl-link.hv-style8 li {
  display: inline-block;
  margin-bottom: 0;
  border-style: solid;
  border-color: #e0e4e9;
  border-width: 0 1px 0 0;
}
.pxl-link.hv-style8 li a {
  line-height: 42px;
  display: block;
  padding: 0 20px;
}
.pxl-link.hv-style8 li:last-child {
  border: none;
}
.pxl-link.hv-style8 li + li {
  margin-left: -4px;
}
.pxl-link.hv-style9 li {
  padding: 0;
}
.pxl-link.hv-style9 li i {
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  line-height: 1;
  margin: 0 13px 0 0;
}
.pxl-link.hv-style9 li i:after {
  background-color: var(--primary-color);
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.pxl-link.hv-style9 li a {
  display: flex;
}
.pxl-link.hv-style9 li:last-child {
  border: none;
}
.pxl-link.hv-style10 li {
  padding: 20px 30px;
  background-color: #f4f5f6;
  margin-bottom: 8px;
}
.pxl-link.hv-style10 li i {
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  line-height: 1;
  margin: 0 13px 0 0;
  color: #fff;
  z-index: 1;
}
.pxl-link.hv-style10 li i:after {
  background-color: var(--secondary-color);
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.pxl-link.hv-style10 li span {
  font-weight: 700;
  font-size: 16px;
}
.pxl-link.hv-style10 li + li {
  margin-bottom: 8px;
}
.btn-video {
  background-color: #fff;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  color: #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
}
.btn-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  animation: pxl_scale1 1500ms ease-out infinite;
  -webkit-animation: pxl_scale1 1500ms ease-out infinite;
  z-index: -2;
}
.btn-video:hover, .btn-video:focus {
  color: #000;
}
.btn-video:hover:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-button-video1.style1 {
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.pxl-button-video1.style2 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  position: relative;
  z-index: 1;
  font-size: 34px;
  background: none;
  color: #e72129;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(4px);
  -ms-backdrop-filter: blur(4px);
  -o-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transition: 300ms all ease 0ms;
  -khtml-transition: 300ms all ease 0ms;
  -moz-transition: 300ms all ease 0ms;
  -ms-transition: 300ms all ease 0ms;
  -o-transition: 300ms all ease 0ms;
  transition: 300ms all ease 0ms;
  text-align: center;
}
.pxl-button-video1.style2 i {
  width: 100%;
  height: 100%;
  text-align: center !important;
  line-height: 120px;
}
.pxl-button-video1.style2:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: scale-border 3s linear infinite;
  border: 0.3px solid #fff;
  background-color: transparent !important;
  border-radius: 500px;
  opacity: 0;
}
.pxl-button-video1.style2:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  animation: scale-border 3s 1.5s linear infinite;
  background-color: transparent !important;
  border: 0.3px solid #fff;
  border-radius: 500px;
  opacity: 0;
}
.pxl-button-video1.style2:hover {
  transform: scale(0.9);
}
.pxl-pagination1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.pxl-pagination1 > div {
  padding: 0 15px;
  width: 50%;
}
.pxl-pagination1 a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #6a6777;
}
.pxl-pagination1 .item--prev i {
  margin-right: 18px;
}
.pxl-pagination1 .item--prev i:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
.pxl-pagination1 .item--prev a:hover i {
  -o-animation: pxl_left_from_right 0.6s forwards;
  -ms-animation: pxl_left_from_right 0.6s forwards;
  -webkit-animation: pxl_left_from_right 0.6s forwards;
  animation: pxl_left_from_right 0.6s forwards;
}
.pxl-pagination1 .item--next {
  text-align: right;
}
.pxl-pagination1 .item--next i {
  margin-left: 18px;
}
.pxl-pagination1 .item--next a:hover i {
  -o-animation: pxl_right_from_left 0.6s forwards;
  -ms-animation: pxl_right_from_left 0.6s forwards;
  -webkit-animation: pxl_right_from_left 0.6s forwards;
  animation: pxl_right_from_left 0.6s forwards;
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #09013f;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  font-size: 21px;
  position: relative;
}
.pxl-search-popup-button.style-box {
  width: 47px;
  height: 47px;
  background-color: #009688;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
}
.pxl-cart-sidebar-button .pxl_cart_counter {
  background-color: #6bd800;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
}
.pxl-cart-popup-button {
  cursor: pointer;
}
.pxl-feature1 .pxl--item-title {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .pxl-feature1 .pxl--item-title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pxl-feature1 .pxl--item-title:before {
  content: '';
  width: 68px;
  height: 2px;
  background-color: #000439;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pxl-feature1 .pxl--item-title span {
  color: var(--primary-color);
}
.pxl-feature1 .pxl--item-description {
  color: #585e6c;
  margin-bottom: 14px;
}
.pxl-feature1 .pxl--item-meta {
  padding: 0 15px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .pxl-feature1 .pxl--item-meta {
    width: 100%;
  }
}
.pxl-feature1 .pxl--item-holder {
  width: 55%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .pxl-feature1 .pxl--item-holder {
    width: 100%;
  }
}
.pxl-feature1 .pxl--item {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-feature1 .pxl--item + .pxl--item {
  margin-top: 54px;
}
.pxl-feature1 .pxl--item:hover .pxl--item-title:before {
  width: 100%;
}
.pxl-section-shadow1 {
  z-index: 1;
}
.pxl-section-shadow1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: -2;
  -webkit-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -khtml-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -moz-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -ms-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  -o-box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
  box-shadow: 0 35px 43px rgba(85, 2, 255, 0.1);
}
.pxl-section-shadow1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  z-index: -1;
}
.pxl-contact-form.btn-w-full button, .pxl-contact-form.btn-w-full .wpcf7-submit {
  width: 100%;
}
.pxl-contact-form .wpcf7-form-control-wrap {
  display: inline-flex;
  width: 100%;
  position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -26px;
  left: 0px;
  font-size: 12px;
  background-color: #dc3232;
  color: rgba(255, 255, 255, 0.87);
  padding: 0 6px;
  white-space: nowrap;
  line-height: 22px;
  z-index: 99;
}
.pxl-contact-form form {
  position: relative;
}
.pxl-contact-form form .wpcf7-response-output {
  margin: 30px 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 20px;
  -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -moz-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -ms-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -o-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
}
.pxl-contact-form form .wpcf7-spinner {
  display: none;
}
.pxl-contact-form form:before {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent var(--primary-color) transparent var(--primary-color);
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
}
.pxl-contact-form form.submitting * {
  opacity: 0.66;
}
.pxl-contact-form form.submitting:before {
  opacity: 1;
  visibility: visible;
}
.pxl-icon1.style-round-box {
  margin-bottom: -8px;
}
.pxl-icon1.style-round-box a {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #313140;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.pxl-icon1.style-round-box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -2;
}
.pxl-icon1.style-round-box a i {
  display: inline-flex;
  transform: translate(-50%, -50%) !important;
}
.pxl-icon1.style-round-box a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.pxl-icon1.style-round-box-1 {
  /* Hover Style */
}
.pxl-icon1.style-round-box-1 a {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 43px;
  -khtml-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
  border-radius: 43px;
  background-color: #5a5866;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.pxl-icon1.style-round-box-1 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -2;
}
.pxl-icon1.style-round-box-1 a i {
  display: inline-flex;
  transform: translate(-50%, -50%) !important;
}
.pxl-icon1.style-round-box-1 a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-icon1.hv-style-default a:hover {
  -webkit-transform: translateY(-3px);
  -khtml-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.pxl-icon1.hv-style-gradient a:after {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.pxl-icon1.hv-style-gradient a:hover {
  color: #fff;
}
.pxl-icon1.hv-style-gradient a:hover:after {
  opacity: 1;
}
.pxl-icon1.style-divider a {
  display: inline-block;
  width: 37px;
  height: 42px;
  border-right: 1px solid #dae3ed;
  text-align: center;
  line-height: 42px;
}
.pxl-icon1.style-divider a:last-child {
  border-right: none;
}
.pxl-icon1.style-divider a + a {
  margin-left: -4px;
}
.pxl-title-effect .pxl-item--title {
  margin-bottom: 0;
}
.pxl-title-effect.pxl-type-gradient .pxl-item--title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.pxl-process1 {
  border: 2px solid #f1f2f0;
  -webkit-border-radius: 150px;
  -khtml-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 10px;
}
@media screen and (max-width: 1199px) {
  .pxl-process1 {
    padding: 32px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-process1 {
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
  }
}
.pxl-process1 .pxl-item--image {
  position: absolute;
  top: -100px;
  right: 0;
  height: 144px;
  width: 144px;
  line-height: 144px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -khtml-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -moz-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -ms-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  -o-box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
  box-shadow: 0 14px 28px rgba(18, 42, 0, 0.12);
}
.pxl-process1 .pxl-item--image img {
  max-height: 100px;
  width: auto;
  animation: pxl_bounce 1000ms ease-out infinite;
  -webkit-animation: pxl_bounce 1000ms ease-out infinite;
}
.pxl-process1 .pxl-item--number {
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #f8f8f8;
  border-radius: 53px;
  font-weight: 600;
  color: #122a00;
  margin: 0 auto 30px auto;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-process1 .pxl-item--title {
  margin: 0;
  font-size: 22px;
  color: #122a00;
}
.pxl-process1 .pxl-item--divider {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .pxl-process1 .pxl-item--divider {
    display: none;
  }
}
.pxl-process1 .pxl--item {
  width: 33.33%;
  padding: 0 20px;
  text-align: center;
  margin: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-process1 .pxl--item {
    width: 100%;
  }
}
.pxl-process1 .pxl--item:nth-child(1) .pxl-item--divider {
  width: 203px;
  height: 52px;
  background-image: url(../img/process-divider1.png);
  visibility: visible;
  right: -101px;
}
.pxl-process1 .pxl--item:nth-child(2) .pxl-item--divider {
  width: 207px;
  height: 48px;
  background-image: url(../img/process-divider2.png);
  visibility: visible;
  right: -103px;
  margin-top: -10px;
}
.pxl-process1 .pxl--item:hover .pxl-item--number {
  color: #fff;
  background-color: var(--primary-color);
}
.elementor-widget__width-initial.elementor-widget-pxl_image > .elementor-widget-container {
  width: 100%;
}
.el-bounce.bounce-active, .pxl-image-effect1.bounce-active {
  animation: pxl_zigzag 600ms ease-out infinite;
  -webkit-animation: pxl_zigzag 600ms ease-out infinite;
}
.pxl-image-effect2 {
  animation: pxl_bottom_top_small 3s ease-out infinite;
  -webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}
.pxl-recent-news1 {
  position: relative;
  z-index: 1;
}
.pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
  width: 25%;
  padding: 0 18px;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
    width: 33.33%;
  }
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .content-md, .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .img-md {
    display: block;
  }
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-lg, .pxl-recent-news1 .grid-sizer.pxl--item-lg .content-lg, .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-lg, .pxl-recent-news1 .grid-sizer.pxl--item-lg .img-lg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-recent-news1 .pxl-grid-item, .pxl-recent-news1 .grid-sizer {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg, .pxl-recent-news1 .grid-sizer.pxl--item-lg {
    width: 50%;
  }
  .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .content-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .content-md, .pxl-recent-news1 .pxl-grid-item.pxl--item-lg .img-md, .pxl-recent-news1 .grid-sizer.pxl--item-lg .img-md {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-first, .pxl-recent-news1 .grid-sizer.pxl--item-first {
  min-height: 265px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-first, .pxl-recent-news1 .grid-sizer.pxl--item-first {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-first .pxl-shape, .pxl-recent-news1 .grid-sizer.pxl--item-first .pxl-shape {
  position: absolute;
  top: 60px;
  left: 65px;
  z-index: -1;
  animation: pxl_right_left 12s infinite linear alternate;
}
.pxl-recent-news1 .pxl-item--sticky {
  position: absolute;
  top: -32px;
  right: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -khtml-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.32);
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 99;
}
.pxl-recent-news1 .pxl-item--image {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.pxl-recent-news1 .pxl-item--image img {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-recent-news1 .pxl-item--title {
  font-size: 18px;
  color: #122a00;
  margin-bottom: 9px;
}
.pxl-recent-news1 .pxl-item--title a {
  color: inherit;
}
.pxl-recent-news1 .pxl-item--title a:hover {
  color: inherit;
}
.pxl-recent-news1 .pxl-item--content {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5345;
  margin-bottom: 19px;
}
.pxl-recent-news1 .pxl-item--button .btn-plus-text {
  background-color: #eaebea;
  color: #122a00;
}
.pxl-recent-news1 .pxl-item--button .btn-plus-text:hover {
  color: #fff;
  background-color: #122a00;
}
.pxl-recent-news1 .pxl-grid-item {
  margin-bottom: 50px;
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-shape1 {
  margin-top: -80px;
  text-align: center;
  animation: pxl_bottom_top 12s infinite linear alternate;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-shape1 {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item.pxl--item-shape2 {
  text-align: center;
  animation: pxl_right_left 12s infinite linear alternate;
}
@media screen and (max-width: 1024px) {
  .pxl-recent-news1 .pxl-grid-item.pxl--item-shape2 {
    display: none;
  }
}
.pxl-recent-news1 .pxl-grid-item:hover .pxl-item--image img {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
@media screen and (min-width: 1025px) {
  .pxl-recent-news1 .pxl--item-lg .pxl-item--image {
    margin-bottom: 22px;
  }
  .pxl-recent-news1 .pxl--item-lg .pxl-item--title {
    font-size: 30px;
    line-height: 1.2;
  }
  .pxl-recent-news1 .pxl--item-lg .pxl-item--content {
    font-size: 16px;
    line-height: 1.6875;
    margin-bottom: 26px;
  }
}
.pxl-recent-news1 .pxl-grid-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  position: relative;
}
body:not(.elementor-editor-active) .elementor-widget-pxl_particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-particle .pxl-item--particle {
  position: absolute;
}
.pxl-particle + .elementor-container {
  z-index: 99;
}
.gallery-image .wrap-title {
  padding: 6px 40px 0 40px;
  background-color: var(--regular-color);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .gallery-image .wrap-title {
    padding: 6px 20px 0 20px;
    font-size: 20px;
  }
}
.gallery-image .wrap-title i {
  padding-right: 15px;
  color: #fff;
  font-size: 42px;
}
.gallery-image .pxl-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 43px 48px 25px 48px;
}
@media (max-width: 480px) {
  .gallery-image .pxl-gallery {
    padding: 43px 28px 25px 28px;
  }
}
.gallery-image .pxl-gallery a {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.gallery-image .pxl-gallery a:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.gallery-image .pxl-gallery a:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 1px;
  z-index: 5;
  background-color: #fff;
  top: 0%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-image .pxl-gallery .wrap-light-box {
  position: relative;
}
.gallery-image .pxl-gallery .wrap-light-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: var(--secondary-color);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
}
.gallery-image .pxl-gallery .wrap-light-box:hover:before {
  opacity: 0.7;
}
.gallery-image .pxl-gallery .wrap-light-box:hover a:after {
  top: 50%;
  opacity: 1;
  -webkit-transition: 200ms all linear 200ms;
  -khtml-transition: 200ms all linear 200ms;
  -moz-transition: 200ms all linear 200ms;
  -ms-transition: 200ms all linear 200ms;
  -o-transition: 200ms all linear 200ms;
  transition: 200ms all linear 200ms;
}
.gallery-image .pxl-gallery .wrap-light-box:hover a:before {
  -webkit-transition: 200ms all linear 200ms;
  -khtml-transition: 200ms all linear 200ms;
  -moz-transition: 200ms all linear 200ms;
  -ms-transition: 200ms all linear 200ms;
  -o-transition: 200ms all linear 200ms;
  transition: 200ms all linear 200ms;
  opacity: 1;
  left: 50%;
}
.gallery-image .pxl-gallery .pxl--item {
  padding: 0 7px 15px 8px;
  position: relative;
}
.gallery-image .pxl-gallery .pxl--item img {
  width: 100%;
  position: relative;
}
.gallery-image .pxl-gallery .pxl--item img:before {
  position: absolute;
  content: '';
  background-color: red;
  width: 100px;
  height: 100px;
}
.elementor-widget-overlay {
  width: 100% !important;
  height: 100%;
}
.elementor-widget-overlay .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.pxl-overlay {
  width: 100px;
  height: 100px;
}
.pxl-image-single {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single *, .pxl-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-spacer1 > div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-spacer1 .pxl-space--xl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-spacer1 .pxl-space--lg {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-spacer1 .pxl-space--md {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-spacer1 .pxl-space--sm {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .pxl-spacer1 .pxl-space--xs {
    display: block;
  }
}
.pxl-link {
  padding-left: 0 !important;
  list-style: none !important;
}
.pxl-heading .default .wrap-subtitle {
  display: inline-flex;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--secondary-color);
  font-weight: 700;
}
.pxl-client-carousel1 .pxl-swiper-wrapper {
  align-items: center !important;
}
.pxl-client-carousel1 .pxl-item-client a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pxl-client-carousel1 .pxl-item-client a img {
  display: block;
  width: auto;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.pxl-client-carousel1 .pxl-item-client a img:nth-child(1) {
  filter: grayscale(100%);
  opacity: 0.5;
}
.pxl-client-carousel1 .pxl-item-client a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -250%);
  -khtml-transform: translate(-50%, -250%);
  -moz-transform: translate(-50%, -250%);
  -ms-transform: translate(-50%, -250%);
  -o-transform: translate(-50%, -250%);
  transform: translate(-50%, -250%);
  opacity: 0;
}
.pxl-client-carousel1 .pxl-item-client a:hover img:nth-child(1) {
  -webkit-transform: translateY(150%);
  -khtml-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
.pxl-client-carousel1 .pxl-item-client a:hover img:nth-child(2) {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pxl-client-carousel2 .pxl-swiper-wrapper {
  align-items: center !important;
}
.pxl-client-carousel2 .pxl-item-client a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 35px 53px;
  filter: grayscale(100%);
  background-color: transparent;
  z-index: 1;
}
.pxl-client-carousel2 .pxl-item-client a img {
  display: block;
  width: auto;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  max-height: 35px;
  opacity: 0.5;
}
.pxl-client-carousel2 .pxl-item-client a:hover {
  background-color: #f2f8f8;
}
.pxl-client-carousel2 .pxl-item-client a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.pxl-image-grid1 .pxl-grid-item {
  padding: 12px !important;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image {
  -webkit-transition: 500ms all ease 0ms;
  -khtml-transition: 500ms all ease 0ms;
  -moz-transition: 500ms all ease 0ms;
  -ms-transition: 500ms all ease 0ms;
  -o-transition: 500ms all ease 0ms;
  transition: 500ms all ease 0ms;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image .wrap-item {
  overflow: hidden;
  position: relative;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image .wrap-item img {
  width: 100%;
  -webkit-transition: 500ms all ease 0ms;
  -khtml-transition: 500ms all ease 0ms;
  -moz-transition: 500ms all ease 0ms;
  -ms-transition: 500ms all ease 0ms;
  -o-transition: 500ms all ease 0ms;
  transition: 500ms all ease 0ms;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image .wrap-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  -webkit-transition: 500ms all ease 0ms;
  -khtml-transition: 500ms all ease 0ms;
  -moz-transition: 500ms all ease 0ms;
  -ms-transition: 500ms all ease 0ms;
  -o-transition: 500ms all ease 0ms;
  transition: 500ms all ease 0ms;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image .wrap-item .pxl-item--holder {
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: 500ms all ease 0ms;
  -khtml-transition: 500ms all ease 0ms;
  -moz-transition: 500ms all ease 0ms;
  -ms-transition: 500ms all ease 0ms;
  -o-transition: 500ms all ease 0ms;
  transition: 500ms all ease 0ms;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image .wrap-item .pxl-item--holder .pxl-item--title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 5px 25px 15px 0px;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image:hover img {
  transform: scale(1.1);
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image:hover .wrap-item:before {
  opacity: 0.8;
}
.pxl-image-grid1 .pxl-grid-item .pxl-item-image:hover .pxl-item--holder {
  transform: scale(1.2);
  opacity: 1;
}
.pxl-image-carousel1 .pxl-swiper-wrapper {
  align-items: center !important;
}
.pxl-image-carousel1 img {
  width: 100%;
}
.pxl-image-carousel1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-image-carousel1 .pxl-item--inner .wrap-item:before {
  position: absolute;
  content: '';
  background-color: var(--secondary-color);
  top: 50px;
  right: 50px;
  left: 50px;
  bottom: 50px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
  opacity: 0;
}
.pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: var(--secondary-color);
}
@media (max-width: 480px) {
  .pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.pxl-image-carousel1 .pxl-item--inner .light-box {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 80px;
  height: 80px;
  opacity: 0;
}
.pxl-image-carousel1 .pxl-item--inner .light-box:before {
  position: absolute;
  content: '';
  height: 80px;
  left: 49px;
  top: 0;
  width: 2px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .pxl-image-carousel1 .pxl-item--inner .light-box:before {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .pxl-image-carousel1 .pxl-item--inner .light-box:before {
    height: 80px;
  }
}
.pxl-image-carousel1 .pxl-item--inner .light-box:after {
  position: absolute;
  content: '';
  height: 80px;
  left: 49px;
  transform: rotate(90deg);
  top: 0px;
  width: 2px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pxl-image-carousel1 .pxl-item--inner .light-box:after {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .pxl-image-carousel1 .pxl-item--inner .light-box:after {
    height: 70px;
  }
}
.pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 10%;
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 480px) {
  .pxl-image-carousel1 .pxl-item--inner .pxl-image-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.pxl-image-carousel1 .pxl-item--inner:hover .light-box {
  top: 44%;
  -webkit-transition: 250ms all linear 100ms;
  -khtml-transition: 250ms all linear 100ms;
  -moz-transition: 250ms all linear 100ms;
  -ms-transition: 250ms all linear 100ms;
  -o-transition: 250ms all linear 100ms;
  transition: 250ms all linear 100ms;
  opacity: 1;
}
.pxl-image-carousel1 .pxl-item--inner:hover .pxl-image-title {
  top: 62%;
  opacity: 1;
  -webkit-transition: 250ms all linear 200ms;
  -khtml-transition: 250ms all linear 200ms;
  -moz-transition: 250ms all linear 200ms;
  -ms-transition: 250ms all linear 200ms;
  -o-transition: 250ms all linear 200ms;
  transition: 250ms all linear 200ms;
}
.pxl-image-carousel1 .pxl-item--inner:hover .wrap-item:before {
  opacity: 0.7;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.tt_timetable th {
  background-color: #e7e6e6 !important;
  color: var(--secondary-color) !important;
  padding: 12px 15px 14px;
  font-size: 20px;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
  background-color: #e7e6e6;
  border: 1px solid var(--secondary-color);
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.tt_responsive .tt_timetable.small .box_header {
  font-size: 20px !important;
  font-weight: bold;
  color: var(--secondary-color);
}
.pxl-grid-item .pxl-grid-direction .in-top .item--featured:before {
  -webkit-animation: in-top 0.3s ease 0ms 1 forwards;
  animation: in-top 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .out-top .item--featured:before {
  -webkit-animation: out-top 0.3s ease 0ms 1 forwards;
  animation: out-top 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-top .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-top .item--featured:before {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.pxl-grid-item .pxl-grid-direction .out-bottom .item--featured:before {
  -webkit-animation: out-bottom 0.3s ease 0ms 1 forwards;
  animation: out-bottom 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-bottom .item--featured:before {
  -webkit-animation: in-bottom 0.3s ease 0ms 1 forwards;
  animation: in-bottom 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-bottom .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-bottom .item--featured:before {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.pxl-grid-item .pxl-grid-direction .out-left .item--featured:before {
  -webkit-animation: out-left 0.3s ease 0ms 1 forwards;
  animation: out-left 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-left .item--featured:before {
  -webkit-animation: in-left 0.3s ease 0ms 1 forwards;
  animation: in-left 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-left .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-left .item--featured:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.pxl-grid-item .pxl-grid-direction .out-right .item--featured:before {
  -webkit-animation: out-right 0.3s ease 0ms 1 forwards;
  animation: out-right 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-right .item--featured:before {
  -webkit-animation: in-right 0.3s ease 0ms 1 forwards;
  animation: in-right 0.3s ease 0ms 1 forwards;
}
.pxl-grid-item .pxl-grid-direction .in-right .item--featured:before, .pxl-grid-item .pxl-grid-direction .out-right .item--featured:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.elementor-drop-cap-letter {
  box-shadow: 1px 10px 60px #fab319;
}
.site-header-lang {
  max-width: 60px;
}
.site-header-lang .wpml-ls-current-language > a {
  background-color: transparent !important;
}
.site-header-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f078" !important;
  font-family: 'Font Awesome 5 Pro';
  vertical-align: middle;
  display: inline-block;
  border: none !important;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 11px;
  font-weight: 700;
}
.site-header-lang .wpml-ls-link {
  background-color: #f8f8f8;
}
.site-header-lang .wpml-ls-statics-shortcode_actions .js-wpml-ls-item-toggle {
  padding: 0 !important;
}
.site-header-lang .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  border: none;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
  border-radius: 5px;
  min-width: 90px;
  text-align: center;
  background-color: #eaeaea !important;
}
.site-header-lang .wpml-ls-statics-shortcode_actions:hover .wpml-ls-sub-menu {
  opacity: 1;
  transform: translateY(0px);
}
.site-header-lang .wpml-ls-statics-shortcode_actions a {
  display: inline-flex;
  align-items: center;
  border: none !important;
  width: 100%;
  height: 100%;
  line-height: 2;
}
.site-header-lang .wpml-ls-statics-shortcode_actions a img {
  width: 20px;
  min-width: 20px;
  margin-right: 8px;
  border-radius: 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions a span {
  font-size: 14px;
  font-weight: 700;
  color: #252525;
}
.site-header-lang.style2 .js-wpml-ls-item-toggle {
  background-color: transparent !important;
}
#parallax {
  background-attachment: fixed;
  background-position-y: -0.2;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
.pxl-progressbar.default {
  font-size: 16px;
  font-weight: 500;
  color: #080808;
}
.pxl-progressbar.default .progress-percentage {
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  top: 0;
  right: 0;
}
.pxl-progressbar.default .progress-item {
  position: relative;
}
.pxl-progressbar.default .progress-item + .progress-item {
  margin-top: 24px;
}
.pxl-progressbar.default .progress-title-wrap {
  margin-bottom: 5px;
}
.pxl-progressbar.default .progress-bar-wrap {
  position: relative;
}
.pxl-progressbar.default .progress-bar-wrap .progress-bound {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #f2f2f2;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.pxl-progressbar.default .pxl-progress-bar {
  height: 10px;
  position: relative;
  width: 0;
  background-color: var(--secondary-color);
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.pxl-progressbar.style2 {
  font-size: 16px;
  font-weight: 500;
  color: #080808;
}
.pxl-progressbar.style2 .progress-percentage {
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  top: 0;
  right: 0;
}
.pxl-progressbar.style2 .progress-title {
  font-weight: 700;
  font-family: 'Monda', sans-serif;
}
.pxl-progressbar.style2 .progress-item {
  position: relative;
}
.pxl-progressbar.style2 .progress-item + .progress-item {
  margin-top: 24px;
}
.pxl-progressbar.style2 .progress-title-wrap {
  margin-bottom: 5px;
}
.pxl-progressbar.style2 .progress-bar-wrap {
  position: relative;
  padding: 5px;
  border: 2px solid #ededed;
}
.pxl-progressbar.style2 .pxl-progress-bar {
  height: 10px;
  position: relative;
  width: 0;
  background-color: var(--secondary-color);
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
}
.pxl-history .pxl-history-l1 {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
@media (max-width: 767px) {
  .pxl-history .pxl-history-l1 {
    display: block;
  }
}
.pxl-history .pxl-history-l1 li {
  border-top: 1px solid var(--secondary-color);
  list-style-type: none;
}
@media (max-width: 767px) {
  .pxl-history .pxl-history-l1 li {
    border: none;
  }
}
.pxl-history .pxl-history-l1 li .wrap-content .step {
  background-color: var(--secondary-color);
  font-size: 16.5px;
  height: 45px;
  width: 45px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 8px;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .pxl-history .pxl-history-l1 li .wrap-content .step {
    margin-top: 30px;
  }
}
.pxl-history .pxl-history-l1 li .wrap-content .title {
  margin-top: 27px;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  font-weight: bold;
  color: #161c2d;
}
.pxl-history .pxl-history-l1 li .wrap-content .desc {
  font-size: 15px;
  line-height: 1.8em;
  color: #6d7c90;
  padding-right: 30px;
}
.pxl-history .pxl-history-l1 li:last-child {
  border: none;
}
.pxl-client-grid1 .pxl-grid-item {
  padding: 0;
  margin-top: -1px;
}
.pxl-client-grid1 .pxl-grid-item:nth-child(1):before, .pxl-client-grid1 .pxl-grid-item:nth-child(2):before, .pxl-client-grid1 .pxl-grid-item:nth-child(4):before, .pxl-client-grid1 .pxl-grid-item:nth-child(5):before, .pxl-client-grid1 .pxl-grid-item:nth-child(7):before, .pxl-client-grid1 .pxl-grid-item:nth-child(8):before, .pxl-client-grid1 .pxl-grid-item:nth-child(10):before, .pxl-client-grid1 .pxl-grid-item:nth-child(11):before, .pxl-client-grid1 .pxl-grid-item:nth-child(13):before, .pxl-client-grid1 .pxl-grid-item:nth-child(14):before {
  content: '';
  top: -7px;
  height: 134px;
  right: 0;
  width: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 100%;
}
@media (max-width: 450px) {
  .pxl-client-grid1 .pxl-grid-item:nth-child(1):before, .pxl-client-grid1 .pxl-grid-item:nth-child(2):before, .pxl-client-grid1 .pxl-grid-item:nth-child(4):before, .pxl-client-grid1 .pxl-grid-item:nth-child(5):before, .pxl-client-grid1 .pxl-grid-item:nth-child(7):before, .pxl-client-grid1 .pxl-grid-item:nth-child(8):before, .pxl-client-grid1 .pxl-grid-item:nth-child(10):before, .pxl-client-grid1 .pxl-grid-item:nth-child(11):before, .pxl-client-grid1 .pxl-grid-item:nth-child(13):before, .pxl-client-grid1 .pxl-grid-item:nth-child(14):before {
    height: 100px !important;
  }
}
.pxl-client-grid1 .pxl-grid-item:nth-child(1), .pxl-client-grid1 .pxl-grid-item:nth-child(2), .pxl-client-grid1 .pxl-grid-item:nth-child(3), .pxl-client-grid1 .pxl-grid-item:nth-child(7), .pxl-client-grid1 .pxl-grid-item:nth-child(9), .pxl-client-grid1 .pxl-grid-item:nth-child(8), .pxl-client-grid1 .pxl-grid-item:nth-child(15), .pxl-client-grid1 .pxl-grid-item:nth-child(13), .pxl-client-grid1 .pxl-grid-item:nth-child(14) {
  border-bottom: 1px solid #f2f2f2;
}
.pxl-client-grid1 .pxl-grid-item .pxl-item--inner {
  text-align: center;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  min-height: 125px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .pxl-client-grid1 .pxl-grid-item .pxl-item--inner {
    min-height: 100px !important;
  }
}
.pxl-client-grid1 .pxl-grid-item .pxl-item--inner img {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  position: relative;
  width: auto;
  max-height: 80px;
}
.pxl-client-grid1 .pxl-grid-item .pxl-item--inner:hover img {
  transform: scale(0.9);
}
.pxl-text-carousel1 .pxl-swiper-slide {
  text-align: center;
}
.pxl-text-carousel1 .pxl-swiper-slide:nth-child(odd) {
  border-top: 1px solid #f0e5df;
  border-bottom: 1px solid #f0e5df;
}
.pxl-text-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-item--title {
  font-size: 72px;
  color: #000;
  font-weight: 700;
  line-height: 97px;
}
.pxl-text-carousel1 .pxl-swiper-slide:nth-child(even) .pxl-item--title {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  -webkit-text-stroke: 1px #ccc;
  text-stroke: 1px #ccc;
  line-height: 97px;
}
@media (max-width: 1700px) {
  .pxl-text-carousel1 .pxl-swiper-slide .pxl-item--title {
    font-size: 62px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 1500px) {
  .pxl-text-carousel1 .pxl-swiper-slide .pxl-item--title {
    font-size: 42px !important;
    line-height: 52px !important;
  }
}
@media (max-width: 767px) {
  .pxl-text-carousel1 .pxl-swiper-slide .pxl-item--title {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
.pxl-image-carousel2 .pxl-swiper-container {
  margin: 0 !important;
}
.pxl-image-carousel2 .pxl-swiper-slide {
  padding: 0 3px !important;
}
.pxl-image-carousel2 .pxl-swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.pxl-image-carousel2 .pxl-swiper-dots {
  margin-top: 45px !important;
  min-height: 12px;
  align-items: center;
}
.pxl-image-carousel2 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 21px !important;
  background-color: #c6c6c6 !important;
}
.pxl-image-carousel2 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #d13f18 !important;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.post .pxl-showcase .notification, .page .pxl-showcase .notification, .pxl-showcase .notification {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 33px;
  height: 33px;
  font-size: 13px;
  font-weight: 700;
  color: #14287b;
  background-color: #ffd532;
  position: absolute;
  width: 180px;
  padding: 0 10px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: -48px;
  font-family: poppins, sans-serif;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
}
.post .pxl-showcase.layout1 a, .page .pxl-showcase.layout1 a, .pxl-showcase.layout1 a {
  text-align: center !important;
}
.post .pxl-showcase.layout1 .item-feature, .page .pxl-showcase.layout1 .item-feature, .pxl-showcase.layout1 .item-feature {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .post .pxl-showcase.layout1 .item-feature, .page .pxl-showcase.layout1 .item-feature, .pxl-showcase.layout1 .item-feature {
    margin-bottom: 0;
  }
}
.post .pxl-showcase.layout1 .item-feature img, .page .pxl-showcase.layout1 .item-feature img, .pxl-showcase.layout1 .item-feature img {
  width: 100%;
}
.post .pxl-showcase.layout1 .item-feature:after, .page .pxl-showcase.layout1 .item-feature:after, .pxl-showcase.layout1 .item-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .49);
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.post .pxl-showcase.layout1 .item-title, .page .pxl-showcase.layout1 .item-title, .pxl-showcase.layout1 .item-title {
  font-size: 16px;
  color: var(--secondary-color);
  text-transform: capitalize;
  font-weight: 700;
}
.post .pxl-showcase.layout1 .item-title a, .page .pxl-showcase.layout1 .item-title a, .pxl-showcase.layout1 .item-title a {
  font-size: 16px;
  color: var(--secondary-color);
  text-transform: capitalize;
  font-weight: 700;
}
.post .pxl-showcase.layout1 .item-title a:hover, .page .pxl-showcase.layout1 .item-title a:hover, .pxl-showcase.layout1 .item-title a:hover {
  padding-left: 0;
  color: var(--primary-color);
}
.post .pxl-showcase.layout1 .item-title a:before, .page .pxl-showcase.layout1 .item-title a:before, .pxl-showcase.layout1 .item-title a:before {
  display: none;
}
.post .pxl-showcase.layout1 .pxl-item-links, .page .pxl-showcase.layout1 .pxl-item-links, .pxl-showcase.layout1 .pxl-item-links {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  position: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.post .pxl-showcase.layout1 .pxl-item-links a, .page .pxl-showcase.layout1 .pxl-item-links a, .pxl-showcase.layout1 .pxl-item-links a {
  display: inline-block;
  text-transform: uppercase;
  min-width: 100px;
  background-color: var(--secondary-color);
  line-height: 40px;
  padding: 0 10px;
  margin: 5px;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  padding-left: 10px !important;
  text-align: center !important;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}
.post .pxl-showcase.layout1 .pxl-item-links a:before, .page .pxl-showcase.layout1 .pxl-item-links a:before, .pxl-showcase.layout1 .pxl-item-links a:before {
  display: none;
}
.post .pxl-showcase.layout1 .pxl-item-links a:after, .page .pxl-showcase.layout1 .pxl-item-links a:after, .pxl-showcase.layout1 .pxl-item-links a:after {
  content: "";
  background: #fff;
  -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;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.post .pxl-showcase.layout1 .pxl-item-links a:hover, .page .pxl-showcase.layout1 .pxl-item-links a:hover, .pxl-showcase.layout1 .pxl-item-links a:hover {
  background-color: var(--primary-color);
}
.post .pxl-showcase.layout1 .pxl-item-links a:hover span, .page .pxl-showcase.layout1 .pxl-item-links a:hover span, .pxl-showcase.layout1 .pxl-item-links a:hover span {
  color: #fff;
}
.post .pxl-showcase.layout1 .pxl-item-links a:hover:after, .page .pxl-showcase.layout1 .pxl-item-links a:hover:after, .pxl-showcase.layout1 .pxl-item-links a:hover:after {
  left: 130%;
}
.post .pxl-showcase.layout1 .pxl-item-links a span, .page .pxl-showcase.layout1 .pxl-item-links a span, .pxl-showcase.layout1 .pxl-item-links a span {
  margin-top: 0;
}
.post .pxl-showcase.layout1 .inner-box, .page .pxl-showcase.layout1 .inner-box, .pxl-showcase.layout1 .inner-box {
  text-align: center;
}
.post .pxl-showcase.layout1:hover .item-feature:after, .page .pxl-showcase.layout1:hover .item-feature:after, .pxl-showcase.layout1:hover .item-feature:after {
  opacity: 1;
}
.post .pxl-showcase.layout1:hover .item-feature img, .page .pxl-showcase.layout1:hover .item-feature img, .pxl-showcase.layout1:hover .item-feature img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.post .pxl-showcase.layout1:hover .pxl-item-links, .page .pxl-showcase.layout1:hover .pxl-item-links, .pxl-showcase.layout1:hover .pxl-item-links {
  top: 50%;
  opacity: 1;
}
.post .pxl-showcase.layout2 .inner-box, .page .pxl-showcase.layout2 .inner-box, .pxl-showcase.layout2 .inner-box {
  text-align: center;
  position: relative;
}
.post .pxl-showcase.layout2 .item-feature, .page .pxl-showcase.layout2 .item-feature, .pxl-showcase.layout2 .item-feature {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -khtml-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -moz-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -ms-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -o-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  box-shadow: 0 0 15px rgba(10, 50, 229, .19);
}
.post .pxl-showcase.layout2 .item-feature img, .page .pxl-showcase.layout2 .item-feature img, .pxl-showcase.layout2 .item-feature img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.post .pxl-showcase.layout2 .item-feature:after, .page .pxl-showcase.layout2 .item-feature:after, .pxl-showcase.layout2 .item-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(39, 162, 45, 0.49);
  z-index: 2;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.post .pxl-showcase.layout2 .pxl-item-links, .page .pxl-showcase.layout2 .pxl-item-links, .pxl-showcase.layout2 .pxl-item-links {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}
.post .pxl-showcase.layout2 .pxl-item-links a, .page .pxl-showcase.layout2 .pxl-item-links a, .pxl-showcase.layout2 .pxl-item-links a {
  overflow: hidden;
  opacity: 0;
  display: inline-block;
  background-color: var(--primary-color);
  line-height: 50px;
  padding: 0 25px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
}
.post .pxl-showcase.layout2 .pxl-item-links a:after, .page .pxl-showcase.layout2 .pxl-item-links a:after, .pxl-showcase.layout2 .pxl-item-links a:after {
  content: "";
  background: #fff;
  -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;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.post .pxl-showcase.layout2 .pxl-item-links a:hover span, .page .pxl-showcase.layout2 .pxl-item-links a:hover span, .pxl-showcase.layout2 .pxl-item-links a:hover span {
  color: #fff;
}
.post .pxl-showcase.layout2 .pxl-item-links a:hover:after, .page .pxl-showcase.layout2 .pxl-item-links a:hover:after, .pxl-showcase.layout2 .pxl-item-links a:hover:after {
  left: 130%;
}
.post .pxl-showcase.layout2 .pxl-item-links a span, .page .pxl-showcase.layout2 .pxl-item-links a span, .pxl-showcase.layout2 .pxl-item-links a span {
  margin-top: 0;
}
.post .pxl-showcase.layout2 .pxl-item-links a + a, .page .pxl-showcase.layout2 .pxl-item-links a + a, .pxl-showcase.layout2 .pxl-item-links a + a {
  margin-left: 10px;
}
.post .pxl-showcase.layout2 .pxl-item-links a.link-1, .page .pxl-showcase.layout2 .pxl-item-links a.link-1, .pxl-showcase.layout2 .pxl-item-links a.link-1 {
  -webkit-transform: translateY(-120px);
  -khtml-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  transform: translateY(-120px);
}
.post .pxl-showcase.layout2 .pxl-item-links a.link-2, .page .pxl-showcase.layout2 .pxl-item-links a.link-2, .pxl-showcase.layout2 .pxl-item-links a.link-2 {
  -webkit-transform: translateY(120px);
  -khtml-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transform: translateY(120px);
}
.post .pxl-showcase.layout2 .item-title, .page .pxl-showcase.layout2 .item-title, .pxl-showcase.layout2 .item-title {
  font-size: 18px;
}
.post .pxl-showcase.layout2:hover .item-feature:after, .page .pxl-showcase.layout2:hover .item-feature:after, .pxl-showcase.layout2:hover .item-feature:after {
  opacity: 1;
}
.post .pxl-showcase.layout2:hover .item-feature img, .page .pxl-showcase.layout2:hover .item-feature img, .pxl-showcase.layout2:hover .item-feature img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.post .pxl-showcase.layout2:hover .pxl-item-links a, .page .pxl-showcase.layout2:hover .pxl-item-links a, .pxl-showcase.layout2:hover .pxl-item-links a {
  opacity: 1;
}
.post .pxl-showcase.layout2:hover .pxl-item-links a.link-1, .page .pxl-showcase.layout2:hover .pxl-item-links a.link-1, .pxl-showcase.layout2:hover .pxl-item-links a.link-1 {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.post .pxl-showcase.layout2:hover .pxl-item-links a.link-2, .page .pxl-showcase.layout2:hover .pxl-item-links a.link-2, .pxl-showcase.layout2:hover .pxl-item-links a.link-2 {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cooming .pxl-showcase .item-feature:after {
  opacity: 1 !important;
}
.text-red {
  color: red;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.pxl-map li {
  position: absolute;
  list-style-type: none;
}
.pxl-map li a {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  left: 30px;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .pxl-map li a {
    opacity: 0;
    -webkit-transition: 300ms all linear 0ms;
    -khtml-transition: 300ms all linear 0ms;
    -moz-transition: 300ms all linear 0ms;
    -ms-transition: 300ms all linear 0ms;
    -o-transition: 300ms all linear 0ms;
    transition: 300ms all linear 0ms;
  }
}
.pxl-map li .de-circle-1 {
  width: 15px;
  height: 15px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  position: absolute;
  margin: 5px 0 0 5px;
  left: -30px;
  top: 3px;
}
.pxl-map li .de-circle-2 {
  border: 4px solid var(--secondary-color);
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  left: -30px;
  top: 3px;
}
.pxl-map li:hover a {
  opacity: 1;
}
@media (max-width: 1300px) {
  .pxl-wrap-table {
    overflow-x: scroll;
  }
}
.pxl-wrap-table .pxl-table {
  box-shadow: rgba(0, 19, 87, 0.06) 0px 30px 60px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.pxl-wrap-table .pxl-table:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #38b1ed, #6bcbf4);
  z-index: 0;
}
.pxl-wrap-table .pxl-table .pxl-table-inner {
  text-align: center;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
@-moz-document url-prefix() {
  .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table {
    width: -moz-available;
  }
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table {
  width: -webkit-fill-available;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table:nth-child(1) a, .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table:nth-child(1) span {
  font-weight: 700;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--title {
  font-weight: bold;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--title {
    font-size: 16px;
  }
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item {
  display: grid;
  text-align: center;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > a, .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > span {
  line-height: 70px;
  height: 70px;
  overflow: hidden;
  font-size: 16px;
  color: #212529;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > a:nth-child(odd), .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > span:nth-child(odd) {
  background-color: #fff;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > a:nth-child(even), .pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item > span:nth-child(even) {
  background-color: #f5f5f5;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item a > span {
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
  color: #35404e;
  border: solid 2px rgba(0, 0, 0, .1);
  min-width: 158px;
  max-width: 158px;
  padding: 5px 40px;
  border-radius: 100px;
  -webkit-transition: 100ms all linear 0ms;
  -khtml-transition: 100ms all linear 0ms;
  -moz-transition: 100ms all linear 0ms;
  -ms-transition: 100ms all linear 0ms;
  -o-transition: 100ms all linear 0ms;
  transition: 100ms all linear 0ms;
}
.pxl-wrap-table .pxl-table .pxl-table-inner .wrap-table .pxl-table--item a > span:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: rgba(56, 177, 237, 0.5) 2px 2px 20px 0px;
}
.pxl-countdown {
  display: flex;
}
.pxl-countdown .countdown-amount {
  font-size: 0px;
  margin-top: 2px;
}
.pxl-countdown .countdown-amount span {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
.pxl-countdown .countdown-period {
  font-size: 12px;
  color: #767987;
}
.pxl-countdown .countdown-item {
  border: 1px solid #3d4357;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
}
.pxl-countdown .countdown-item .countdown-item-inner {
  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-countdown .countdown-item + .countdown-item {
  margin-left: 18px;
}
.border-bottom-15px {
  position: relative;
}
.border-bottom-15px:before {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: -15px;
  height: 15px;
  background-color: #40404c;
  content: "";
}
.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;
}
.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;
}
.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;
}
.tparrows:before {
  font-family: "Caseicon" !important;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease !important;
  -khtml-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.tparrows.tp-leftarrow:before {
  content: "\f10f" !important;
  color: var(--primary-color) !important;
  transform: rotate(180deg);
}
.tparrows.tp-rightarrow:before {
  content: "\f10f" !important;
  color: var(--primary-color) !important;
}
.tparrows {
  background-color: #fff !important;
  -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;
}
.tparrows:hover {
  background-color: var(--secondary-color) !important;
}
.tparrows:hover:before {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .tparrows {
    transform: scale(0.5);
  }
}
#rev_slider_6_1_wrapper .hesperiden.tparrows.tp-leftarrow:before {
  margin-left: 0 !important;
}
#rev_slider_6_1_wrapper .hesperiden.tparrows.tp-rightarrow:before {
  margin-right: 0 !important;
}
.pxl-button-carousel .pxl-swiper-arrow-wrap {
  display: flex;
}
.pxl-button-carousel .pxl-swiper-arrow-wrap .pxl-button-caro {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  -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;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-button-carousel .pxl-swiper-arrow-wrap .pxl-button-caro i {
  color: #000;
  font-size: 20px;
  -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-button-carousel .pxl-swiper-arrow-wrap .pxl-button-caro i:before {
  position: relative;
  top: 2px;
}
.pxl-button-carousel .pxl-swiper-arrow-wrap .pxl-button-caro.pxl-swiper-arrow-next {
  left: 64px;
  right: auto;
}
.pxl-button-carousel .pxl-swiper-arrow-wrap .pxl-button-caro:hover {
  background-color: var(--primary-color);
}
.pxl-button-carousel .pxl-swiper-arrow-wrap .pxl-button-caro:hover i {
  color: #fff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
  margin: 0 !important;
}
.pxl-search-form2 form {
  max-height: 45px;
  position: relative;
}
.pxl-search-form2 form input {
  line-height: 44px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color) !important;
  border: none !important;
  outline: none !important;
  padding: 0;
  box-shadow: none;
  border: 0px !important;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #d9d9d9 !important;
}
.pxl-search-form2 form input:focus, .pxl-search-form2 form input:hover, .pxl-search-form2 form input:active {
  border: none !important;
  outline: none !important;
}
@media screen and (max-width: 1600px) {
  .pxl-search-form2 form input {
    margin-right: 0;
    border: 0px !important;
  }
}
.pxl-search-form2 form button {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  line-height: 1;
}
.pxl-search-form2 form button i {
  font-size: 16px !important;
}
@media screen and (max-width: 1600px) {
  .pxl-search-form2 form button {
    right: 0;
  }
}
.pxl-search-popup-button {
  cursor: pointer;
}
.pxl-nav-menu.style2 {
  margin-left: 60px;
  padding-left: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.pxl-nav-menu.style2 ul li {
  margin: 0 30px;
}
@media screen and (max-width: 1700px) {
  .pxl-nav-menu.style2 ul li {
    margin: 0 15px;
  }
}
.pxl-nav-menu.style2 ul li ul li {
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .pxl-nav-menu.style2 {
    margin-left: 45px;
    padding-left: 30px;
  }
}
.pxl-nav-menu.style3 {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.pxl-nav-menu.style3 ul li {
  margin: 0 30px;
}
@media screen and (max-width: 1880px) {
  .pxl-nav-menu.style3 ul li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1700px) {
  .pxl-nav-menu.style3 ul li {
    margin: 0 15px;
  }
}
.pxl-nav-menu.style3 ul li ul li {
  margin: 0;
}
.pxl-nav-menu.style4 ul li {
  padding-right: 30px;
  margin: 0;
}
.pxl-nav-menu.style4 ul li a {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color);
}
.pxl-nav-menu.style4 ul li a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 1600px) {
  .pxl-nav-menu.style4 ul li {
    padding-right: 20px;
  }
}
.pxl-nav-menu.style4 ul > .current-menu-ancestor > a:after {
  content: "\f13c";
  font-family: 'Caseicon';
  font-size: 13px;
  color: var(--secondary-color);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.pxl-nav-menu.style4 ul > .menu-item-has-children:after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color);
}
.pxl-nav-menu.style4 ul > .menu-item-has-children ul li:after {
  display: none;
}
.pxl-nav-menu.style4 li + li {
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .pxl-nav-menu.style4 li + li {
    padding-left: 20px;
  }
}
.pxl-nav-menu.style4 li + li .sub-menu li a {
  color: var(--primary-color);
}
.pxl-nav-menu.style4 li + li .sub-menu li a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.style4 li + li .sub-menu li a i {
  font-size: 13px;
}
.pxl-nav-menu.style4 li + li .sub-menu li + li {
  padding: 0px;
}
.pxl-nav-menu.style4 > ul > li:last-child {
  padding-right: 0;
}
.pxl-nav-menu.style5 ul li {
  margin: 0;
}
.pxl-nav-menu.style5 ul li a {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color);
  position: relative;
}
.pxl-nav-menu.style5 ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 100%;
  height: 2px;
  -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;
  background-color: var(--secondary-color);
}
.pxl-nav-menu.style5 ul li a:hover {
  color: var(--secondary-color);
}
.pxl-nav-menu.style5 ul li a:hover:before {
  right: 0;
}
.pxl-nav-menu.style5 ul > .current-menu-ancestor > a:after {
  content: "\f13c";
  font-family: 'Caseicon';
  font-size: 13px;
  color: var(--secondary-color);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.pxl-nav-menu.style5 ul > .current-menu-ancestor > a:before {
  right: 0;
}
.pxl-nav-menu.style5 ul > .menu-item-has-children:after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color);
}
.pxl-nav-menu.style5 ul > .menu-item-has-children ul li:after {
  display: none;
}
.pxl-nav-menu.style5 li + li {
  padding-left: 46px;
}
@media screen and (max-width: 1600px) {
  .pxl-nav-menu.style5 li + li {
    padding-left: 30px;
    margin: 0;
  }
}
.pxl-nav-menu.style5 li + li .sub-menu li a {
  color: var(--primary-color);
}
.pxl-nav-menu.style5 li + li .sub-menu li a:hover {
  color: var(--primary-color);
}
.pxl-nav-menu.style5 li + li .sub-menu li a i {
  font-size: 13px;
}
.pxl-nav-menu.style5 li + li .sub-menu li + li {
  padding: 0px;
}
.pxl-nav-menu.style5 > ul > li:last-child {
  padding-right: 0;
}
.pxl-portfolio-detail {
  padding: 60px;
  background-color: #f4f4f4;
}
.pxl-portfolio-detail .wg-title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pxl-portfolio-detail .list--detail .item--detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.pxl-portfolio-detail .list--detail .item--detail label {
  color: var(--primary-color);
  margin-right: 30px;
}
.pxl-portfolio-detail .list--detail .item--detail .item--content {
  color: #757575;
  text-align: right;
}
.pxl-portfolio-detail .list--detail .item--detail .item--content a {
  color: #757575;
}
.pxl-portfolio-detail .list--detail .item--detail .item--content a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-detail .list--detail .item--detail.item--detail:last-child {
  margin-bottom: 0;
}
.pxl-post-layout-post-1 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-post-layout-post-1 .pxl-item--inner {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image {
  z-index: 1;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image {
    display: block;
  }
  .pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image img {
    width: 100%;
    height: 300px;
  }
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature:after {
  background: rgba(255, 255, 255, .6);
  bottom: 0%;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0%;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
  transform: translateX(-100%);
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
  transform: translateX(100%);
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature a {
  display: block;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date {
  position: absolute;
  left: 20px;
  bottom: 0;
  padding: 18px 13px;
  background-color: var(--secondary-color);
  text-align: center;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .day {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.pxl-post-layout-post-1 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .month {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body {
  z-index: 1;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body:before {
  position: absolute;
  top: 90px;
  left: -15px;
  right: -15px;
  bottom: 0;
  border: 1px solid #dfe8ee;
  -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;
  content: "";
  z-index: -1;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder {
  padding: 20px 20px 45px;
}
@media screen and (max-width: 767px) {
  .pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder {
    padding: 20px 0 20px;
  }
  .pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
  }
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author {
  margin-right: 15px;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a {
  color: var(--regular-color);
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a i {
  color: var(--fifth-color);
  margin-right: 15px;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment a {
  color: var(--regular-color);
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment a i {
  color: var(--fifth-color);
  margin-right: 15px;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title {
  margin-bottom: 0;
  line-height: 1;
}
.pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 991px) {
  .pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-layout-post-1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
    font-size: 18px;
  }
}
.pxl-post-layout-post-1 .pxl-item--inner:hover .entry-body:before {
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
.pxl-portfolio-grid-layout1 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner {
  position: relative;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--featured {
  position: relative;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--featured:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--featured:after {
  background: rgba(255, 255, 255, .6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--featured img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--featured .pxl-icon-plus {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--fifth-color);
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -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.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;
  z-index: 99;
  transform: scale(0);
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--featured .pxl-icon-plus i {
  color: #fff;
  font-size: 13px;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder {
  position: absolute;
  bottom: 0px;
  padding: 50px 50px 40px;
  width: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder .pxl-wrap-content .pxl-line {
  width: 35px;
  height: 2px;
  background-color: var(--secondary-color);
  margin-bottom: 20px;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder .pxl-wrap-content .item--category a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fefefe;
  text-transform: uppercase;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder .pxl-wrap-content .item--category a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder .pxl-wrap-content .item--title {
  margin-bottom: 0;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder .pxl-wrap-content .item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #fefefe;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner .item--holder .pxl-wrap-content .item--title a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner:hover .pxl-icon-plus {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner:hover .item--featured:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-portfolio-grid-layout1 .wrap-content-portfolio .pxl-item--inner:hover .item--featured:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-service-grid-layout1 .pxl-item--inner {
  margin-bottom: 30px;
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder {
  padding: 50px 40px;
  -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;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder .item--icon {
  margin-bottom: 15px;
  line-height: 1;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder .item--icon i {
  font-size: 70px;
  color: var(--secondary-color);
  line-height: 1;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder .pxl-item-postion {
  font-size: 16.37px;
  font-weight: 700;
  color: #767676;
  text-transform: uppercase;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 12px;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder .pxl-item--title:hover {
  color: var(--secondary-color);
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--holder .content-excerpt {
  font-size: 20px;
  font-weight: 400;
  line-height: 40.92px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image {
  position: relative;
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image img {
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .wrap-feature a {
  display: block;
  z-index: 99;
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .wrap-feature:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 1;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .wrap-feature:after {
  background: rgba(255, 255, 255, .6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  z-index: 1;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore {
  position: absolute;
  top: -23px;
  left: 30px;
  z-index: 100;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a {
  margin: 0 auto;
  border-radius: 5px;
  line-height: 53px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: auto;
  min-width: 47px;
  transition: min-width 0.3s 0.1s;
  position: relative;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a span, .pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a i {
  transition: opacity 0.3s;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a span {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a:hover {
  min-width: 130px;
  transition: min-width 0.3s;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a:hover span, .pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a:hover i {
  transition: opacity 0.3s 0.1s;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a:hover span {
  opacity: 1;
}
.pxl-service-grid-layout1 .pxl-item--inner .pxl-item--image .pxl-readmore a:hover i {
  opacity: 0;
}
.pxl-service-grid-layout1 .pxl-item--inner:hover .wrap-readmore .pxl-readmore {
  left: -100%;
}
.pxl-service-grid-layout1 .pxl-item--inner:hover .wrap-readmore .pxl-readmore-2 {
  left: 0%;
}
.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item--image .wrap-feature:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-service-grid-layout1 .pxl-item--inner:hover .pxl-item--image .wrap-feature:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-service-grid-layout2 .pxl-item--inner {
  margin-bottom: 30px;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--image img {
  width: 100%;
  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-item--inner .pxl-item--image .item--icon {
  position: absolute;
  bottom: -72px;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--image .item--icon i {
  font-size: 50px;
  color: #fff;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item--image .item--icon i:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-item--inner .pxl-item--image .item--icon {
    bottom: 0;
    width: 65px;
    height: 65px;
  }
  .pxl-service-grid-layout2 .pxl-item--inner .pxl-item--image .item--icon i {
    font-size: 32px;
  }
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder {
  padding: 40px 60px 35px 30px;
  background-color: #fff;
  position: relative;
  margin-left: 3px;
  overflow: hidden;
  max-height: 210px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder {
    padding: 20px 15px 220px;
  }
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item--title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .content-excerpt {
  font-size: 16px;
  line-height: 1.875;
  color: #7c858c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore {
  position: absolute;
  bottom: 48px;
  right: -47px;
  transform: rotate(90deg);
  background-color: var(--primary-color);
  padding: 0 35px;
  color: #fff;
  line-height: 45px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore {
    position: relative;
    bottom: auto;
    right: auto;
    transform: rotate(0deg);
    margin-top: 15px;
    display: block;
    max-width: 150px;
    text-align: center;
  }
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore span {
  position: relative;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore:hover {
  background-color: var(--primary-color);
}
.pxl-service-grid-layout2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore:hover span:before {
  width: 100%;
}
.pxl-blog-grid-layout2 .pxl-grid-item {
  margin-bottom: 30px;
}
.pxl-blog-grid-layout2 .pxl-item--inner {
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, rgba(23, 26, 29, 0.01) 100%);
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -khtml-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  visibility: visible;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature a img {
  width: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 64px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 2;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .day, .pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .month {
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature {
    flex-direction: column;
  }
  .pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--author {
    margin-bottom: 7px;
  }
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px 30px 30px 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder {
    padding: 20px 15px;
  }
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta {
  z-index: 2;
  display: flex;
  margin-bottom: 4px;
  position: relative;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author {
  margin-right: 8px;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 15px;
  display: flex;
  -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-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author a i {
  font-size: 14px;
  color: var(--secondary-color);
  margin-right: 10px;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .item-comment a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  -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-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .item-comment a i {
  font-size: 14px;
  color: var(--secondary-color);
  margin-right: 10px;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title {
  position: relative;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -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;
  z-index: 2;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 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;
}
@media screen and (max-width: 767px) {
  .pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title a {
    font-size: 18px;
  }
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item--holder:after {
  content: "";
  top: 371px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 0px 0px 10px 10px;
  -khtml-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -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: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item-readmore {
  -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;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 137px;
  right: 60px;
  z-index: 3;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item-readmore i {
  color: #fff;
  font-size: 12px;
}
.pxl-blog-grid-layout2 .pxl-item--inner .pxl-item--image .pxl-item-readmore:hover {
  background-color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--image:before {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .wrap-meta .pxl-item--author {
  margin-right: 8px;
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .wrap-meta .pxl-item--author a {
  color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .wrap-meta .pxl-item--author a i {
  font-size: 14px;
  color: var(--secondary-color);
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .wrap-meta .item-comment a {
  color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .wrap-meta .item-comment a i {
  color: var(--secondary-color);
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .pxl-item--title {
  line-height: 1;
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder .pxl-item--title a {
  color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item--holder:after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item-readmore {
  -webkit-transition: all 0.3s ease 0.3s;
  -khtml-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  opacity: 1;
  visibility: visible;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  right: 20px;
}
.pxl-blog-grid-layout2 .pxl-item--inner:hover .pxl-item-readmore i {
  color: #fff;
  font-size: 12px;
}
.pxl-service-single1 {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 3px 0 29px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 0 29px rgba(0, 0, 0, 0.05);
  -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-single1 .pxl-item--inner {
  position: relative;
}
.pxl-service-single1 .pxl-item--inner .pxl-item--image img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-single1 .pxl-item--inner .pxl-item--icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 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;
}
@media screen and (max-width: 575px) {
  .pxl-service-single1 .pxl-item--inner .pxl-item--icon {
    transform: scale(0.8);
  }
}
.pxl-service-single1 .pxl-item--inner .pxl-item--icon i {
  color: var(--secondary-color);
  font-size: 50px;
  -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;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pxl-service-single1 .pxl-item--inner .pxl-item--icon {
    background-color: rgba(255, 255, 255, 0.001);
  }
}
.pxl-service-single1 .pxl-item--inner .pxl-number-count {
  font-size: 60px;
  font-weight: 700;
  color: var(--secondary-color);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  opacity: 0.22;
  position: absolute;
  top: 41px;
  right: 61px;
  -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;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-service-single1 .pxl-item--inner .pxl-number-count {
    top: 15px;
    right: 15px;
  }
}
.pxl-service-single1 .pxl-item--inner .pxl-item--holder {
  position: absolute;
  right: 30px;
  left: 30px;
  bottom: 40px;
  z-index: 3;
}
.pxl-service-single1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  color: var(--fourth-color);
  margin-bottom: 15px;
  line-height: 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-single1 .pxl-item--inner .pxl-item--holder .pxl-item--desc {
  font-size: 16px;
  line-height: 1.875;
  color: #767676;
  -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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pxl-service-single1 .pxl-item--inner .pxl-readmore {
  position: absolute;
  bottom: -20px;
  left: 30px;
  -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-single1 .pxl-item--inner .pxl-readmore a {
  margin: 0 auto;
  border-radius: 5px;
  line-height: 53px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: auto;
  min-width: 40px;
  height: 40px;
  transition: min-width 0.3s 0.1s;
  position: relative;
}
.pxl-service-single1 .pxl-item--inner .pxl-readmore a span, .pxl-service-single1 .pxl-item--inner .pxl-readmore a i {
  transition: opacity 0.3s;
}
.pxl-service-single1 .pxl-item--inner .pxl-readmore a span {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  -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;
}
@media screen and (max-width: 1024px) {
  .pxl-service-single1 {
    background-color: var(--fourth-color);
  }
  .pxl-service-single1 .pxl-item--image img {
    width: 100%;
    opacity: 0.2 !important;
  }
  .pxl-service-single1 .pxl-item--icon {
    background-color: #fff !important;
  }
  .pxl-service-single1 .pxl-number-count {
    color: #fff !important;
  }
  .pxl-service-single1 .pxl-item--holder .pxl-item--title {
    color: #fff !important;
  }
  .pxl-service-single1 .pxl-item--holder .pxl-item--desc {
    color: #fff !important;
  }
  .pxl-service-single1 .pxl-readmore a {
    min-width: 130px;
    transition: min-width 0.3s;
  }
  .pxl-service-single1 .pxl-readmore a span, .pxl-service-single1 .pxl-readmore a i {
    transition: opacity 0.3s 0.1s;
  }
  .pxl-service-single1 .pxl-readmore a span {
    opacity: 1;
  }
  .pxl-service-single1 .pxl-readmore a i {
    opacity: 1;
  }
  .pxl-service-single1 .pxl-readmore a:hover {
    min-width: 130px;
    transition: min-width 0.3s;
  }
  .pxl-service-single1 .pxl-readmore a:hover span, .pxl-service-single1 .pxl-readmore a:hover i {
    transition: opacity 0.3s 0.1s;
  }
  .pxl-service-single1 .pxl-readmore a:hover span {
    opacity: 1;
  }
  .pxl-service-single1 .pxl-readmore a:hover i {
    opacity: 0;
  }
}
.pxl-service-single1:hover {
  background-color: var(--fourth-color);
}
.pxl-service-single1:hover .pxl-item--image img {
  width: 100%;
  opacity: 0.2;
}
.pxl-service-single1:hover .pxl-item--icon {
  background-color: #fff;
}
.pxl-service-single1:hover .pxl-number-count {
  color: #fff;
}
.pxl-service-single1:hover .pxl-item--holder .pxl-item--title {
  color: #fff;
}
.pxl-service-single1:hover .pxl-item--holder .pxl-item--desc {
  color: #fff;
}
.pxl-service-single1:hover .pxl-readmore a {
  min-width: 130px;
  transition: min-width 0.3s;
}
.pxl-service-single1:hover .pxl-readmore a span, .pxl-service-single1:hover .pxl-readmore a i {
  transition: opacity 0.3s 0.1s;
}
.pxl-service-single1:hover .pxl-readmore a span {
  opacity: 1;
}
.pxl-service-single1:hover .pxl-readmore a i {
  opacity: 0;
}
.pxl-service-single2 {
  position: relative;
  background-color: #fff;
  border: 1px solid #e8e9e9;
  -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-single2 .pxl-item--inner {
  position: relative;
  min-height: 320px;
}
.pxl-service-single2 .pxl-item--inner .pxl-item--image img {
  min-height: 320px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-single2 .pxl-item--inner .wrap-content {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-number-count {
  font-size: 17px;
  font-weight: 700;
  color: #f6a235;
  -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;
  line-height: 1;
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder {
  position: absolute;
  bottom: 32px;
  display: block;
  padding-left: 50px;
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder:before {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #f6a235;
}
@media screen and (max-width: 1199px) {
  .pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder {
    padding: 0;
  }
  .pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder:before {
    display: none;
  }
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item--icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-bottom: 13px;
  font-size: 56px;
  -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-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item--icon i {
  color: #f6a235;
}
@media screen and (max-width: 575px) {
  .pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item--icon {
    transform: scale(0.8);
  }
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1819;
  margin-bottom: 27px;
  line-height: 1;
  font-family: 'Monda', sans-serif;
  -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-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-readmore {
  position: absolute;
  min-height: 32px;
  -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-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-readmore a {
  margin: 0 auto;
  border-radius: 50px;
  line-height: 32px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: auto;
  min-width: 32px;
  height: 32px;
  transition: min-width 0.3s 0.1s;
  position: relative;
  background-color: #f6a235;
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-readmore a span, .pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-readmore a i {
  transition: opacity 0.3s;
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-readmore a i {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
}
.pxl-service-single2 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-readmore a span {
  opacity: 0;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Monda', sans-serif;
  -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;
}
@media screen and (max-width: 1024px) {
  .pxl-service-single2 {
    background-color: var(--fourth-color);
  }
  .pxl-service-single2 .pxl-item--image img {
    width: 100%;
    opacity: 0.2 !important;
  }
  .pxl-service-single2 .pxl-number-count {
    color: #fff !important;
  }
  .pxl-service-single2 .pxl-item--holder .pxl-item--title {
    color: #fff !important;
  }
  .pxl-service-single2 .pxl-item--holder .pxl-item--desc {
    color: #fff !important;
  }
  .pxl-service-single2 .pxl-readmore a {
    min-width: 130px;
    transition: min-width 0.3s;
  }
  .pxl-service-single2 .pxl-readmore a span, .pxl-service-single2 .pxl-readmore a i {
    transition: opacity 0.3s 0.1s;
  }
  .pxl-service-single2 .pxl-readmore a span {
    opacity: 1;
  }
  .pxl-service-single2 .pxl-readmore a i {
    opacity: 1;
  }
  .pxl-service-single2 .pxl-readmore a:hover {
    min-width: 130px;
    transition: min-width 0.3s;
  }
  .pxl-service-single2 .pxl-readmore a:hover span, .pxl-service-single2 .pxl-readmore a:hover i {
    transition: opacity 0.3s 0.1s;
  }
  .pxl-service-single2 .pxl-readmore a:hover span {
    opacity: 1;
  }
  .pxl-service-single2 .pxl-readmore a:hover i {
    opacity: 0;
  }
}
.pxl-service-single2:hover {
  background-color: #1a1819;
}
.pxl-service-single2:hover .pxl-item--image img {
  width: 100%;
  opacity: 0.2;
}
.pxl-service-single2:hover .wrap-content .pxl-number-count {
  color: #fff;
}
.pxl-service-single2:hover .wrap-content .pxl-item--holder .pxl-item--title {
  color: #fff;
}
.pxl-service-single2:hover .wrap-content .pxl-item--holder .pxl-readmore a {
  min-width: 130px;
  transition: min-width 0.3s;
}
.pxl-service-single2:hover .wrap-content .pxl-item--holder .pxl-readmore a span, .pxl-service-single2:hover .wrap-content .pxl-item--holder .pxl-readmore a i {
  transition: opacity 0.3s 0.1s;
}
.pxl-service-single2:hover .wrap-content .pxl-item--holder .pxl-readmore a span {
  opacity: 1;
}
.pxl-service-single2:hover .wrap-content .pxl-item--holder .pxl-readmore a i {
  opacity: 0;
}
.pxl-icon-box1 {
  position: relative;
}
.pxl-icon-box1 .pxl-wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 123;
}
.pxl-icon-box1 .pxl-item--inner {
  display: flex;
  align-items: center;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 44px;
  height: 44px;
  display: flex;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: var(--secondary-color);
  -webkit-animation: tada 2s linear infinite;
  -khtml-animation: tada 2s linear infinite;
  -moz-animation: tada 2s linear infinite;
  -ms-animation: tada 2s linear infinite;
  -o-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
  -webkit-transition: background-color 0.3s ease;
  -khtml-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 12px;
  line-height: 1.67;
  font-weight: 700;
}
.pxl-icon-box1 .pxl-item--inner .pxl-item--holder a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .pxl-icon-box1.pxl-yes .pxl-item--icon {
    margin: 0;
  }
  .pxl-icon-box1.pxl-yes .pxl-item--holder {
    display: none;
  }
}
.pxl-icon-box2 .pxl-item--inner {
  padding: 38px 70px;
  border: 2px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 380px;
}
@media screen and (max-width: 1199px) {
  .pxl-icon-box2 .pxl-item--inner {
    padding: 30px;
  }
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--icon i {
  width: 112px;
  height: 112px;
  line-height: 1;
  -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(--secondary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  position: relative;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--icon i:after {
  width: 110px;
  height: 110px;
  content: "";
  border: 2px solid var(--primary-color);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  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;
  left: 0;
}
.pxl-icon-box2 .pxl-item--inner:hover .pxl-item--icon i:after {
  left: -9px;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #012237;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box2 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--holder .pxl-item-link {
  display: flex;
  flex-direction: column;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--holder .pxl-item-link a {
  font-size: 16px;
  font-weight: 500;
  color: #81868a;
  line-height: 2;
}
.pxl-icon-box2 .pxl-item--inner .pxl-item--holder .pxl-item-link a:hover {
  color: var(--secondary-color);
}
.pxl-icon-box3 .pxl-item--inner {
  display: flex;
  align-items: center;
  position: relative;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 70px;
  height: 70px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: var(--fifth-color);
  text-align: center;
  background-color: #f6f6f6;
  -webkit-animation: tada 2s linear infinite;
  -khtml-animation: tada 2s linear infinite;
  -moz-animation: tada 2s linear infinite;
  -ms-animation: tada 2s linear infinite;
  -o-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
  -webkit-transition: background-color 0.3s ease;
  -khtml-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 700;
  color: #726f84;
}
.pxl-icon-box3 .pxl-item--inner .pxl-item--holder a {
  font-size: 18px;
  color: #151515;
  font-weight: 700;
}
.pxl-icon-box4 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-top: 5px;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: var(--secondary-color);
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.pxl-icon-box4 .pxl-item--inner .pxl-item--holder a {
  font-size: 16px;
  color: #92939e;
  font-weight: 500;
}
.pxl-icon-box5 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.pxl-icon-box5 .pxl-item--inner .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 92px;
  height: 92px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #fff;
  text-align: center;
  background-color: var(--secondary-color);
}
.pxl-icon-box5 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.pxl-icon-box5 .pxl-item--inner .pxl-item--holder a {
  font-size: 16px;
  color: #92939e;
  font-weight: 500;
}
.pxl-icon-box5 .pxl-item--inner:hover .pxl-item--icon i {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box6 .pxl-item--inner {
  padding: 15px 30px 25px;
  max-width: 200px;
  border-top: 4px solid var(--primary-color);
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
.pxl-icon-box6 .pxl-item--inner .pxl-item--icon i {
  font-size: 52px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.pxl-icon-box6 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  line-height: 1.66;
  color: var(--primary-color);
  font-weight: 700;
}
.pxl-icon-box6 .pxl-item--inner:hover .pxl-item--icon {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box-carousel1 {
  overflow: hidden;
  padding: 30px;
}
.pxl-icon-box-carousel1 .pxl-carousel-inner {
  cursor: move;
}
.pxl-icon-box-carousel1 .pxl-swiper-container {
  overflow: visible;
}
.pxl-icon-box-carousel1 .wrap-inner-content {
  display: block;
  text-align: center;
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content {
  position: relative;
  margin-bottom: 30px;
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon {
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border: 1px solid #eeeae4;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, );
  -khtml-box-shadow: rgba(0, 0, 0, );
  -moz-box-shadow: rgba(0, 0, 0, );
  -ms-box-shadow: rgba(0, 0, 0, );
  -o-box-shadow: rgba(0, 0, 0, );
  box-shadow: rgba(0, 0, 0, );
  z-index: 1;
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 65px;
  color: var(--fifth-color);
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon i:before {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f8f5f1;
  display: flex;
  justify-content: center;
  align-items: center;
  -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-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover i {
  color: #fff;
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover i:before {
  background-color: var(--secondary-color);
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover span {
  background-color: var(--primary-color);
}
.pxl-icon-box-carousel1 .wrap-inner-content .pxl-test-content .pxl-item-count {
  position: absolute;
  top: -10px;
  right: 0;
}
.pxl-icon-box-carousel1 .wrap-inner-content:hover .pxl-item--icon i:before {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box-carousel1 .pxl-swiper-slide + .swiper-slide-next .pxl-test-content:before {
  content: "............";
  font-size: 60px;
  color: #efeae4;
  position: absolute;
  left: -24%;
  top: 16%;
  z-index: 0;
}
.pxl-icon-box-carousel1 .pxl-swiper-slide + .swiper-slide-next .pxl-test-content:after {
  content: "............";
  font-size: 60px;
  color: #efeae4;
  position: absolute;
  right: -24%;
  top: 16%;
  z-index: 0;
}
.pxl-icon-box-carousel1 .pxl-item--title {
  max-width: 180px;
  margin: 0 auto;
}
.pxl-icon-box-carousel3 {
  overflow: hidden;
  padding: 30px;
  cursor: move;
}
.pxl-icon-box-carousel3 .pxl-swiper-container {
  overflow: visible;
}
.pxl-icon-box-carousel3 .wrap-inner-content {
  display: block;
  text-align: center;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content {
  position: relative;
  margin-bottom: 30px;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon {
  border-radius: 50%;
  width: 204px;
  height: 228px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, );
  -khtml-box-shadow: rgba(0, 0, 0, );
  -moz-box-shadow: rgba(0, 0, 0, );
  -ms-box-shadow: rgba(0, 0, 0, );
  -o-box-shadow: rgba(0, 0, 0, );
  box-shadow: rgba(0, 0, 0, );
  z-index: 1;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  color: var(--fourth-color);
  font-size: 65px;
  z-index: 2;
  line-height: 1;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon:before {
  content: "";
  mask-image: url(../img/hexagon.png);
  -webkit-mask-image: url(../img/hexagon.png);
  -ms-mask-image: url(../img/hexagon.png);
  -o-mask-image: url(../img/hexagon);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
  position: absolute;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  top: 17px;
  z-index: 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-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon:after {
  content: "";
  mask-image: url(../img/hexagon2.png);
  -webkit-mask-image: url(../img/hexagon2.png);
  -ms-mask-image: url(../img/hexagon2.png);
  -o-mask-image: url(../img/hexagon2);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
  position: absolute;
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 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-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover i {
  color: #fff;
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover svg {
  fill: #fff;
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover:before {
  background-color: var(--secondary-color);
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon:hover span {
  background-color: var(--fourth-color);
}
.pxl-icon-box-carousel3 .wrap-inner-content .pxl-test-content .pxl-item-count {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 3;
}
.pxl-icon-box-carousel3 .wrap-inner-content:hover .pxl-item--icon i:before {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box-carousel3 .pxl-swiper-slide + .swiper-slide-next .pxl-test-content:before {
  content: "............";
  font-size: 60px;
  color: #efeae4;
  position: absolute;
  left: -24%;
  top: 23%;
  z-index: 0;
}
.pxl-icon-box-carousel3 .pxl-swiper-slide + .swiper-slide-next .pxl-test-content:after {
  content: "............";
  font-size: 60px;
  color: #efeae4;
  position: absolute;
  right: -24%;
  top: 23%;
  z-index: 0;
}
.pxl-icon-box-carousel3 .pxl-item--title {
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.pxl-icon-box-carousel3 .pxl-item-desc {
  max-width: 215px;
  text-align: center;
  margin: 0 auto;
}
.pxl-icon-box-carousel2 {
  overflow: hidden;
  padding: 30px;
}
.pxl-icon-box-carousel2 .pxl-swiper-container {
  overflow: visible;
}
.pxl-icon-box-carousel2 .pxl-swiper-slide {
  opacity: 0;
}
.pxl-icon-box-carousel2 .swiper-slide-visible {
  opacity: 1;
}
.pxl-icon-box-carousel2 .wrap-inner-content {
  display: flex;
  padding: 38px 40px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -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-icon-box-carousel2 .wrap-inner-content .pxl-item--icon {
  margin-right: 20px;
}
.pxl-icon-box-carousel2 .wrap-inner-content .pxl-item--icon i {
  line-height: 1;
  font-size: 40px;
  color: #fff;
}
.pxl-icon-box-carousel2 .wrap-inner-content .pxl-item--icon i:before {
  width: 65px;
  height: 65px;
  line-height: 65px;
  -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(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-box-carousel2 .wrap-inner-content .pxl-item-client {
  display: flex;
  align-items: center;
}
.pxl-icon-box-carousel2 .wrap-inner-content .pxl-item-client h5 {
  font-size: 20px;
  line-height: 1.33;
}
.pxl-icon-box-carousel2 .wrap-inner-content .pxl-angle-left-buttom {
  background-image: url(../img/logo-form-2.png);
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 130px;
  height: 130px;
}
.pxl-icon-box-carousel2 .wrap-inner-content:hover {
  background-color: var(--secondary-color);
}
.pxl-icon-box-carousel2 .wrap-inner-content:hover .pxl-item--icon i {
  color: var(--secondary-color);
}
.pxl-icon-box-carousel2 .wrap-inner-content:hover .pxl-item--icon i:before {
  background-color: #fff;
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box-carousel2 .wrap-inner-content:hover .pxl-item-client h5 {
  color: #fff;
}
.pxl-icon-box-carousel2 .swiper-slide-next .wrap-inner-content {
  background-color: var(--secondary-color);
}
.pxl-icon-box-carousel2 .swiper-slide-next .wrap-inner-content .pxl-item--icon i {
  color: var(--secondary-color);
}
.pxl-icon-box-carousel2 .swiper-slide-next .wrap-inner-content .pxl-item--icon i:before {
  background-color: #fff;
}
.pxl-icon-box-carousel2 .swiper-slide-next .wrap-inner-content .pxl-item-client h5 {
  color: #fff;
}
.pxl-icon-box7 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box7 .pxl-item--inner .pxl-item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 20px 0 0;
}
.pxl-icon-box7 .pxl-item--inner .pxl-item--icon i {
  font-size: 65px;
  color: var(--secondary-color);
  position: relative;
  line-height: 50px;
}
.pxl-icon-box7 .pxl-item--inner .pxl-item--icon i:before {
  z-index: 2;
  position: relative;
}
.pxl-icon-box7 .pxl-item--inner .pxl-item--icon i:after {
  content: "";
  width: 54px;
  height: 54px;
  background-color: #2e2838;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: 1;
}
.pxl-icon-box7 .pxl-item--inner .pxl-item--holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-icon-box7 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.pxl-icon-box7 .pxl-item--inner:hover .pxl-item--icon {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-icon-box8 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box8 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-top: 5px;
  flex: none;
}
.pxl-icon-box8 .pxl-item--inner .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: var(--secondary-color);
}
.pxl-icon-box8 .pxl-item--inner .pxl-item--icon img {
  border-radius: 50%;
  max-width: 180px;
}
.pxl-icon-box8 .pxl-item--inner .pxl-item--holder {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.pxl-icon-box8 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 20px;
  line-height: 1.67;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box8 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    line-height: 1.3;
  }
}
.pxl-icon-box8 .pxl-item--inner .pxl-item--holder span {
  font-size: 16px;
  color: #7c858c;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box8 .pxl-item--inner {
    display: flex;
    flex-direction: column;
  }
  .pxl-icon-box8 .pxl-item--inner .pxl-item--icon {
    margin-bottom: 30px;
  }
  .pxl-icon-box8 .pxl-item--inner .pxl-item--icon:before {
    max-width: 180px;
  }
}
.pxl-icon-box9 .pxl-item--inner {
  display: flex;
  position: relative;
  align-items: center;
}
.pxl-icon-box9 .pxl-item--inner .pxl-item--icon i {
  margin-right: 50px;
  font-size: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color);
}
.pxl-icon-box9 .pxl-item--inner .pxl-item--icon i:before {
  z-index: 1;
}
.pxl-icon-box9 .pxl-item--inner .pxl-item--icon i:after {
  content: "";
  width: 85px;
  height: 85px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 0;
}
.pxl-icon-box9 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-icon-box9 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-icon-box9 .pxl-item--inner .pxl-item--holder a {
  color: #7c858c;
  font-size: 16px;
  font-weight: regular;
  text-decoration: none;
}
.pxl-icon-box9 .pxl-item--inner .pxl-item--holder a:hover {
  color: #7c858c;
}
.pxl-icon-box14 .pxl-item--inner {
  display: flex;
  position: relative;
  align-items: center;
}
.pxl-icon-box14 .pxl-item--inner .pxl-item--icon {
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-icon-box14 .pxl-item--inner .pxl-item--icon i {
  font-size: 44px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
.pxl-icon-box14 .pxl-item--inner .pxl-item--icon i:before {
  z-index: 1;
}
.pxl-icon-box14 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 90px;
  line-height: 1.333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box14 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-icon-box14 .pxl-item--inner .pxl-item--holder a {
  color: #7c858c;
  font-size: 16px;
  font-weight: regular;
  text-decoration: none;
}
.pxl-icon-box14 .pxl-item--inner .pxl-item--holder a:hover {
  color: #7c858c;
}
.pxl-icon-box14:hover i {
  animation: icon-bounce 800ms ease-out;
}
.pxl-icon-box11 .pxl-item--inner {
  display: flex;
  align-items: center;
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--icon i {
  display: flex;
  justify-self: center;
  font-size: 32px;
  color: var(--secondary-color);
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  color: 757783;
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--holder a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  color: var(--primary-color);
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--holder a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 1600px) {
  .pxl-icon-box11.pxl-yes .pxl-item--icon {
    margin: 0;
  }
  .pxl-icon-box11.pxl-yes .pxl-item--holder {
    display: none;
  }
}
.pxl-icon-box12 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-top: 5px;
  flex: none;
  z-index: 0;
  position: relative;
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: var(--secondary-color);
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--icon img {
  z-index: 1;
  max-width: 180px;
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--icon:before {
  content: "";
  background-color: var(--secondary-color);
  z-index: 0;
  position: absolute;
  right: -3px;
  bottom: -3px;
  left: 3px;
  top: 3px;
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--holder {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 20px;
  line-height: 1.67;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box12 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    line-height: 1.3;
    font-size: 16px;
  }
}
.pxl-icon-box12 .pxl-item--inner .pxl-item--holder span {
  font-size: 16px;
  color: #7c858c;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box12 .pxl-item--inner {
    display: flex;
    flex-direction: column;
  }
  .pxl-icon-box12 .pxl-item--inner .pxl-item--icon {
    margin-bottom: 30px;
  }
  .pxl-icon-box12 .pxl-item--inner .pxl-item--icon:before {
    max-width: 180px;
  }
}
.pxl-icon-box13 .pxl-item--inner {
  display: flex;
}
.pxl-icon-box13 .pxl-item--inner .pxl-item--icon i {
  font-size: 58px;
  color: var(--secondary-color);
  margin-right: 18px;
  height: 58px;
  display: block;
}
.pxl-icon-box13 .pxl-item--inner .pxl-item--icon i:before {
  position: relative;
  top: -7px;
}
.pxl-icon-box13 .pxl-item--inner .pxl-item--holder {
  display: flex;
  align-items: center;
}
.pxl-icon-box13 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-color);
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-direction: row;
  padding: 0 30px;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content {
  max-width: 300px;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .text-step {
  font-size: 16px;
  font-weight: 700;
  color: #1a1819;
  text-transform: uppercase;
  font-family: 'Monda', sans-serif;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .pxl-test-content {
  margin-bottom: 29px;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-item--icon {
  position: relative;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 76px;
  line-height: 1;
  color: #f6a63d;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-item--icon .pxl-item-count {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: rgba(26, 24, 25, 0.04);
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .pxl-item-client .pxl-item--title {
  margin-bottom: 21px;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  font-family: 'Monda', sans-serif;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide .wrap-inner-content .pxl-item-client .pxl-item-desc {
  line-height: 1.7;
  color: #87857f;
  font-family: 'Monda', sans-serif;
  font-weight: 400;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide + .pxl-swiper-slide {
  border-left: 1px solid #d9d9d9;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide + .pxl-swiper-slide .item-left-slide {
  width: 41px;
  height: 41px;
  border: 1px solid #a9a6a5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide + .pxl-swiper-slide .item-left-slide:before {
  content: "\f13d";
  color: #a9a6a5;
  font-family: "Caseicon";
  font-size: 8px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 700;
}
.pxl-icon-box-carousel4 .pxl-carousel-inner .pxl-swiper-slide + .pxl-swiper-slide .item-left-slide:after {
  content: "\f150";
  color: #a9a6a5;
  font-family: "Caseicon";
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
}
.pxl-icon-box15 .pxl-item--inner {
  display: flex;
  position: relative;
  flex-direction: row;
  -webkit-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
}
.pxl-icon-box15 .pxl-item--inner .pxl-item--image {
  min-width: 150px;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box15 .pxl-item--inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
  }
}
.pxl-icon-box15 .pxl-item--inner .pxl-item--holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 69px;
}
@media screen and (max-width: 575px) {
  .pxl-icon-box15 .pxl-item--inner .pxl-item--holder {
    padding: 60px 15px 40px;
  }
}
.pxl-icon-box15 .pxl-item--inner .pxl-item--holder .pxl-item--icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .pxl-icon-box15 .pxl-item--inner .pxl-item--holder .pxl-item--icon {
    top: 0;
    left: 50%;
  }
}
.pxl-icon-box15 .pxl-item--inner .pxl-item--holder .pxl-item--icon i {
  font-size: 38px;
  color: var(--primary-color);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: var(--secondary-color);
  border-radius: 50%;
}
.pxl-icon-box15 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  font-family: 'Monda', sans-serif;
}
.pxl-icon-box11 .pxl-item--inner {
  display: flex;
  align-items: center;
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--icon i {
  display: flex;
  justify-self: center;
  font-size: 32px;
  color: var(--secondary-color);
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  color: 757783;
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--holder a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  color: var(--primary-color);
}
.pxl-icon-box11 .pxl-item--inner .pxl-item--holder a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 1600px) {
  .pxl-icon-box11.pxl-yes .pxl-item--icon {
    margin: 0;
  }
  .pxl-icon-box11.pxl-yes .pxl-item--holder {
    display: none;
  }
}
.pxl-icon-box16 .pxl-item--inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -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;
  position: relative;
  padding: 29px 75px;
}
.pxl-icon-box16 .pxl-item--inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pxl-icon-box16 .pxl-item--inner .pxl-item--icon {
  margin-right: 23px;
}
@media screen and (max-width: 1600px) {
  .pxl-icon-box16.pxl-yes .pxl-item--icon {
    margin: 0;
  }
  .pxl-icon-box16.pxl-yes .pxl-item--holder {
    display: none;
  }
}
.pxl-icon-box17 {
  display: flex;
  flex-direction: row;
  padding: 20px;
  background-color: #fff;
  min-height: 200px;
}
.pxl-icon-box17 .pxl-item-left {
  min-height: 160px;
  padding: 30px 49px 30px 30px;
  border-right: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.pxl-icon-box17 .pxl-item-left .pxl-item-holder .pxl-item-title {
  color: var(--primary-color);
  font-size: 22px;
  font-family: 'Monda', sans-serif;
  line-height: 1.454;
  font-weight: 400;
  margin-bottom: 13px;
}
.pxl-icon-box17 .pxl-item-left .pxl-item-holder a {
  font-size: 14px;
  font-weight: 400;
  color: #87857f;
  text-decoration: underline;
  font-family: 'Monda', sans-serif;
}
.pxl-icon-box17 .pxl-item-left .pxl-item-holder a:hover {
  color: var(--secondary-color);
}
.pxl-icon-box17 .pxl-item--inner {
  min-height: 160px;
  padding: 30px 49px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.pxl-icon-box17 .pxl-item--inner .pxl-item--icon i {
  font-size: 40px;
  color: var(--secondary-color);
}
.pxl-icon-box17 .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 14px;
  font-weight: 400;
  color: #87857f;
  font-family: 'Monda', sans-serif;
  margin-top: -3px;
}
.pxl-icon-box17 .pxl-item--inner .pxl-item--holder a {
  color: var(--primary-color);
  font-size: 18px;
  font-family: 'Monda', sans-serif;
  line-height: 1.4444;
  font-weight: 400;
  margin-top: -1px;
}
.pxl-counter1 .pxl-item--icon {
  margin-bottom: 14px;
}
.pxl-counter1 .pxl-item--icon i {
  font-size: 51px;
  line-height: 1;
  width: 92px;
  height: 92px;
  background-color: var(--secondary-color);
  margin: 0 auto;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 5px solid #303033;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-counter1 .pxl--counter-number {
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  margin-bottom: 14px;
}
.pxl-counter1 .pxl--item-title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}
.pxl-counter1 .pxl--item-inner {
  text-align: center;
}
.pxl-counter1:hover .pxl-item--icon {
  animation: icon-bounce 800ms ease-out;
}
.pxl-counter1:hover .pxl-item--icon i {
  background-color: #fff;
  color: var(--secondary-color);
}
.pxl-counter2 .pxl--item-inner {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .pxl-counter2 .pxl--item-inner {
    flex-direction: column;
    text-align: center;
  }
}
.pxl-counter2 .pxl--item-inner .pxl-item--icon {
  margin: 0px 30px 0 0;
}
.pxl-counter2 .pxl--item-inner .pxl-item--icon i {
  position: relative;
  font-size: 51px;
  line-height: 1;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  color: #f6a235;
  -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;
  border: 2px solid #f6a235;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .pxl-counter2 .pxl--item-inner .pxl-item--icon {
    margin: 0 0 14px;
  }
}
.pxl-counter2 .pxl--item-inner .pxl--counter-number {
  line-height: 1;
  font-size: 55px;
  font-weight: 700;
  color: #1a1819;
  display: inline-flex;
  margin-bottom: 14px;
}
.pxl-counter2 .pxl--item-inner .pxl--item-title {
  font-size: 16px;
  color: #87857f;
  font-weight: 400;
  margin-bottom: 8px;
}
.pxl-counter2 .pxl--item-inner .pxl--item-inner {
  text-align: center;
}
.pxl-counter2 .pxl--item-inner:hover .pxl-item--icon {
  animation: icon-bounce 800ms ease-out;
}
.pxl-counter2 .pxl--item-inner:hover .pxl-item--icon i {
  background-color: #fff;
  color: var(--secondary-color);
}
.pxl-counter3 .pxl--item-inner .wrap-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.pxl-counter3 .pxl--item-inner .wrap-content .pxl--counter-number {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  font-family: 'Monda', sans-serif;
  margin-right: 16px;
  -webkit-text-stroke: 1px #c9cbcc;
  text-stroke: 1px #c9cbcc;
  line-height: 1;
}
.pxl-counter3 .pxl--item-inner .wrap-content .pxl--item-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  color: #fff;
  max-width: 90px;
}
.pxl-video-player1.pxl-video-style1 .pxl-video--inner {
  position: relative;
  display: contents;
}
.pxl-video-player1.pxl-video-style1 .pxl-video--inner .pxl-video--holder {
  height: 100%;
}
.pxl-video-player1.pxl-video-style1 .pxl-video--inner .pxl-video--holder img:first-child {
  float: right;
}
.pxl-video-player1.pxl-video-style1 .pxl-video--inner:hover .pxl-icon-box-video i {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-video-player1.pxl-video-style1 .pxl-icon-box-video {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(17%, -60%);
}
@media screen and (max-width: 767px) {
  .pxl-video-player1.pxl-video-style1 .pxl-icon-box-video {
    top: 15px;
    left: -87px;
    scale: 0.5;
  }
}
.pxl-video-player1.pxl-video-style1 .pxl-icon-box-video i {
  color: var(--secondary-color);
  font-size: 30px;
}
.pxl-video-player1.pxl-video-style1 .pxl-icon-box-video p {
  color: var(--primary-color);
  font-size: 18px;
  margin: 0;
}
.pxl-video-player1.pxl-video-style1 .btn-video {
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
}
.pxl-video-player1.pxl-video-style1 .btn-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  animation: pulse-border2 1500ms ease-out infinite;
  -webkit-animation: pulse-border2 1500ms ease-out infinite;
  z-index: -2;
}
@media screen and (max-width: 575px) {
  .pxl-video-player1.pxl-video-style1 .btn-video {
    scale: 0.7;
  }
}
.pxl-video-player1.pxl-video-style1 .btn-video:before {
  display: none;
}
.pxl-video-player1.pxl-video-style1 .btn-video i {
  color: #fff;
  font-size: 35px;
  position: absolute;
  right: auto;
  bottom: auto;
  transform: translate(-35%);
  line-height: 150px;
}
.pxl-video-player1.pxl-video-style1 .btn-video:hover:after {
  animation-play-state: paused;
}
.pxl-video-player1.pxl-video-style1 .btn-video-wrap.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.pxl-video-player1.pxl-video-style1 .btn-video-wrap.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.pxl-video-player1.pxl-video-style1 .btn-video-wrap.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pxl-video-player1.pxl-video-style1 .btn-video-wrap.p-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-video-player1.pxl-video-style1 .btn-video-wrap.p-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pxl-video-player1.pxl-video-style1 .btn-video-wrap.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-video-player1.pxl-video-style1 .icon_feature {
  position: absolute;
  bottom: -48px;
  left: -108px;
  max-width: 123px;
}
.pxl-video-player.pxl-video-style2 .pxl-video--inner {
  position: relative;
  display: contents;
}
.pxl-video-player.pxl-video-style2 .pxl-video--inner .pxl-video--holder {
  height: 100%;
}
.pxl-video-player.pxl-video-style2 .pxl-video--inner .pxl-video--holder img:first-child {
  float: right;
}
.pxl-video-player.pxl-video-style2 .btn-video {
  width: 123px;
  height: 117px;
  background-color: var(--primary-color);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pxl-video-player.pxl-video-style2 .btn-video:hover {
  background-color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .pxl-video-player.pxl-video-style2 .btn-video {
    scale: 0.6;
  }
}
.pxl-video-player.pxl-video-style2 .btn-video:before {
  display: none;
}
.pxl-video-player.pxl-video-style2 .btn-video i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: auto;
  bottom: auto;
  transform: translate(-35%);
  line-height: 123px;
}
.pxl-video-player.pxl-video-style2 .btn-video-wrap.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.pxl-video-player.pxl-video-style2 .btn-video-wrap.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pxl-video-player.pxl-video-style2 .btn-video-wrap.p-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-video-player.pxl-video-style2 .btn-video-wrap.p-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pxl-video-player.pxl-video-style2 .btn-video-wrap.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-video-player.pxl-video-style2 .icon_feature {
  position: absolute;
  bottom: -48px;
  left: -108px;
  max-width: 123px;
}
.pxl-video-player.pxl-video-style3 .pxl-video--inner {
  position: relative;
  display: contents;
}
.pxl-video-player.pxl-video-style3 .pxl-video--inner .pxl-video--holder {
  height: 100%;
}
.pxl-video-player.pxl-video-style3 .pxl-video--inner .pxl-video--holder img:first-child {
  float: right;
  width: 100%;
}
.pxl-video-player.pxl-video-style3 .btn-video {
  width: 123px;
  height: 117px;
  background-color: rgba(246, 162, 53, 0.95);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pxl-video-player.pxl-video-style3 .btn-video:hover {
  background-color: rgba(26, 24, 25, 0.95);
}
@media screen and (max-width: 575px) {
  .pxl-video-player.pxl-video-style3 .btn-video {
    scale: 0.6;
  }
}
.pxl-video-player.pxl-video-style3 .btn-video:before {
  display: none;
}
.pxl-video-player.pxl-video-style3 .btn-video i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: auto;
  bottom: auto;
  transform: translate(-35%);
  line-height: 123px;
}
.pxl-video-player.pxl-video-style3 .btn-video-wrap a {
  margin-bottom: -8px;
}
.pxl-video-player.pxl-video-style3 .btn-video-wrap.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.pxl-video-player.pxl-video-style3 .btn-video-wrap.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pxl-video-player.pxl-video-style3 .btn-video-wrap.p-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-video-player.pxl-video-style3 .btn-video-wrap.p-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pxl-video-player.pxl-video-style3 .btn-video-wrap.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-video-player.pxl-video-style3 .icon_feature {
  position: absolute;
  bottom: -48px;
  left: -108px;
  max-width: 123px;
}
.pxl-video-player.pxl-video-style3 .pxl-icon-box-video {
  min-height: 86px;
  padding: 15px 38px;
  display: flex;
  background-color: #fff;
  min-width: 300px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  -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-video-player.pxl-video-style3 .pxl-icon-box-video .pxl-icon-box-text {
  font-size: 16px;
  font-family: 'Monda', sans-serif;
  color: #1a1819;
  font-weight: 700;
  margin: 0;
}
.pxl-video-player.pxl-video-style3 .pxl-icon-box-video i {
  color: #f6a337;
  font-size: 23px;
}
.pxl-video-player1.pxl-video-style4 .pxl-video--inner {
  position: relative;
  display: contents;
}
.pxl-video-player1.pxl-video-style4 .pxl-video--inner .pxl-video--holder {
  height: 100%;
}
.pxl-video-player1.pxl-video-style4 .pxl-video--inner .pxl-video--holder img:first-child {
  float: right;
}
.pxl-video-player1.pxl-video-style4 .pxl-video--inner:hover .pxl-icon-box-video i {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-video-player1.pxl-video-style4 .pxl-icon-box-video {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(17%, -60%);
}
@media screen and (max-width: 767px) {
  .pxl-video-player1.pxl-video-style4 .pxl-icon-box-video {
    top: 15px;
    left: -87px;
    scale: 0.5;
  }
}
.pxl-video-player1.pxl-video-style4 .pxl-icon-box-video i {
  color: var(--secondary-color);
  font-size: 30px;
}
.pxl-video-player1.pxl-video-style4 .pxl-icon-box-video p {
  color: var(--primary-color);
  font-size: 18px;
  margin: 0;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pxl-video-player1.pxl-video-style4 .btn-video {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  background-color: #f6a235;
  margin: 30px;
}
.pxl-video-player1.pxl-video-style4 .btn-video:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  border: 1px solid #d9d8d8;
  -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;
}
@media screen and (max-width: 575px) {
  .pxl-video-player1.pxl-video-style4 .btn-video {
    scale: 0.7;
  }
}
.pxl-video-player1.pxl-video-style4 .btn-video:before {
  display: none;
}
.pxl-video-player1.pxl-video-style4 .btn-video i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: auto;
  bottom: auto;
  transform: translate(-35%);
  line-height: 60px;
}
.pxl-video-player1.pxl-video-style4 .btn-video:hover {
  background-color: var(--primary-color);
}
.pxl-video-player1.pxl-video-style4 .btn-video:hover:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: var(--primary-color);
}
.pxl-video-player1.pxl-video-style4 .btn-text-video {
  padding-top: 50px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  position: relative;
  color: var(--primary-color);
}
.pxl-video-player1.pxl-video-style4 .btn-text-video:before {
  width: 2px;
  height: 14px;
  content: "";
  background-color: #f6a235;
  position: absolute;
  top: 20px;
  left: 49%;
  right: 49%;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap.p-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap.p-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-video-player1.pxl-video-style4 .icon_feature {
  position: absolute;
  bottom: -48px;
  left: -108px;
  max-width: 123px;
}
.pxl-video-player1.pxl-video-style5 .pxl-video--inner {
  position: relative;
  display: contents;
}
.pxl-video-player1.pxl-video-style5 .pxl-video--inner .pxl-video--holder {
  height: 100%;
}
.pxl-video-player1.pxl-video-style5 .pxl-video--inner .pxl-video--holder img:first-child {
  float: right;
}
.pxl-video-player1.pxl-video-style5 .pxl-video--inner:hover .pxl-icon-box-video i {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-video-player1.pxl-video-style5 .pxl-icon-box-video {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(17%, -60%);
}
@media screen and (max-width: 767px) {
  .pxl-video-player1.pxl-video-style5 .pxl-icon-box-video {
    top: 15px;
    left: -87px;
    scale: 0.5;
  }
}
.pxl-video-player1.pxl-video-style5 .pxl-icon-box-video i {
  color: var(--secondary-color);
  font-size: 30px;
}
.pxl-video-player1.pxl-video-style5 .pxl-icon-box-video p {
  color: var(--primary-color);
  font-size: 18px;
  margin: 0;
}
.pxl-video-player1.pxl-video-style5 .btn-video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pxl-video-player1.pxl-video-style5 .btn-video {
  width: 115px;
  height: 115px;
  position: relative;
  border-radius: 50%;
  margin: 30px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.pxl-video-player1.pxl-video-style5 .btn-video:after {
  content: "";
  position: absolute;
  top: -51px;
  left: -51px;
  right: -51px;
  bottom: -51px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-video-player1.pxl-video-style5 .btn-video:before {
  background-color: rgba(243, 160, 52, 0.6);
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: auto;
  height: auto;
  z-index: -1;
  animation: none;
}
@media screen and (max-width: 575px) {
  .pxl-video-player1.pxl-video-style5 .btn-video {
    scale: 0.7;
  }
}
.pxl-video-player1.pxl-video-style5 .btn-video i {
  color: #f4ab4a;
  font-size: 26px;
  position: absolute;
  right: auto;
  bottom: auto;
  line-height: 115px;
  width: 115px;
  height: 115px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-video-player1.pxl-video-style5 .btn-video:hover i {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-video-player1.pxl-video-style5 .btn-video:hover:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: var(--primary-color);
}
.pxl-video-player1.pxl-video-style5 .btn-text-video {
  padding-top: 50px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  position: relative;
  color: var(--primary-color);
}
.pxl-video-player1.pxl-video-style5 .btn-text-video:before {
  width: 2px;
  height: 14px;
  content: "";
  background-color: #f6a235;
  position: absolute;
  top: 20px;
  left: 49%;
  right: 49%;
}
.pxl-video-player1.pxl-video-style5 .btn-video-wrap.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-video-player1.pxl-video-style5 .btn-video-wrap.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pxl-video-player1.pxl-video-style5 .btn-video-wrap.p-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-video-player1.pxl-video-style5 .btn-video-wrap.p-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pxl-video-player1.pxl-video-style5 .btn-video-wrap.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-video-player1.pxl-video-style5 .icon_feature {
  position: absolute;
  bottom: -48px;
  left: -108px;
  max-width: 123px;
}
.pxl-testimonial-carousel1 {
  overflow: hidden;
  padding: 30px;
}
.pxl-testimonial-carousel1 .pxl-swiper-container {
  overflow: inherit;
}
.pxl-testimonial-carousel1 .wrap-inner-content {
  position: relative;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content {
  padding: 40px 35px 80px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  left: 68%;
  bottom: -20px;
  z-index: 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-testimonial-carousel1 .wrap-inner-content .pxl-test-content:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  left: 68%;
  bottom: -18px;
  z-index: 2;
  -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-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-wrap-star {
  background-color: var(--secondary-color);
  padding: 10px 0px 10px 40px;
  position: absolute;
  left: 0;
  bottom: -1px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  width: 69%;
  -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-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star {
  position: relative;
  color: #fff;
  width: 94px;
  display: inline-block;
  letter-spacing: 3.8px;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 500;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 50px;
  color: #f1f1f1;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-item-client {
  padding: 30px 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .wrap-inner-content .pxl-item-client {
    padding: 30px 0;
  }
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-item-client .pxl-item--image {
  margin-right: 15px;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-item-client .pxl-item--image img {
  border-radius: 5px;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-item-client .pxl-item--holder {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: end;
}
.pxl-testimonial-carousel1 .wrap-inner-content .pxl-item-client .pxl-item--holder .pxl-item--position {
  text-transform: uppercase;
  font-size: 12px;
}
.pxl-testimonial-carousel1 .wrap-inner-content:hover .pxl-test-content {
  border-color: var(--primary-color);
}
.pxl-testimonial-carousel1 .wrap-inner-content:hover .pxl-test-content:after {
  background-color: var(--primary-color);
}
.pxl-testimonial-carousel1 .wrap-inner-content:hover .pxl-wrap-star {
  background-color: var(--primary-color);
}
.pxl-testimonial-carousel2 {
  overflow: hidden;
  padding: 30px 0;
}
.pxl-testimonial-carousel2 .pxl-swiper-container {
  overflow: inherit;
}
.pxl-testimonial-carousel2 .wrap-inner-content {
  position: relative;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content {
  padding: 40px 35px 80px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  left: 68%;
  bottom: -20px;
  z-index: 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-testimonial-carousel2 .wrap-inner-content .pxl-test-content:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  left: 68%;
  bottom: -18px;
  z-index: 2;
  -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-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-wrap-star {
  background-color: var(--secondary-color);
  padding: 10px 0px 10px 40px;
  position: absolute;
  left: 0;
  bottom: -1px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  width: 69%;
  -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-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star {
  position: relative;
  color: #fff;
  width: 94px;
  display: inline-block;
  letter-spacing: 3.8px;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 500;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-wrap-star .item-star span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-item--icon {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 50px;
  color: #f1f1f1;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-item-client {
  padding: 30px 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel2 .wrap-inner-content .pxl-item-client {
    padding: 30px 0;
  }
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-item-client .pxl-item--image {
  margin-right: 15px;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-item-client .pxl-item--image img {
  border-radius: 5px;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-item-client .pxl-item--holder {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: end;
}
.pxl-testimonial-carousel2 .wrap-inner-content .pxl-item-client .pxl-item--holder .pxl-item--position {
  text-transform: uppercase;
  font-size: 12px;
}
.pxl-testimonial-carousel2 .wrap-inner-content:hover .pxl-test-content {
  border-color: var(--secondary-color);
}
.pxl-testimonial-carousel2 .wrap-inner-content:hover .pxl-test-content:after {
  background-color: var(--secondary-color);
}
.pxl-testimonial-carousel3 {
  overflow: hidden;
  padding: 30px 0;
  cursor: move;
}
.pxl-testimonial-carousel3 .wrap-inner-content {
  padding: 35px;
  position: relative;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content {
  position: relative;
  padding: 49px 55px 67px 55px;
  background-color: #fff;
  border: 4px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .item-star {
  position: relative;
  color: #fff;
  width: 94px;
  display: inline-block;
  letter-spacing: 3.8px;
  margin-bottom: 2px;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .item-star:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  color: var(--fifth-color);
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .item-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .item-star span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--fifth-color);
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: var(--primary-color);
  margin-bottom: 5px;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--position {
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 17px;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--desc {
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #898e83;
  z-index: 1;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon {
  position: absolute;
  bottom: 26px;
  right: 55px;
  z-index: 0;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 48px;
  color: #f1f1f1;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--image {
  position: absolute;
  top: -31px;
  right: -30px;
  border: 4px solid var(--secondary-color);
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content .pxl-item--image:before {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 30px;
  height: 30px;
  background-color: var(--secondary-color);
  bottom: -33px;
  right: -4px;
  z-index: -1;
}
.pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content:hover {
  border: 4px solid var(--secondary-color);
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel3 .wrap-inner-content {
    padding: 30px 27px 30px 0;
  }
  .pxl-testimonial-carousel3 .wrap-inner-content .pxl-test-content {
    padding: 20px 25px 30px 25px;
  }
}
.pxl-navigation-carousel.style1 {
  display: flex;
}
.pxl-navigation-carousel.style1 .pxl-navigation-arrow {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-navigation-carousel.style1 .pxl-navigation-arrow i {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-navigation-carousel.style1 .pxl-navigation-arrow i:before {
  position: relative;
  top: 1px;
}
.pxl-navigation-carousel.style1 .pxl-navigation-arrow:hover, .pxl-navigation-carousel.style1 .pxl-navigation-arrow:active {
  background-color: #000;
}
.pxl-navigation-carousel.style1 .pxl-navigation-arrow:hover i, .pxl-navigation-carousel.style1 .pxl-navigation-arrow:active i {
  color: #fff;
}
.pxl-navigation-carousel.style1 .pxl-navigation-arrow.pxl-navigation-arrow-prev {
  margin-right: 12px;
}
.pxl-navigation-carousel.style2 {
  display: flex;
}
.pxl-navigation-carousel.style2 .pxl-navigation-arrow {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -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;
  box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
}
.pxl-navigation-carousel.style2 .pxl-navigation-arrow i {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-navigation-carousel.style2 .pxl-navigation-arrow i:before {
  position: relative;
  top: 1px;
}
.pxl-navigation-carousel.style2 .pxl-navigation-arrow:hover, .pxl-navigation-carousel.style2 .pxl-navigation-arrow:active {
  background-color: var(--secondary-color);
}
.pxl-navigation-carousel.style2 .pxl-navigation-arrow:hover i, .pxl-navigation-carousel.style2 .pxl-navigation-arrow:active i {
  color: #fff;
}
.pxl-navigation-carousel.style2 .pxl-navigation-arrow.pxl-navigation-arrow-prev {
  margin-right: 12px;
}
.pxl--hide-arrow .pxl-swiper-arrow {
  display: none;
}
.pxl-testimonial-carousel4 {
  overflow: hidden;
  cursor: move;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container {
  padding: 78px 72px 82px;
  background-color: #fff;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide {
  opacity: 1;
  visibility: hidden;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 65px;
  color: #f6a235;
  line-height: 1;
  margin-bottom: 47px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-item--desc {
  font-size: 20px;
  font-weight: 400;
  color: #87857f;
  line-height: 1.7;
  font-family: 'Monda', sans-serif;
  margin-bottom: 39px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-wrap-meta {
  display: flex;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-wrap-meta .pxl-item--image {
  width: 100px;
  height: 100px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-wrap-meta .wrap-meta {
  margin-left: 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-wrap-meta .wrap-meta .pxl-item--position {
  font-size: 14px;
  font-weight: 700;
  color: #f6a235;
  text-transform: uppercase;
  font-family: 'Monda', sans-serif;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-slide .wrap-inner-content .pxl-test-content .pxl-wrap-meta .wrap-meta .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.58333;
  font-family: 'Monda', sans-serif;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial {
  background-color: #1a1819;
  padding: 32px 72px 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .pxl-swiper-dots {
  margin-top: 0;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 9px;
  position: relative;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  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-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .star .pxl-wrap-star .item-desc-star .text-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .star .pxl-wrap-star .item-desc-star .text-right .item-star {
  position: relative;
  color: #fff;
  width: 94px;
  display: inline-block;
  letter-spacing: 3.8px;
  margin-bottom: 11px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .star .pxl-wrap-star .item-desc-star .text-right .item-star:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .star .pxl-wrap-star .item-desc-star .text-right .item-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .star .pxl-wrap-star .item-desc-star .text-right .item-star span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #fff;
}
.pxl-testimonial-carousel4 .pxl-carousel-inner .wrap-info-total-testimonial .star .pxl-wrap-star .item-desc-star .text-right .show-value-avg-star {
  color: #fff;
  font-family: 'Monda', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.pxl-testimonial-carousel5 {
  overflow: hidden;
  padding: 30px 0;
  cursor: move;
}
.pxl-testimonial-carousel5 .wrap-inner-content {
  position: relative;
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 4px solid transparent;
  border-radius: 30px;
  -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;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content {
    border-radius: 5px;
    padding: 20px;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-item--desc {
  font-size: 18px;
  font-weight: 400;
  font-family: "Monda", sans-serif;
  color: #87857f;
  z-index: 1;
  margin-bottom: 29px;
}
@media screen and (max-width: 575px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-item--desc {
    font-size: 15px;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta {
    flex-direction: column;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .pxl-item--image {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .pxl-item--image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta {
    text-align: center;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Monda", sans-serif;
  color: var(--primary-color);
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .pxl-item--position {
  font-size: 14px;
  font-weight: 400;
  font-family: "Monda", sans-serif;
  color: #87857f;
  margin-bottom: 14px;
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .text-right {
  text-align: center;
  background-color: #f7f7f7;
  min-height: 36px;
  max-width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .item-star {
  position: relative;
  color: #fff;
  width: 94px;
  display: inline-block;
  letter-spacing: 3.8px;
  margin-bottom: 2px;
  transform: scale(0.8);
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .item-star:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  color: #f7a235;
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .item-star span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-meta .wrap-meta .item-star span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #f7a235;
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-item--icon {
  position: absolute;
  bottom: 53px;
  right: 53px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-item--icon {
    bottom: 15px;
    right: 15px;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
  font-size: 86px;
  color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content .pxl-item--icon i {
    font-size: 40px;
  }
}
.pxl-testimonial-carousel5 .wrap-inner-content .pxl-test-content:hover {
  border: 4px solid var(--secondary-color);
}
.pxl-service-carousel1 {
  overflow-x: hidden;
  padding: 50px 15px;
}
.pxl-service-carousel1 .pxl-swiper-container {
  overflow: visible;
}
.pxl-service-carousel1 .pxl-swiper-container .pxl-swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.pxl-service-carousel1 .pxl-swiper-container .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder {
  padding: 40px 30px;
  -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;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 123;
  position: relative;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .item--icon {
  margin-bottom: 15px;
  line-height: 1;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .item--icon i {
  font-size: 70px;
  color: var(--secondary-color);
  line-height: 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-carousel1 .pxl-item--inner .pxl-item--holder .item--icon i:before {
  -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-carousel1 .pxl-item--inner .pxl-item--holder .item--icon img {
  max-width: 70px;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item-postion {
  font-size: 16px;
  font-weight: 700;
  color: #767676;
  text-transform: uppercase;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: -1px;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover {
  color: var(--secondary-color);
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .content-excerpt span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore {
  position: absolute;
  bottom: 0px;
  left: 30px;
  transform: translateY(50%);
  z-index: 100;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a {
  margin: 0 auto;
  border-radius: 5px;
  line-height: 53px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: auto;
  min-width: 47px;
  transition: min-width 0.3s 0.1s;
  position: relative;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a span, .pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a i {
  transition: opacity 0.3s;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a span {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a:hover {
  min-width: 130px;
  transition: min-width 0.3s;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a:hover span, .pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a:hover i {
  transition: opacity 0.3s 0.1s;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a:hover span {
  opacity: 1;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--holder .pxl-readmore a:hover i {
  opacity: 0;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--image {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--image img {
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-service-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature:after {
  background: rgba(255, 255, 255, .6);
  bottom: 0%;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0%;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-service-carousel1 .pxl-item--inner:hover .wrap-feature:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
  transform: translateX(-100%);
}
.pxl-service-carousel1 .pxl-item--inner:hover .wrap-feature:after {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
  transform: translateX(100%);
}
.pxl-service-carousel1 .pxl-item--inner:hover .item--icon {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide {
  padding: 0 15px;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--featured {
  position: relative;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--featured:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
  visibility: visible;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--featured:after {
  background: rgba(255, 255, 255, .6);
  bottom: 0%;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
  visibility: visible;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--featured img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--featured .pxl-icon-plus {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--fifth-color);
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -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.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: scale(0);
  z-index: 2;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--featured .pxl-icon-plus i {
  color: #fff;
  font-size: 13px;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder {
  position: absolute;
  bottom: 0px;
  padding: 50px 50px 40px;
  width: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder {
    padding: 20px;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .pxl-line {
  width: 35px;
  height: 2px;
  background-color: var(--secondary-color);
  margin-bottom: 20px;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .item--category {
  font-size: 14px;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .item--category a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fefefe;
  text-transform: uppercase;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .item--category a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .item--title {
  margin-bottom: 0;
  font-size: 24px;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #fefefe;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner .item--holder .pxl-wrap-content .item--title a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner:hover .pxl-icon-plus {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner:hover .item--featured:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-item--inner:hover .item--featured:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-post-carousel1 {
  overflow-x: hidden;
  padding: 30px;
}
.pxl-post-carousel1 .pxl-item--inner {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image {
  z-index: 1;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel1 .pxl-item--inner .pxl-item--image {
    display: block;
  }
  .pxl-post-carousel1 .pxl-item--inner .pxl-item--image img {
    width: 100%;
    height: 300px;
  }
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature a {
  display: block;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date {
  position: absolute;
  left: 20px;
  bottom: 0;
  padding: 18px 13px;
  background-color: var(--secondary-color);
  text-align: center;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .day {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .month {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature:after {
  background: rgba(255, 255, 255, .6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-post-carousel1 .pxl-item--inner .pxl-item--image .wrap-feature:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body {
  z-index: 1;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body:before {
  position: absolute;
  top: 90px;
  left: -15px;
  right: -15px;
  bottom: 0;
  border: 1px solid #dfe8ee;
  -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;
  content: "";
  z-index: -1;
  background-color: #fff;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder {
  padding: 20px 20px 45px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder {
    padding: 20px 0 20px;
  }
  .pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author {
  margin-right: 15px;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a {
  color: var(--regular-color);
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a i {
  color: var(--fifth-color);
  margin-right: 10px;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a span {
  margin-left: 5px;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment a {
  color: var(--regular-color);
  display: flex;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment a i {
  color: var(--fifth-color);
  margin-right: 10px;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title {
  margin-bottom: 0;
}
.pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991px) {
  .pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel1 .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
    font-size: 18px;
  }
}
.pxl-post-carousel1 .pxl-item--inner:hover .entry-body:before {
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
.pxl-service-carousel2 {
  overflow: hidden;
  padding: 30px;
}
.pxl-service-carousel2 .pxl-swiper-container {
  overflow: visible;
}
.pxl-service-carousel2 .pxl-swiper-container .pxl-swiper-slide {
  opacity: 0;
  visibility: hidden;
  padding: 50px 15px;
}
.pxl-service-carousel2 .pxl-swiper-container .pxl-swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.pxl-service-carousel2 .pxl-item--inner {
  min-height: 210px;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item--image img {
  width: 100%;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item--image .item--icon {
  position: absolute;
  bottom: -72px;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: var(--secondary-color);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item--image .item--icon i {
  font-size: 50px;
  color: #fff;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item--image .item--icon i:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel2 .pxl-item--inner .pxl-item--image .item--icon {
    bottom: 0;
    width: 65px;
    height: 65px;
  }
  .pxl-service-carousel2 .pxl-item--inner .pxl-item--image .item--icon i {
    font-size: 32px;
  }
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder {
  padding: 40px 60px 35px 30px;
  background-color: #fff;
  position: relative;
  margin-left: 3px;
  overflow: hidden;
  min-height: 210px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel2 .pxl-item--inner .pxl-item-holder {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel2 .pxl-item--inner .pxl-item-holder {
    padding: 20px 15px 22px;
  }
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item--title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .content-excerpt span {
  font-size: 16px;
  line-height: 1.875;
  color: #7c858c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .content-excerpt span {
    -webkit-line-clamp: 2;
  }
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore {
  position: absolute;
  bottom: 48px;
  right: -47px;
  transform: rotate(90deg);
  background-color: var(--primary-color);
  padding: 0 35px;
  color: #fff;
  line-height: 45px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore {
    position: relative;
    bottom: auto;
    right: auto;
    transform: rotate(0deg);
    margin-top: 15px;
    display: block;
    max-width: 150px;
    text-align: center;
  }
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore span {
  position: relative;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore:hover {
  background-color: var(--primary-color);
}
.pxl-service-carousel2 .pxl-item--inner .pxl-item-holder .pxl-item-readmore:hover span:before {
  width: 100%;
}
.pxl-service-carousel2 .pxl-swiper-arrow-prev {
  left: -70px;
}
.pxl-service-carousel2 .pxl-swiper-pagination-bullets {
  transform: rotate(90deg);
  left: -85px;
  bottom: 111px;
  position: absolute;
}
.pxl-service-carousel2 .pxl-swiper-pagination-bullets span {
  width: 35px;
  height: 3px;
  margin: 0 5px;
  background-color: rgba(135, 171, 66, 0.3);
}
.pxl-service-carousel2 .pxl-swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}
.pxl-service-carousel2 .pxl-item--inner:hover .item--icon {
  background-color: var(--primary-color);
}
.pxl-service-carousel2 .pxl-item--inner:hover .item--icon i {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-service-carousel2 .pxl-item--inner:hover .pxl-item-readmore {
  background-color: var(--secondary-color);
}
.pxl-post-carousel2 {
  overflow: hidden;
  padding: 50px 15px;
}
.pxl-post-carousel2 .pxl-swiper-container {
  overflow: visible;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner {
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, rgba(23, 26, 29, 0.01) 100%);
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -khtml-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  visibility: visible;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature a img {
  width: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 64px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 2;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .day, .pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date .month {
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px 30px 30px 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder {
    padding: 20px 15px;
  }
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta {
  z-index: 2;
  display: flex;
  margin-bottom: 4px;
  position: relative;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author {
  margin-right: 0px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author .pxl-post-name {
  margin-left: 5px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 15px;
  display: flex;
  -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-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author a i {
  font-size: 14px;
  color: var(--secondary-color);
  margin-right: 10px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .item-comment a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  -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-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .item-comment a i {
  font-size: 14px;
  color: var(--secondary-color);
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta {
    flex-direction: column;
  }
  .pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .wrap-meta .pxl-item--author {
    margin-bottom: 7px;
  }
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title {
  position: relative;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -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;
  z-index: 2;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 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;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder .pxl-item--title a {
    font-size: 18px;
  }
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--holder:after {
  content: "";
  top: 371px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 0px 0px 10px 10px;
  -khtml-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -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: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item-readmore {
  -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;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 137px;
  right: 60px;
  z-index: 3;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item-readmore i {
  color: #fff;
  font-size: 12px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item-readmore:hover {
  background-color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--image:before {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .wrap-meta .pxl-item--author {
  margin-right: 0px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .wrap-meta .pxl-item--author a {
  color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .wrap-meta .pxl-item--author a i {
  font-size: 14px;
  color: var(--secondary-color);
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .wrap-meta .item-comment a {
  color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .wrap-meta .item-comment a i {
  color: var(--secondary-color);
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .pxl-item--title {
  line-height: 1;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder .pxl-item--title a {
  color: var(--primary-color);
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--holder:after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item-readmore {
  -webkit-transition: all 0.3s ease 0.3s;
  -khtml-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  opacity: 1;
  visibility: visible;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  right: 20px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item-readmore i {
  color: #fff;
  font-size: 12px;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder {
  position: absolute;
  bottom: 45px;
  right: 40px;
  left: 40px;
  background-color: var(--fourth-color);
  min-height: 118px;
  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-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content {
  padding: 40px 130px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-self: content;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--category {
  margin-bottom: 5px;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--category a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--category a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--title a {
  color: #fff;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--title a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-icon-readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 90px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-icon-readmore i {
  font-size: 20px;
  color: var(--fourth-color);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder {
    bottom: 30px;
    right: 25px;
    left: 25px;
    min-height: auto;
  }
  .pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content {
    padding: 25px 60px 25px 25px;
  }
  .pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-wrap-content .item--title {
    font-size: 18px;
  }
  .pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner .item--holder .pxl-icon-readmore {
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 15px;
    min-width: 45px;
  }
}
.pxl-portfolio-carousel2 .pxl-swiper-slide .pxl-item--inner:hover .item--holder {
  opacity: 1;
  visibility: visible;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon {
  position: absolute;
  top: 15px;
  left: 30px;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon {
    left: 15px;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder {
  background-color: #fff;
  min-height: 118px;
  opacity: 0;
  visibility: hidden;
  max-width: 540px;
  position: relative;
  -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;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content {
  padding: 40px 130px 40px 40px;
  display: flex;
  flex-direction: column;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--category {
  margin-bottom: 5px;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--category a {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--category a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title a {
  color: #1a1819;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content {
    padding: 15px 15px 15px 15px;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore {
  position: absolute;
  top: 23px;
  bottom: 23px;
  right: -23px;
  min-width: 90px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore i {
  font-size: 20px;
  color: #fff;
  transform: rotate(-90deg);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder {
    bottom: 0px;
    right: 15px;
    left: 15px;
    min-height: auto;
  }
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title {
    font-size: 18px;
  }
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore {
    position: absolute;
    top: 0px;
    bottom: auto;
    right: 0px;
    min-width: 50px;
  }
  .pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore i {
    font-size: 15px;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner:hover .item--holder {
  opacity: 1;
  visibility: visible;
}
.pxl-portfolio-carousel3 .pxl-swiper-slide .pxl-item--inner.swiper-slide-next .item--holder {
  opacity: 1;
  visibility: visible;
}
.pxl-portfolio-carousel3 .pxl-swiper-pagination-bullets {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel3 .pxl-swiper-pagination-bullets {
    margin-top: 30px !important;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, );
  border-radius: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel3 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
    width: 10px;
    margin: 0 5px;
  }
}
.pxl-portfolio-carousel3 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 1, 0, );
  border-color: var(--secondary-color);
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon {
  position: absolute;
  top: 15px;
  left: 30px;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon {
    left: 15px;
  }
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder {
  background-color: #fff;
  min-height: 118px;
  opacity: 0;
  visibility: hidden;
  max-width: 540px;
  position: relative;
  -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;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content {
  padding: 40px 130px 40px 40px;
  display: flex;
  flex-direction: column;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content:before {
  z-index: 1;
  content: "";
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  background-color: var(--secondary-color);
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--category {
  margin-bottom: 5px;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--category a {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--category a:hover {
  color: var(--secondary-color);
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title a {
  color: #1a1819;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title a:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content {
    padding: 15px 15px 15px 15px;
  }
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore:before, .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore:after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore:hover {
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore {
    scale: 0.8;
    transform: translate(-20%, -20%);
  }
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore {
    scale: 0.6;
    transform: translate(-40%, -40%);
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder {
    bottom: 0px;
    right: 15px;
    left: 15px;
    min-height: auto;
  }
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-wrap-content .item--title {
    font-size: 18px;
  }
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore {
    position: absolute;
    top: 0px;
    bottom: auto;
    right: 0px;
    min-width: 50px;
  }
  .pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner .wrap-positon .item--holder .pxl-icon-readmore i {
    font-size: 15px;
  }
}
.pxl-portfolio-carousel4 .pxl-swiper-slide .pxl-item--inner:hover .item--holder {
  opacity: 1;
  visibility: visible;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide.swiper-slide-next {
  transform: scale(1.05);
  transition: 0.3s ease;
}
.pxl-portfolio-carousel4 .pxl-swiper-slide.swiper-slide-next .item--holder {
  opacity: 1 !important;
  visibility: visible !important;
}
.pxl-portfolio-carousel4 .pxl-swiper-pagination-bullets {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel4 .pxl-swiper-pagination-bullets {
    margin-top: 30px !important;
  }
}
.pxl-portfolio-carousel4 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, );
  border-radius: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .pxl-portfolio-carousel4 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
    width: 10px;
    margin: 0 5px;
  }
}
.pxl-portfolio-carousel4 .pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 1, 0, );
  border-color: var(--secondary-color);
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner {
    flex-direction: column;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
  flex-grow: 1;
  width: 54%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    width: 100%;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date {
  width: 35.61%;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date {
    width: 100%;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date {
  max-width: 123px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date {
    margin-bottom: 10px;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date .day {
  font-size: 100px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  color: rgba(26, 24, 25, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date .day {
    font-size: 86px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date .day {
    position: relative;
    font-size: 18px;
    color: var(--primary-color);
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date .wrap-month-year {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--primary-color);
  font-family: 'Monda', sans-serif;
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date .wrap-month-year span.month {
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .pxl-item--date .wrap-date .wrap-month-year {
    flex-direction: row;
    font-size: 18px;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image a {
  flex-grow: 1;
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image a img {
  width: 100%;
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
  flex-grow: 1;
  width: 46%;
  padding-left: 95px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .item--category {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Monda', sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .item--category {
    margin-bottom: 5px;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .item--category a {
  color: var(--secondary-color);
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .item--category a:hover {
  color: var(--primary-color);
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  line-height: 1.4375;
  margin-bottom: 27px;
}
@media screen and (max-width: 1024px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title {
    margin-bottom: 10px;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a {
  color: var(--primary-color);
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item--title a:hover {
  color: var(--secondary-color);
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item-readmore {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: #87857f;
  text-transform: uppercase;
  text-decoration: underline;
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--holder .pxl-item-readmore:hover {
  color: var(--secondary-color);
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container {
  padding: 30px;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
  text-align: center;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image .wrap-feature .pxl-item--date {
  position: absolute;
  left: 25px;
  bottom: 0;
  transform: translateY(50%);
  height: 70px;
  padding: 0 50px;
  display: flex;
  justify-self: center;
  align-items: center;
  background-color: #fff;
  -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);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  -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-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body {
  padding: 64px 25px 29px;
  background-color: #fff;
  border-bottom: 4px solid #d1d1d1;
  -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);
  -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-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Monda', sans-serif;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a {
  color: var(--primary-color);
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .pxl-item--title a:hover {
  color: var(--secondary-color);
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Monda', sans-serif;
  color: #87857f;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .pxl-item--author a i {
  font-size: 13px;
  color: #87857f;
  margin-right: 8px;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment {
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment {
    margin-left: 0px;
  }
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Monda', sans-serif;
  color: #87857f;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .entry-body .pxl-item--holder .wrap-meta .item-comment a i {
  font-size: 13px;
  color: #87857f;
  margin-right: 8px;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--date {
  background-color: var(--secondary-color) !important;
}
.pxl-post-carousel4 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner:hover .entry-body {
  border-color: var(--secondary-color);
}
.pxl-service-carousel3 .pxl-item--inner {
  position: relative;
  background-color: #fff;
  padding: 50px 45px;
  margin: 30px 0;
  -webkit-box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.08);
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item--image {
  text-align: center;
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item--image .wrap-feature {
  position: relative;
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item--image .wrap-feature a img {
  clip-path: polygon(0 0, 100% 0, 97% 94%, 0% 100%);
  -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-carousel3 .pxl-item--inner .pxl-item--image .wrap-feature .item--icon {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -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-service-carousel3 .pxl-item--inner .pxl-item--image .wrap-feature .item--icon:before {
  width: 4px;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: var(--secondary-color);
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item--image .wrap-feature .item--icon i {
  line-height: 1;
  font-size: 58px;
  color: var(--secondary-color);
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item-holder {
  padding-top: 60px;
  text-align: center;
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item-holder .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4166;
  color: var(--primary-color);
  margin-bottom: 14px;
  font-family: 'Monda', sans-serif;
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item-holder .pxl-item--title a:hover {
  color: var(--secondary-color);
}
.pxl-service-carousel3 .pxl-item--inner .pxl-item-holder .content-excerpt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #87857f;
  font-family: 'Monda', sans-serif;
}
.pxl-service-carousel3 .pxl-item--inner:hover .pxl-item--image .wrap-feature a img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}
.pxl-image-box1 .pxl-item--inner {
  position: relative;
}
.pxl-image-box1 .pxl-item--inner .wrap-content {
  background-color: var(--secondary-color);
  position: relative;
  padding: 0 30px 30px;
}
.pxl-image-box1 .pxl-item--inner .wrap-content .pxl-item--icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  justify-content: center;
  text-align: center;
}
.pxl-image-box1 .pxl-item--inner .wrap-content .pxl-item--icon i {
  flex: none;
  width: auto;
  width: 103px;
  height: 103px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  font-size: 50px;
  color: var(--fifth-color);
  text-align: center;
  background-color: #fff;
  -webkit-animation: tada 2s linear infinite;
  -khtml-animation: tada 2s linear infinite;
  -moz-animation: tada 2s linear infinite;
  -ms-animation: tada 2s linear infinite;
  -o-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
  -webkit-transition: background-color0 0.3s ease;
  -khtml-transition: background-color0 0.3s ease;
  -moz-transition: background-color0 0.3s ease;
  -ms-transition: background-color0 0.3s ease;
  -o-transition: background-color0 0.3s ease;
  transition: background-color0 0.3s ease;
  margin-top: -50px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pxl-image-box1 .pxl-item--inner .wrap-content .pxl-item--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.pxl-image-box1 .pxl-item--inner .wrap-content .desc {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  text-align: center;
}
.pxl-image-box2 .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-image-box2 .pxl-item--inner .pxl-item--image:before {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  height: 20px;
  background-color: var(--secondary-color);
  content: "";
}
.pxl-image-box2 .pxl-item--inner .pxl-item--image .pxl-item--icon {
  position: absolute;
  bottom: -120px;
  right: -40px;
  padding: 20px;
  background-color: #fff;
  animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}
@media screen and (max-width: 767px) {
  .pxl-image-box2 .pxl-item--inner .pxl-item--image .pxl-item--icon {
    scale: 0.6;
  }
}
.pxl-image-box3 .pxl-item--image {
  position: relative;
}
.pxl-image-box3 .pxl-item--image img.pxl-image-wrap {
  margin-right: 130px;
}
.pxl-image-box3 .pxl-item--image:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -35px;
  bottom: 60px;
  right: 165px;
  border: 6px solid var(--secondary-color);
  z-index: -1;
  animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}
.pxl-image-box3 .pxl-item--image .pxl-item--icon {
  position: absolute;
  bottom: 60px;
  right: -130px;
}
.pxl-image-box3 .pxl-item--image .pxl-item--icon img {
  max-width: 315px;
  border: 12px solid #fff;
}
@media screen and (max-width: 767px) {
  .pxl-image-box3 .pxl-item--image img.pxl-image-wrap {
    margin-right: 0px;
  }
  .pxl-image-box3 .pxl-item--image:before {
    bottom: 20px;
    top: 20px;
  }
  .pxl-image-box3 .pxl-item--image .pxl-item--icon {
    bottom: 0;
    right: 0;
  }
  .pxl-image-box3 .pxl-item--image .pxl-item--icon img {
    max-width: 150px;
    border: 5px solid #fff;
  }
}
.animation-right-left {
  animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}
.animation-top-bottom {
  animation: 12s ease-out 0s infinite normal none running pxl_right_left;
}
.pxl-image-box4 {
  position: relative;
}
.pxl-image-box4 .pxl-item--image {
  border-radius: 10px;
  position: relative;
}
.pxl-image-box4 .pxl-item--image:before {
  position: absolute;
  content: "";
  top: 41px;
  bottom: 62px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  right: -15px;
  left: 15px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pxl-image-box4 .pxl-item--image:before {
    display: none;
  }
}
.pxl-image-box4 .pxl-item--image img {
  z-index: 2;
  position: relative;
}
.pxl-image-box4 .wrap-content {
  position: absolute;
  top: 73px;
  left: -60px;
  background-color: var(--fourth-color);
  width: 160px;
  height: 160px;
  z-index: 2;
  -webkit-border-radius: 0 10px 10px 10px;
  -khtml-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  -o-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
.pxl-image-box4 .wrap-content:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  background-color: var(--fourth-color);
}
.pxl-image-box4 .wrap-content .pxl-item--number {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.pxl-image-box4 .wrap-content .pxl-item--exp {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pxl-image-box4 .wrap-content {
    transform: scale(0.8);
    top: -16px;
    left: -16px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-box4 .wrap-content {
    transform: scale(0.5);
    top: -40px;
    left: -40px;
  }
}
.pxl-image-box5 .pxl-item--inner {
  position: relative;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image {
  width: 193px;
  height: 193px;
  line-height: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--fourth-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  position: absolute;
  transform: translate(-50%, 37px);
}
@media screen and (max-width: 1366px) {
  .pxl-image-box5 .pxl-item--inner .btn-video-image {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-image-box5 .pxl-item--inner .btn-video-image {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-box5 .pxl-item--inner .btn-video-image {
    transform: scale(0.5);
    top: -33px;
    left: -36px;
  }
}
.pxl-image-box5 .pxl-item--inner .btn-video-image .pxl-item--icon i {
  font-size: 27px;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image .pxl-item--icon i:before {
  -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;
  position: relative;
  left: 3px;
  top: 3px;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image .ct-banner-title {
  font-size: 19.5px;
  letter-spacing: 10px;
  white-space: nowrap;
  color: #0e0e0e;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'DM Sans', sans-serif;
  -webkit-animation: pxl_spin 15s linear infinite;
  -khtml-animation: pxl_spin 15s linear infinite;
  -moz-animation: pxl_spin 15s linear infinite;
  -ms-animation: pxl_spin 15s linear infinite;
  -o-animation: pxl_spin 15s linear infinite;
  animation: pxl_spin 15s linear infinite;
  font-weight: 700;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image .ct-banner-title svg {
  fill: transparent;
  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: visible;
  width: 120px;
  height: 120px;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image .ct-banner-title svg text {
  letter-spacing: inherit;
  fill: #fff;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image .ct-banner-title svg textPath:after {
  content: "";
  fill: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-image-box5 .pxl-item--inner .btn-video-image:hover .ct-banner-title {
  animation-play-state: paused;
}
.pxl-image-box5 .pxl-item--inner .pxl-item--image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pxl-image-box5 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
  position: absolute;
  transform: translate(-125px, -373px);
  border: 20px solid #fff;
}
@media screen and (max-width: 1366px) {
  .pxl-image-box5 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
    width: 250px;
    height: 258px;
    border: 10px solid #fff;
    transform: translate(-120px, -258px);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-image-box5 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
    width: 250px;
    height: 258px;
    border: 10px solid #fff;
    transform: translate(0px, -258px);
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-box5 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
    width: 120px;
    height: 125px;
    border: 5px solid #fff;
    transform: translate(0px, -125px);
  }
}
.pxl-image-box6 .pxl-item--inner {
  position: relative;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image {
  width: 193px;
  height: 193px;
  line-height: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--fourth-color);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 37px;
}
@media screen and (max-width: 1366px) {
  .pxl-image-box6 .pxl-item--inner .btn-video-image {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-image-box6 .pxl-item--inner .btn-video-image {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-box6 .pxl-item--inner .btn-video-image {
    transform: scale(0.5);
  }
}
.pxl-image-box6 .pxl-item--inner .btn-video-image .pxl-item--icon i {
  font-size: 27px;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image .pxl-item--icon i:before {
  -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;
  position: relative;
  left: 3px;
  top: 3px;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image .ct-banner-title {
  font-size: 19.5px;
  letter-spacing: 10px;
  white-space: nowrap;
  color: #0e0e0e;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'DM Sans', sans-serif;
  -webkit-animation: pxl_spin 15s linear infinite;
  -khtml-animation: pxl_spin 15s linear infinite;
  -moz-animation: pxl_spin 15s linear infinite;
  -ms-animation: pxl_spin 15s linear infinite;
  -o-animation: pxl_spin 15s linear infinite;
  animation: pxl_spin 15s linear infinite;
  font-weight: 700;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image .ct-banner-title svg {
  fill: transparent;
  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: visible;
  width: 120px;
  height: 120px;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image .ct-banner-title svg text {
  letter-spacing: inherit;
  fill: #fff;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image .ct-banner-title svg textPath:after {
  content: "";
  fill: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-image-box6 .pxl-item--inner .btn-video-image:hover .ct-banner-title {
  animation-play-state: paused;
}
.pxl-image-box6 .pxl-item--inner .pxl-item--image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding-left: 26px;
}
.pxl-image-box6 .pxl-item--inner .pxl-item--image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-image-box6 .pxl-item--inner .pxl-item--image:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 26px;
  bottom: 0;
  -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: #e7eed9;
  left: 0px;
  z-index: -1;
}
.pxl-image-box7 .pxl-item--inner {
  position: relative;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image {
  width: 135px;
  height: 135px;
  line-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(26, 24, 25, 0.92);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  position: absolute;
  right: 75px;
  bottom: 265px;
}
@media screen and (max-width: 1366px) {
  .pxl-image-box7 .pxl-item--inner .btn-video-image {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-image-box7 .pxl-item--inner .btn-video-image {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-box7 .pxl-item--inner .btn-video-image {
    transform: scale(0.8);
    top: 15px;
    left: 15px;
  }
}
.pxl-image-box7 .pxl-item--inner .btn-video-image .pxl-item--icon i {
  font-size: 27px;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image .pxl-item--icon i:before {
  -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;
  position: relative;
  left: 3px;
  top: 3px;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image .ct-banner-title {
  font-size: 14px;
  letter-spacing: 13px;
  white-space: nowrap;
  color: #0e0e0e;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Monda', sans-serif;
  -webkit-animation: pxl_spin 15s linear infinite;
  -khtml-animation: pxl_spin 15s linear infinite;
  -moz-animation: pxl_spin 15s linear infinite;
  -ms-animation: pxl_spin 15s linear infinite;
  -o-animation: pxl_spin 15s linear infinite;
  animation: pxl_spin 15s linear infinite;
  font-weight: 700;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image .ct-banner-title svg {
  fill: transparent;
  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: visible;
  width: 95px;
  height: 95px;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image .ct-banner-title svg text {
  letter-spacing: inherit;
  fill: #fff;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image .ct-banner-title svg textPath:after {
  content: "";
  fill: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-image-box7 .pxl-item--inner .btn-video-image:hover .ct-banner-title {
  animation-play-state: paused;
}
.pxl-image-box7 .pxl-item--inner .pxl-item--image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0px 162px 78px 0;
}
@media screen and (max-width: 767px) {
  .pxl-image-box7 .pxl-item--inner .pxl-item--image {
    padding: 0;
  }
}
.pxl-image-box7 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .pxl-image-box7 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
    bottom: 0;
    right: 0;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-image-box7 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
    bottom: 0;
    right: 0;
    max-width: 180px;
  }
}
.pxl-image-box8 .pxl-item--inner {
  position: relative;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image {
  width: 193px;
  height: 193px;
  line-height: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(26, 24, 25, 0.92);
  -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-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .pxl-image-box8 .pxl-item--inner .btn-video-image {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-box8 .pxl-item--inner .btn-video-image {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.pxl-image-box8 .pxl-item--inner .btn-video-image .pxl-item--icon i {
  font-size: 26px;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image .pxl-item--icon i:before {
  -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;
  position: relative;
  left: 3px;
  top: 3px;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image .ct-banner-title {
  font-size: 14px;
  letter-spacing: 13px;
  white-space: nowrap;
  color: #0e0e0e;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Monda', sans-serif;
  -webkit-animation: pxl_spin 15s linear infinite;
  -khtml-animation: pxl_spin 15s linear infinite;
  -moz-animation: pxl_spin 15s linear infinite;
  -ms-animation: pxl_spin 15s linear infinite;
  -o-animation: pxl_spin 15s linear infinite;
  animation: pxl_spin 15s linear infinite;
  font-weight: 700;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image .ct-banner-title svg {
  fill: transparent;
  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: visible;
  width: 130px;
  height: 130px;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image .ct-banner-title svg text {
  letter-spacing: 8px;
  fill: #fff;
  text-transform: uppercase;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image .ct-banner-title svg textPath:after {
  content: "";
  fill: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-image-box8 .pxl-item--inner .btn-video-image:hover .ct-banner-title {
  animation-play-state: paused;
}
.pxl-image-box8 .pxl-item--inner .pxl-item--image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .pxl-image-box8 .pxl-item--inner .pxl-item--image {
    padding: 0;
  }
}
.pxl-image-box8 .pxl-item--inner .pxl-item--image .pxl-item--image1 {
  margin-right: 36px;
}
.pxl-image-box8 .pxl-item--inner .pxl-item--image .pxl-item--image2 {
  margin-left: 22px;
  margin-bottom: 45px;
}
.pxl-accordion1.style1 {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style1 {
    padding: 20px;
  }
}
.pxl-accordion1.style1 .pxl--item {
  padding: 0px 0px 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.pxl-accordion1.style1 .pxl--item .pxl-item-accordion {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  border: none;
  position: relative;
  border-bottom: 1px solid #c9d5db;
  padding-bottom: 25px;
}
.pxl-accordion1.style1 .pxl--item .pxl-item-accordion i {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  position: absolute;
  color: var(--fifth-color);
  right: 0;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style1 .pxl--item .pxl-item-accordion i {
    right: -10px;
  }
}
.pxl-accordion1.style1 .pxl--item .pxl-item-accordion i:before {
  content: "\f104";
  font-family: flaticon_soluris !important;
  font-size: 11px;
}
.pxl-accordion1.style1 .pxl--item .pxl-item--content-acc {
  color: #7a838b;
  font-size: 16.5px;
  line-height: 1.8em;
  padding: 25px 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style1 .pxl--item .pxl-item--content-acc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-accordion1.style1 .pxl--item.active {
  border-bottom: 1px solid #c9d5db;
  background-color: #fff;
}
.pxl-accordion1.style1 .pxl--item.active .pxl-item-accordion {
  border-bottom: 1px solid #c9d5db;
  color: var(--secondary-color);
}
.pxl-accordion1.style1 .pxl--item.active .pxl-item-accordion i {
  color: var(--primary-color);
}
.pxl-accordion1.style1 .pxl--item.active .pxl-item-accordion i:before {
  content: "\f105";
  font-family: flaticon_soluris !important;
}
.pxl-accordion1.style1 .pxl--item.active i:before {
  -webkit-transform: rotatex(180deg);
  -khtml-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.pxl-accordion1.style1 .pxl--item.pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-accordion1.style1 .pxl--item.pxl--item:last-child .pxl-item-accordion {
  border-bottom: none;
  padding-bottom: 0;
}
.pxl-accordion1.style1 .pxl--item.pxl--item:last-child .pxl-item--content-acc {
  padding-bottom: 0;
}
.pxl-accordion1.style1 .pxl--item.pxl--item:last-child.active {
  border: none;
}
.pxl-accordion1.style4 {
  padding: 30px 0;
  border-bottom: 1px solid #c9d5db;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style4 {
    padding: 20px;
  }
}
.pxl-accordion1.style4 .pxl--item {
  padding: 0px 0px 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.pxl-accordion1.style4 .pxl--item .pxl-item-accordion {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  border: none;
  position: relative;
  border-bottom: 1px solid #c9d5db;
  padding-bottom: 25px;
}
.pxl-accordion1.style4 .pxl--item .pxl-item-accordion i {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  position: absolute;
  color: var(--primary-color);
  right: 0;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style4 .pxl--item .pxl-item-accordion i {
    right: -10px;
  }
}
.pxl-accordion1.style4 .pxl--item .pxl-item-accordion i:before {
  content: "\f104";
  font-family: flaticon_soluris !important;
  font-size: 11px;
}
.pxl-accordion1.style4 .pxl--item .pxl-item--content-acc {
  color: #7a838b;
  font-size: 16.5px;
  line-height: 1.8em;
  padding: 25px 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style4 .pxl--item .pxl-item--content-acc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-accordion1.style4 .pxl--item.active {
  border-bottom: 1px solid #c9d5db;
  background-color: #fff;
}
.pxl-accordion1.style4 .pxl--item.active .pxl-item-accordion {
  border-bottom: 1px solid #c9d5db;
  color: var(--secondary-color);
}
.pxl-accordion1.style4 .pxl--item.active .pxl-item-accordion i {
  color: var(--primary-color);
}
.pxl-accordion1.style4 .pxl--item.active .pxl-item-accordion i:before {
  content: "\f105";
  font-family: flaticon_soluris !important;
}
.pxl-accordion1.style4 .pxl--item.active i:before {
  -webkit-transform: rotatex(180deg);
  -khtml-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.pxl-accordion1.style4 .pxl--item.pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-accordion1.style4 .pxl--item.pxl--item:last-child .pxl-item-accordion {
  border-bottom: none;
  padding-bottom: 0;
}
.pxl-accordion1.style4 .pxl--item.pxl--item:last-child .pxl-item--content-acc {
  padding-bottom: 0;
}
.pxl-accordion1.style4 .pxl--item.pxl--item:last-child.active {
  border: none;
}
.pxl-accordion .pxl-item-accordion {
  margin-bottom: 0;
  cursor: pointer;
}
.pxl-accordion .pxl-item--content-acc {
  display: none;
}
.pxl-accordion .fa-chevron-double-right {
  font-style: normal;
}
.pxl-accordion1.style2 {
  background-color: transparent;
  padding: 0;
}
.pxl-accordion1.style2 .wrap-item {
  padding: 0;
}
.pxl-accordion1.style2 .title-acc {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  padding-left: 15px;
  padding-bottom: 17px;
}
.pxl-accordion1.style2 .wrap-item {
  background-color: #fff;
}
.pxl-accordion1.style2 .pxl-item-accordion {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
  padding: 0 40px 30px;
  -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;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style2 .pxl-item-accordion {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-accordion1.style2 i {
  position: absolute;
  top: 5px;
  right: 40px;
  font-size: 13px;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-accordion1.style2 i:before {
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style2 i {
    right: 15px;
  }
}
.pxl-accordion1.style2 .pxl-item--content-acc {
  color: #7a838b;
  font-size: 16.5px;
  line-height: 1.8em;
  padding: 40px 40px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style2 .pxl-item--content-acc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pxl-accordion1.style2 .pxl--item {
  padding: 30px 0px 0;
  margin-bottom: 20px;
  border-bottom: 0;
  background-color: var(--secondary-color);
  border: 1px solid #c9d5db;
}
.pxl-accordion1.style2 .pxl--item .pxl-item-accordion {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  color: #fff;
}
.pxl-accordion1.style2 .pxl--item .pxl-item-accordion i {
  color: #fff;
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.pxl-accordion1.style2 .pxl--item.active {
  border-bottom: 1px solid #c9d5db;
  background-color: #fff;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-item-accordion {
  border-bottom: 1px solid #c9d5db;
  color: var(--primary-color);
}
.pxl-accordion1.style2 .pxl--item.active .pxl-item-accordion i {
  color: var(--primary-color);
}
.pxl-accordion1.style2 .pxl--item.active i:before {
  -webkit-transform: rotatex(180deg);
  -khtml-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.pxl-accordion1.style3 {
  background-color: #fff;
}
.pxl-accordion1.style3 .pxl--item {
  padding: 0px 0px 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.pxl-accordion1.style3 .pxl--item .pxl-item-accordion {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  border: none;
  position: relative;
  padding: 0;
  line-height: 1.3;
}
.pxl-accordion1.style3 .pxl--item .pxl-item-accordion i {
  position: absolute;
  color: var(--secondary-color);
  right: 0;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style3 .pxl--item .pxl-item-accordion i {
    right: -10px;
  }
}
.pxl-accordion1.style3 .pxl--item .pxl-item-accordion i:before {
  content: "\f104";
  font-family: flaticon_soluris !important;
  font-size: 11px;
}
.pxl-accordion1.style3 .pxl--item .pxl-item--content-acc {
  color: #7a838b;
  font-size: 16.5px;
  line-height: 1.8em;
  padding: 25px 0px 0;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style3 .pxl--item .pxl-item--content-acc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style3 .pxl--item .pxl-item--content-acc {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pxl-accordion1.style3 .pxl--item.active {
  background-color: #fff;
}
.pxl-accordion1.style3 .pxl--item.active .pxl-item-accordion {
  color: var(--primary-color);
}
.pxl-accordion1.style3 .pxl--item.active .pxl-item-accordion i {
  color: var(--primary-color);
}
.pxl-accordion1.style3 .pxl--item.active .pxl-item-accordion i:before {
  content: "\f105";
  font-family: flaticon_soluris !important;
}
.pxl-accordion1.style3 .pxl--item.active i:before {
  -webkit-transform: rotatex(180deg);
  -khtml-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.pxl-accordion1.style3 .pxl--item.pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-accordion1.style3 .pxl--item.pxl--item:last-child .pxl-item-accordion {
  border-bottom: none;
  padding-bottom: 0;
}
.pxl-accordion1.style3 .pxl--item.pxl--item:last-child .pxl-item--content-acc {
  padding-bottom: 0;
}
.pxl-accordion1.style3 .pxl--item.pxl--item:last-child.active {
  border: none;
}
.pxl-accordion1.style3 .pxl--item + .pxl--item {
  margin-top: 10px;
}
.pxl-accordion1.style5 .pxl--item {
  padding: 40px 60px;
  margin: 0 0 30px 25px;
  border-bottom: 0;
  position: relative;
  -webkit-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 72px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style5 .pxl--item {
    padding: 30px 15px;
    margin: 0 0 30px 0;
  }
}
.pxl-accordion1.style5 .pxl--item .pxl-icon-readmore {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%, -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-accordion1.style5 .pxl--item .pxl-icon-readmore:before, .pxl-accordion1.style5 .pxl--item .pxl-icon-readmore:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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-accordion1.style5 .pxl--item .pxl-icon-readmore:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pxl-accordion1.style5 .pxl--item .pxl-icon-readmore:hover {
  background-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style5 .pxl--item .pxl-icon-readmore {
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
    border-radius: 0;
  }
  .pxl-accordion1.style5 .pxl--item .pxl-icon-readmore:before, .pxl-accordion1.style5 .pxl--item .pxl-icon-readmore:after {
    width: 8px;
  }
}
.pxl-accordion1.style5 .pxl--item .pxl-item-accordion {
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  border: none;
  position: relative;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style5 .pxl--item .pxl-item-accordion {
    font-size: 20px;
  }
}
.pxl-accordion1.style5 .pxl--item .pxl-item--content-acc {
  color: #7a838b;
  font-size: 16.5px;
  line-height: 1.8em;
  padding: 25px 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-accordion1.style5 .pxl--item .pxl-item--content-acc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-accordion1.style5 .pxl--item .pxl-item--content-acc {
    font-size: 16px;
  }
}
.pxl-accordion1.style5 .pxl--item.active .pxl-icon-readmore:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pxl-accordion1.style5 .pxl--item.active .pxl-item-accordion {
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
}
.pxl-accordion1.style5 .pxl--item.active .pxl-item-accordion i {
  color: var(--primary-color);
}
.pxl-accordion1.style5 .pxl--item.active .pxl-item-accordion i:before {
  content: "\f105";
  font-family: flaticon_soluris !important;
}
.pxl-accordion1.style5 .pxl--item.active i:before {
  -webkit-transform: rotatex(180deg);
  -khtml-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
.pxl-accordion1.style5 .pxl--item.pxl--item:last-child {
  margin-bottom: 0;
}
.pxl-item--content {
  display: none;
}
.pxl-item--content.active {
  display: block;
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title {
    flex-direction: column;
  }
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title div + div {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title div + div {
    margin-top: 5px;
    margin-left: 0;
  }
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  color: var(--primary-color);
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title span {
  color: var(--primary-color);
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title:hover span {
  color: #fff;
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title:after, .pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title:before {
  background-color: var(--primary-color);
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title.active {
  background-color: var(--primary-color);
  color: #fff !important;
}
.pxl-tabs.style-round-box .pxl-tabs--inner .wrap-title .pxl-item--title.active span {
  color: #fff !important;
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .pxl-tabs.style-2 .pxl-tabs--inner .wrap-title {
    flex-direction: column;
  }
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title div + div {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-tabs.style-2 .pxl-tabs--inner .wrap-title div + div {
    margin-top: 5px;
    margin-left: 0;
  }
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 72px 0px rgba(0, 0, 0, 0.14);
  color: var(--primary-color);
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title span {
  color: var(--primary-color);
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title:hover span {
  color: #fff;
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title:after, .pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title:before {
  background-color: #87ab42;
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title.active {
  background-color: #87ab42;
  color: #fff !important;
}
.pxl-tabs.style-2 .pxl-tabs--inner .wrap-title .pxl-item--title.active span {
  color: #fff !important;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title {
  display: flex;
  align-items: center;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title {
  cursor: pointer;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e2e3;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title .pxl-item--title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 169px;
  text-align: center;
  position: relative;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title .pxl-item--title:before {
  content: "";
  bottom: -25px;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: #f7ab49;
  position: absolute;
  -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;
  z-index: 1;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title .pxl-item--title.pxl-item--title.active:before {
  right: 0%;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title .pxl-item--title span {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 700;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title .pxl-item--title i {
  font-size: 40px;
  color: #f7ab49;
  line-height: 1;
  margin-bottom: 4px;
}
.pxl-tabs.style-3 .pxl-tabs--inner .wrap-title .pxl-tabs--title + .pxl-tabs--title .pxl-item--title {
  border-left: 1px solid #e1e2e3;
}
.pxl-tabs.style-3 .pxl-tabs--inner .pxl-item--content {
  padding-top: 28px;
  display: none !important;
}
.pxl-tabs.style-3 .pxl-tabs--inner .pxl-item--content.active {
  display: block !important;
}
.pxl-team-grid1 .pxl-item--inner {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 30px;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, );
  -khtml-box-shadow: 0 0 27px rgba(0, 0, 0, );
  -moz-box-shadow: 0 0 27px rgba(0, 0, 0, );
  -ms-box-shadow: 0 0 27px rgba(0, 0, 0, );
  -o-box-shadow: 0 0 27px rgba(0, 0, 0, );
  box-shadow: 0 0 27px rgba(0, 0, 0, );
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s ease-out;
  -khtml-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta {
  padding: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -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;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--title a {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--title a {
    font-size: 20px;
  }
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--position {
  display: inline-block;
  color: #726d7b;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.675;
  font-weight: 500;
  margin: 0 0 8px;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--social {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  opacity: 0;
  margin-bottom: -45px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--social a {
  display: block;
  background-color: #f6f4f9;
  color: var(--primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--social a i {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 13px;
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--social a:hover {
  background-color: var(--primary-color);
}
.pxl-team-grid1 .pxl-item--inner .pxl-item--meta .pxl-item--social a:hover i {
  color: #fff;
}
.pxl-team-grid1 .pxl-item--inner:hover .pxl-item--meta .pxl-item--social {
  opacity: 1;
  margin-bottom: 0;
}
.pxl-team-carousel1 {
  overflow: hidden;
  padding: 30px;
  margin: 0 -15px;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container {
  overflow: inherit;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide {
  opacity: 0;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner {
  position: relative;
  overflow: hidden;
  -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 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image img {
  width: 100%;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image:before {
  background: rgba(255, 255, 255, .4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--image:after {
  background: rgba(255, 255, 255, .6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  z-index: 0;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 35px 0 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.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-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -45px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--social a {
  display: block;
  margin-bottom: 8px;
  background-color: #f6f4f9;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--social a i {
  font-size: 13px;
  color: var(--primary-color);
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--social a:hover {
  background-color: var(--primary-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-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .pxl-item--social a:hover i {
  color: #fff;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--image:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--image:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
  transition: 0.8s ease;
}
.pxl-team-carousel1 .pxl-carousel-inner .pxl-swiper-container .pxl-swiper-wrapper .pxl-swiper-slide.swiper-slide-visible {
  visibility: visible;
  opacity: 1;
}
.pxl-team-carousel1 .pxl-swiper-dots span {
  background-color: #cdccce;
  margin: 0 2px;
  width: 10px;
  height: 10px;
  border: 2px solid #cdccce;
}
.pxl-team-carousel1 .pxl-swiper-dots span:hover, .pxl-team-carousel1 .pxl-swiper-dots span.swiper-pagination-bullet-active {
  border-color: #6222cc !important;
  background-color: #fff !important;
}
.pxl-team-carousel2 .pxl-item--inner {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image {
  z-index: 1;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--social {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  background-color: var(--secondary-color);
  bottom: -20px;
  right: 20px;
  z-index: 12;
  overflow: hidden;
  max-height: 155px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--social .pxl-item--icon i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.1s ease;
  -khtml-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  visibility: visible;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--social .pxl-wrap-social {
  display: flex;
  flex-direction: column;
  -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;
  opacity: 0;
  visibility: hidden;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--social .pxl-wrap-social a {
  margin: 5px 0;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease 0.1s;
  -khtml-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--social .pxl-wrap-social a i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--image .pxl-item--social .pxl-wrap-social a i:hover {
  color: var(--primary-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-team-carousel2 .pxl-item--inner .pxl-item--meta {
  padding: 25px 15px 28px;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--meta .entry-body:before {
  position: absolute;
  top: 90px;
  left: -15px;
  right: -15px;
  bottom: 0;
  border: 1px solid #dfe8ee;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  z-index: -1;
  background-color: #f4f5f8;
  padding: 25px 15px 28px;
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-color);
}
.pxl-team-carousel2 .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--position {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #808287;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--image .pxl-item--social {
  height: 155px;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--image .pxl-item--social .pxl-item--icon i {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.pxl-team-carousel2 .pxl-item--inner:hover .pxl-item--image .pxl-item--social .pxl-wrap-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pxl-team-carousel2 .pxl-item--inner:hover .entry-body:before {
  background-color: var(--fourth-color);
}
.pxl-team-carousel2 .pxl-item--inner:hover .entry-body .pxl-item--title a {
  color: #fff;
}
.pxl-team-carousel4 .pxl-carousel-inner {
  position: relative;
}
.pxl-team-carousel4 .pxl-carousel-inner:before {
  width: 10px;
  height: 228px;
  content: "";
  background-color: var(--secondary-color);
  top: 40px;
  left: -25px;
  position: absolute;
  z-index: 1;
}
.pxl-team-carousel4 .pxl-swiper-slide {
  padding: 0;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner {
  margin: 0px 0 40px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: linear-gradient(0deg, #fff 100%, #fff 100%);
  height: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--image {
    text-align: center;
  }
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  min-height: 250px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(0deg, rgba(var(--secondary-color-rgb),1) 30%, rgba(var(--primary-color-rgb),0.01) 100%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .entry-body {
  position: absolute;
  right: 50px;
  left: 50px;
  bottom: 40px;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--position {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  transform: translateY(10px);
  transition: all 0.3s ease 0.2s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 7px;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  transition: all 0.4s ease 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--title a {
  color: #fff;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--title a:hover {
  color: var(--primary-color);
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner:hover:before {
  height: 0;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--image {
  opacity: 1;
  visibility: visible;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--meta {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}
.pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--meta .entry-body .pxl-item--position, .pxl-team-carousel4 .pxl-swiper-slide .pxl-item--inner:hover .pxl-item--meta .entry-body .pxl-item--title {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.pxl-team-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--inner:before {
  height: 0;
}
.pxl-team-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--meta {
  opacity: 1;
  visibility: visible;
  bottom: -40px;
}
.pxl-team-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--position, .pxl-team-carousel4 .pxl-swiper-slide.swiper-slide-active .pxl-item--inner .pxl-item--meta .entry-body .pxl-item--title {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.pxl-team-single1 .pxl-item--inner {
  position: relative;
  padding-bottom: 75px;
}
.pxl-team-single1 .pxl-item--inner .pxl-item--image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pxl-team-single1 .pxl-item--inner .pxl-item--image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 123;
}
.pxl-team-single1 .pxl-item--inner .pxl-item--image 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-team-single1 .pxl-item--inner .wrap-content {
  padding: 23px 34px 7px;
  background-color: #fff;
  -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);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-width: 275px;
}
.pxl-team-single1 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item-postion {
  font-size: 18px;
  font-weight: 400;
  color: #888481;
  font-family: 'Monda', sans-serif;
  margin-bottom: -2px;
}
.pxl-team-single1 .pxl-item--inner .wrap-content .pxl-item--holder .pxl-item-name {
  font-size: 24px;
  font-family: 'Monda', sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: -3px;
}
.pxl-team-single1 .pxl-item--inner .wrap-content .pxl-item-social {
  list-style: none;
  padding: 0;
  display: flex;
}
.pxl-team-single1 .pxl-item--inner .wrap-content .pxl-item-social li a {
  color: var(--secondary-color);
  font-weight: 700;
}
.pxl-team-single1 .pxl-item--inner .wrap-content .pxl-item-social li a:hover {
  color: var(--primary-color);
}
.pxl-team-single1 .pxl-item--inner .wrap-content .pxl-item-social li + li {
  margin-left: 24px;
}
.pxl-team-single1 .pxl-item--inner:hover .pxl-item--image img {
  transform: scale(1.1);
}
.pxl-pricing1 {
  position: relative;
  padding: 52px 60px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -khtml-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
}
.pxl-pricing1:before {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: "";
  width: 125px;
  height: 125px;
  background-color: rgba(78, 78, 78, 0.03);
  position: absolute;
  top: 0;
  right: 0;
}
.pxl-pricing1:after {
  clip-path: polygon(100% 0, 61% 66%, 100% 100%);
  content: "";
  width: 200px;
  height: 240px;
  background-color: rgba(78, 78, 78, 0.03);
  position: absolute;
  right: 0;
  top: 60px;
}
.pxl-pricing1 .wrap-content .pxl-plan {
  margin-bottom: 15px;
}
.pxl-pricing1 .wrap-content .pxl-plan .pxl-plan-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--secondary-color);
}
.pxl-pricing1 .wrap-content .pxl-price {
  position: relative;
  margin: 0 0 50px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eef3f6;
  display: flex;
}
.pxl-pricing1 .wrap-content .pxl-price .pxl-number {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--primary-color);
  position: relative;
  line-height: 1;
  display: flex;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .pxl-pricing1 .wrap-content .pxl-price .pxl-number {
    font-size: 36px;
  }
}
.pxl-pricing1 .wrap-content .pxl-price .currency-unit {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 700;
}
.pxl-pricing1 .wrap-content .pxl-price .pxl-text-after-price {
  font-size: 12px;
  font-weight: 500;
  color: #7c858c;
  line-height: 50px;
}
.pxl-pricing1 .wrap-content .pxl-item--image {
  position: relative;
}
.pxl-pricing1 .wrap-content .pxl-item--image img {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
  max-width: 100px;
  max-height: 80px;
}
.pxl-pricing1 .wrap-content .pxl-item--image:before {
  background-color: #f4f5f6;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  width: 125px;
  height: 125px;
  position: absolute;
  left: -14px;
  top: -20px;
}
.pxl-pricing1 .wrap-content .wrap-feature .pxl-item--feature {
  margin-left: 3px;
  padding: 0;
  margin-bottom: 25px;
}
.pxl-pricing1 .wrap-content .wrap-feature .pxl-item--feature li {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}
.pxl-pricing1 .wrap-content .wrap-feature .pxl-item--feature li i {
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  line-height: 1;
  margin: 0 13px 0 0;
}
.pxl-pricing1 .wrap-content .wrap-feature .pxl-item--feature li i:after {
  background-color: var(--secondary-color);
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.pxl-pricing1 .wrap-content .wrap-feature .pxl-item--feature li i:before {
  z-index: 2;
}
.pxl-pricing1 .wrap-content .wrap-feature .pxl-item--feature li + li {
  margin-bottom: 10px;
}
.pxl-pricing1 .wrap-content .pxl-item--readmore .btn-readmore {
  font-size: 12px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  line-height: 58px;
  padding: 0 40px;
  background-color: var(--primary-color);
}
.pxl-pricing1 .wrap-content .pxl-item--readmore .btn-readmore:hover {
  color: #fff;
}
.pxl-pricing1:hover .pxl-item--image img {
  -webkit-animation: updown 0.4s ease-in-out 50ms;
  animation: updown 0.4s ease-in-out 50ms;
}
.pxl-contact-form1.button-style1 form {
  position: relative;
}
.pxl-contact-form1.button-style1 form .input-filled {
  position: relative;
}
.pxl-contact-form1.button-style1 form .input-filled input {
  height: 55px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 60px 6px 20px;
}
.pxl-contact-form1.button-style1 form .input-filled input:hover {
  border: 2px solid var(--secondary-color);
}
.pxl-contact-form1.button-style1 form .input-filled button {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: var(--secondary-color);
  border: none;
  outline: none;
  width: 50px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
}
.pxl-contact-form1.button-style1 form .input-filled button i {
  color: #fff;
  font-size: 20px;
}
.pxl-contact-form1 .wpcf7-list-item input[type="checkbox"] {
  margin-left: -1em;
}
.pxl-contact-form1 .contact-form-home {
  position: relative;
  padding: 55px 80px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1199px) {
  .pxl-contact-form1 .contact-form-home {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-contact-form1 .contact-form-home {
    padding: 30px 15px;
  }
}
.pxl-contact-form1 .contact-form-home .pxl-logo-form {
  background-image: url('../img/logo-form.png');
  width: 140px;
  height: 140px;
  position: absolute;
  top: -20px;
  right: 0;
}
.pxl-contact-form1 .contact-form-home .pxl-logo-form-2 {
  background-image: url('../img/logo-form-2.png');
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 130px;
  height: 130px;
}
.pxl-contact-form1 .contact-form-home .pxl-title-form {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.pxl-contact-form1 .contact-form-home input:not(input[type="checkbox"]) {
  line-height: 73px;
  height: 73px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form1 .contact-form-home input:not(input[type="checkbox"]) {
    line-height: 50px;
    height: 50px;
  }
}
.pxl-contact-form1 .contact-form-home .input-filled p {
  width: 100%;
}
.pxl-contact-form1 .contact-form-home textarea {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.pxl-contact-form1 .contact-form-home textarea:hover {
  border-color: var(--secondary-color);
}
.pxl-contact-form1 .contact-form-home button {
  border: none;
  outline: none;
  height: 73px;
  padding: 0 63px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form1 .contact-form-home button {
    line-height: 50px !important;
    height: 50px !important;
  }
}
.pxl-contact-form1 .contact-form-home .wpcf7-not-valid-tip {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.pxl-contact-form1 .contact-form-home input, .pxl-contact-form1 .contact-form-home textarea {
  margin-bottom: 10px;
}
.pxl-contact-form1 .contact-form-home3 {
  position: relative;
  padding: 55px 80px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1199px) {
  .pxl-contact-form1 .contact-form-home3 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-contact-form1 .contact-form-home3 {
    padding: 30px 15px;
  }
}
.pxl-contact-form1 .contact-form-home3 .pxl-logo-form {
  background-image: url('../img/logo-form.png');
  width: 140px;
  height: 140px;
  position: absolute;
  top: -20px;
  right: 0;
}
.pxl-contact-form1 .contact-form-home3 .pxl-logo-form-2 {
  background-image: url('../img/logo-form-2.png');
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 130px;
  height: 130px;
}
.pxl-contact-form1 .contact-form-home3 .pxl-title-form {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.pxl-contact-form1 .contact-form-home3 input {
  line-height: 73px !important;
  height: 73px !important;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form1 .contact-form-home3 input {
    line-height: 50px !important;
    height: 50px !important;
  }
}
.pxl-contact-form1 .contact-form-home3 .input-filled p {
  width: 100%;
}
.pxl-contact-form1 .contact-form-home3 textarea {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.pxl-contact-form1 .contact-form-home3 textarea:hover {
  border-color: var(--secondary-color);
}
.pxl-contact-form1 .contact-form-home3 button {
  border: none;
  outline: none;
  height: 73px;
  padding: 0 63px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .pxl-contact-form1 .contact-form-home3 button {
    line-height: 50px !important;
    height: 50px !important;
  }
}
.pxl-contact-form1 .contact-form-home3 .wpcf7-not-valid-tip {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.pxl-contact-form1 .contact-form-home3 input, .pxl-contact-form1 .contact-form-home3 textarea {
  margin-bottom: 10px;
}
.pxl-contact-form1 .contact-form-home7 .row .input-name, .pxl-contact-form1 .contact-form-home7 .row .input-email, .pxl-contact-form1 .contact-form-home7 .row .input-phone, .pxl-contact-form1 .contact-form-home7 .row .input-subject, .pxl-contact-form1 .contact-form-home7 .row .input-text-area, .pxl-contact-form1 .contact-form-home7 .row .btn-input {
  padding: 10px;
}
.pxl-contact-form1 .contact-form-home7 .row .input-name input, .pxl-contact-form1 .contact-form-home7 .row .input-email input, .pxl-contact-form1 .contact-form-home7 .row .input-phone input, .pxl-contact-form1 .contact-form-home7 .row .input-subject input, .pxl-contact-form1 .contact-form-home7 .row .input-text-area input, .pxl-contact-form1 .contact-form-home7 .row .btn-input input, .pxl-contact-form1 .contact-form-home7 .row .input-name textarea, .pxl-contact-form1 .contact-form-home7 .row .input-email textarea, .pxl-contact-form1 .contact-form-home7 .row .input-phone textarea, .pxl-contact-form1 .contact-form-home7 .row .input-subject textarea, .pxl-contact-form1 .contact-form-home7 .row .input-text-area textarea, .pxl-contact-form1 .contact-form-home7 .row .btn-input textarea {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
}
.pxl-contact-form1 .contact-form-home7 .row .input-name button, .pxl-contact-form1 .contact-form-home7 .row .input-email button, .pxl-contact-form1 .contact-form-home7 .row .input-phone button, .pxl-contact-form1 .contact-form-home7 .row .input-subject button, .pxl-contact-form1 .contact-form-home7 .row .input-text-area button, .pxl-contact-form1 .contact-form-home7 .row .btn-input button {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  width: 100%;
  border-radius: 0;
  color: var(--primary-color);
}
.pxl-contact-form1 .contact-form-home7 .row .input-name button:hover, .pxl-contact-form1 .contact-form-home7 .row .input-email button:hover, .pxl-contact-form1 .contact-form-home7 .row .input-phone button:hover, .pxl-contact-form1 .contact-form-home7 .row .input-subject button:hover, .pxl-contact-form1 .contact-form-home7 .row .input-text-area button:hover, .pxl-contact-form1 .contact-form-home7 .row .btn-input button:hover {
  color: #fff;
}
.contact-form-home2 {
  padding: 55px 60px;
  background-color: var(--secondary-color);
  position: relative;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1199px) {
  .contact-form-home2 {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-home2 {
    padding: 30px 15px;
  }
}
.contact-form-home2 .pxl-logo-form {
  background-image: url('../img/element11.png');
  position: absolute;
  bottom: -12px;
  right: -15px;
  width: 130px;
  height: 130px;
}
.contact-form-home2:before {
  content: "";
  width: 40px;
  height: 40px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #799c36;
  top: 0;
  left: -40px;
  position: absolute;
}
.contact-form-home2:after {
  content: "";
  width: 40px;
  height: 40px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #799c36;
  top: 0;
  right: -40px;
  position: absolute;
}
.contact-form-home2 label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 !important;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact-form-home2 label.uacf7-slider-label {
  display: none;
}
.contact-form-home2 input, .contact-form-home2 select {
  margin-bottom: 15px;
  border-color: #fff;
}
.contact-form-home2 input:hover, .contact-form-home2 select:hover, .contact-form-home2 input:focus, .contact-form-home2 select:focus, .contact-form-home2 input:active, .contact-form-home2 select:active {
  border-color: var(--secondary-color) !important;
}
.contact-form-home2 .pxl-select-higthlight {
  border-color: #fff;
}
.contact-form-home2 .pxl-select-higthlight:hover, .contact-form-home2 .pxl-select-higthlight:focus, .contact-form-home2 .pxl-select-higthlight:active {
  border-color: var(--secondary-color);
}
.contact-form-home2 .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-home2 .wpcf7-form-control-wrap span.uacf7-amount {
  color: #fff;
  font-weight: 500;
  font-weight: 16px;
  margin-top: -30px;
}
.contact-form-home2 .wpcf7-form-control-wrap .uacf7_range_slider-700 {
  width: 100%;
}
.contact-form-home2 .wpcf7-form-control-wrap .uacf7_range_slider-700 input[type=range] {
  background-color: #3a3a3a;
  height: 11px;
}
.contact-form-home2 .multistep {
  margin-bottom: 30px;
}
.contact-form-home2 .range-area label {
  margin-bottom: 30px;
}
.contact-form-home2 .ui-widget.ui-widget-content {
  background-color: #3a3a3a !important;
  height: 11px !important;
  border: none !important;
}
.contact-form-home2 .ui-widget.ui-widget-content .ui-widget-header {
  background-color: #fff;
  height: 11px !important;
  border: none !important;
}
.contact-form-home2 .ui-state-default {
  width: 20px !important;
  height: 20px !important;
  border: 2px solid var(--primary-color) !important;
  background-color: #fff !important;
  top: -5px !important;
  position: relative;
}
.contact-form-home2 .ui-state-default:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid var(--primary-color) !important;
  position: absolute;
}
.contact-form-home2 .btn-input {
  margin-top: 20px;
}
.contact-form-home2 .select-pannel-type {
  margin-bottom: 15px;
}
.contact-form-contact div.input-name, .contact-form-contact div.input-email, .contact-form-contact div.input-text-area, .contact-form-contact div.btn-input {
  padding: 5px;
}
.contact-form-contact input, .contact-form-contact textarea {
  padding: 25px 40px !important;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  border-radius: 0 !important;
}
.contact-form-contact input:not(input[type="checkbox"]) {
  height: 75px !important;
}
.contact-form-contact button {
  line-height: 75px !important;
  border-radius: 0;
  padding: 0 60px !important;
}
.contact-form-contact .btn-input {
  display: flex;
  justify-content: center;
}
.pxl-piechart {
  display: flex;
}
.pxl-piechart .item--value {
  position: relative;
}
.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 .item--title {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 19px;
}
.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;
  max-width: 200px;
}
.pxl-user .pxl-user-form input {
  border-radius: 0;
  padding-left: 75px;
  background-color: #fff !important;
  border-color: #e9e9e9;
}
.pxl-user .pxl-user-form input:hover, .pxl-user .pxl-user-form input:active, .pxl-user .pxl-user-form input:focus {
  border-color: var(--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;
  width: 20px;
  z-index: 2;
  top: 13px;
  left: 17px;
}
.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 {
  position: absolute;
  width: 20px;
  z-index: 2;
  top: 13px;
  left: 17px;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button {
  text-transform: uppercase;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button svg {
  display: none;
}
.pxl-info-slide1.style-default {
  background-color: var(--secondary-color);
  display: flex;
  padding: 0 100px;
  justify-content: space-between;
  min-height: 100px;
  align-items: center;
}
.pxl-info-slide1.style-default .pxl-area-text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.pxl-info-slide1.style-default .pxl-wrap-icon-area a i {
  color: #fff;
  font-size: 18px;
  margin-left: 40px;
}
.pxl-info-slide1.style-vertical {
  transform-origin: top left;
  transform: rotate(90deg);
  background-color: var(--secondary-color);
  display: flex;
  padding: 0 100px;
  justify-content: space-between;
  min-height: 100px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .pxl-info-slide1.style-vertical {
    padding: 0 30px;
  }
}
.pxl-info-slide1.style-vertical .pxl-area-text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.pxl-info-slide1.style-vertical .pxl-wrap-icon-area a i {
  color: #fff;
  font-size: 18px;
  margin-left: 40px;
  -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;
}
@media screen and (max-width: 1199px) {
  .pxl-info-slide1.style-vertical .pxl-wrap-icon-area a i {
    margin-left: 20px;
  }
}
.pxl-info-slide1.style-vertical .pxl-wrap-icon-area a i:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 777px) {
  .pxl-info-slide1.style-vertical {
    display: none;
  }
}
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-element-slider.show-social {
  position: relative;
  padding-left: 110px;
}
.pxl-element-slider.show-social .wrap-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  min-width: 110px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pxl-element-slider.show-social .wrap-left .pxl-item-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pxl-element-slider.show-social .wrap-left .pxl-item-social li {
  margin-top: 40px;
  transform: rotate(-90deg);
  width: 40px;
}
.pxl-element-slider.show-social .wrap-left .pxl-item-social li a {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
}
.pxl-element-slider.show-social .wrap-left .pxl-item-social li a:hover {
  color: var(--secondary-color);
}
.pxl-element-slider.show-social .wrap-left .pagination {
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pxl-element-slider.show-social .wrap-left .pagination .text-target {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color);
  transform: rotate(-90deg);
  margin-bottom: 11px;
}
.pxl-element-slider.show-social .wrap-left .pagination .pxl-swiper-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  transform: rotate(180deg);
}
.pxl-element-slider.show-social .wrap-left .pagination .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  width: 2px;
  height: 50px;
  background-color: #d1d1d1;
  margin: 0;
}
.pxl-element-slider.show-social .wrap-left .pagination .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}
.pxl-element-slider.show-social .wrap-left .pagination .pxl-type-number {
  margin-top: 10px;
}
.pxl-element-slider.show-social .wrap-left .pagination .pxl-type-number .swiper-slide-number {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Monda', sans-serif;
  color: var(--primary-color);
  display: none;
  transform: rotate(-90deg);
}
.pxl-element-slider.show-social .wrap-left .pagination .pxl-type-number .swiper-slide-number.swiper-pagination-number-active {
  display: block;
}
@media screen and (max-width: 1366px) {
  .pxl-element-slider.show-social {
    padding-left: 100px;
  }
  .pxl-element-slider.show-social .wrap-left {
    min-width: 100px;
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social {
    margin-top: -25px;
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social li {
    margin-top: 30px;
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social li a {
    font-size: 18px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination {
    margin-bottom: 30px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .text-target {
    font-size: 16px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .pxl-swiper-dots .pxl-swiper-pagination-bullet {
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-element-slider.show-social {
    padding-left: 0px;
  }
  .pxl-element-slider.show-social .wrap-left {
    position: relative;
    width: 100%;
    flex-direction: row;
    min-height: 40px;
    left: 0;
    margin-top: -40px;
    padding: 0 15px;
    align-items: center;
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social {
    flex-direction: row;
    display: flex;
    margin: 0;
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social li {
    margin: 0px;
    transform: rotate(0deg);
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social li a {
    font-size: 16px;
  }
  .pxl-element-slider.show-social .wrap-left .pxl-item-social li + li {
    margin-left: 15px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination {
    flex-direction: row;
    margin-bottom: 0px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .pxl-swiper-dots {
    flex-direction: row;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .pxl-swiper-dots .pxl-swiper-pagination-bullet {
    height: 2px;
    width: 30px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .text-target {
    transform: rotate(0);
    margin: 0;
    margin-right: 10px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .pxl-type-number {
    margin-top: 0;
    margin-left: 10px;
  }
  .pxl-element-slider.show-social .wrap-left .pagination .pxl-type-number .swiper-slide-number {
    transform: rotate(0);
  }
}
